Netatmo webhook doesn't bring anything up

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 :
image

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.

Nobody had the same issue ?

Yes, I do.
Did you manage to fix this?

Hello yes. Look at this post :

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 :slight_smile:
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 :slight_smile: