Danielhiversen/pyRFXtrx

Support transmit commands for Security1 class devices

Closed this issue · 3 comments

It is not possible to add switches in Homeassistant for KD101 smoke detectors. It can be, since they are taking Panic and Pairing KD101 commands which are possible from RFXmngr and Domoticz. Maybe I'm wrong but I believe that the functionality is missing in the pyRFXtrx library.
Is there any chance to include this functionality?
Cheers!

Didn't fully appreciated that this module does not support all the devices included in the RFXcom firmware. I wish I'd realize that before spending $ on the bridge and keep trying other low cost RF mqtt solutions. On the bright side, I get to learn some python, so $ well spent afterall.
Thanks very much for the library. Almost got the "panic" switch working. I think!
Cheers!

Hi @elupus I've been watching with interest your contributions to the home-assistant/core repo and to this library. Thanks to home-assistant/core#37793, I can now trigger my smoke detectors. Would you consider doing something similar as in #96 to trigger 0x06 "Panic" on the KD101 smoke detectors?
Either way, thank you for the 'raw event' service!!

I'm still tinkering with how to expose those commands in home assistant. I'm thinking device actions, but I'm not fully there yet.