Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A16v3 ESPHome yaml for home assistant
#8
The PCF8574 addresses for the input are swapped so XO1 is input9. The correct config is the following:

Code:
pcf8574:
  - id: 'pcf8574_hub_out_1'  # for output channel 1-8
    address: 0x24

  - id: 'pcf8574_hub_out_2'  # for output channel 9-16
    address: 0x25

  - 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
RE: KC868-A16v3 ESPHome yaml for home assistant - by phiten - 03-14-2025, 03:55 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)