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"
  }
}
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?