Posts: 62
Threads: 11
Joined: Apr 2022
Reputation:
0
I have two A32 Pro controllers—one installed on each floor. I would like to achieve the following functionality: when input 25 on controller 1 is activated, the output on controller 2 should toggle accordingly.
Is it possible to implement this directly using the controllers' software, or would I need to use an intermediate server or external device to achieve this?
Thanks in advance.
Posts: 9,137
Threads: 1,204
Joined: Oct 2020
Reputation:
236
sure, A32Pro support that directly.
download KCS firmware, then set by IFTTT, controller A send command to controller B by HTTP or TCP or UDP or RS485 modbus command. either of them can work.
Posts: 62
Threads: 11
Joined: Apr 2022
Reputation:
0
Could you please share step by step instruction or links to documentation? I would like to achieve it via http, however I haven't found any description how parameters should be send.
Posts: 9,137
Threads: 1,204
Joined: Oct 2020
Reputation:
236
when have free time, we can make a video tour.
Posts: 62
Threads: 11
Joined: Apr 2022
Reputation:
0
06-12-2025, 11:26 AM
(This post was last modified: 06-12-2025, 11:27 AM by v1rtus.)
I appreciate your willingness to make a video tour, but in that case there is no need for that. Just let me know the http endpoint that can be used to toggle output and what parameters should be passed.
Posts: 62
Threads: 11
Joined: Apr 2022
Reputation:
0
I have understood that I need to crate protocol, where I can call http endpoint, but I don't know what is the correct endpoint to call and parameters to pass to toggle particular output.
Posts: 62
Threads: 11
Joined: Apr 2022
Reputation:
0
I have found documentation and was able to turn on/off needed output by http requst, however in the documentation there is no mentioned about the toggle, only on and off. Please advice.