No Date and Time

Hi,

I´m trying to set the time in Openhab, but it don´t work.

following steps i´ve done:

openhab.cfg:
################################ NTP Binding ##########################################
#
# refresh interval in milliseconds (optional, defaults to 900000 [15 minutes])
#ntp:refresh=

# the hostname of the timeserver
ntp:hostname=ptbtime1.ptb.de

my sitemap:

Frame {
   Text item=Date
}

my items

DateTime Date “Datum [%1$tA, %1$td.%1$tm.%1$tY]” (Status) {ntp=“Europe/Berlin:de_DE” }

Where is my mistake?

Where should I save the .jar files? Is it necessary to save this files in an special folder?

Thanks.

Have you added the NTP binding jar file to the add-ons folder?

Are you seeing errors in the log file?

yes i’ve added them to the addon folder under etc/openhab/configurations

Must I Tell openhab where the Filmes are saved?

I don’t see errors in the log file

Addons for openHAB 1.x go in /usr/share/openhab/addons.

Thats it!!! Thank you