KNX Date Time Sync

Hi Team,

I have a KNX display which accepts time and date via Group Address.

I have added two new group address using KNX expose.

# Date
- type: date
  address: "3/3/7"
# Time
- type: time
  address: "3/3/8"

If i manually read these i am getting proper values for date and time … but if the configure the same in the KNX display, somehow the time and date doesnt sync with above. I have seen that the recent HA Update focuses on date time using knx. Do we need to change anything in above to make it work

Hi :wave:!

No, the config you have looks fine.
The new time and date entities are for sending arbitrary values and reading them from bus. Current local time should still be sent via expose. It updates internally and sends hourly without any further config.

If you can read the GAs via ETS and the response is correct, I’d search the display configuration for the issue.