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>