Wasn’t sure if I should open up a separate thread or use an existing, with issues setting up the Netatmo Outdoor Camera.
I was using it successfully the last couple of month, but somehow the events stopped coming and the camera picture was unavailable for the last couple days, so I decided to set it up again. I have removed the integration from home assistant. My configuration.yaml has the following entry:
netatmo:
client_id: !secret NETATMO_CLIENT_ID
client_secret: !secret NETATMO_CLIENT_SECRET
I have checked the secrets and compared them to the entries in Netatmo Dev Apps to ensure they align and the webhook is still active.
Seting the Netatmo Camera up using the Cloud Links works and brings the camera entity, but no access to the netatmo_events. So I was trying to set it up using the configuration.yaml. Doing so I receive the following issue:
Missing code or state parameter in http://*INTERNAL_HA_IP_ADDRESS_HERE*:8123/auth/external/callback?error=redirect_uri_mismatch&state=*LONG_CODE_HERE*
Any advise? Can I provide more information?
I appreciate any support offered. Thank you all.