Hello all,
For some reasons I started from scratch and installed Openhab (Openhabian, raspberry 4). I am not an expert user.
3 years ago, I installed “Astro binding” on Openhab 2.x and everything works very well. I used it for my shutters and turning on certain lights.
I am currently on Openhab 4.1.2. I’m trying to configure my “Things” and “Items”, but without full success. I have no trigger. (Civildawn, Civildusk, etc.)
In my “Things” file, no problem! I’m online.
// Astro bindings
Thing astro:sun:home [ geolocation="xxx,yyy,100", interval=60 ]
Thing astro:moon:home [ geolocation="xxx,yyy", interval=60 ]
In the items, My 8 items works : Radiation, Diffuse_Radiation, MoonPhase, MoonDistance, Moon_Azimuth, Moon_Elevation, Azimuth and Elevation.
// Astro
DateTime Sunrise_Time "Sunrise [%1$tH:%1$tM]" { channel="astro:sun:home:rise#start" }
DateTime Sunset_Time "Sunset [%1$tH:%1$tM]" { channel="astro:sun:home:set#start" }
Number:Angle Azimuth "Azimuth" { channel="astro:sun:home:position#azimuth" }
Number:Angle Elevation "Elevation" { channel="astro:sun:home:position#elevation" }
String MoonPhase "MoonPhase" { channel="astro:moon:home:phase#name" }
Number:Length MoonDistance "MoonDistance [%.1f %unit%]" { channel="astro:moon:home:distance#distance" }
Number:Intensity Total_Radiation "Radiation [%.2f %unit%]" { channel="astro:sun:home:radiation#total" }
Number:Intensity Diffuse_Radiation "Diffuse Radiation [%.2f %unit%]" { channel="astro:sun:home:radiation#diffuse" }
Problem is : I no longer have, for example, “civildusk start - end” (trigger?). Absolutely none of them.
In addons/Bindings, I installed “Astro binding” and “Astro Events”.
Does anyone have an idea of the origin of my problem?