Skip to content

Commit fc2256c

Browse files
rourke750zuckschwerdt
authored andcommitted
Add sgooway door detector decoder conf (#1707)
1 parent 300fcc3 commit fc2256c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

conf/EV1527-DDS-Sgooway.conf

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# EV1527 based Wireless Door Sensor
2+
#
3+
# This decoder reads detections of the Sgooway EV1527 based Door sensor
4+
#
5+
# Link to this product can be found https://www.aliexpress.com/item/399798633.html?spm=a2g0s.9042311.0.0.6bf54c4dDH7uSk
6+
#
7+
# The shown example will display all sensors detected. Each device will have a separate code that can be used to differentiate between the
8+
# different devices.
9+
#
10+
# One thing of note is this device does not trigger a closed even, only when the device is opened is an rf signal sent.
11+
12+
decoder {
13+
n=EV1527-DDS,
14+
m=OOK_PWM,
15+
s=280,
16+
l=990,
17+
r=2000,
18+
bits>=24,
19+
bits<=25,
20+
get=@0:{24}:code,
21+
unique
22+
}

0 commit comments

Comments
 (0)