Logic Machine Forum
2 LM in the same network - 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: 2 LM in the same network (/showthread.php?tid=4621)



2 LM in the same network - emme - 02.03.2023

Hi

I'm in the process to include serveral modbus fancoil in my organization, they are altready wired together, but I miss a client to role them all and read statuses 
the main LM, the BMS, is located at floor -1, the devices are at 4th floor and I cannot wire them.

My idea is to connect a new LM on 4th floor and use it as Modbus gateway to connect those fancoils.

My question is....
how the second LM can communicate with the first one?

in my intention I do need to read all registers and synch them to the first one as virtual objects. The BMS will also need to command them to start/stop and setpoint

I have LAN access available and I have no other ideas than http API (multicast is not an options)

is there another way? 

thanks
Marco


RE: 2 LM in the same network - admin - 03.03.2023

If the second LM does not use KNX/TP then you can set KNX connection mode to tunneling and connect to the first LM this way.
You can also use MQTT for this. If you won't have many telegrams between LMs then HTTP will work fine as well.


RE: 2 LM in the same network - emme - 03.03.2023

mqtt!
why I did not think about it!!! Sad Sad

that's the way!
thank you!