Bakeey keypad

I’m trying to add a Bakeey keypad, but it won’t work… I only get it as a door sensor in vera, but in rfxmngr i get four different codes when activating the different functions (arm, armhome, disarm, tamper)

Is there anyone who can give me a pointer on what to do? I’m kinda new to this…

this is the unit: Bakeey 433MHz trådlöst wifi GSM Tangentbord Touch-knappsats Hem Inbrottslarmsystem Fjärrkontroll för smarta hem Försäljning - Banggood Sverige-arrival notice-arrival notice

the different buttons shows up like this in rfxmngr:

alarm on
2021-05-14 01:15:20:744= 09130009EF0291019F70
Packettype    = Lighting4
subtype       = PT2262
Sequence nbr  = 9
Code          = EF0291 decimal:15663761
S1- S24  = 1110 1111 0000 0010 1001 0001 
Pulse         = 415 usec
Signal level  = 7  -64dBm

alarm off
2021-05-14 01:16:10:499= 0913000BEF0292019C70
Packettype    = Lighting4
subtype       = PT2262
Sequence nbr  = 11
Code          = EF0292 decimal:15663762
S1- S24  = 1110 1111 0000 0010 1001 0010 
Pulse         = 412 usec
Signal level  = 7  -64dBm

Shell
2021-05-14 01:16:33:148= 0913000CEF0294019C70
Packettype    = Lighting4
subtype       = PT2262
Sequence nbr  = 12
Code          = EF0294 decimal:15663764
S1- S24  = 1110 1111 0000 0010 1001 0100 
Pulse         = 412 usec
Signal level  = 7  -64dBm

Tamper
2021-05-14 01:21:15:685= 09130010EF0298019C70
Packettype    = Lighting4
subtype       = PT2262
Sequence nbr  = 16
Code          = EF0298 decimal:15663768
S1- S24  = 1110 1111 0000 0010 1001 1000 
Pulse         = 412 usec
Signal level  = 7  -64dBm

is it possible to manually add lightning4 panels or direct the different code sequences?

You could create a Lighting4 device and then use the information collected in RFXmngr to set the variables for it. A lighting4 device only has two commands. So you would be limited to using two buttons. You would set the last 5 characters of the altid to the first 5 characters of the RFXmngr code. (EF029) Set the OnCode and OffCode to two of the last RFXmngr codes (1, 2, 4, or 8). Set the SigPeriod in hexadecimal to that measured by RFXmngr (412 → 19C).

Thanks! Worked perfectly!