Closed TTLucian closed 2 years ago
netatmo documentation netatmo source (message by IssueLinks)
Hey there @cgtobi, mind taking a look at this issue as it has been labeled with an integration (netatmo
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
Can you please provide some context when this happens and maybe even how to reproduce?
I really don't know what else to say. I have a Netatmo weather station with indoors, outdoors, rain and wind modules. All sensors are working and reporting data. I see this error only at core start/restart, every time.
Logger: homeassistant
Source: components/netatmo/__init__.py:220
First occurred: 19:18:34 (1 occurrences)
Last logged: 19:18:34
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/netatmo/__init__.py", line 220, in register_webhook
await hass.data[DOMAIN][entry.entry_id][AUTH].async_addwebhook(webhook_url)
File "/usr/local/lib/python3.9/site-packages/pyatmo/auth.py", line 381, in async_addwebhook
resp = await self.async_post_request(WEBHOOK_URL_ADD, {"url": webhook_url})
File "/usr/local/lib/python3.9/site-packages/pyatmo/auth.py", line 339, in async_post_request
async with self.websession.post(
File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 1138, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 559, in _request
await resp.start(conn)
File "/usr/local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 913, in start
self._continue = None
File "/usr/local/lib/python3.9/site-packages/aiohttp/helpers.py", line 721, in __exit__
raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError
its the same for me, constant errors on startup:
[Light] Platform netatmo not ready yet: None; Retrying in background in 30 seconds [Select] Platform netatmo not ready yet: None; Retrying in background in 30 seconds
There is also this one Folder "Netatmo" in Media always being created by the Integration.
I only have a weather station, no Webcam, no Light, no Select
Edit: joined b3, still the same messages
A fix will be available shortly.
The problem
Error in log:
All Netatmo devices and sensors are online.
What version of Home Assistant Core has the issue?
core-2021.12.8
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Netatmo
Link to integration documentation on our website
https://www.home-assistant.io/integrations/netatmo/
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response