Skip to content
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

get_rain not working #710

Open
TonySchmitt opened this issue Jan 17, 2024 · 1 comment
Open

get_rain not working #710

TonySchmitt opened this issue Jan 17, 2024 · 1 comment

Comments

@TonySchmitt
Copy link

TonySchmitt commented Jan 17, 2024

Describe the bug
Since the 16th January, the api https://webservice.meteofrance.com/rain?lat=xxxx&lon=xxx is not updating the data.

I think we can use api v3 : https://webservice.meteofrance.com/v3/rain?lat=xxxx&lon=xxx but the response format is not the same.
If we have to change the format, we have to change the code of HA/Core : home-assistant/core#108219

@manu3b1
Copy link

manu3b1 commented Feb 6, 2024

I've created 2 proposals of v3 API port:

  • One keeping the meteofrance-api interface (no need to change meteofrance integration):

https://github.com/manu3b1/meteofrance-api/tree/rain_api_v3_convert

  • One forwarding changes thru meteofrance-api interface (need to update meteofrance integration):

https://github.com/manu3b1/meteofrance-api/tree/rain_api_v3

@Quentame, which approach do you prefer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants