Netatmo climate

after update to 0.92 the component netatmo not work anymore.
some solution?

Mine stopped too, I guess whatever it is will be fixed in 92.1 !

climate and weather

have you restarted. it may need to pull down dependencies

I only use weather, but it is ok for me?

I’ve restarted twice, I’m running in docker, perhaps that’s got something to do with it. I’m sure it’ll be fixed soon anyway.

not work also weather

Very strange, I have a docker install that I use as dev and have upgraded to 0.92.0 and Netatmo is fine, went through all the betas too and no issues with the weather component.

In my config I remember ages ago I had to remove the station: from the config though when it broke

if you have a system log, can you share it here?

IS this using a custom component of netatmo component or the official one.

official component

Why did you link to a custom component

because there are those who developed the component

Netatmo climate (thermostat) is broken since 0.89 (https://github.com/home-assistant/home-assistant/issues/23075).
I guess that will be fixed in 0.92 :frowning:

Error in logfile for netatmo:

Traceback (most recent call last):
 File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
   SLOW_SETUP_MAX_WAIT, loop=hass.loop)
 File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
   return fut.result()
 File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
   result = self.fn(*self.args, **self.kwargs)
 File "/usr/src/app/homeassistant/components/netatmo/sensor.py", line 72, in setup_platform
   manual_config(config, dev)
 File "/usr/src/app/homeassistant/components/netatmo/sensor.py", line 94, in manual_config
   if module_name not in data.get_module_names():
 File "/usr/src/app/homeassistant/components/netatmo/sensor.py", line 377, in get_module_names
   self.update()
 File "/usr/src/app/homeassistant/components/netatmo/sensor.py", line 406, in update
   self.station_data = self._detect_platform_type()
 File "/usr/src/app/homeassistant/components/netatmo/sensor.py", line 388, in _detect_platform_type
   station_data = self.data_class(self.auth)
 File "/usr/local/lib/python3.7/site-packages/smart_home/WeatherStation.py", line 21, in __init__
   self.getAuthToken = authData.accessToken
AttributeError: 'NoneType' object has no attribute 'accessToken'

Same problem here. My thermostat valves disappeared after the update.
No differences If I set the discovery true or false.
I also have a strange error saying

No default_home in HomeData.

I have the same issue. I have only one home so don’t know what this means

Try updating to 92.1, the Netatmo problems seem to have been solved.

1 Like

I confirm that the update solved the issue! Thanks