NorthernMan54 / rtl_433_ESP

Trial port of the rtl_433 Library for use with OpenMQTTGateway on a ESP32 and a CC1101 Transceiver
GNU General Public License v3.0
523 stars 126 forks source link

Add support for Reolink wireless doorbell #149

Open tantu07 opened 3 months ago

tantu07 commented 3 months ago

Current Situation

Currently the reolink wireless doorbell when pressed is wrongly classified as Smoke-GS558. Product page: https://reolink.com/product/reolink-video-doorbell-wifi

Published message to MQTT: { "model": "Smoke-GS558", "id": 30921, "unit": 19, "learn": 0, "code": "4f1933", "protocol": "Wireless Smoke and Heat Detector GS 558", "rssi": -88, "duration": 3714864 }

Proposed Change

Same issue was solved for rtl_433 following https://github.com/merbanan/rtl_433/issues/2277

Additional Context

No response