-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support devices without HTTP API (such as Reolink Floodlight) #20
Comments
I will not have time myself to work on the "Baichuan" protocol. A disadvantage will be that this is not a official API and that in the best case it can break when Reolink makes some changes or implements it diffrently in future models, and in worse case Reolink could actively try to protect their "Baichuan" protocol better by changing encryption keys or encryption protocols. That beeing sad, I am open to Pull Requests that would include the "Baichuan" protocol as a backup to the HTTP API.
Possible use cases:
I will review PRs to this libary and try to help if you @kevin-david have the time to implement something like discribed above. |
I just saw that neolink is not written in python, which makes it much harder. |
tempting.... That was one of my goals with the prior code I was working on, to have a base reolink api and a baichuan and rest variants. However what I think may be a bit more practical, is an addon similar to what neolink does, that pushes events into HomeAssistant. This would work around some of the ONVIF shortcomings, and handle other client/device driven events that are not strictly motion, i.e. PTZ updates and light/storage statuses, etc. I might try to tackle that once I have the media playback in some form of stable state. |
Is this still in the works? |
@kylepyke I don't think any current progress is beeing made. However it is still unknown when this "Home Hub" will be available for purchase, probably later than Q1 2024... |
@starkillerOG I just received a Homehub to which I will connect some battery cameras (currently Argus 3E and eventually the battery doorbell when available), and while I have find the HTTP api v8 pdf , I'm not not sure that applies when using the Home hub. Would you be able to point me in the right direction? Thanks |
Yes the HTTP api v8 pdf does apply for the HomeHub. Moreover the HomeHub will work perfectly fine with this reolink-aio library. Including the battery camera's connected to it |
Great work! I managed to capture snapshots from 2 cameras (Argus 3E and Lumus) via the homehub, using your library. |
This is good news! Any idea if the Reolink PoE floodlight will work? |
@kylepyke at the moment likely not, but I can probably get it to work now in HA using the build in integration with not too much issues. I am planning on getting a Reolink PoE floodlight to implement the code. But at the moment I am way too bussy with bug fixes and other improvements. But it is on my too do list. |
I know this would be a lot of work - but mostly wondering if you're open to a contribution if I find some time, and what approach would be acceptable.
As of today, this would require supporting the "Baichuan" protocol which is best understood by looking at this repo: https://github.com/QuantumEntangledAndy/neolink (and the one it's forked from) along with the blog post here: https://www.thirtythreeforty.net/posts/2020/05/hacking-reolink-cameras-for-fun-and-profit/
I took a stab at implementing this with the existing neolink tool here: QuantumEntangledAndy/neolink#14. But it's still a bit of a mess.
More context and previous ideas I had here: fwestenberg/reolink_dev#599 (comment)
The text was updated successfully, but these errors were encountered: