Smart Home Automation Forum
(SOLVED) Strange behavor ESPHome - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A128 (https://www.kincony.com/forum/forumdisplay.php?fid=34)
+--- Thread: (SOLVED) Strange behavor ESPHome (/showthread.php?tid=2641)



(SOLVED) Strange behavor ESPHome - S.Krans - 03-02-2023

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


RE: Strange behavor ESPHome - admin - 03-03-2023

can you add our whatsapp number: +86-15381188302 take a video send to us.


RE: Strange behavor ESPHome - admin - 03-03-2023

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.

.txt   KC868-A128-ESPHome_PCF8575_Analog.txt (Size: 40.53 KB / Downloads: 148)