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
#24
(16.03.2018, 10:17)admin Wrote: This feature will be available in the next version Smile
Code:
knxlib.restart('1.1.100')

Code:
require('knxlib')
value = event.getvalue()
if (value == true) then
    knxlib.restart('1.1.22')
  log (value)
end
The code seems to be doing nothing.
I get the log, but not the reset of the device
I've tried to include the library, but it had not helped

Hope someone can point out my mistake.
Best regards!
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 daniil_perov - 25.05.2023, 08:45
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: