Logic Machine Forum
SMS Concentrator - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: SMS Concentrator (/showthread.php?tid=2956)



SMS Concentrator - Frank68 - 04.11.2020

Hello
I would like to know if it is possible to use only one Logicmachine Reactor to send SMS, collecting data from event based scripts from other LogicMachines, which is the right way and the service to use.

thanks a lot
BR


RE: SMS Concentrator - admin - 09.11.2020

The easiest way is to create a common object with 250-byte string data type. Each LM can write a message to this object which will be sent as SMS by an event script running on Reactor.


RE: SMS Concentrator - Frank68 - 09.11.2020

(09.11.2020, 07:27)admin Wrote: The easiest way is to create a common object with 250-byte string data type. Each LM can write a message to this object which will be sent as SMS by an event script running on Reactor.

Hello
How can I write an object from one LM to another?
Thanks


RE: SMS Concentrator - admin - 09.11.2020

If your devices are in the same network then just enable KNX/IP features and make sure that Multicast IP is the same for all devices. LMs will exchange all group read/writes automatically. You can also setup filtering table in KNX settings to allow or block certain groups.


RE: SMS Concentrator - Frank68 - 09.11.2020

(09.11.2020, 07:44)admin Wrote: If your devices are in the same network then just enable KNX/IP features and make sure that Multicast IP is the same for all devices. LMs will exchange all group read/writes automatically. You can also setup filtering table in KNX settings to allow or block certain groups.
If my devices are on different networks, have a different net range wx LM1 192.168.0.1 LM2 192.168.10.1 and REACTOR 192.168.30.1, what should I do?


RE: SMS Concentrator - admin - 09.11.2020

Can other LM reach the Reactor or are they on isolated networks? If you still need Internet access to send SMS then it makes more sense to use other means of notifications. Telegram can be easily integration in LM: https://forum.logicmachine.net/showthread.php?tid=2666
You will also have a single point of failure with one LM that sends SMS.