Guest User

Untitled

a guest
Jul 11th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Following is the debugging output for homestatus:
  2. 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}]}
  3. 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Setting up Stue (1194567178) ...
  4. 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Adding devices for room Stue (1194567178) ...
  5. 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Setting up Køkken (1988162774) ...
  6. 2019-07-11 13:27:47 DEBUG (Thread-10) [homeassistant.components.netatmo.climate] Adding devices for room Køkken (1988162774) ...
  7. 2019-07-11 13:27:47 ERROR (Thread-9) [homeassistant.components.netatmo.climate] The thermostat in room 1194567178 seems to be out of reach.
  8. 2019-07-11 13:27:47 ERROR (MainThread) [homeassistant.components.climate] netatmo: Error on device update!
  9. Traceback (most recent call last):
  10. File "/home/netatmo/home-assistant/homeassistant/helpers/entity_platform.py", line 261, in _async_add_entity
  11. await entity.async_device_update(warning=False)
  12. File "/home/netatmo/home-assistant/homeassistant/helpers/entity.py", line 380, in async_device_update
  13. await self.hass.async_add_executor_job(self.update)
  14. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  15. yield self # This tells Task to wait for completion.
  16. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  17. future.result()
  18. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  19. raise self._exception
  20. File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
  21. result = self.fn(*self.args, **self.kwargs)
  22. File "/home/netatmo/home-assistant/homeassistant/components/netatmo/climate.py", line 286, in update
  23. self._hvac_mode = HVAC_MAP_NETATMO[self._preset]
  24. KeyError: None
Advertisement
Add Comment
Please, Sign In to add comment