Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error on ESPHOME Official Config?
#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


Messages In This Thread
Error on ESPHOME Official Config? - by tolbier - 06-17-2024, 08:29 PM
RE: Error on ESPHOME Official Config? - by admin - 06-17-2024, 10:29 PM
RE: Error on ESPHOME Official Config? - by Philadam - 06-18-2024, 03:53 AM
RE: Error on ESPHOME Official Config? - by admin - 06-18-2024, 05:07 AM
RE: Error on ESPHOME Official Config? - by admin - 06-18-2024, 12:16 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)