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 Error tag
#3
(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

Attached Files Thumbnail(s)
   
There are 10 kinds of people in the world; those who can read binary and those who don't  Cool
Reply


Messages In This Thread
KNX/TP Error tag - by eirik - 09.03.2018, 08:58
RE: KNX/TP Error tag - by Daniel - 09.03.2018, 10:20
RE: KNX/TP Error tag - by Trond Hoyem - 08.11.2018, 07:53
RE: KNX/TP Error tag - by admin - 08.11.2018, 08:03
RE: KNX/TP Error tag - by Trond Hoyem - 08.11.2018, 08:28
RE: KNX/TP Error tag - by Daniel - 08.11.2018, 08:56

Forum Jump: