starkillerOG

Results 270 comments of starkillerOG

I just saw that neolink is not written in python, which makes it much harder. It would need to be completly ported over to python...

@kylepyke I don't think any current progress is beeing made. However Reolink just anounced a "Home Hub" at CES, that is a kind of NVR for battery powered cameras. It...

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

@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...

@xannor thank you very much for reaching out and your contributions to the projects on which this library is based on! I was not planning on adding the media platform...

@xannor good to hear you have started to work on it! To answer your questions: 1) The channel names are exposed by the `camera_name` property: https://github.com/starkillerOG/reolink_aio/blob/2362257923badb708543643a2f1e3c7bcb07cdb5/reolink_aio/api.py#L399 The DUO 1st gen...

@xannor did you setup the DUO 1st gen in the new build in HomeAssistant integration? Did you experiance any issues or does all look good? Could you share screenshots of...

@xannor about the time, if you now the time_diffrence in seconds between the utc.now() on HomeAssistant and the camera internal time you can always calculate the time you need. Just...

@xannor in this commit I have already cleaned up the request_vod_files method a bit https://github.com/starkillerOG/reolink_aio/commit/4fa3a87ecb71be99b50c38ec9d250e7d9eb0ea2e But further processing is probably a good idea, convert the dict to a class with...

Also cleaned up get_vod_source method a bit in this commit: https://github.com/starkillerOG/reolink_aio/commit/80affcd0abb6a6ea3ee921ed861503d48d9f6b23