Reolink-aio

Latest version: v0.11.10

Safety actively analyzes 707375 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 16

0.11.10

Bug fixes:
- [Continue on decode error of single command in multi command message](https://github.com/starkillerOG/reolink_aio/commit/ea81b983c3c79cb54d8df95c43e246e041c2e632)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.11.9...0.11.10

0.11.9

Additions:
- [Allow diffrent Baichuan port and retrieve it from the API](https://github.com/starkillerOG/reolink_aio/commit/ef04a87ea0d92403f59c23b6908f36307aaab89c)
- [Add TCP push callbacks for daynight_mode, brightness, contrast, saturation, hue and sharpness](https://github.com/starkillerOG/reolink_aio/commit/e2218695c2e5fc69c0e7e349e178b950e9cef1fb)
- [Add baichuan fallback for reboot](https://github.com/starkillerOG/reolink_aio/commit/8ee5f95ccbbb225c2a87fbd0e3a220e4cf731989)

Bug fixes:
- [Retry by sending each command separately when receiving decode error.](https://github.com/starkillerOG/reolink_aio/commit/0ed7f75be6752f7494ce7cc226027f6679d3073a)
- [Fix Battery info push mixing up channels](https://github.com/starkillerOG/reolink_aio/commit/8eefe468311a4041f5ff40194305eca8c217978a)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.11.8...0.11.9

0.11.8

Additions:
- Add get_raw_host_data and set_raw_host_data

Optimizations:
- Do not temporarily disable privacy mode
- Set defaults for set_privacy_mode

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.11.7...0.11.8

0.11.7

Additions:
- [Add Baichuan privacy mode support](https://github.com/starkillerOG/reolink_aio/commit/a1568d5238e7edb94b686be1309894125524aa68)
- [Parse Baichuan privacy mode from login response](https://github.com/starkillerOG/reolink_aio/commit/334cfe764cab49988e25ce57c1feb8a2dfb92962)
- [Check privacy mode during login and raise LoginPrivacyModeError](https://github.com/starkillerOG/reolink_aio/commit/e717a626de7239e6c0d267b1e22ca55ff2f46cf2)
- [Temporarily disable privacy mode during initial get host data](https://github.com/starkillerOG/reolink_aio/commit/c3d96ada72b4204f207f1b89da29358a8cd51339)
- [logout before enabling privacy mode again](https://github.com/starkillerOG/reolink_aio/commit/926c337a9f6676b9bd2600850c15bb9a8eba4b8a)
- [Improve privacy mode checking](https://github.com/starkillerOG/reolink_aio/commit/0c3b3d59aa4ebef824a0fbe157319eb3fbd6aec5)
- [Optimize logout after privacy mode enable in get_host_data](https://github.com/starkillerOG/reolink_aio/commit/434584306515459801f2049552b0454e051ab5da)
- [Add SetNetPort baichuan fallback](https://github.com/starkillerOG/reolink_aio/commit/f9bb61de783ed65d0be2bed67fec60d4fc13df2f)

Bug fixes:
- [Fix wrong channel used for include check of DingDongOpt](https://github.com/starkillerOG/reolink_aio/commit/2e9bc051281ebca2e8a01e9e35040280207caaf8)
- [Ensure previous futures throw their exceptions before opening a new connection](https://github.com/starkillerOG/reolink_aio/commit/d408d77cd776ecfc8137d6dac4b55c7ec1c2bade)
- [Wait before sending identical cmd_ids simultaneously](https://github.com/starkillerOG/reolink_aio/commit/120813c63323196b616a77e93138d2185cf51e3f)
- [ensure stream URLs are available when privacy mode enabled](https://github.com/starkillerOG/reolink_aio/commit/6046201a9c0cd854ff5744950e35f1d88d0af7e7)

Optimizations:
- [Change return type of check_new_firmware to a dict](https://github.com/starkillerOG/reolink_aio/commit/4fc4aebf12cda5a66fa6bcc8c63d87d745b4fb70)
- [Add RLC-810A IPC_56064M8MP minimum firmware](https://github.com/starkillerOG/reolink_aio/commit/febac356797c0bfdf65dae8d08ce3a9351c0fb84)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.11.6...0.11.7

0.11.6

Additions:
- [Add Download VodRequestType](https://github.com/starkillerOG/reolink_aio/commit/7b1b36b1ec76d925f1f5c4a2a51abd2d6688d480)
- [Add cry detection support](https://github.com/starkillerOG/reolink_aio/commit/8205713ab73d7145204ff1637593112ee00a165d)

Bug fixes:
- [Add GetPerformance as waking command](https://github.com/starkillerOG/reolink_aio/commit/b39b74bc61aa429f2dfc66224da79fe084eca2b4)
- [Prevent keepalive loop watchdog from triggering when protocol is None due to connection errors](https://github.com/starkillerOG/reolink_aio/commit/31f75f890f5276a06f6685a3608a6095937929ba)
- [Fix "Always On" doorbell led option for latest NVR firmware, changed from "Always" to "KeepOn"](https://github.com/starkillerOG/reolink_aio/commit/781c713d6118a0b66a68acd95e207fe4b1680633)
- [Check for baichuan protocol is None](https://github.com/starkillerOG/reolink_aio/commit/bfb318c614c6951eb0ac317b50e9b468c73eeb2d)
- [Baichuan check for future done before calling set_exception](https://github.com/starkillerOG/reolink_aio/commit/c6b32f7e7f2d6267d159566a6d9c2a98faf150f6)
- [Fix KeyError when None not in ch_list of check_new_firmware](https://github.com/starkillerOG/reolink_aio/commit/75fda9d2b31fb5e63845a51b1af45a4ae8277bd1)

Optimizations:
- [Make hide_password available](https://github.com/starkillerOG/reolink_aio/commit/f24085ddc749cb8a02f24a5b384c0f122d612740)
- [Prevent multiple lost subscription error logs](https://github.com/starkillerOG/reolink_aio/commit/1f73b8a49b54ed96e5d35ae1939a0e7b9e2d4f68)
- [Also check RTSP stream of Battery cameras, but not on startup](https://github.com/starkillerOG/reolink_aio/commit/4f4ff133d173f41774d747156c447cdb1196aa63)
- [Also set aiohttp sock_read timeout](https://github.com/starkillerOG/reolink_aio/commit/ef9171626ce9fffa78693fe5326b93b0337bfb06)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.11.5...0.11.6

0.11.5

Additions:
- [Add Baichuan fallback for SetRecV20](https://github.com/starkillerOG/reolink_aio/commit/eccf4b0ef92eee9361c008a0fda3ae7116f7753b)

Bug fixes:
- [Prevent error for Floodlight push](https://github.com/starkillerOG/reolink_aio/commit/396efb2938be97e2a0b0b09175bd5bcce3c17e28)
- [Fix version parsing of recording filenames for 'RecS0A'](https://github.com/starkillerOG/reolink_aio/commit/0e59ad9f2f04c0d76eff862775ac04d8f7e575dc)
- [Ensure recording extension does not get changed when toggeling recording enabled](https://github.com/starkillerOG/reolink_aio/commit/7ceb97a2716168a9d85e686f4f9e408778cf55e1)
- [Also set connect and sock_connect timeouts](https://github.com/starkillerOG/reolink_aio/commit/692af245daced9798aa178393ade4108011520f9)
- [Wrap aiohttp_session.get/post in asyncio.timeout to ensure it actually timeouts](https://github.com/starkillerOG/reolink_aio/commit/d78bd43e3bc64a03af81f98b51bc42f513dad6d6)

Optimizations:
- [Add minimum firmware for NVS8 and NVS16](https://github.com/starkillerOG/reolink_aio/commit/c4eb703098c45fcb52671a83b76c1de1d57018b0)
- [Prevent unneeded Baichuan "Future exception was never retrieved" errors](https://github.com/starkillerOG/reolink_aio/commit/a0cc098a04c28a3eab0e5a36780e6de600f02166)

Notes:
- [Temporarly drop python 3.13 tests due to pylint import bug](https://github.com/starkillerOG/reolink_aio/commit/d8593077d84a0c9831ffd95fc7bf095ca427a1fc)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.11.4...0.11.5

Page 1 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.