Closed onlyoneme closed 2 years ago
netatmo documentation netatmo source (message by IssueLinks)
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!
(message by CodeOwnersMention)
I've removed Application Credentials for Netatmo and put keys into configuration file. After restart my credentials have been imported to Application Credentials, but I'm getting another error instead:
2022-08-28 13:07:33.737 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] 403 - Forbidden - Invalid access token (2) when accessing 'https://api.netatmo.com/api/homesdata'
2022-08-28 13:07:33.738 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] Publisher AsyncClimateTopology added
2022-08-28 13:07:33.770 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] 403 - Forbidden - Invalid access token (2) when accessing 'https://api.netatmo.com/api/getstationsdata'
2022-08-28 13:07:33.770 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] Publisher AsyncWeatherStationData added
2022-08-28 13:07:33.802 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] 403 - Forbidden - Invalid access token (2) when accessing 'https://api.netatmo.com/api/gethomecoachsdata'
2022-08-28 13:07:33.802 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] Publisher AsyncHomeCoachData added
2022-08-28 13:07:33.815 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] 403 - Forbidden - Invalid access token (2) when accessing 'https://api.netatmo.com/api/gethomedata'
2022-08-28 13:07:33.815 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] Publisher AsyncCameraData added
2022-08-28 13:07:33.855 DEBUG (MainThread) [homeassistant.components.netatmo.sensor] Adding weather sensors []
2022-08-28 13:07:33.855 DEBUG (MainThread) [homeassistant.components.netatmo.sensor] Adding weather sensors []
2022-08-28 13:07:33.864 WARNING (MainThread) [homeassistant.components.camera] Platform netatmo not ready yet: None; Retrying in background in 30 seconds
2022-08-28 13:07:33.865 WARNING (MainThread) [homeassistant.components.climate] Platform netatmo not ready yet: None; Retrying in background in 30 seconds
2022-08-28 13:07:33.867 WARNING (MainThread) [homeassistant.components.light] Platform netatmo not ready yet: None; Retrying in background in 30 seconds
2022-08-28 13:07:33.869 WARNING (MainThread) [homeassistant.components.select] Platform netatmo not ready yet: None; Retrying in background in 30 seconds
2022-08-28 13:07:33.870 WARNING (MainThread) [homeassistant.components.sensor] Platform netatmo not ready yet: None; Retrying in background in 30 seconds
2022-08-28 13:07:33.939 ERROR (MainThread) [homeassistant.components.netatmo] Error during webhook registration - 403 - Forbidden - Invalid access token (2) when accessing 'https://api.netatmo.com/api/addwebhook'
2022-08-28 13:07:59.673 DEBUG (MainThread) [homeassistant.components.netatmo.sensor] Adding weather sensors []
2022-08-28 13:07:59.674 DEBUG (MainThread) [homeassistant.components.netatmo.sensor] Adding weather sensors []
2022-08-28 13:08:59.729 DEBUG (MainThread) [homeassistant.components.netatmo.sensor] Adding weather sensors []
2022-08-28 13:08:59.729 DEBUG (MainThread) [homeassistant.components.netatmo.sensor] Adding weather sensors []
Few hours later reauthorization option has appeared and the token has been renewed. Now it's working back.
The problem
I've generated new keys on https://dev.netatmo.com/ and I've registered them in Application Credentials for Netatmo. Now my integration is failing to set up.
What version of Home Assistant Core has the issue?
2022.8.7
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
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?
Additional information
No response