This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

KNX/TP: Transmitter Error (send 0 receive 1)
#1
After changing from LM4 to LM5 I've got such error: 
Script name "system": KNX/TP: Transmitter Error (send 0 receive 1)

HW: LM5 Lite + Ext (i.MX6)
SW: 20251204

What does that mean and what should I do?
thanks
Reply
#2
This can show when many telegrams are sent at once or bus is very busy. This is just direct report from KNX chip. Check if some scripts/schedulers do not activate something at the same time. If it just happened once you can ignore this.
------------------------------
Ctrl+F5
Reply
#3
Thanks!
is there any way to get LM CPU Temperature?
Reply
#4
Use this:
Code:
temp = io.readfile('/sys/devices/platform/soc/2100000.bus/2198000.adc/iio:device0/in_temp_input')
temp = tonumber(temp) / 1000
log(temp)
Reply


Forum Jump: