Tellstick turns off but not on

Moderator: Telldus

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

Tellstick turns off but not on

Post by kennhardy »

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

Code: Select all

tdtool --on 4
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:

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
Here is my config (/etc/tellstick.conf)

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"
  }
}
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.
kennhardy
Posts: 2
Joined: Fri Mar 17, 2023 9:45 am

Re: Tellstick turns off but not on

Post by kennhardy »

Issue fixed itself appearently. I did some minor changes and a reboot. Works better after this.
Post Reply