HomeEasy Self-Learning "Ultimate" Dimmer Pairing H
Posted: Fri Mar 17, 2023 9:45 am
Hi
I very recently bought a Tellstick and have successfully got it to switch HomeEasy "simple" devices on/off using e.g.:
I also have a dimmer "self-learning" light switch from the HomeEasy Ultimate range:
http://www.homeeasy.eu/product4.php
(I have the HE107) which apparently uses a (slightly?) different protocol.
How can I pair the Tellstick and dimmer switch in Linux?
How do I switch the lights on/off using the dimmer/Tellstick and how do I set the dimmer levels? Looking at the Wiki pages I could not find anything that seemed to cover my requirements. Experiments with the rfcmd command/altering the conf file yielded nothing.
Here is my tellstick.conf. Should I be using selflearning-dimmer or self-learning-switch, or something else entirely?
I really like the product, the open source nature of it and the cross-platform support but it would be SO helpful if you had a little more documentation
If you have documented this and I haven't found it please send me the relevant link and accept my apologies...
Thanks very much for your help
Oaf
I very recently bought a Tellstick and have successfully got it to switch HomeEasy "simple" devices on/off using e.g.:
Code: Select all
rfcmd /dev/tellstick NEXA A 2 1
http://www.homeeasy.eu/product4.php
(I have the HE107) which apparently uses a (slightly?) different protocol.
How can I pair the Tellstick and dimmer switch in Linux?
How do I switch the lights on/off using the dimmer/Tellstick and how do I set the dimmer levels? Looking at the Wiki pages I could not find anything that seemed to cover my requirements. Experiments with the rfcmd command/altering the conf file yielded nothing.
Here is my tellstick.conf. Should I be using selflearning-dimmer or self-learning-switch, or something else entirely?

Code: Select all
deviceNode = "/dev/tellstick"
device {
id = 1
name = "Dimmer socket 1"
protocol = "arctech"
model = "codeswitch"
parameters {
house = "A"
unit = "1"
}
}
device {
id = 2
name = "Dimmer socket 2"
protocol = "arctech"
model = "codeswitch"
parameters {
house = "A"
unit = "2"
}
}
device {
id = 10
name = "Lounge ceiling light"
protocol = "arctech"
model = "selflearning-switch"
parameters {
house = "51232188"
unit = "10"
}
}

Thanks very much for your help

Oaf