Skip to content

Instantly share code, notes, and snippets.

@pyrou
Last active October 20, 2016 20:17
Show Gist options
  • Save pyrou/7f2cd9e6db66a3e363b29ab35c7d6a8c to your computer and use it in GitHub Desktop.
Save pyrou/7f2cd9e6db66a3e363b29ab35c7d6a8c to your computer and use it in GitHub Desktop.
# RFX protocols
# -------------------------------------------------------------------
# # Protocol State
# -------------------------------------------------------------------
# 0 Undecoded Disabled
# 1 RFU Disabled
# 2 Byrox SX Disabled
# 3 RSL Disabled
# 4 Lightning4 Enabled
# 5 FineOffset/Viking Disabled
# 6 Rubicson Enabled
# 7 AE Blyss Enabled
# 8 BlindsT1/T2/T3/T4 Disabled
# 9 BlindsT0 Disabled
# 10 ProGuard Disabled
# 11 FS20 Disabled
# 12 La Crosse Disabled
# 13 Hideki/UPM Disabled
# 14 AD LightwaveRF Disabled
# 15 Mertik Disabled
# 16 BlindsT1/T2/T3/T4 Disabled
# 17 BlindsT0 Disabled
# 18 Oregon Scientific Disabled
# 19 Meiantech Disabled
# 20 HomeEasy EU Disabled
# 21 AC Enabled
# 22 ARC Disabled
# 23 X10 Enabled
git clone https://github.com/ssjoholm/rfxcmd_gc
cd rfxcmd_gc
./rfxproto.py -p 4 -s on -d /dev/ttyUSB0
./rfxproto.py -p 6 -s on -d /dev/ttyUSB0
./rfxproto.py -p 7 -s on -d /dev/ttyUSB0
./rfxproto.py -p 21 -s on -d /dev/ttyUSB0
./rfxproto.py -p 23 -s on -d /dev/ttyUSB0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment