Astro and weather binding

Hi there

I try to figue out why I don’t get all the informations, but I’m not smart enough.

My thinks looks like this:
yahooweather:weather:ossy [ location=“584165” ]
astro:sun:home [ geolocation=“45.938170,5.65375”,interval=60 ]
astro:moon:home [ geolocation=“45.938170,5.65374”,interval=60 ]

My items:
Number Weather_Temperature “Temperature exterieure [%.1f °C]” (gWeather) { channel=“yahooweather:weather:ossy:temperature” }
Number Weather_Temp_Max “Todays Maximum [%.1f °C]” (gWeather)
Number Weather_Temp_Min “Todays Minimum [%.1f °C]” (gWeather)
Number Weather_Humidity “Humidité exterieure [%.1f %%]” (gWeather) { channel=“yahooweather:weather:ossy:humidity” }
Number Weather_Pressure “Pressure exterieure [%.1f hPa]” (gWeather) { channel=“yahooweather:weather:ossy:pressure” }
Number Weather_Rain “Rain [%.2f mm/h]” (gWeather) { channel=“yahooweather:weather:ossy:rain” }
Number Weather_UV_Index “UV Index” (gWeather) { channel=“yahooweather:weather:ossy:uvIndex” }
DateTime LastUpdate “Last update [%1$tA %1$td %1$tm %1$tY %1$tR]” (gWeather) { channel=“yahooweather:weather:ossy:lastUpdate” }
DateTime Weather_LastUpdate “Last Update [%1$ta %1$tR]”
DateTime Astro_Sunset_Time “Sunset [%1$tH:%1$tM]” (gAstro) { channel=“astro:sun:home:set#start” }
Number Astro_Azimuth “Azimuth” (gAstro) { channel=“astro:sun:home:position#azimuth” }
Number Astro_Elevation “Elevation” (gAstro) { channel=“astro:sun:home:position#elevation” }
String Astro_MoonPhase “MoonPhase” (gAstro) { channel=“astro:moon:home:phase#name” }
String Astro_Sign “Signe” (gAstro) { channel=“astro:sun:home:zodiac#sign” }
String Astro_Season “Saison” (gAstro) { channel=“astro:sun:home:season#name” }

For the weather, I don’t get any rain, UV Index and Last update.
On Astro I get only Azimuth and Elevation.

Can someone help me please out?

Thanks in advance

PS happy new year to all of you :smile:

Best regards

Ossy