HomeLynk shutter function - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: HomeLynk shutter function (/showthread.php?tid=916) |
HomeLynk shutter function - MZW - 26.07.2017 Hi Need urgent assistance :-) Is there any way in Schneiders HomeLynk where you can make a pushbutton in the visualization to send to one KNX group address on press and send on another on release? Need to sort out a function for shutters where you have to keep the button pressed for it to move and stop as soon as you release the button. Thought it would be a common thing to do. It only sends on release at the moment. Anyone got any examples and soultions to share? Cheers MZW RE: HomeLynk shutter function - admin - 26.07.2017 You can set start/stop or stop/start mode in Vis. parameters, which will send true/false or false/true on press/release to the selected group address. If you need to send values to two different groups, you can use a simple script attached to the triggering group. |