Control two proove EWR1003 sockets

Moderator: Telldus

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

Control two proove EWR1003 sockets

Post by zanklob »

Hi I have a problem that I can not figure out.
I am using Ubuntu 12.04 and I am trying to control two EWR1003 with my tellstick.

My telstick.conf is:

Code: Select all

user = "nobody"
group = "plugdev"
deviceNode = "/dev/tellstick"
ignoreControllerConfirmation = "false"
device {
  id = 1
  name = "STB1"
  controller = 0
  protocol = "arctech"
  model = "selflearning-switch:proove"
  parameters {
    # devices = ""
    house = "63923914"
    unit = "1"
    code = "0000000000"
    system = "1"
    # units = ""
    fade = "false"
  }
}
device {
  id = 2
  name = "NET1"
  controller = 0
  protocol = "arctech"
  model = "selflearning-switch:proove"
  parameters {
    # devices = ""
    house = "63923914"
    unit = "1"
    code = "0000000001"
    system = "1"
    # units = ""
    fade = "false"
  }
}
And my problem is that I can not use them independently.
i.e. when I run on the terminal:
tdtool --off STB1
tdtool --on STB1
tdtool --off NET1
tdtool --on NET1

They both turn on and off at the same time.
Can someone please please help me?
GMawston
Posts: 10
Joined: Fri Mar 17, 2023 9:45 am

Re: Control two proove EWR1003 sockets

Post by GMawston »

You could try changing the "House" number to be one digit different from each other. If I am right the documentation enables you to have multiple devices under one group eg your 63923914 house number.
Post Reply