maxwellhadley / node-red-contrib-rfxcom

node-RED nodes to access an RFXtrx433 transceiver
BSD 2-Clause "Simplified" License
22 stars 13 forks source link

Security1 - KD101/RM174RF #35

Closed CrowJay closed 6 years ago

CrowJay commented 6 years ago

Seems like the "rfx detector" does not pick up anything from my smoke detectors. I have tested several RM174RF and KD101 detectors without result.

They report fine in rfxmngr

Packettype = Security1 subtype = KD101 smoke detector Sequence nbr = 0 id1-3 = 5FEA00 decimal:6285824 status = Panic Signal level = 7 -64dBm

Packettype = Security1 subtype = RM174RF smoke detector Sequence nbr = 1 id1-3 = 118103 decimal:1147139 status = Panic Signal level = 6 -72dBm

Thank you for maintaining this node.

maxwellhadley commented 6 years ago

I found the issue - there is a missing definition for PANIC in the node-rfxcom library used by node-red-contrib-rfxcom. I'll fix that and publish an update. Thanks for spotting this!

maxwellhadley commented 6 years ago

Version 2.2.3 now published - should fix this issue.