Search results

  1. M

    New Reolink Wired POE Doorbell Cam ?

    Thanks :) But I believe the HA app is a bit limited with what I want to achieve.
  2. M

    New Reolink Wired POE Doorbell Cam ?

    The biggest challenge is trying to implement something based on no documentation. For example, the whole Wire protocol and API are not so well documented. I had to go through lots of code to find out how things work (I even ended up patching a bit). Another challenge is gstreamer. It is a nice...
  3. M

    New Reolink Wired POE Doorbell Cam ?

    Updated it. In case people are interested see GitHub - bbiwy1984/bb Any comments, please let me know.
  4. M

    New Reolink Wired POE Doorbell Cam ?

    So I've updated my code again. Right now I'm able to get snapshots, made with the doorbell, on my phone when: somebody presses the doorbell, when the PIR alarm is triggered, when movement is detected, when I sent a message from my phone to the doorbell (msg is "snap" but can be anything you...
  5. M

    New Reolink Wired POE Doorbell Cam ?

    And updated, in case anyone is interested, see here: GitHub - bbiwy1984/bb
  6. M

    New Reolink Wired POE Doorbell Cam ?

    Finally had some time on my hands again. I'm almost done with the wire implementation of sending images. Once that is set, all I need to do is grab a screenshot and sent it to my phone via Wire once somebody presses the doorbell or the PIR alarm goes off. Btw, the thing above is also quite...
  7. M

    New Reolink Wired POE Doorbell Cam ?

    I keep saying it, if you use that Neolink code on github, 2 way audio is possible.
  8. M

    New Reolink Wired POE Doorbell Cam ?

    In case anyone is interested, I just updated and uploaded my code so I now receive messages on my phone (using Wire messaging app) when somebody presses the doorbell or is near.
  9. M

    New Reolink Wired POE Doorbell Cam ?

    https://github.com/bbiwy1984/bb
  10. M

    New Reolink Wired POE Doorbell Cam ?

    For For some reason my Github account was suspended. I'll see if i can upload it somewhere else.
  11. M

    New Reolink Wired POE Doorbell Cam ?

    https://github.com/bbiwy2023/bb
  12. M

    New Reolink Wired POE Doorbell Cam ?

    I'll see if I can remove some bugs from my code and hopefully I can upload it to github somewhere next week. Then you only need to buy a relay and you can use any (mechanical) chime you like.
  13. M

    New Reolink Wired POE Doorbell Cam ?

    This thing does essentially the same: GitHub - thirtythreeforty/neolink: An RTSP bridge to Reolink IP cameras
  14. M

    New Reolink Wired POE Doorbell Cam ?

    I wrote some code myself that communicates via the Reolink protocol, to make 2 way audio possible...
  15. M

    New Reolink Wired POE Doorbell Cam ?

    The location of the JTAG or the UART is more interesting ;)
  16. M

    New Reolink Wired POE Doorbell Cam ?

    In case anyone is interested, I noticed there are 3 types of alerts coming from the doorbell: <?xml version="1.0" encoding="UTF-8" ?> <body> <AlarmEventList version="1.1"> <AlarmEvent version="1.1"> <channelId>0</channelId> <status>MD</status> <AItype>people</AItype> <recording>0</recording>...
  17. M

    New Reolink Wired POE Doorbell Cam ?

    I updated my code a bit and can now talk to the doorbell (send audio to the doorbell). However, my code is quite messy and needs some restructuring :) Next step will be to see if I can send data / video / audio to a messenger app on the phone and make phone calls. Anybody any experience with Wire?
  18. M

    New Reolink Wired POE Doorbell Cam ?

    If that is the case, you can try to use Neolink (available from Github). They take the stream live from the doorbell and then create an RTSP bridge. Perhaps that solves the issue.
  19. M

    New Reolink Wired POE Doorbell Cam ?

    Btw, the encryption scheme is absolutely horrible. First of all the passwords are sent xored. Then the MD5 of that password is used to calculate an AES key. To make matters even worse, AES in CFB mode is used with the same static key throughout the whole session. This means that if you have the...
  20. M

    New Reolink Wired POE Doorbell Cam ?

    I'm a carpenter, I lay wooden floors. This is just hobby :)
  21. M

    New Reolink Wired POE Doorbell Cam ?

    Sure. I wrote some code that connects to the doorbell (port 9000), logs in, sets itself in a "listen" state. It then sends a ping message every 25 seconds of inactivity (else the connection is torn down by the doorbell). Once it receives replies I parse them and look for the "visitor" keyword...
  22. M

    New Reolink Wired POE Doorbell Cam ?

    POE version
  23. M

    New Reolink Wired POE Doorbell Cam ?

    So I did some coding for fun, to hook up my mechanical chime and got it working. In short, I looked at this Neolink project and wrote my own implementation in C. I'm now able to login to the doorbell, listen, receive alerts (both PIR and doorbell alerts). Next would be to implement the talking...
  24. M

    New Reolink Wired POE Doorbell Cam ?

    I'm a bit busy, hope I have time after the orthodox NY.
  25. M

    New Reolink Wired POE Doorbell Cam ?

    There is no difference in performance as Neolink uses the proprietary Reolink protocol. Audio source can be anything in theory.
  26. M

    New Reolink Wired POE Doorbell Cam ?

    It does, but their implementation of ONVIF-T doesn't support 2-way audio. For that neolink can come in useful.
  27. M

    New Reolink Wired POE Doorbell Cam ?

    For those interested. This github repo (neolink) works with the doorbell. I'm able to send audio to the device :) No need to reverse the protocol anymore.
  28. M

    New Reolink Wired POE Doorbell Cam ?

    You might need to open RTSP, you can do that if you go with your browser to the IP of the doorbell and look in the settings menu.
  29. M

    New Reolink Wired POE Doorbell Cam ?

    My goal was, just like what I did with the Yoosee, to stop the doorbell from connecting to any cloud / vendor related service, but still have it fully functional. What I did with the Yoosee was connecting to the UART port, changing some things on the flash drive, have some of my own...
  30. M

    New Reolink Wired POE Doorbell Cam ?

    For those interesting to buy, it is now on sale and will ship in December.
Top