Hi all,
I am running latest home assistant on a Raspberry Pi 3B with (core-2021.9.6 and supervisor-2021.09.0) and my tellstick platform stopped working after the new update…
I have tried uninstalling and reinstalling tellstick integration but the states-page tells me that the tellstick and sensors.tellstick platform could not be set up. Anyone else experiencing this?
Tellstick log says:
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[20:06:22] INFO: Initialize the tellstick configuration…
[20:08:26] INFO: Exposing sockets and loading service…
[20:08:26] INFO: Starting event listener…
telldusd daemon starting up
Connecting to TellStick (1781/C31) with serial A6028FLS
Supervisor log shows 2 instances where tellstick is show:
21-09-15 07:19:23 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/armv7-addon-tellstick with version 2.1.0
21-09-15 07:19:35 INFO (SyncWorker_2) [supervisor.docker.addon] Starting Docker add-on homeassistant/armv7-addon-tellstick with version 2.1.0
Full homeassistant tellstick related log says ( copied from top to bottom):
Unable to prepare setup for platform tellstick.light: Unable to set up component.
7:21:39 AM – (ERROR) setup.py - message first occurred at 7:21:39 AM and shows up 2 times
Error during setup of component tellstick
7:21:34 AM – (ERROR) components/tellstick/init.py
2021-09-15 07:21:22 WARNING (MainThread) [homeassistant.setup] Setup of tellstick is taking over 10 seconds.
2021-09-15 07:21:34 ERROR (MainThread) [homeassistant.setup] Error during setup of component tellstick
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 255, in _async_setup_component
result = await task
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 52, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/tellstick/init.py”, line 112, in setup
tellcore_devices = tellcore_lib.devices()
File “/usr/local/lib/python3.9/site-packages/tellcore/telldus.py”, line 173, in devices
count = self.lib.tdGetNumberOfDevices()
File “/usr/local/lib/python3.9/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)
2021-09-15 07:21:39 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform tellstick.light: Unable to set up component.
2021-09-15 07:21:39 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform tellstick.switch: Unable to set up component.
I have below tellstick related information in my configuration.yaml, but then again, it all worked before the update…?
tellstick:
host: core-tellstick
port: [50800, 50801]
light:
- platform: tellstick
switch:
- platform: tellstick