It's been a while but I have been tinkering still. However I have now got another problem.
I don't appear to be able to have more than one socket to control. My conf file is below:
Code: Select all
user = "pi"
group = "plugdev"
ignoreControllerConfirmation = "false"
device {
  id = 1
  name = "Fan"
  protocol = "arctech"
  model = "selflearning-switch"
  parameters {
    house = "1"
    unit = "1"
  }
}
device {
  id = 101
  name = "Fan2"
  protocol = "arctech"
  model = "selflearning-switch"
  parameters {
    house = "2"
    unit = "2"
  }
}
Code: Select all
tdtool -e 1Code: Select all
tdtool -e 101For reference the plugs are the Home Easy HE830 version with the Arctech protocol.
I hope someone can help with this before I start tearing hair out!
