Nodered MQTT H32B - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-HxB series Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=2) +--- Thread: Nodered MQTT H32B (/showthread.php?tid=3311) |
Nodered MQTT H32B - abgran - 09-22-2023 How to read the state of value for H32B? RE: Nodered MQTT H32B - admin - 09-22-2023 https://www.kincony.com/download/KC868-HxB-mqtt-protocol-command.pdf RE: Nodered MQTT H32B - abgran - 09-23-2023 (09-22-2023, 07:50 AM)admin Wrote: https://www.kincony.com/download/KC868-HxB-mqtt-protocol-command.pdf Later i'll try Do you have reference for TCP? i want to try too. want to see which one is better. (09-22-2023, 07:50 AM)admin Wrote: https://www.kincony.com/download/KC868-HxB-mqtt-protocol-command.pdf Nothing happens in debug. No reading state. Any my mistake & take a look. https://drive.google.com/file/d/1L9LoYEKzwaRjT0eylbjgVwCRm_rwmrlu/view?usp=sharing RE: Nodered MQTT H32B - admin - 09-23-2023 every relay state or INPUT port state is changed, will auo feedback all INPUT and OUTPUT state by mqtt. not need to send query command. no query command. RE: Nodered MQTT H32B - abgran - 09-23-2023 TCP example or any references? RE: Nodered MQTT H32B - admin - 09-23-2023 mqtt will auto receive feedback message. if you want to use TCP, here is TCP protocol: https://www.kincony.com/smart-controller-development-protocol.html we suggest to use mqtt is better. RE: Nodered MQTT H32B - abgran - 09-23-2023 (09-23-2023, 05:25 AM)admin Wrote: mqtt will auto receive feedback message. OKAY THANKS... |