Page 1 of 2
https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by dahoiv
I am new here and quit new to Tellstick.
I have started to use
https://home-assistant.io/ as the main platform for my devices, and would just recommend everyone to take a look at it.
It is free and open source. Made in Python and works on all platforms. It is supporting Tellstick devices, and I have tested it with Tellstick Duo.
It is easy to customize, add components and automation if you know Python.
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by tjabas
sound interesting, i have looked at it and i think its similar to tellprox, but has more funtions, could it be installed on the same computer as tellprox, just to test it?
is it compatible with remotestick?
does it automaticly start when the computer starts up?
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by dahoiv
I think you can install it on the same computer as tellprox. But maybe only run one of them at the time.
I have not seen any support for Remotestick, but there is a own Android app:
https://github.com/balloob/home-assista ... oid-tasker
It is easy to start the server automatically in Linux, and I guess that will be possible in Windows too.
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by tjabas
dahoiv wrote:I think you can install it on the same computer as tellprox. But maybe only run one of them at the time.
I have not seen any support for Remotestick, but there is a own Android app:
https://github.com/balloob/home-assista ... oid-tasker
It is easy to start the server automatically in Linux, and I guess that will be possible in Windows too.
ok, thank you,
i have installed it, but i cant start it,
im in the home-assistant-master folder, but i cant start it with the command: python3 -m homeassistant , i get the following error: it says that python3 isnt a valid command, or something,, its written in swedish, im not so good in translating.
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by dahoiv
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by tjabas
yes i have, but it wont work
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by tingo
Is there documentation (or an example) on how to set up TellStick sensors in Home Assistant?
My tries have been unfruitful so far.
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by tingo
You need this in configuration.yaml:
Code: Select all
sensor:
platform: tellstick
datatype_mask: 127
which will get you all sensors.
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by Wavesswe
does this work with tellstick net? The interface looks really nice, so i hope it works,

Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by tingo
I don't know, I use a Duo.
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by hackerm
Thanks for the tip, dahoiv. I have been looking for an alternative to openHAB which is too complex and resource hungry for my poor rPi, and HA seems perfect.
Still in development of course, but things seem to be on the right track.
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by tingo
My only "complaint" about Home Assistant so far is that It doesn't do sensor value graphs (like temperature) in a way that I'm happy with.
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by tingo
tingo wrote:My only "complaint" about Home Assistant so far is that It doesn't do sensor value graphs (like temperature) in a way that I'm happy with.
and that got fixed with the June 10th 2015 release. Now temperature sensors have graphs.

Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by F.L.
I´ve been looking into this software but not tried it yet.
You guys that use is:
Is it easy to setup and maintain?
Is there a community (forum?) around it more than the mailing list?
What platform are you running it on?
Today there is not a lot information about this combination (tellstick + home-assistant)
Thanks
Re: https://home-assistant.io/
Posted: Fri Mar 17, 2023 9:45 am
by 1v4r
I keep having problems getting this to work. My log files now says the following and I have a hard time finding answers out there. Anyone who has this working?
Code: Select all
15-10-24 05:07:31 homeassistant.components.switch: Error while setting up platform tellstick
Traceback (most recent call last):
File "c:\python34\lib\site-packages\homeassistant\helpers\entity_component.py", line 134, in _setup_platform
self.hass, platform_config, self.add_entities, discovery_info)
File "c:\python34\lib\site-packages\homeassistant\components\switch\tellstick.py", line 34, in setup_platform
core = telldus.TelldusCore(callback_dispatcher=DirectCallbackDispatcher())
File "d:\python\lib\tellcore\telldus.py", line 107, in __init__
self.lib = Library(library_path, callback_dispatcher)
File "d:\python\lib\tellcore\library.py", line 312, in __init__
lib = DllLoader.LoadLibrary(name)
File "c:\python34\lib\ctypes\__init__.py", line 429, in LoadLibrary
return self._dlltype(name)
File "c:\python34\lib\ctypes\__init__.py", line 351, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 14001] The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail
15-10-24 05:07:31 homeassistant.components.light: Error while setting up platform tellstick
Traceback (most recent call last):
File "c:\python34\lib\site-packages\homeassistant\helpers\entity_component.py", line 134, in _setup_platform
self.hass, platform_config, self.add_entities, discovery_info)
File "c:\python34\lib\site-packages\homeassistant\components\light\tellstick.py", line 27, in setup_platform
core = telldus.TelldusCore(callback_dispatcher=DirectCallbackDispatcher())
File "d:\python\lib\tellcore\telldus.py", line 107, in __init__
self.lib = Library(library_path, callback_dispatcher)
File "d:\python\lib\tellcore\library.py", line 312, in __init__
lib = DllLoader.LoadLibrary(name)
File "c:\python34\lib\ctypes\__init__.py", line 429, in LoadLibrary
return self._dlltype(name)
File "c:\python34\lib\ctypes\__init__.py", line 351, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 14001] The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail
15-10-24 05:07:31 homeassistant.components.sensor.tellstick: Could not initialize Tellstick.
Traceback (most recent call last):
File "c:\python34\lib\site-packages\homeassistant\components\sensor\tellstick.py", line 68, in setup_platform
core = telldus.TelldusCore()
File "d:\python\lib\tellcore\telldus.py", line 107, in __init__
self.lib = Library(library_path, callback_dispatcher)
File "d:\python\lib\tellcore\library.py", line 312, in __init__
lib = DllLoader.LoadLibrary(name)
File "c:\python34\lib\ctypes\__init__.py", line 429, in LoadLibrary
return self._dlltype(name)
File "c:\python34\lib\ctypes\__init__.py", line 351, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 14001] The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail