Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error on ESPHOME Official Config?
#1
Is it possible that addresses for input channels on Kincony868 A16 were exchanged on official configuration on esphome? 
https://devices.esphome.io/devices/KinCo...figuration

I was testing my new device and it surprised me that adresses were exchanged
This is my configuration for input addresses
Code:
  - id: 'pcf8574_hub_in_1'  # for input channel 1-8
    address: 0x22
  - id: 'pcf8574_hub_in_2'  # for input channel 9-16
    address: 0x21
Reply
#2
sure, you can replace the i2c address, it will auto scanned by ESPHome, you can see the i2c address in ESPHome LOG.
Reply
#3
I know, I had to flip them too to get the right inputs to outputs.

Is wrong:

  - id: 'pcf8574_hub_in_1'  # for input channel 1-8
    address: 0x21

  - id: 'pcf8574_hub_in_2'  # for input channel 9-16
    address: 0x22

Is correct:

  - id: 'pcf8574_hub_in_1'  # for input channel 1-8
    address: 0x22

  - id: 'pcf8574_hub_in_2'  # for input channel 9-16
    address: 0x21
Reply
#4
whether work well now?
Reply
#5
(06-18-2024, 05:07 AM)admin Wrote: whether work well now?

Yes it worked !
Reply
#6
ok, good.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)