02-10-2022, 12:23 AM
i suggest you connect all controller by LAN, COLB's RS485 is a "MASTER" mode, not "SLAVE", that use for third RS485 device. if you use all controller connect to your router, your PC also connect with same router. there are some ways for you to develop:
1: let controller work as "TCP Server", your PC is "CLIENT", use tcp command to read and write, here is protocol details: https://www.kincony.com/smart-controller...tocol.html
2: install MQTT broker program on your PC, let all controller connect to your PC by MQTT, here is MQTT protocol:
relay controller MQTT protocol: https://www.kincony.com/download/KC868-H...ommand.pdf
COLB MQTT protocol: https://www.kincony.com/download/KC868-C...ommand.pdf
3: use http command to read and write:
here is command: https://www.kincony.com/download/KC868-H...ommand.pdf
1: let controller work as "TCP Server", your PC is "CLIENT", use tcp command to read and write, here is protocol details: https://www.kincony.com/smart-controller...tocol.html
2: install MQTT broker program on your PC, let all controller connect to your PC by MQTT, here is MQTT protocol:
relay controller MQTT protocol: https://www.kincony.com/download/KC868-H...ommand.pdf
COLB MQTT protocol: https://www.kincony.com/download/KC868-C...ommand.pdf
3: use http command to read and write:
here is command: https://www.kincony.com/download/KC868-H...ommand.pdf