Tellstick turns off but not on
Posted: Fri Mar 17, 2023 9:45 am
Hi. I just got TellduCenter and Telldus-Core installed and (mostly) working on my Fedora installation. However, it seems like it only wants to switch off my lights. Whenever i try to use
it doesent seems to do what i want. I can sucessfully turn off the lights, but not --on. Eventho it gives me "Success" on both on and off:
Here is my config (/etc/tellstick.conf)
My batch is 15. And my switches are self-learning walldimmers from nexa. The "Lampe vindu / 5" is a regular nexa on-off switch.
Edit:
Maybe I should start another thread about this, but my TelldusCenter do not list any of my devices and do not have the alternative to register telldus live.
Code: Select all
tdtool --on 4
Code: Select all
[root@nortvshop3 ~]# tdtool --list
Number of devices: 2
4 Stue - Taklys OFF
5 Stue - Lampe vindu ON
[root@nortvshop3 ~]# tdtool --off 4
Turning off device 4, Stue - Taklys - Success
^[[A[root@nortvshop3 ~]# tdtool --on 4
Turning on device 4, Stue - Taklys - Success
Code: Select all
user = "nobody"
group = "plugdev"
ignoreControllerConfirmation = "false"
device {
id = 4
name = "Stue - Taklys"
protocol = "arctech"
model = "selflearning-dimmer"
parameters {
house = "28879"
unit = "4"
}
}
device {
id = 5
name = "Stue - Lampe vindu"
protocol = "arctech"
model = "selflearning-switch"
parameters {
house = "25185"
unit = "5"
}
}
Edit:
Maybe I should start another thread about this, but my TelldusCenter do not list any of my devices and do not have the alternative to register telldus live.