I cant belive it… Just installed hassio on my newly arriwed raspberry pi 3 with 16gb sandisk card and I get the exact same error…what the…?
I got hassio supervisor 0.79 (all seems okay here, just like we tested before)
starting version 3.2.4
18-01-07 11:20:55 INFO (MainThread) [__main__] Initialize Hassio setup
18-01-07 11:20:55 INFO (MainThread) [__main__] Setup HassIO
18-01-07 11:20:55 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to supervisor homeassistant/armhf-hassio-supervisor with version 0.79
18-01-07 11:20:55 INFO (MainThread) [hassio.host_control] Send 'info' to HostControl.
18-01-07 11:20:56 INFO (MainThread) [hassio.host_control] Receive from HostControl: { "type": "resinos", "version": "1.1", "last_version": "1.1", "hostname": "hassio", "features": ["shutdown", "reboot", "update", "hostname"], "os": "GNU/Linux" }.
18-01-07 11:20:56 INFO (SyncWorker_1) [hassio.docker.interface] Attach to image homeassistant/raspberrypi3-homeassistant with version 0.60
18-01-07 11:20:56 INFO (MainThread) [hassio.addons.git] Load addon /data/addons/core repository
18-01-07 11:20:56 INFO (MainThread) [hassio.addons] Load addons: 19 all - 19 new - 0 remove
18-01-07 11:20:56 INFO (SyncWorker_2) [hassio.docker.interface] Attach to image homeassistant/armhf-addon-ssh with version 2.9
18-01-07 11:20:56 INFO (SyncWorker_1) [hassio.docker.interface] Attach to image homeassistant/armhf-addon-samba with version 2.0
18-01-07 11:20:56 INFO (SyncWorker_0) [hassio.docker.interface] Attach to image homeassistant/armhf-addon-tellstick with version 0.4
18-01-07 11:20:56 INFO (MainThread) [hassio.updater] Fetch update data from https://raw.githubusercontent.com/home-assistant/hassio/master/version.json
18-01-07 11:20:57 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
18-01-07 11:20:57 INFO (MainThread) [hassio.addons] Startup initialize run 0 addons
18-01-07 11:20:57 INFO (MainThread) [__main__] Run HassIO
18-01-07 11:20:57 INFO (MainThread) [hassio.dns] Start DNS port forwarding for host add-ons
18-01-07 11:20:57 INFO (MainThread) [hassio.supervisor] Version 0.79 is already installed
18-01-07 11:20:57 INFO (MainThread) [hassio.core] Start API on 172.30.32.2
18-01-07 11:20:57 INFO (MainThread) [hassio.addons] Startup system run 1 addons
18-01-07 11:20:57 INFO (SyncWorker_3) [hassio.docker.interface] Clean homeassistant/armhf-addon-tellstick docker application
18-01-07 11:20:59 INFO (SyncWorker_3) [hassio.docker.addon] Start docker addon homeassistant/armhf-addon-tellstick with version 0.4
18-01-07 11:21:04 INFO (MainThread) [hassio.addons] Startup services run 2 addons
18-01-07 11:21:04 INFO (SyncWorker_4) [hassio.docker.interface] Clean homeassistant/armhf-addon-ssh docker application
18-01-07 11:21:04 INFO (SyncWorker_9) [hassio.docker.interface] Clean homeassistant/armhf-addon-samba docker application
18-01-07 11:21:06 INFO (SyncWorker_9) [hassio.docker.addon] Start docker addon homeassistant/armhf-addon-samba with version 2.0
18-01-07 11:21:06 INFO (SyncWorker_4) [hassio.docker.addon] Start docker addon homeassistant/armhf-addon-ssh with version 2.9
18-01-07 11:21:23 INFO (SyncWorker_6) [hassio.docker.interface] Clean homeassistant/raspberrypi3-homeassistant docker application
18-01-07 11:21:26 INFO (SyncWorker_6) [hassio.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-homeassistant with version 0.60
18-01-07 11:21:26 INFO (MainThread) [hassio.addons] Startup application run 0 addons
18-01-07 11:21:26 INFO (MainThread) [hassio.core] Hass.io is up and running
Here it seems to fail to load in the gui…?
Invalid config, The followinf components and platforms could not be set up:
Running original config.yaml with tellstick added like this:
# Tellstick
tellstick:
host: core-tellstick
port: [50800, 50801]
Sun Jan 07 2018 12:22:14 GMT+0100 (W. Europe Standard Time)
Error during setup of component tellstick
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/setup.py", line 193, in _async_setup_component
component.setup, hass, processed_config)
File "/usr/lib/python3.6/asyncio/futures.py", line 332, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup
future.result()
File "/usr/lib/python3.6/asyncio/futures.py", line 245, in result
raise self._exception
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/tellstick.py", line 99, in setup
tellcore_devices = tellcore_lib.devices()
File "/usr/lib/python3.6/site-packages/tellcore/telldus.py", line 173, in devices
count = self.lib.tdGetNumberOfDevices()
File "/usr/lib/python3.6/site-packages/tellcore/library.py", line 257, in check_int_result
raise TelldusError(result)
tellcore.library.TelldusError: Could not connect to the Telldus Service (-6)