Hi guys,
I found the example which should send the date and time regularly to the KNX bus, but in my case it does not
Maybe one of you can find the issue:
This is my item:
DateTime ntpDate "Date [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="ntp:ntp:usa:dateTime",knx="10.001:10/0/0,11.001:10/0/1"}
This is my Thing:
Thing ntp:ntp:usa [ hostname="nl.pool.ntp.org", refreshInterval=60, refreshNtp=30, timeZone="America/Detroit", locale="de_DE" ]
I did on purpose set my time to a US timezone to be able to verify the sending.
In my sitemap the item:
String USA_Datum "USA [%s]" { channel="ntp:ntp:usa:string" }
Is showing the correct US time and updates frequently.
I did monitor the bus for a few minutes but never received a package for group address 10/0/0
Any idea?
Thanks,
Ronny