Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Reolink wireless doorbell #149

Open
tantu07 opened this issue Aug 14, 2024 · 3 comments
Open

Add support for Reolink wireless doorbell #149

tantu07 opened this issue Aug 14, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@tantu07
Copy link

tantu07 commented Aug 14, 2024

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 merbanan/rtl_433#2277

Additional Context

No response

@tantu07 tantu07 added the enhancement New feature or request label Aug 14, 2024
@NorthernMan54
Copy link
Owner

I have just refreshed to rtl_433 24.10, so this should be resolved

@tantu07
Copy link
Author

tantu07 commented Nov 30, 2024

@NorthernMan54 Updated to the latest version. Still issue persists.
MQTT message:
{ "model": "Smoke-GS558", "id": 30921, "unit": 19, "learn": 0, "code": "4f1933", "protocol": "Wireless Smoke and Heat Detector GS 558", "rssi": -55, "duration": 3102997 }

Installed version:
{ "latest_version": "v1.8.0", "title": "OpenMQTTGateway", "release_url": "https://github.com/1technophile/OpenMQTTGateway/releases/tag/v1.8.0", "installed_version": "v1.8.0", "entity_picture": "https://github.com/1technophile/OpenMQTTGateway/raw/development/docs/img/Openmqttgateway_logo_mini_margins.png", "release_summary": "" }

Other Debug info
{ "uptime": 45732, "version": "v1.8.0", "mqtt": true, "serial": false, "disc": false, "ohdisc": false, "env": "lilygo-rtl_433", "freemem": 107532, "mqttp": "1883", "mqtts": false, "mqttv": false, "msgprc": 1718, "msgblck": 0, "msgrcv": 1718, "maxq": 19, "cnt_index": 0, "minmem": 43436, "tempc": 52.22, "freestck": 3980, "powermode": -1, "eth": false, "rssi": -81, "SSID": "<REDACTED>", "BSSID": "<REDACTED>", "ip": "192.168.20.81", "mac": "<REDACTED>", "modules": [ "LilyGo_SSD1306", "WebUI", "rtl_433" ]

@NorthernMan54
Copy link
Owner

I looked at the fix in that issue, and they are using the flex decoder which is not supported within this library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants