Heatmiser integration via API - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Heatmiser integration via API (/showthread.php?tid=3029) |
Heatmiser integration via API - Tokatubs - 26.11.2020 Have a hotel complex with thermostats from Heatmiser with their Neohub in every hotel room. But i need to have signals from the thermostats over to the BMS system of the hotel. This is Desigo CC and therefore i was thinking of using LM5 converting the signals from the Heatmiser converting it to bacnet. With the API is this a realistic plan or would this be to difficult to do ? RE: Heatmiser integration via API - admin - 27.11.2020 It's doable. The protocol is rather simple - JSON data exchange via TCP on port 4242. Do you want two-way control or just to retrieve status data? RE: Heatmiser integration via API - Tokatubs - 27.11.2020 The thought was 2-way control. Read and wright setpoints and hvac. RE: Heatmiser integration via API - admin - 30.11.2020 The device should support multiple connections so the easiest way is to have a single resident script (always connected) for periodical status retrieval and several event scripts that write values to the hub (one-time connection: connect-write-disconnect). |