Goal: I am trying to get the Netatmo integration to work via Webhooks for instant updates (shutters), but it seems stuck in polling mode.
My Setup:
- Environment: HA App on TrueNAS.
- External Access: DuckDNS + Nginx Proxy Manager (NPM) w/ Portainer.
- Current Status: Remote access works perfectly via the HA Mobile App on cellular data (no VPN).
Guide Followed: I strictly followed this guide: How to setup Netatmo Integration using Webhooks.
Steps performed:
- Created a Netatmo Developer App (Redirect URI and Webhook URL fields were initially left blank).
- Added Client ID and Client Secret in HA via Application Credentials.
- Removed the integration, restarted HA, and re-added it using “Developer Credentials”.
- Authentication was successful; entities appeared in HA without any errors or warnings.
- Redirect URI update: Later added
https://[MY_DOMAIN].duckdns.org/auth/external/callbackin the Netatmo Dev portal, but still no change.
The Issue:
- Entities update slowly (polling).
- No mention of Webhooks in the logs (no “Registered”, no “Failed”).
Questions:
- Why is the integration not even attempting to register the Webhook?
- Is there a specific debug level I should enable for
homeassistant.components.netatmoto see the handshake?
Any help would be greatly appreciated!