RF outlet responds to every housecode

Moderator: Telldus

Post Reply
toreandre
Posts: 4
Joined: Fri Mar 17, 2023 9:45 am

RF outlet responds to every housecode

Post by toreandre »

Hello!
I use TEllstick duo on a Raspberry pi2, i have set up 2 NEXA dimmers and one Proove TSR-101 on/off/dimmer
I have put all three in the telldus.conf with the same housecode but different Unit.

When i try to dim the NEXA dimmer (unit 1) both the NEXA and PROOVE dims.

I am using "tdtool --dimlevel <level> --dim <unit>"

Is there somthing wrog with the PROOVE outlet our something else like software or the tellstick?

Unit 1 is the NEXA, unit 2 is a random on/off, unit 3 is the proove dimmer that responds to every command.
user = "nobody"
group = "plugdev"
ignoreControllerConfirmation = "false"
device {
id = 1
name = "Taklampe"
protocol = "arctech"
model = "selflearning-dimmer"
parameters {
house = "1234"
unit = "1"
}
}
device {
id = 2
name = "Varmeovn barnerom"
protocol = "arctech"
model = "selflearning-switch"
parameters {
house = "1234"
unit = "2"
}
}

device {
id = 3
name = "Firkantlys"
protocol = "arctech"
model = "selflearning-dimmer"
parameters {
house = "1234"
unit = "3"
}
}
toreandre
Posts: 4
Joined: Fri Mar 17, 2023 9:45 am

Re: RF outlet responds to every housecode

Post by toreandre »

I just want to update this one, the problem disapeared when i set a different housecode on every outlet.
Post Reply