Open tantu07 opened 3 months ago
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 }
{ "model": "Smoke-GS558", "id": 30921, "unit": 19, "learn": 0, "code": "4f1933", "protocol": "Wireless Smoke and Heat Detector GS 558", "rssi": -88, "duration": 3714864 }
Same issue was solved for rtl_433 following https://github.com/merbanan/rtl_433/issues/2277
No response
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