DMX lighting control - 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: DMX lighting control (/showthread.php?tid=16) |
DMX lighting control - managementboy - 03.07.2015 This is again a work in progress that might be used as inspiration. I have this as a user script that I include in KNX objects to turn DMX lights on/off or to a specific value. All DMX in my home are eldoleds. The user script I use is called user.mydmx What I am working on is the dimming part... not really sure why it is not working. Code: -- set of variables for zones in the apartment An example of usage: Code: require('user.mydmx') This turns the lights in the living room on or off depending on the value of the KNX object. RE: DMX lighting control - prostar - 11.01.2018 Hi, very nice work and thanks for sharing. Did you ever get the dimming part to work? (Bump) |