core: problem on Netatmo integration in 0.105.x version

##Problem I’m not able to see Netatmo camera in my Lovelace UI after upgraded to 0.105.1 or 0.105.2 version (all worked fine since 0.104 versions). I already adjusted my config:

  1. I already edited configuration.yaml
  2. I go in integration panel
  3. I click on integrate and then it open new web page in netatmo web page where I click on “accept” button, then it redirect to a new page with 404 web error. Then nothing happen, I don’t see any cameras in HASSIO items…

Environment

-HASSIO 0.105.2 -raspberry pi3+ -supervisor 199 -HassOS 3.9 -integration Netatmo -configurazione.yaml as here: https://www.home-assistant.io/integrations/netatmo/

Problem-relevant configuration.yaml

this is my configuration.yaml

netatmo:
  client_id: !secret client_id_netatmo
  client_secret: !secret secret_key_netatmo

Traceback/Error logs

I only found this error but I think this isn’t related to my problem with Netatmo:

20-02-07 14:05:11 INFO (MainThread) [hassio.api.proxy] Home Assistant WebSocket API request initialize
20-02-07 14:05:11 INFO (MainThread) [hassio.api.proxy] WebSocket access from a0d7b954_appdaemon3
20-02-07 14:05:11 ERROR (MainThread) [hassio.api.proxy] Client error on WebSocket API Cannot connect to host 172.30.32.1:8123 ssl:False [Connection refused].

Additional information

here it’s new authorization page of Netatmo:

Schermata 2020-02-07 alle 15 57 26

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 33 (15 by maintainers)

Most upvoted comments

Hi, I upgraded to 0.105.5 and now I’m able to get authorization from Netatmo webpage. Now all work fine.

regards