in one sensor the home assistant only recognize the first module.
Anyone knows the cause of this two problems?
Have this errors too:
16-09-06 14:57:08 homeassistant.components.camera: Error while setting up platform netatmo
Traceback (most recent call last):
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 98, in _setup_platform
discovery_info)
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/camera/netatmo.py", line 41, in setup_platform
for camera_name in data.get_camera_names():
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/camera/netatmo.py", line 99, in get_camera_names
self.update()
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
result = method(*args, **kwargs)
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/camera/netatmo.py", line 113, in update
self.welcomedata = lnetatmo.WelcomeData(self.auth)
File "/home/hass/.homeassistant/deps/lnetatmo.py", line 304, in __init__
self.default_home = list(self.homes.values())[0]['name']
IndexError: list index out of range
I’m considering to buy a netatmo thermostat for my boiler, but I want to do more than just watch the thermostat temperarure.
Is it possible to perform some actions like “turn heat on/off”, “check if heat is on”, etc.?
Which services are available for this thermostat?