Smart Home Automation Forum

Full Version: (SOLVED) Strange behavor ESPHome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i got a KC868-A128 with ESPHome on it code from this forum


My problem is if i enable Switch (switch.kincony_kc868_a128_a128_light65) the (switch.kincony_kc868_a128_a128_light49) goes on and if i switch (switch.kincony_kc868_a128_a128_light49) does the same switch on and off


if i enable all switches everything goes on except D132 on the board no light

i have attached the code and the log
can you add our whatsapp number: +86-15381188302 take a video send to us.
replace these code to your light65, problem will be fixed.

  - platform: gpio
    name: "a128-light65"
    pin:
      pcf8574: pcf8574_hub_out_5
      number: 0
      mode: OUTPUT
      inverted: true

or you can use the config file have updated.
[attachment=2029]