Skip to content

Commit

Permalink
Add decoder conf for iVac Pro remote (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcormier committed Sep 10, 2024
1 parent f0ba153 commit 71bcb5b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions conf/ivac_pro.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# iVac Pro remote control that has different channels, tools and an on/off button
# https://github.com/merbanan/rtl_433/issues/3034

# -X 'n=iVacPro,m=OOK_PWM,s=420,l=856,r=2000,bits=13,unique,get=id:@0:{6}:%d,get=CMD:@8:{1}:[0:ON 1:OFF],get=SYSTEM_ADDRESS:@6:{2}:[0:D_11 1:C_01 2:B_10 3:A_00],get=TOOL_ADDRESS:@9:{3}:[0:7_111 1:6_011 2:5_101 3:4_001 4:3_110 5:2_010 6:1_100 7:8_000],get=Parity:@12:{1}:%d'


decoder {
name=iVacPro,
modulation=OOK_PWM,
short=420,
long=856,
reset=2000,
bits=13,
unique,

get=@0:{6}:id:%d,
get=@8:{1}:CMD:[0:ON 1:OFF],
get=@6:{2}:SYSTEM_ADDRESS:[0:D_11 1:C_01 2:B_10 3:A_00],
get=@9:{3}:TOOL_ADDRESS:[0:7_111 1:6_011 2:5_101 3:4_001 4:3_110 5:2_010 6:1_100 7:8_000],
get=@12:{1}:Parity:%d
}

0 comments on commit 71bcb5b

Please sign in to comment.