Hi!
My setup:
hass with a rfxtrx usb dongle.
Chuango Alarm system running 433Mhz
Keyfob to the alarm-system with “alarm away”, “alarm home”, “disarm” buttons.
When i press the “disarm” key on the keyfob 2 things happens:
1: The alarm beeps and indicates that i have just disarmed the system
2:The following is showing in the homeassistant.log file (debugging rfxtrx traffic)
Receive RFXCOM event: {‘packet_type’: 19, ‘sub_type’: 0, ‘type_string’: ‘PT2262’, ‘id_string’: ‘a7a6c1’, ‘data’: ‘09130000a7a6c1021e70’, ‘values’: {‘Command’: ‘Unknown command (0xa7a6c1)’, ‘Rssi numeric’: 7}}
Added switch (Device ID: a7a6c1 Class: LightingDevice Sub: 0, Event: 09130000a7a6c1021e70)
Added sensor (Device ID: a7a6c1 Class: LightingDevice Sub: 0, Event: 09130000a7a6c1021e70)
Added binary sensor (Device ID: a7a6c1 Class: LightingDevice Sub: 0 Event: 09130000a7a6c1021e70)
homeassistant creates a device with 3 entities. And expected behaviour toggling the binary switch (picture) is that i should be able to toggle the alarm for disarm. However nothing happes.
When i test the setup in rfxmngr on my computer and i press the disarm button i get the following data:
------------------------------------------------
2021-02-14 01:35:20:394= 0913004CA7A6C1022370
Packettype = Lighting4
subtype = PT2262
Sequence nbr = 76
Code = A7A6C1 decimal:10987201
S1- S24 = 1010 0111 1010 0110 1100 0001
Pulse = 547 usec
Signal level = 7 -64dBm
------------------------------------------------
If i (on rfxmngr) click on lightning4 and enter “1010 0111 1010 0110 1100 0001” and send i can toggle the alarm via the rfxtrx dongle.
Any input would be highly appreciated!