debian, tellstick and multiple receivers
Posted: Fri Mar 17, 2023 9:45 am
I try to configure stick to control couple receivers but I can't find anywhere how to configure etc/tellstick.conf
I use waveman Clas Olhsons 32-6457
I configured like below but it just works with last one.
I tried also with rfcmd command and only that "G 10" works.
I use waveman Clas Olhsons 32-6457
I configured like below but it just works with last one.
Code: Select all
deviceNode = "/dev/tellstick"
device {
id = 1
name = "socket1"
protocol = "waveman"
# model = "codeswitch"
parameters {
house = "G"
unit = "9"
}
}
device {
id = 2
name = "socket2"
protocol = "waveman"
# model = "codeswitch"
parameters {
house = "G"
unit = "10"
}
}
Code: Select all
rfcmd /dev/tellstick WAVEMAN G 9 1
rfcmd /dev/tellstick WAVEMAN G 10 1