Skip to content

Commit

Permalink
Add decoder conf for Rako wireless lighting controls (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
MindrustUK authored Dec 27, 2024
1 parent e454605 commit a656f2e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions conf/rako_wireless_lighting.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# A decoder for Rako Wireless Lighting controls

# Manufacturers site: https://rakocontrols.com/products/interfaces-accessories/wireless/
# Protocol specification documented here: https://hacks.esar.org.uk/rako-wireless-protocol/
# Tested with RCM-070

decoder {
name=Rako,
modulation=FSK_PWM,
short=588,
long=1180,
sync=2324,
reset=1012,
gap=0,
tolerance=50,
bits=29,
invert,
unique,
get=@0:{4}:msgtype:[0:Command 2:Data],
get=@4:{8}:houseno,
get=@12:{8}:roomno,
get=@20:{4}:channelno,
get=@24:{4}:commandno,
get=@28:{1}:checksum,
get=@0:{29}:fullbits
}

0 comments on commit a656f2e

Please sign in to comment.