Hey guys!
I’m completely new here at home-assistant and I’m excited to learn a lot of stuff! I decided on use that Hassbian image. The installation process works great, but I’ve some issues direct after the the process is done, when I connect the first time to the frontend. So I can’t restart the HA-server under configuration > server management. Maybe this is an error at the services itself because the services menu under dev tools isn’t loading as well.
Here my home-assistant.log file:
2017-07-16 17:16:34 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 237, in _step
result = next(coro)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 381, in async_process_entity
new_entity, self, update_before_add=update_before_add
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 238, in async_add_entity
yield from entity.async_update_ha_state()
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 246, in async_update_ha_state
attr = self.state_attributes or {}
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/init.py”, line 415, in state_attributes
self._convert_for_display(self.current_temperature),
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/init.py”, line 700, in _convert_for_display
raise TypeError(“Temperature is not a number: %s” % temp)
TypeError: Temperature is not a number: unknown
2017-07-16 17:16:34 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 237, in _step
result = next(coro)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 381, in async_process_entity
new_entity, self, update_before_add=update_before_add
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 238, in async_add_entity
yield from entity.async_update_ha_state()
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 246, in async_update_ha_state
attr = self.state_attributes or {}
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/init.py”, line 415, in state_attributes
self._convert_for_display(self.current_temperature),
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/climate/init.py”, line 700, in _convert_for_display
raise TypeError(“Temperature is not a number: %s” % temp)
TypeError: Temperature is not a number: unknown
2017-07-16 17:16:58 WARNING (Thread-3) [netdisco.ssdp] Error fetching description at http://192.168.0.254:49152/wps_device.xml
I hope someone has a litte time for me
-Flo