It seems to be available now on some devices like my Reolink Doorbell.
I already created a Go server around it, which retrieves the Webhooks triggers from Reolink.
See my project RingerLink: https://gitlab<dot>melroy<dot>org/melroy/RingerLink

Best posts made by melroy
-
RE: Any news on webhooks?
Latest posts made by melroy
-
RE: Any news on webhooks?
It seems to be available now on some devices like my Reolink Doorbell.
I already created a Go server around it, which retrieves the Webhooks triggers from Reolink.
See my project RingerLink: https://gitlab<dot>melroy<dot>org/melroy/RingerLink -
RE: Please add support for webhooks in your API
@clintjohnson_615769083773304 The Doorbell reolink seems to have webhook support now.
Since I'm a developer myself. I just run a server and test the webhook.
The test responds will trigger a POST request with a JSON body, looks like this:{ "alarm": { "alarmTime": "2024-10-26T18:06:45.000+0000", "channel": 0, "channelName": "Doorbell PoE Camera", "device": "Doorbell PoE Camera", "deviceModel": "Reolink Video Doorbell PoE", "message": "If you receive this message it means you have successfully set up your device: Doorbell PoE Camera", "name": "A webhook test message from Doorbell PoE Camera", "title": "Test message", "type": "TEST" } }
Then again, since I don't have any documentation, I don't know what other types there might exists!? But I found pressing the button gave me another trigger type.
The type "VISITOR":{ "alarm": { "alarmTime": "2024-10-26T18:24:30.000+0000", "channel": 0, "channelName": "Doorbell PoE Camera", "device": "Doorbell PoE Camera", "deviceModel": "Reolink Video Doorbell PoE", "message": "Visitor Detected from Doorbell PoE Camera", "name": "Visitor Alert", "title": "Visitor message", "type": "VISITOR" } }
Have fun people! I'm running my own Go server, called "RingerLink":
I'm not to allow to have links .. but I still want to share my open-source code.. ? See link:https://gitlab <dot>melroy<dot>org/melroy/RingerLink
-
RE: doorbell firmware?
Also why can't I find the doorbell firmware easily on: https://reolink.com/download-center/?
I search for "Doorbell" -> No results? Well, then I tried "D340P". Also no results. WHAT? -
RE: different hardware for RLC-520A
@brazoayeye_545249048760515 I actually get the same error now! HELP!
I just updated my firmware Reolink Video Doorbell (PoE). To the new version: DB_566128M5MP_P.3215_2401262241....
I now get:Secure Connection Failed
An error occurred during a connection to <secret local ip>. You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert.
Error code: SEC_ERROR_REUSED_ISSUER_AND_SERIAL
I tried removing the certificate from Firefox. I tried restarting the browser.. OEF.. Very annoying. In Chromium I can open the link, but not sure why Firefox is still nagging. I also can not accept the new cert.