Logic Machine Forum
Correlation between Temp warning and TP Connection? - 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: Correlation between Temp warning and TP Connection? (/showthread.php?tid=1551)



Correlation between Temp warning and TP Connection? - baggins - 24.08.2018

Hi,

I have a LM4 (firmware 20160714) where there is a strange issue.

Very frequently there is an error message in the Error Log : KNX/TP: Temperature Warning. The actual temperature is around 85 °C.
At the same time there is a message in the Alerts: KNX/TP: Connected. There are no Disconnected messages.

What is the relation between the temperature and the TP connection?
I have another LM4 where the temperature is quite similar to this one where I don't get these messages.

BR


RE: Correlation between Temp warning and TP Connection? - Daniel - 24.08.2018

Hi
There is no one secret answer but in short this info comes directly from the TP UART chip. In most cases this will happen when there will be lots of telegrams at the same time.  Good practice is to check your scripts and make sure they write to TP only when necessary.  Use grp.update when TP is not needed and grp.checkwrite when writing to TP to not write the same value all over again.  Apply filter if you use more then one IP router.
BR