Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Following is the debugging output for homestatus:
- 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] {'id': '5cab32a16b5cc203808b45b5', 'modules': [{'id': '70:ee:50:0f:40:c0', 'type': 'NAPlug', 'firmware_revision': 203, 'wifi_strength': 45, 'rf_strength': 102}, {'id': '09:00:00:03:a8:4b', 'bridge': '70:ee:50:0f:40:c0', 'reachable': False, 'type': 'NRV'}, {'type': 'NRV', 'firmware_revision': 79, 'battery_level': 2954, 'id': '09:00:00:03:aa:39', 'bridge': '70:ee:50:0f:40:c0', 'reachable': True, 'battery_state': 'full', 'rf_strength': 89}], 'rooms': [{'id': '1194567178', 'reachable': False}, {'therm_setpoint_start_time': 1562790529, 'anticipating': False, 'therm_measured_temperature': 19.5, 'therm_setpoint_temperature': 5, 'id': '1988162774', 'therm_setpoint_mode': 'hg', 'reachable': True, 'heating_power_request': 0, 'open_window': False, 'therm_setpoint_end_time': 0}]}
- 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Setting up Stue (1194567178) ...
- 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Adding devices for room Stue (1194567178) ...
- 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Setting up Køkken (1988162774) ...
- 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Adding devices for room Køkken (1988162774) ...
- 2019-07-11 13:27:47 ERROR (Thread-9) [homeassistant.components.netatmo.climate] The thermostat in room 1194567178 seems to be out of reach.
- 2019-07-11 13:27:47 ERROR (MainThread) [homeassistant.components.climate] netatmo: Error on device update!
- Traceback (most recent call last):
- File "/home/netatmo/home-assistant/homeassistant/helpers/entity_platform.py", line 261, in _async_add_entity
- await entity.async_device_update(warning=False)
- File "/home/netatmo/home-assistant/homeassistant/helpers/entity.py", line 380, in async_device_update
- await self.hass.async_add_executor_job(self.update)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
- result = self.fn(*self.args, **self.kwargs)
- File "/home/netatmo/home-assistant/homeassistant/components/netatmo/climate.py", line 286, in update
- self._hvac_mode = HVAC_MAP_NETATMO[self._preset]
- KeyError: None
Advertisement
Add Comment
Please, Sign In to add comment