https://home-assistant.io/

Moderator: Telldus

dahoiv
Posts: 4
Joined: Fri Mar 17, 2023 9:45 am
Location: Trondheim, Norway

https://home-assistant.io/

Post 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.
**Daniel Høyer Iversen**
http://www.dahoiv.net
tjabas
Posts: 261
Joined: Fri Mar 17, 2023 9:45 am

Re: https://home-assistant.io/

Post 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?
dahoiv
Posts: 4
Joined: Fri Mar 17, 2023 9:45 am
Location: Trondheim, Norway

Re: https://home-assistant.io/

Post 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.
**Daniel Høyer Iversen**
http://www.dahoiv.net
tjabas
Posts: 261
Joined: Fri Mar 17, 2023 9:45 am

Re: https://home-assistant.io/

Post 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.
dahoiv
Posts: 4
Joined: Fri Mar 17, 2023 9:45 am
Location: Trondheim, Norway

Re: https://home-assistant.io/

Post by dahoiv »

You have to install Python3: https://www.python.org/downloads/
**Daniel Høyer Iversen**
http://www.dahoiv.net
tjabas
Posts: 261
Joined: Fri Mar 17, 2023 9:45 am

Re: https://home-assistant.io/

Post by tjabas »

dahoiv wrote:You have to install Python3: https://www.python.org/downloads/
yes i have, but it wont work
tingo
Posts: 31
Joined: Fri Mar 17, 2023 9:45 am
Location: Oslo, Norway

Re: https://home-assistant.io/

Post 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.
Torfinn
tingo
Posts: 31
Joined: Fri Mar 17, 2023 9:45 am
Location: Oslo, Norway

Re: https://home-assistant.io/

Post by tingo »

You need this in configuration.yaml:

Code: Select all

sensor:
  platform: tellstick
  datatype_mask: 127
which will get you all sensors.
Torfinn
Wavesswe
Posts: 38
Joined: Fri Mar 17, 2023 9:45 am

Re: https://home-assistant.io/

Post by Wavesswe »

does this work with tellstick net? The interface looks really nice, so i hope it works, :D
tingo
Posts: 31
Joined: Fri Mar 17, 2023 9:45 am
Location: Oslo, Norway

Re: https://home-assistant.io/

Post by tingo »

I don't know, I use a Duo.
Torfinn
hackerm
Posts: 9
Joined: Fri Mar 17, 2023 9:45 am

Re: https://home-assistant.io/

Post 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.
tingo
Posts: 31
Joined: Fri Mar 17, 2023 9:45 am
Location: Oslo, Norway

Re: https://home-assistant.io/

Post 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.
Torfinn
tingo
Posts: 31
Joined: Fri Mar 17, 2023 9:45 am
Location: Oslo, Norway

Re: https://home-assistant.io/

Post 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. :)
Torfinn
F.L.
Posts: 6
Joined: Fri Mar 17, 2023 9:45 am

Re: https://home-assistant.io/

Post 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
1v4r
Posts: 9
Joined: Fri Mar 17, 2023 9:45 am

Re: https://home-assistant.io/

Post 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
Post Reply