08-13-2025, 08:45 AM
Hello, friends. Thank you so much for your products—I’ve been using them with great pleasure. However, I’ve encountered an issue while trying to set up your KC868-HAv21 RS485.
I connected it via RS485 to the KC868-A2, using the ESPHOME firmware. I added your component from GitHub, and the settings on the HAv2 are factory defaults. Controlling the digital outputs (D1-D6) works fine, but when it comes to changes in the state of the digital inputs, the ESPHome logs only show the following messages:
text
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=1
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=2
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=3
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=4
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=5
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=6
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=7
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=8
found a kc868_ha board, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=1 (also bind output 1-8)
What am I doing wrong? Could it be due to incorrect bind_output parameters? If so, which numbers should I specify?
I took the binary_sensor configuration from your GitHub and followed the instructions from your YouTube channel exactly. Thanks for your help!
I connected it via RS485 to the KC868-A2, using the ESPHOME firmware. I added your component from GitHub, and the settings on the HAv2 are factory defaults. Controlling the digital outputs (D1-D6) works fine, but when it comes to changes in the state of the digital inputs, the ESPHome logs only show the following messages:
text
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=1
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=2
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=3
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=4
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=5
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=6
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=7
dump kc868_ha config, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=8
found a kc868_ha board, target_relay_controller_addr=1, switch_adapter_addr=10, bind_output=1 (also bind output 1-8)
What am I doing wrong? Could it be due to incorrect bind_output parameters? If so, which numbers should I specify?
I took the binary_sensor configuration from your GitHub and followed the instructions from your YouTube channel exactly. Thanks for your help!

