Hi, after some time I notice in log file lot of errors, my instance is latest updated yesterday. What I can do with that? Is this dangerous?
When I do check for errors in configuration I get all is ok(no errors):
(homeassistant_venv) homeassistant@raspberrypi:/home/pi$ hass --script check_config
Testing configuration at /home/homeassistant/.homeassistant
(homeassistant_venv) homeassistant@raspberrypi:/home/pi$
Below my log file after restart:
17-02-11 11:36:15 ERROR (MainThread) [homeassistant.components.notify] Error setting up platform mysensors
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/notify/__init__.py", line 101, in async_setup_platform
None, platform.get_service, hass, p_config, discovery_info)
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/notify/mysensors.py", line 25, in get_service
pres.S_INFO: [set_req.V_TEXT],
File "/usr/lib/python3.4/enum.py", line 255, in __getattr__
raise AttributeError(name) from None
AttributeError: V_TEXT
17-02-11 11:36:16 ERROR (MainThread) [homeassistant.components.camera.generic] Error parsing template <homeassistant.helpers.template.Template object at 0x76393d10>: UndefinedError: 'None' has no attribute 'attributes'
17-02-11 11:36:17 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 233, in _step
result = coro.throw(exc)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 387, in _update_entity_states
yield from update_coro
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 204, in async_update_ha_state
yield from self.hass.loop.run_in_executor(None, self.update)
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/sensor/speedtest.py", line 110, in update
states = recorder.get_model('States')
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/recorder/__init__.py", line 143, in get_model
from homeassistant.components.recorder import models
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/recorder/models.py", line 7, in <module>
from sqlalchemy import (Boolean, Column, DateTime, ForeignKey, Index, Integer,
ImportError: No module named 'sqlalchemy'
17-02-11 11:36:25 ERROR (MainThread) [homeassistant.components.camera.generic] Error parsing template <homeassistant.helpers.template.Template object at 0x76393d10>: UndefinedError: 'None' has no attribute 'attributes'