Another KNX-DMX library - 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: Another KNX-DMX library (/showthread.php?tid=3616) |
Another KNX-DMX library - DennisF - 14.10.2021 Hi all, After trying the EmbeddedSystems LogicMachine DMX gateway code I found it to work, but have a few rough edges which I didn't like much:
So I've written something slightly different which solves the above points for me. Started off from the ES code, I first removed the 1-second loop that is implicit in it's transitions code, added KNX mapping and asymmetric timings. The setup is similar to theirs so it's easy to swap over. You can just install both and see which one you like more. See https://github.com/defl/logicmachine_knxdmx if you're interested. (And if you're good at Lua and the LogicMachine API, there are a few open ends in the TODO which might improve it even more but which I didn't bother to figure out yet.) Regards, Dennis RE: Another KNX-DMX library - DennisF - 18.10.2021 Integrated deeper with KNX, the script is now aware of KNX state (on/off) and KNX brightness (0-100%) group addresses and will update state as the brightness changes. The new config now looks like: Enjoy RE: Another KNX-DMX library - alexgleyzer - 03.11.2021 What rs485-DMX gateway should I get in order to control DMX? Thank you!! RE: Another KNX-DMX library - admin - 03.11.2021 DMX-512 line is connected directly to LM's RS-485 |