Tellstick duo and Next on raspberry

Moderator: Telldus

Post Reply
newbone
Posts: 2
Joined: Fri Mar 17, 2023 9:45 am

Tellstick duo and Next on raspberry

Post by newbone »

I can't get my Next switches to learn.
It works with remote and if I connect the Tellstick duo to my MAC and use tellduscenter.
But on my raspberry I don't get to work.

When I run a command it replies ok : (so It thing the Telldus setup is ok, the unit is responding and flashing on commands)

pi@raspberryCELLAR:/var/log $ tdtool --off 1
Turning off device 1, Lampa uttag bibliotek - Success

Tellstick.conf

user = "nobody"
group = "plugdev"
deviceNode = "/dev/tellstick"
ignoreControllerConfirmation = "false"
device {
id = 1
name = "Lampa uttag bibliotek"
controller = 1
protocol = "arctech"
model = "selflearning-switch:nexa"
parameters {
# devices = ""
house = "1"
unit = "1"
#code = "14252422"
# system = ""
# units = ""
# fade = ""
}
}
controller {
id = 1
# name = ""
type = 2
serial = "A501WG0L"
}

Tellsusd status :
pi@raspberryCELLAR:/var/log $ sudo service telldusd status -l
● telldusd.service - LSB: Utilities and driver to control wireless receivers through a TellStick
Loaded: loaded (/etc/init.d/telldusd)
Active: active (running) since Sat 2017-03-11 14:03:23 EET; 13min ago
Process: 1549 ExecStop=/etc/init.d/telldusd stop (code=exited, status=0/SUCCESS)
Process: 1568 ExecStart=/etc/init.d/telldusd start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/telldusd.service
└─1573 /usr/sbin/telldusd

Mar 11 14:03:23 raspberryCELLAR telldusd[1573]: telldusd daemon starting up
Mar 11 14:03:23 raspberryCELLAR telldusd[1573]: Connecting to TellStick (1781/C31) with serial A501WG0L
Mar 11 14:03:23 raspberryCELLAR telldusd[1568]: Starting the Telldus TellStick daemon : telldusd.
Mar 11 14:03:23 raspberryCELLAR systemd[1]: Started LSB: Utilities and driver to control wireless receivers through a TellStick.
Mar 11 14:03:35 raspberryCELLAR telldusd[1573]: Execute a TellStick Action for device 1
Mar 11 14:06:56 raspberryCELLAR telldusd[1573]: Execute a TellStick Action for device 1
Mar 11 14:13:42 raspberryCELLAR telldusd[1573]: Execute a TellStick Action for device 1


But I don't get the device to switch from Raspberry... What could be wrong?
newbone
Posts: 2
Joined: Fri Mar 17, 2023 9:45 am

Re: Tellstick duo and Next on raspberry

Post by newbone »

Argh, the problem was simple. I had the wrong house code. I learned it with nexa center to a random number and did not set that number as house code. Now it's working
Post Reply