alert manager central - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11) +--- Thread: alert manager central (/showthread.php?tid=3371) |
alert manager central - Frank68 - 14.05.2021 I have several LMs in various plants, with Alert Manager installed, would it be possible to collect all the alarms on a single central LM always in the alert manager? As for the pages I have already seen that I can redirect via frame to remote pages. While I would need a local alert manager to be able to detect new alarms, and possibly send MAIL and / or SMS, so I need to be able to read the status of remote alerts and possibly generate events. thank you very much RE: alert manager central - Daniel - 14.05.2021 You will need to send the data as an object to the central LM and generate alert there again. RE: alert manager central - Frank68 - 14.05.2021 (14.05.2021, 07:24)Daniel. Wrote: You will need to send the data as an object to the central LM and generate alert there again. do I have to recreate all the alarms on the central LM? how can I send data from one LM to another via network RE: alert manager central - Daniel - 14.05.2021 Yes you have to create it again. Are the LMs all on same LAN? RE: alert manager central - Frank68 - 14.05.2021 (14.05.2021, 07:28)Daniel. Wrote: Yes you have to create it again. Are the LMs all on same LAN? you are in a single VLAN RE: alert manager central - Daniel - 14.05.2021 Read this https://forum.logicmachine.net/showthread.php?tid=2628&pid=16817#pid16817 RE: alert manager central - Erwin van der Zwart - 14.05.2021 If they are all in the same LAN you only need to create the KNX objects for the alerts in the central LM as they should receive the KNX telegrams over KNX IP.. From there trigger the alert() commands again by copying the scripts used in the decentralized controllers.. RE: alert manager central - Frank68 - 14.05.2021 (14.05.2021, 08:56)Erwin van der Zwart Wrote: If they are all in the same LAN you only need to create the KNX objects for the alerts in the central LM as they should receive the KNX telegrams over KNX IP.. From there trigger the alert() commands again by copying the scripts used in the decentralized controllers.. Hello there is a small problem, the addresses that have event by alarm are virtual objects, since I have implemented an alarm disabling system and also the name I use in the message does not depend on the ETS programming. I know that I will have to implement MQTT, for the service you have to rely on external servers? Free or paid? RE: alert manager central - Daniel - 14.05.2021 You can use broker app on Central LM and script for client. No need for anything external as long all is on VLAN, RE: alert manager central - Frank68 - 14.05.2021 (14.05.2021, 09:21)Daniel. Wrote: You can use broker app on Central LM and script for client. No need for anything external as long all is on VLAN, thank's |