From 8aa2ef883ec181f236e00893ec7ef7205e20dd0a Mon Sep 17 00:00:00 2001 From: aaronsp777 Date: Wed, 29 Dec 2021 01:48:52 -0800 Subject: [PATCH] Add GhostControls decoder conf (#1922) Co-authored-by: Aaron Spangler --- conf/GhostControls.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 conf/GhostControls.conf diff --git a/conf/GhostControls.conf b/conf/GhostControls.conf new file mode 100644 index 00000000..28aa3bfe --- /dev/null +++ b/conf/GhostControls.conf @@ -0,0 +1,30 @@ +# Decoder for the GhostControls family of automated gate controls that +# operate on 433.920MHz. +# +# Tested with: +# AXS1 3-Button Remote +# AXP1 5-Button Premium Remote +# AXR1 Water-Resistant Remote +# AXWK Premium Wireless Keypad +# +# Reference: +# https://fccid.io/2AGMZGC433TX1-5 +# https://fccid.io/2AGMZGC433WK1 + +decoder { + name=GhostControls, + modulation=OOK_PWM, + short=248, + long=776, + sync=0, + reset=780, + tolerance=211, + rows=1, + bits=42, + invert, + get=unit:@0:{4}:[1:remote 2:keypad], + get=options:@4:{4}:[0:none 8:party 9:vacation 15:test], + get=command:@8:{4}:[0:none 3:toggle], + get=button:@12:{7}:[1:primary 0:secondary], + get=id:@19:{23}, +}