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.

Reset KNX device without ETS
#29
(04.07.2023, 12:02)Daniel Wrote: It is implemented exactly the same on W4k but some knx devices may not work for this. Try first via ETS if it works there.

I tried all of this but i don't get any result. The connection is over TP.

require('knxlib')

spanning = knxlib.readbusvoltage('1.1.1') -- returns bus voltage read from a given phys. address
log(spanning)

verbinding = knxlib.isconnected() -- returns true when KNX is connected, false otherwise
log(verbinding)

statistieken = knxlib.getstats() -- returns Lua table with KNX/IP and KNX/TP telegram stats
log(statistieken)

herstart = knxlib.restart('1.1.1')  -- restart KNX device with given phys. address
log(herstart)

ping = knxlib.ping('1.1.1')  -- ping KNX device with given phys. address
log(ping)
Reply


Messages In This Thread
Reset KNX device without ETS - by buuuudzik - 21.12.2016, 15:51
RE: Reset KNX device without ETS - by admin - 08.03.2018, 10:32
RE: Reset KNX device without ETS - by baggins - 16.03.2018, 09:02
RE: Reset KNX device without ETS - by admin - 16.03.2018, 10:17
RE: Reset KNX device without ETS - by ferrim - 20.08.2018, 14:31
RE: Reset KNX device without ETS - by baggins - 17.03.2018, 12:18
RE: Reset KNX device without ETS - by Thomas - 20.03.2018, 12:47
RE: Reset KNX device without ETS - by admin - 20.03.2018, 13:49
RE: Reset KNX device without ETS - by admin - 30.03.2020, 07:02
RE: Reset KNX device without ETS - by admin - 30.03.2020, 11:02
RE: Reset KNX device without ETS - by admin - 25.05.2023, 08:47
RE: Reset KNX device without ETS - by Joep - 04.07.2023, 11:59
RE: Reset KNX device without ETS - by Daniel - 04.07.2023, 12:02
RE: Reset KNX device without ETS - by Joep - 04.07.2023, 12:12

Forum Jump: