Ha 0.95 netatmo component doesn't load

Does anyone else have issues with 0.95 and netatmo?

This is the error I get:

Error while setting up platform netatmo
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT)
  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/homeassistant/homeassistant/components/netatmo/sensor.py", line 143, in setup_platform
    config.get(CONF_STATION)))
  File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 190, in __init__
    self._module_type = self.netatmo_data. \
AttributeError: 'NoneType' object has no attribute 'moduleByName'

Isn’t only me:

https://github.com/home-assistant/home-assistant/issues/24727

Same issue here! I was hoping 0.95 fixed the Netatmo issues, but it’s now completly not working anymore.

Same issue here. Was working more or less with 0.94.x, now entirely broken.

It’s most likely fixed in https://github.com/home-assistant/home-assistant/pull/24788.

I have the same error in the log, but still all data seems to be valid i.e. temperature etc. are still updated correctly.

I had the same issue - I had to change

discovery: false

to

discovery: true

In the config…It is working fine now.

Fixed with 0.95.4

Without turning discovery on (which I think would cause double entities?!)

1 Like

Great, the fix actually was shipped in 0.95.2.

1 Like