Netatmo "Error while setting up platform netatmo - KeyError: 'modules'"

I am having trouble with my netatmo running hassio 0.68.1

Anyone know how I can troubleshoot or know whats wrong?

configuration.yaml:

netatmo:
  api_key: key
  secret_key: key
  username: [email protected]
  password: password

sensors.yaml

- platform: netatmo
  station: Hytta
  modules:
    Hytta Inne:
      - temperature
    Hytta Ute:
      - temperature
      - battery_vp
      - humidity
      - min_temp
      - max_temp

Error from log:

2018-05-10 13:18:45 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform netatmo
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 129, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=hass.loop)
  File "/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
    return fut.result()
  File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 85, in setup_platform
    for module_name in data.get_module_names():
  File "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 293, in get_module_names
    self.update()
  File "/usr/lib/python3.6/site-packages/homeassistant/util/__init__.py", line 319, in wrapper
    result = method(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 300, in update
    self.station_data = lnetatmo.WeatherStationData(self.auth)
  File "/usr/lib/python3.6/site-packages/smart_home/WeatherStation.py", line 29, in __init__
    for m in self.rawData[i]['modules']:
KeyError: 'modules'
2018-05-10 13:18:45 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1525951125.2239537, level=ERROR, message=Error while $
  File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 129, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=hass.loop)
  File "/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
    return fut.result()
  File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 85, in setup_platform
    for module_name in data.get_module_names():
  File "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 293, in get_module_names
    self.update()
  File "/usr/lib/python3.6/site-packages/homeassistant/util/__init__.py", line 319, in wrapper
    result = method(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 300, in update
    self.station_data = lnetatmo.WeatherStationData(self.auth)
  File "/usr/lib/python3.6/site-packages/smart_home/WeatherStation.py", line 29, in __init__
    for m in self.rawData[i]['modules']:
KeyError: 'modules'
, source=components/sensor/netatmo.py>

The same error. HA 0.71.0

I shared my netatmos with a new netatmo account and added that account to home assistent, dirty but it works.

I’m getting this error in HA 0.72.0 also - does anyone know a fix?

Error seems to only happen if I try to configure both my stations, if I only configure one station then all is ok - used to work until recently for both stations.

My Netatmo also recently stopped working, I also have two stations.

My Netatmo also recently stopped working too :frowning:
My ventilation automation based on co2 stopped working. I’m not in a Beta channel and expect to avoid such situations. Will it be fixed?

https://pastebin.com/KUrqXWHC

Nothing new for my Netatmo (Meteo) ??

What exactly do you mean by that?