08.11.2018, 07:53
(This post was last modified: 08.11.2018, 07:59 by Trond Hoyem.)
(09.03.2018, 10:20)Daniel. Wrote: Hi
Try this
Code:function check()
local delta, wdt
wdt = io.readfile('/tmp/tpuart.wdt') or ''
wdt = tonumber(wdt) or 0
delta = os.time() - wdt
return delta <= 10
end
checktp = check()
log(checktp)
Hi
I have some issue with the connection to TP. It toggles between ERROR/OK all the time.
Any idea what causes this behavior? I have set the electrician to check the connection to see if there is some idmissable connection, but if that is not the case, where to begin the search?
Edit; it seems I am able to send telegrams on the bus even when there is an error in the KNX/TP connection. When I try to change something, I do get a status feedback from the devices.
BR
Trond
There are 10 kinds of people in the world; those who can read binary and those who don't