Time/Date to ETS - 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: Time/Date to ETS (/showthread.php?tid=4917) |
Time/Date to ETS - Novodk - 10.08.2023 Hi This is maybe not a LM question, but ill try anyway. I have some pd11-knxs-flat-st where I need to use the HCL, then the sensor needs to know the time. I already have a Virtual Object with time and date to use in my visualization, can I use that? RE: Time/Date to ETS - Daniel - 10.08.2023 See this, you must use normal objects not virtual https://openrb.com/example-write-lm2-datatime-to-knx-group-addresses/ RE: Time/Date to ETS - admin - 10.08.2023 Strange part is that it says DPT 10.001 but length is 8 bytes instead of 3 which is DPT 19.001 (date / time combined). If it is actually 19.001 then see this thread: https://forum.logicmachine.net/showthread.php?tid=2035 RE: Time/Date to ETS - Novodk - 10.08.2023 Thanks both of you. I can choose DPT10.001 also, then it changes to 3 bytes |