Recent content by mrxyz

  1. M

    New Reolink Wired POE Doorbell Cam ?

    I dont like cloud providers that can read anything and badly designed software. My little project circumvents this all together. It should work in theory with other reolink cameras as well, if the protocol is the same.
  2. M

    New Reolink Wired POE Doorbell Cam ?

    So I've had some time on my hands and wanted to replace the Reolink software all together, while maintaining the most important functionality. So I did wrote my own software: 1) it can communicate with the doorbell. It can retrieve different type of alerts, etc. 2) when a user presses the...
  3. M

    New Reolink Wired POE Doorbell Cam ?

    Thanks :) But I believe the HA app is a bit limited with what I want to achieve.
  4. 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...
  5. M

    New Reolink Wired POE Doorbell Cam ?

    Updated it. In case people are interested see GitHub - bbiwy1984/bb Any comments, please let me know.
  6. 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...
  7. M

    New Reolink Wired POE Doorbell Cam ?

    And updated, in case anyone is interested, see here: GitHub - bbiwy1984/bb
  8. 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...
  9. M

    New Reolink Wired POE Doorbell Cam ?

    I keep saying it, if you use that Neolink code on github, 2 way audio is possible.
  10. 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.
  11. M

    New Reolink Wired POE Doorbell Cam ?

    https://github.com/bbiwy1984/bb
  12. 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.
  13. M

    New Reolink Wired POE Doorbell Cam ?

    https://github.com/bbiwy2023/bb
  14. 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.
  15. M

    New Reolink Wired POE Doorbell Cam ?

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