home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.13k stars 29.8k forks source link

Netatmo API error 500 #124287

Closed GaupeLnx closed 2 weeks ago

GaupeLnx commented 3 weeks ago

The problem

Since a while the netatmo integration does not work anymore (I use it to read out public weather stations) It gives WARNING (MainThread) [homeassistant.components.netatmo] API error: 500 (Internal Server Error)

Failed setup, will retry: 500, message=Internaø Server Error", url=2https://account-link.nabucasa.com/refresh_token/netatmo

Might this be related to: see https://helpcenter.netatmo.com/hc/en-us/community/posts/20007691851538-API-REST-Refresh-Token

What version of Home Assistant Core has the issue?

core-2024.8.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

netatmo

Link to integration documentation on our website

https://www.home-assistant.io/integrations/netatmo

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

WARNING (MainThread) [homeassistant.components.netatmo] API error: 500 (Internal Server Error)

Failed setup, will retry: 500, message=*Internaø Server Error", url=2https://account-link.nabucasa.com/refresh_token/netatmo*

Additional information

might it have to do with this ? see https://helpcenter.netatmo.com/hc/en-us/community/posts/20007691851538-API-REST-Refresh-Token

home-assistant[bot] commented 3 weeks ago

Hey there @cgtobi, mind taking a look at this issue as it has been labeled with an integration (netatmo) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `netatmo` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign netatmo` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


netatmo documentation netatmo source (message by IssueLinks)

wobeco commented 3 weeks ago

same here 8-(

Margui93 commented 3 weeks ago

Same :(

alexander9472 commented 3 weeks ago

Same here… :(

Din-BH commented 2 weeks ago

+1

alexander9472 commented 2 weeks ago

I’ve removed the complete integration and added it new (after a reboot). Now it works

GaupeLnx commented 2 weeks ago

I’ve removed the complete integration and added it new (after a reboot). Now it works

That indeed did the trick. entity wind_strength seemed to have changed to wind_speed but also that was easy to fix. Thnx for the tip. I will close this for now even though i think its would be better to have the application update instead of needing a re-install