Writing time to knx address

Avatar
  • updated

Hi all 

I have a time node that works and displays time in the visualisation correctly. Problem shows up when i want to send time variable to KNX address and show it on the switches, it always stays at 00:00.

Image 4954

Image 4955

Addreses are the same 0/0/1  and 0/0/3 on switches.

Avatar
Ricardo Pinto

Hello,

That happens because you have "Send Value Cyclically" set to True, plus the "Send System Time" also as True. both with the same time. That's why you get the value twice.


I'd advise for you to just use the "Send System Time", and set it to a comfortable time, you don't need the time to be sent every minute. And disable the Send Value Cyclically.


In my case and experience, I set the time to be send every 1440 minutes, which is 24h. This is just to assure, that in case of a power outage, after 24h max the time will sync to the touch screens.


Best regards

Avatar
Bor Buh

Upon further investigation the problem was with date time variable send system time interval being set to 0 the controller was sending address as unix time of 0.

Image 4957

After changing it to 1 it works, but for some reason it sends it twice

Image 4958