KC868-H32BS V1.43 new firmware update - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: News (https://www.kincony.com/forum/forumdisplay.php?fid=5) +--- Thread: KC868-H32BS V1.43 new firmware update (/showthread.php?tid=1344) |
KC868-H32BS V1.43 new firmware update - admin - 12-13-2021 improvement: add mqtt "TOGGLE" command. for example: Payload={"relay1":{"on":1}} relay1:ON Payload={"relay1":{"on":0}} relay1:OFF Payload={"relay1":{"on":2}} relay1: toggle (ON->OFF or OFF->ON) new firmware add this command H32BS_V143_211212.zip (Size: 53.24 KB / Downloads: 284) download the ZIP file , unzip update the bin file for KC868-H32BS relay controller by USB-RS232 cable. RE: KC868-H32BS V1.43 new firmware update - papakigr - 05-16-2022 (12-13-2021, 12:25 AM)admin Wrote: improvement: What should i add on the home assistant, this is my configuration for relay1: - platform: mqtt name: 'Spot 405' unique_id: spot-405 state_topic: 'relay32/007cdf3371b9d0bbb7ffxxxx/state' command_topic: 'relay32/007cdf3371b9d0bbb7ffxxxx/set' payload_on: '{"relay1":{"on":1}}' payload_off: '{"relay1":{"on":0}}' value_template: '{{ value_json.relay1.on }}' state_on: 1 state_off: 0 RE: KC868-H32BS V1.43 new firmware update - admin - 05-17-2022 here is config demo for relay1: https://www.kincony.com/images/home-assistant/home-assistant-config-DO1-DI1.txt how to integrate to home assistant details: https://www.kincony.com/kc868-h32b-integrate-home-assistant-by-mqtt.html |