2017-06-02 07:43:47 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform sensehat
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 155, in _async_setup_platform
entity_platform.schedule_add_entities, 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/lib/python3.4/site-packages/homeassistant/components/sensor/sensehat.py", line 66, in setup_platform
dev.append(SenseHatSensor(data, variable))
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/sensor/sensehat.py", line 81, in __init__
self.update()
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/sensor/sensehat.py", line 100, in update
self.data.update()
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 303, in wrapper
result = method(*args, **kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/sensor/sensehat.py", line 126, in update
from sense_hat import SenseHat
File "/home/homeassistant/.homeassistant/deps/sense_hat/__init__.py", line 2, in <module>
from .sense_hat import SenseHat, SenseHat as AstroPi
File "/home/homeassistant/.homeassistant/deps/sense_hat/sense_hat.py", line 10, in <module>
import RTIMU # custom version
ImportError: No module named 'RTIMU'
2017-06-02 07:43:47 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform sensehat
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 155, in _async_setup_platform
entity_platform.schedule_add_entities, 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/lib/python3.4/site-packages/homeassistant/components/light/sensehat.py", line 32, in setup_platform
from sense_hat import SenseHat
File "/home/homeassistant/.homeassistant/deps/sense_hat/__init__.py", line 2, in <module>
from .sense_hat import SenseHat, SenseHat as AstroPi
File "/home/homeassistant/.homeassistant/deps/sense_hat/sense_hat.py", line 10, in <module>
import RTIMU # custom version
ImportError: No module named 'RTIMU'