Search found 9 matches

by hackerm
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Telldus core and Tellstick duo on different hosts?
Replies: 1
Views: 3783

Telldus core and Tellstick duo on different hosts?

I'd like to run the tellduscore and tellstick duo on different hosts - is this possible? The underlying requirement is to run HomeAssistant on a separate box from the one where my Duo is connected to. HomeAssistant uses tellcore-py, which is a python wrapper around the tellduscore library. This mean...
by hackerm
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Telldus core and Tellstick duo on different hosts?
Replies: 1
Views: 3783

Re: Telldus core and Tellstick duo on different hosts?

usbip was indeed the solution. I now have the Duo attached to a rPi box and the tellduscore lib and HomeAssistant is running on a Ubuntu 16.04 server.

Note that the usbip package in Ubuntu is outdated. More info on

https://bugs.launchpad.net/ubuntu/+sour ... ug/1541855
by hackerm
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick Duo mottagare
Replies: 5
Views: 4945

Tellstick Duo mottagare

Har en liten fundering kring Duon.

Kan man använda denna som en mottagare och låta den ta emot signaler från en väggsändare, på samma vis som den tar emot signaler från en temperaturgivare eller annan sensor?
by hackerm
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick Duo mottagare
Replies: 5
Views: 4945

Re: Tellstick Duo mottagare

Kan bekräfta att det funkar. Mha David Karlssons tdtool.py kan jag monitorera vad min Duo tar emot och visst reagerar den på både Prooves fjärr som följde med min 3-pack strömbrytare och en "riktig" Nexa väggsändare.
by hackerm
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: https://home-assistant.io/
Replies: 18
Views: 29560

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

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.
by hackerm
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick Duo mottagare
Replies: 5
Views: 4945

Re: Tellstick Duo mottagare

Nån som har kläm på vad jag skall peta in i tellstick.conf för att kunna ta emot signaler från mina fjärrkontroller? Jag får t.ex följande ifrån tdtool.py -t när jag trycker på min väggsändare: RawDeviceEvent: class:command;protocol:arctech;model:selflearning;house:15397626;unit:11;group:0;method:tu...
by hackerm
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick Duo mottagare
Replies: 5
Views: 4945

Re: Tellstick Duo mottagare

Enklare än jag trodde: device { id = 4 name = "Väggsändare 1" protocol = "arctech" model = "codeswitch" parameters { house = "15397626" unit = "11" } } tdtool -l ger mig alltid aktuell värde, så Duon reagerar. Problemet är att Home Assistant förstås ...
by hackerm
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: How to configure a dimmer in tellstick.conf?
Replies: 1
Views: 10515

How to configure a dimmer in tellstick.conf?

Hi, having problems getting my nexa dimmer to be recognised by Tellstick duo. Here's my device entry in tellstick.conf: device { id = 7 name = "Taklampa vardagsrum" protocol = "arctech" controller = 0 model = "selflearning-dimmer:nexa" parameters { house = "1"...
by hackerm
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: How to configure a dimmer in tellstick.conf?
Replies: 1
Views: 10515

Re: How to configure a dimmer in tellstick.conf?

I changed it to a switch and then I could teach the code. Then changed it back and now it works like a dimmer.