I have made available my HA instance in the port 443 and I still have the issue. Maybe @cgtobi can help?
The integration connects fine with netatmo, and gets registered (through config.yml)
The webhooks are not banned
I see in the logs:
2020-06-28 14:26:37 INFO (MainThread) [homeassistant.components.netatmo] Register Netatmo webhook: https://home.xxxxx.duckdns.org/api/webhook/[a id]
If I access trough browser, It says 405: Method Not Allowed (dunno if I need more params and call from any API client)
I don’t have netatmo error logs. This are the other logs with “netatmo” string. logger set as “info”. Should I look for another thing?
Line 175: 2020-06-28 14:26:10 INFO (MainThread) [homeassistant.setup] Setting up netatmo
Line 185: 2020-06-28 14:26:11 INFO (MainThread) [homeassistant.setup] Setup of domain netatmo took 0.1 seconds.
Line 438: 2020-06-28 14:26:12 INFO (MainThread) [homeassistant.components.camera] Setting up camera.netatmo
Line 439: 2020-06-28 14:26:12 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.netatmo
Line 447: 2020-06-28 14:26:12 INFO (MainThread) [homeassistant.components.climate] Setting up climate.netatmo
I don’t see more things than
Errors in response: {'status': 'ok', 'time_server': 1593354373, 'body': {'home': {'id': 'a id'}, 'errors': [{'code': 6, 'id': 'a mac'}]}}
No entities in the component.
I am out of ideas now, what can I do or look for?
My setup is Home Assistant (not hassio), in a python env, port 443 forwarded to 8123 in the router. No reverse proxy, and this is my http is
http:
ssl_certificate: HIDDEN AND WORKING
ssl_key: HIDDEN AND WORKING
base_url: https://home.xxxx.duckdns.org
server_port: 8123