Hi all
I was not able to get webhook from my netatmo cameras. I guess I did all required:
- Register to Nabu casa - up and running
- Make Netatmo integration with cloud. success! all Netatmo components are present on HA camera streaming are received.
- Create new app on NetatmoConnect. Client ID and Client Secret created (NOTE: redirect URI and webbook URI left blank)
It shows Webhook Status OK - Configuration YAML
netatmo:
client_id: "61xxxxxxxxxxxxxxxxxx5e5"
client_secret: "QyyyyyyyyyyyyyyyyyyyyyyyyFZ45"
homeassistant:
external_url: "http://xxxxxx.dns.org:8123"
internal_url: "http://192.168.X.YY:8123"
logs:
homeassistant.components.netatmo: info
- Webhook created in a certain automation Automation…
mode: single
- id: '1642010261139'
alias: EntrataMotion Detection
description: ''
trigger:
- platform: webhook
webhook_id: mymotiondetectionWH
condition: []
action:
- service: input_boolean.turn_on
target:
entity_id: input_boolean.netatmo_entrata_motion
- Webhook correctly present on NABU CASA and Activated (I get the url and tested the url with curl -XPOST … it works correctly and I receive the webhook and the automation works perfectly.
Unfortunately I do not receive any webhook from Netatmo. Nothing on logs!!
Where I am wrong. How can I test the whebhook is registered?
Thank you