X10ΒΆ

Feature Support
Sending yes
Receiving yes
Config yes

Supported Brands

None

Sender Arguments

1
2
3
-i --id=id             control a device with this id
-t --on                send an on signal
-f --off               send an off signal

Config

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
{
  "devices": {
    "dimmer": {
      "protocol": [ "x10" ],
      "id": [{
        "id": "A2"
      }],
      "state": "off"
    }
  },
  "gui": {
    "Lamp": {
      "name": "TV Backlit",
      "group": [ "Living" ],
      "media": [ "all" ]
    }
  }
}
Option Value
id A0 - P16
state on / off

Optional Settings

GUI Settings

Setting Default Format Description
readonly 1 1 or 0 Disable controlling this device from the GUIs
confirm 1 1 or 0 Ask for confirmation when switching device

Protocol

A good description on this protocol can be found in this document x10