HA 0.108.0
All Netatmo sensors report as unavailable.
Tried to delete integration from HA UI, deleted thrid party app on Netatmo site/App and readded netatmo integration from UI.
Now the linking is stuck on the Nabu Casa Message " Please Wait we are linking your acount"
When checking in the netatmo app it show Home assistant Cloud as a third party app again.
My all sensors also went out… but it seems to be related to Netatmo itself. I started separate thread about this: Weird Netatmo behavior (perhaps not HA related)
Could you check if symptoms you observe are the same, please?
HA 108.0
Sensors report propery to my.netatmo.com
But show unavailable in HA.
Tried to delete and readd Integration.
But Linking the Accounts hangs at Nabucasa.
Eh… not used to much to using my.netatmo.com directly… I just realized that I misread the graph. Indeed not only sensors report properly, but also graphs are OK.
So bottom line my issue might be exactly the same as yours… the difference being that I did not tired yet to delete and reenable the integration, so did not faced issue with Nabucasa…
And one more thing - I just read the main thread about 0.108 and it seems that there was something wrong with 0.108.7 regarding Nabucasa and is fixed now in 0.108.8 - perhaps you should try to update and relink now.
EDIT: just updated to 0.108.8 and no change… no Netatmo sensors available…
I upgraded to 109.2 today (Hassio) and my Netatmo values are back. Strange thing (?) is that I have no secret key or not even anything in my yaml file about Netatmo I have now realised. How can it be that I see the values from all sensors anyhow?
You are using the HA Cloud link. As long as you’re using no camera that is fine right now. Azure had some issues (Which is where Netatmo runs on AFAIK) in the past weeks which should be fixed a little from what I’ve heard.
Aha, so that’s why. Yes, you are correct, I see that I have HA Cloud as a 3rd party integration in my Netamo account. Puuhhh :-). But do you mean this will disappear so in the future I will have to set up as in the Integration description?
## Log Details (WARNING)
Logger: homeassistant.helpers.entity
Source: __main__.py:347
First occurred: 8:49:58 AM (10 occurrences)
Last logged: 8:58:12 AM
* Update of camera.netatmo_garage is taking over 10 seconds
* Update of camera.netatmo_back_yard is taking over 10 seconds
Is there a way to get rid of this issue. What causes this problem to keep re-occurring?
in the mean time the number of occurrences is 32 and the following message appeared:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 472, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/netatmo/camera.py", line 217, in update
cid=self._camera_id
File "/usr/local/lib/python3.7/site-packages/pyatmo/camera.py", line 284, in camera_urls
temp_local_url = check_url(vpn_url)
File "/usr/local/lib/python3.7/site-packages/pyatmo/camera.py", line 277, in check_url
resp = self.authData.post_request(url=f"{url}/command/ping")
File "/usr/local/lib/python3.7/site-packages/pyatmo/auth.py", line 168, in post_request
if "application/json" in resp.headers.get("content-type")
AttributeError: 'NoneType' object has no attribute 'headers'
Sadly the cloud link does not work.
My neatmo Sensors stopped updating values about two weeks ago.
Tried to remove and re add the integration.
Sadly it gets stuck at the Please wait, we are linking your account… nabucasa page.
About two weeks ago it could be re added but threw errors.
Would love to get Netatmo back.
This happened on two totally independent installations of HA
When I try to set it up with configuration.yaml it adds the integration but does not find sensors. This is in my log
First occurred: 1:18:21 (1 occurrences)
Last logged: 1:18:21
Error while setting up netatmo platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 178, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 146, in async_setup_entry
async_add_entities(await hass.async_add_executor_job(get_entities), True)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 142, in get_entities
entities.extend(find_entities(data))
File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 117, in find_entities
all_module_infos = data.get_module_infos()
File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 552, in get_module_infos
return self.station_data.getModules()
File "/usr/local/lib/python3.7/site-packages/pyatmo/weather_station.py", line 89, in getModules
"module_name": m["module_name"],
KeyError: 'module_name'