This shows you the differences between two versions of the page.
— |
x10_v7_0 [2015/11/27 22:09] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **X10** | ||
+ | ^Feature^Support^ | ||
+ | |Sending|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
+ | |Receiving|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
+ | |Config|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
+ | |||
+ | ==== Supported Brands ==== | ||
+ | |||
+ | //Not yet known// | ||
+ | |||
+ | ==== Sender Arguments ==== | ||
+ | <code> | ||
+ | -i --id=id control a device with this id | ||
+ | -t --on send an on signal | ||
+ | -f --off send an off signal | ||
+ | </code> | ||
+ | |||
+ | ==== Config ==== | ||
+ | <code> | ||
+ | "devices": { | ||
+ | "Lamp": { | ||
+ | "protocol": [ "x10" ], | ||
+ | "id": [{ | ||
+ | "id": "A2" | ||
+ | }], | ||
+ | "state": "off" | ||
+ | } | ||
+ | } | ||
+ | "gui": { | ||
+ | "Lamp": { | ||
+ | "name": "TV Backlit", | ||
+ | "group": [ "Lamps" ], | ||
+ | "media": [ "all" ] | ||
+ | } | ||
+ | } | ||
+ | </code> | ||
+ | |||
+ | ==== Optional Settings ==== | ||
+ | |||
+ | GUI Settings | ||
+ | |||
+ | ^Setting^Default^Format^Description^ | ||
+ | |readonly|0|1 or 0|Disable controlling this device from the GUIs| | ||
+ | |confirm|0|1 or 0|Ask for confirmation when switching device| | ||
+ | |||
+ | ==== Protocol ==== | ||
+ | |||
+ | A good description on this protocol can be found in [[http://wiki.pilight.org/X10_RF_Receiver.pdf|this]] PDF. |