Logic Machine Forum
Temperature warning - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12)
+--- Thread: Temperature warning (/showthread.php?tid=4786)



Temperature warning - CristianAgata - 25.05.2023

Good morning,
A client needs to be advised when this error incoming "temperature warning".
Is there a way to sand an email or notification or a telegram message at the event?
Best regards Cristian


RE: Temperature warning - admin - 25.05.2023

Status monitoring script: https://forum.logicmachine.net/showthread.php?tid=293&pid=3466#pid3466
Temperature warning code is 0x0F

But instead of sending notifications you should find the root cause and fix it. This is usually caused by having too many KNX devices on a single KNX/TP line and sending too many telegrams to the TP bus from LM. Things to consider:
- Check that scripts use grp.checkwrite instead of grp.write where appropriate.
- Check that Modbus send delta and write to bus is setup according to the project needs.
- Install Group monitor app on LM and check if there are any duplicate telegrams.


RE: Temperature warning - CristianAgata - 25.05.2023

(25.05.2023, 11:41)admin Wrote: Status monitoring script: https://forum.logicmachine.net/showthread.php?tid=293&pid=3466#pid3466
Temperature warning code is 0x0F

But instead of sending notifications you should find the root cause and fix it. This is usually caused by having too many KNX devices on a single KNX/TP line and sending too many telegrams to the TP bus from LM. Things to consider:
- Check that scripts use grp.checkwrite instead of grp.write where appropriate.
- Check that Modbus send delta and write to bus is setup according to the project needs.
- Install Group monitor app on LM and check if there are any duplicate telegrams.

Thanks for the help.
Yes, I'm agree with you, my will it is to know when there is the problem. Because in this way I hope to catch the right moment and understand who generate the problem.
Best regards Cristian