Hi! I’ve just started my conversion from “regular” Hass to HassIO (which seems awesome!).
Any guides/tutorial/tips&trix how to install the Tellstick component? I have a Tellstick Duo with a bunch of 433 MHz switches that I would like to integrate with HassIO…
How will this be accomplished? I see that the hass repo Dockerfile contains libtelldus2-core (here), but still doesn’t seem to actually run the telldus-server, telldusd (I might very well be wrong, I haven’t tested tellstick on the origianl docker image).
Will this style be used for the hass.io-docker images as well? …and if so, will telldusd be run in an addon-container?
The reason I’m asking is, if there is some TODO-task of making a tellstick/telldusd addon, I’m more than willing to do so.
I would gladly help out if I can. Don’t know where to start though. Anyone have any ideas?I remember it being a bit tricky to accomplish on hassbian. Tellstick is crucial for my setup so i would be really happy if we could get this working.
This topic saved me a potential night of frustration. Is there a special forum related to 433 / tellstick setups? Would love to hear some user setups on how they configured on hass.io and all-in-one installer
I’m working off all in one and is 90% working I’d say but have the odd hiccup here and there with sensors not showing.
Example is one dht sensor showing and another not… another is one plug not responding on occasion but this could be down to my tellstick config
Is there a plan for tellstick eventually? You said 0.51 but if there is no plan then why say a release? I don’t mean too ungrateful but a simple answer would be nice.
One of the reasons I installed hass.io is to be able to automate the telldus live stuff. And because of the rather mixed content regarding home assistant and hass.io in the documentation , I was led to beleive that all those hundreds of addons where available to hassio as well.
I assume that I have to reinstall home assistant manually instead to get telldus stuff for now?
Same error here - installed fresh hass.io 0.53.1 on Raspberry pi 3
Using Tellstick Duo - via USB port.
Added following lines to configuration.yaml
tellstick:
signal_repetitions: 3
2017-09-19 21:16:38 ERROR (SyncWorker_18) [homeassistant.components.tellstick] Could not initialize Tellstick Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/components/tellstick.py", line 66, in setup callback_dispatcher=AsyncioCallbackDispatcher(hass.loop))
File "/usr/lib/python3.6/site-packages/tellcore/telldus.py", line 107, in __init__ self.lib = Library(library_path, callback_dispatcher)
File "/usr/lib/python3.6/site-packages/tellcore/library.py", line 312, in __init__ lib = DllLoader.LoadLibrary(name)
File "/usr/lib/python3.6/ctypes/__init__.py", line 426, in LoadLibrary return self._dlltype(name)
File "/usr/lib/python3.6/ctypes/__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode)
OSError: Error loading shared library libtelldus-core.so.2: No such file or directory
2017-09-19 21:16:38 ERROR (MainThread) [homeassistant.setup] Setup failed for tellstick: Component failed to initialize.
My problem is, that it need run a service in background. They is not supported anymore from manufacturer. This service will run on every hass.io device for “only” user they have tellstick hardware. It is the only hardware they run in this way on all 800 components they will be supported on home-assistant.
I think we have 2 ways to go:
The tellstick component will be updated to start this service on load of that platform. So we can delivery the tellstick stuff inside hassio but it is not active for every user.
We have a tellsick add-on, they run the tellstick service and a small hass instance they push the states into core instance.
Maybe someone have a better idea how we can deliver the tellstick stuff without bad affect for every user.