Astro-binding

Hello,
I try do start the astro-binding. But It doesn’t show any information on the sitemap.
What I’m doing wrong?

astro.things:
astro:sun:home [ geolocation=“50.30970, 6.08860”, interval=60]
astro:moon:home [ geolocation=“50.30970, 6.08860”, interval=60]

astro.items:
DateTime Sunrise “Sonnenaufgang [%1$tH:%1$tM Uhr]” (Astro) { channel=“astro:sun:home:rise#start” }
DateTime Sunset “Sonnenuntergang [%1$tH:%1$tM Uhr]” (Astro) { channel=“astro:sun:home:set#start” }

default.sitempa:
Frame label=“Sonne und Mond” {
Text item=Sunrise icon="sunrise"
Text item=Sunset icon=“sunset”

}//Frame Sonne und Mond

From the openhab console, openhab>

type in “things list” and “items list” to make sure those things & items are registering correctly.

If they are, it would likely be something just in the sitemap def.

Thanks,
The thing wasn’t added correctly to openhab.
I added it through the PaperUI.

Grettings,
Thomas