This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
silvercrest [2014/05/17 10:02] CurlyMo created |
silvercrest [2015/11/27 21:09] (current) |
||
---|---|---|---|
Line 6: | Line 6: | ||
|Config|{{http://wiki.pilight.org/lib/images/supported.gif}}| | |Config|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
- | Supported Brands | + | ==== Supported Brands ==== |
^Brand^Protocol^ | ^Brand^Protocol^ | ||
|Silvercrest|silvercrest| | |Silvercrest|silvercrest| | ||
+ | |Unitech|unitech| | ||
+ | Note | ||
- | Sender Arguments | + | The lastest version, Silvercrest (60494) RCS AAA3680-A isn't supported (yet). |
+ | ==== Sender Arguments ==== | ||
<code> | <code> | ||
-t --on send an on signal | -t --on send an on signal | ||
Line 16: | Line 19: | ||
-u --unit=unit control a device with this unit code | -u --unit=unit control a device with this unit code | ||
-i --id=id control a device with this id | -i --id=id control a device with this id | ||
- | |||
</code> | </code> | ||
- | Config | + | ==== Config ==== |
<code> | <code> | ||
"living": { | "living": { | ||
Line 27: | Line 29: | ||
"protocol": [ "silvercrest" ], | "protocol": [ "silvercrest" ], | ||
"id": [{ | "id": [{ | ||
- | "id": 22 | + | "systemcode": 22, |
- | "unit": 0 | + | "unitcode": 0 |
}], | }], | ||
"state": "off" | "state": "off" | ||
Line 36: | Line 38: | ||
- | Optional Settings | + | ==== Optional Settings ==== |
^Setting^Default^Format^Description^ | ^Setting^Default^Format^Description^ | ||
|gui-readonly|0|1 or 0|Disable controlling this device from the GUIs| | |gui-readonly|0|1 or 0|Disable controlling this device from the GUIs| | ||
- | Protocol | + | ==== Protocol ==== |
This protocol sends 50 pulses like this | This protocol sends 50 pulses like this | ||
Line 98: | Line 100: | ||
<code> | <code> | ||
- | 10100 00010 0 0 | + | 10110 00010 0 0 |
</code> | </code> | ||