Ask our Experts
Didn't find what you are looking for? Ask our experts!
Schneider Electric SpaceLogic KNX forum to get support and share knowledge including selection, installation and troubleshooting for spaceLYnk, Wiser for KNX, eConfigure KNX, SpaceLogic KNX Hybrid module and other topics.
Search in
Link copied. Please paste this link to share this article on your social media post.
Hi,
If the spacelynk aren't connected to a network/NTP.
Is there a way to change the clock, due to daylight saving time?
Through a scheduled script perhaps?
Anyone with a code?
Or is there something "built in" for this that i have missed?
Regards
Link copied. Please paste this link to share this article on your social media post.
Set you time zone in Configurator -> Utilities -> Date and time
Link copied. Please paste this link to share this article on your social media post.
This can be done from script:
--FROM KNX TO CONTROLLER
date = grp.getvalue('1/1/1')
time = grp.getvalue('1/1/2')
cmd = string.format("date -s '%d-%d-%d %d:%d:%d'", date.year, date.month, date.day, time.hour, time.minute, time.second)
os.execute(cmd)
It might be needed to disable this setting:
Add a DCF77 receiver / time giver to your KNX objects and you don't need NTP, but as with any modern IoT product i don't understand why it's not able (or better said allowed) to connect to WAN to get the NTP...
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.