Idaho947
(Idaho947)
February 10, 2024, 11:25am
1
Hello,
I am currently trying to configure netatmo webhook. I am working with nabucasa cloud for my external access. So I have this in the external url configuration :
When HA restart the webhook seems connected (see that in log) :
2024-02-10 11:51:01.441 DEBUG (MainThread) [pyatmo.auth] addwebhook: <ClientResponse(https://api.netatmo.com/api/addwebhook) [200 OK]>
<CIMultiDictProxy('Server': 'nginx', 'Date': 'Sat, 10 Feb 2024 10:51:01 GMT', 'Content-Type': 'application/json; charset=utf-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Cache-Control': 'no-cache, must-revalidate', 'Expires': '0', 'X-XSS-Protection': '1; mode=block', 'Access-Control-Allow-Origin': '*', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'X-Powered-By': 'Netatmo', 'Content-Encoding': 'gzip')>
2024-02-10 11:51:01.441 INFO (MainThread) [homeassistant.components.netatmo] Register Netatmo webhook: https://hooks.nabu.casa/xxxxxxxxxxxxxxxxxxx
2024-02-10 11:51:01.529 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] Publisher event-yyyyyyyyyyyy added
2024-02-10 11:51:01.568 DEBUG (MainThread) [homeassistant.components.netatmo.data_handler] Publisher weather added
In the dev section when I listen to netatmo_event nothing happen :
My netatmo dev. app is not blocked.
Idaho947
(Idaho947)
February 18, 2024, 5:07pm
2
Nobody had the same issue ?
Viking
July 25, 2024, 6:37pm
3
Yes, I do.
Did you manage to fix this?
Idaho947
(Idaho947)
July 26, 2024, 7:26am
4
Hello yes. Look at this post :
It seems that quite a few people struggled with setting up the webhooks for Netatmo integration. (You need to set them up if you want to drastically increase status update response times reported by your Netatmo devices). I was one of those people so I decided to gather all the information scattered among multiple posts and write up this compact guide to help anyone else struggling with this.
It’s important to note that the main credit for the information provided below goes to Cgtobi who seems…
Hello Guys,
It seems I have the same issue : all the setup is done accordingly to the guide and all looks fine … but my events are never fired in the automations.
When I look into the logs, I can see that my webhook sent the event and it is received by HA in the log.
My only doubt is about is about this
My app client_id on netatmo web inferface start by : 66a9006xxxxxxxxx
On the received event on HA log, it mention home_id’: 63d8edxxxxxxxxxx
It can look like the netatmo app send the webhook with an old and not anymore existing ID ???
Anyone already experienced this ?
Hello everyone,
I tag Tobi @cgtobi because he maybe can help me/us.
After several change of client_id/secret_id and creating new app on dev-netatmo, me webhook still doesn’t trigger event.
If I have a look to logs, I can see webhook correctly send event to HA side, but seems to be sent with the wrong ID as I said in my last message.
I folowed the procedure, and the webhook is correctly registered. Light for example is working fine