-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meteo_france crashes at start #24244
Comments
Hi @wsw70 ! I have the same issue ! Not all sensors are down perhaps, only :
configuration meteo_france:
- city: '69004'
monitored_conditions:
- temperature
- weather
- wind_speed
- uv
- next_rain
- freeze_chance
- rain_chance
- snow_chance
- thunder_chance |
@Quentame @outadoc Thanks for the confirmation. I moved HA from a standalone server to a dockerized one, upping the version at the occasion. I am sure that the widget used to work but I am not sure of the previous version. How do you create the card? Manually by adding elements? I think I had a card similar to DarkSky already pre-formatted with the temperature in larger font, icons for the weather conditions (clouds, sun, ...) |
Hello, Thanks for the report. I found out the issue. I will keep you posted here when it's done |
* Update meteofrance package version Fix #24244 * Add code owner to manifest * Update CODEOWNERS
Hi @wsw70 ! Same issue since I've installed this component on my Hass.io instance. It just retrieves some sensor informations, but no forecast is given, and I have this traceback :
|
@Imbuzi I believe it is in the |
I'm not sure the new release will resolve the issue. I've tried to put the code from the dev branch as a custom component, but it doesn't seem to be working with this code too. |
No, in the sense that I have a dockerized HA installation, which updates itself automatically. |
I'm using dockerized HA install too. With homeassistant/home-assistant:latest forecast doesn't work, but if i switch to homeassistant/home-assistant:dev forcast works. |
it seems forecast also works with thehomeassistant/home-assistant:rc tagged docker image (0.95.0b4) |
I've just updated to 0.95, and it works :) |
Yes, after my nighly update to 0.95 it does indeed work. Thanks a lot! |
* Update meteofrance package version Fix home-assistant#24244 * Add code owner to manifest * Update CODEOWNERS
Home Assistant release with the issue: 0.93.2
Last working Home Assistant release (if known): probably pre-0.93
Operating environment (Hass.io/Docker/Windows/etc.): docker image
homeassistant/home-assistant
Component/platform:
meteo_france
Description of problem:
The Météo France component does not start anymore (it used to with teh same config on a previous version)
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information:
@victorcerutti please let me know if I can help with the debugging
The text was updated successfully, but these errors were encountered: