SpaceLogic KNX Forum
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.
Link copied. Please paste this link to share this article on your social media post.
Hello,
Does the possibility exist to enable or disable a homelynk scheduler with a groups address ?
Best regards
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Hello Jean-Luc,
Use this event base script:
But you can just control 1 sheduler from 1 event-base script.
ngx = {}
require("json")
dofile("/lib/genohm-scada/web/lib.lua")
name = 'Sheduler name'
active = event.getvalue()
db:update('schedulers', { active = toboolean(active) }, { name = name })
clearschedulers()
Hope it helps.
David
Link copied. Please paste this link to share this article on your social media post.
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.