starkillerOG / reolink_aio

Reolink NVR/camera API PyPI package
MIT License
65 stars 13 forks source link

Another way to check firmware instead of using the command CheckFirmware. #30

Closed mnpg closed 1 year ago

mnpg commented 1 year ago

Hi @starkillerOG,

i found another way to check the firmware update through the official Reolink Download Center if the cameras do not have the CheckFirmware command.

It's a wordpress server and you can have json results for having these informations .

Here the method :

Regards

starkillerOG commented 1 year ago

@mnpg that is a greath find! The build-in firmware check command is really flakey, so I think this method will work a lot better. This also provides more information such us the new firmware version name and release notes.

I am certainly going to implement this as soon as I have some time!

starkillerOG commented 1 year ago

@mnpg I implemented this new method in this PR: https://github.com/starkillerOG/reolink_aio/pull/32 , works greath. Thank you very much for the suggestion!

mnpg commented 1 year ago

@starkillerOG, no problem. I'm pleased to help you and the HA Reolinkers community. Thanks to you 👍 Just one thing, i add a comment for the PR (ISP settings) that you have merged last week :#29. Can you take a look because for these isp settings are linked to getability capabilities and in the code, i ain't see something like that but i'm not sure Tell me if i'm wrong. Regards

starkillerOG commented 1 year ago

I just added the check of the capabilities in commit: https://github.com/starkillerOG/reolink_aio/commit/21adca678dd4d568e1d8e37ac95b547c3f170bc7 Thanks for making me aware of this.