tellstick devices not discovered

306 views
Skip to first unread message

Magnus Hacker

unread,
Mar 23, 2015, 1:42:06 PM3/23/15
to home-assi...@googlegroups.com
Hi,
I have a problem where tellstick devices are not getting discovered. What do I need to put in configuration.yaml? Right now it's more or less empty.

Also, I got the below error message when starting HA:

pi@raspen ~/homeassistant/home-assistant $ python3 -m homeassistant
...
ERROR:homeassistant.components.discovery:Unable to import netdisco. Did you install all the zeroconf dependency?
Traceback (most recent call last):
  File "/home/pi/homeassistant/home-assistant/homeassistant/components/discovery.py", line 57, in setup
    from homeassistant.external.netdisco.netdisco.service import \
  File "/home/pi/homeassistant/home-assistant/homeassistant/external/netdisco/netdisco/service.py", line 9, in <module>
    from .discovery import NetworkDiscovery
  File "/home/pi/homeassistant/home-assistant/homeassistant/external/netdisco/netdisco/discovery.py", line 9, in <module>
    from .mdns import MDNS
  File "/home/pi/homeassistant/home-assistant/homeassistant/external/netdisco/netdisco/mdns.py", line 2, in <module>
    import zeroconf
  File "/usr/local/lib/python3.4/dist-packages/zeroconf.py", line 35, in <module>
    import netifaces
ImportError: No module named 'netifaces'
ERROR:homeassistant.bootstrap:component discovery failed to initialize

so I had to install netifaces manually with pip3. Maybe dependencies/requirements are not set up correctly between the packages?

Magnus

Magnus Hacker

unread,
Mar 23, 2015, 1:55:31 PM3/23/15
to home-assi...@googlegroups.com
Found it, that was easy :)

switch:
  platform: tellstick

Paulus Schoutsen

unread,
Mar 23, 2015, 4:49:26 PM3/23/15
to home-assi...@googlegroups.com
I've added it to home-assistant.io to help future users.

Paulus

--
You received this message because you are subscribed to the Google Groups "Home Assistant Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to home-assistant-...@googlegroups.com.
To post to this group, send email to home-assi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/home-assistant-dev/1c110600-e696-402e-b210-fe2a01feae0c%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
It's nice to be important but it's more important to be nice.

Fredrik Levin

unread,
Aug 27, 2015, 3:35:16 PM8/27/15
to Home Assistant Dev
Hi, I added 
switch:
  platform: tellstick

to my config (and restarted) but still I have nothing in HA.
running tdtool -l shows a lot of devices.

What else is needed to get it up and running?

(HA on rPi)

Thanks
To unsubscribe from this group and stop receiving emails from it, send an email to home-assistant-dev+unsub...@googlegroups.com.

To post to this group, send email to home-assi...@googlegroups.com.

Fredrik Levin

unread,
Aug 27, 2015, 11:50:03 PM8/27/15
to Home Assistant Dev
I can see that I have an error message when starting HA saying module tellcore is not found. Could it be permission issues? I tried to chande user in tellstick.conf to pi but no luck.

Paulus Schoutsen

unread,
Aug 28, 2015, 11:13:03 AM8/28/15
to home-assi...@googlegroups.com
Try installing the tellcore python requirement:
python3 -m pip install tellcore-py>=1.0.4

--
You received this message because you are subscribed to the Google Groups "Home Assistant Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to home-assistant-...@googlegroups.com.

To post to this group, send email to home-assi...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Fredrik Levin

unread,
Aug 28, 2015, 11:37:51 AM8/28/15
to Home Assistant Dev
Thank you, that did the trick!
(I didn´t see that requirement on this page: https://home-assistant.io/components/tellstick.html)





Den fredag 28 augusti 2015 kl. 17:13:03 UTC+2 skrev Paulus Schoutsen:
Try installing the tellcore python requirement:
python3 -m pip install tellcore-py>=1.0.4
On Thu, Aug 27, 2015 at 8:50 PM, Fredrik Levin <fredrik....@gmail.com> wrote:
I can see that I have an error message when starting HA saying module tellcore is not found. Could it be permission issues? I tried to chande user in tellstick.conf to pi but no luck.

Den torsdag 27 augusti 2015 kl. 21:35:16 UTC+2 skrev Fredrik Levin:
> Hi, I added 
>
> switch:
>   platform: tellstick
>
>
>
>
> to my config (and restarted) but still I have nothing in HA.
> running tdtool -l shows a lot of devices.
>
>
> What else is needed to get it up and running?
>
>
> (HA on rPi)
>
>
> Thanks
>
> Den måndag 23 mars 2015 kl. 21:49:26 UTC+1 skrev Paulus Schoutsen:
> I've added it to home-assistant.io to help future users.
>
>
> Paulus
>
>

--
You received this message because you are subscribed to the Google Groups "Home Assistant Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to home-assistant-dev+unsub...@googlegroups.com.

To post to this group, send email to home-assi...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages