Skip to content

Releases: BaQs/pyEzviz

Changed Local IP to get value from connectioninfos.

14 Feb 04:14
Compare
Choose a tag to compare

-Looks like not all cameras report "wifiinfos", changed this to "connectioninfos" .
-Added sensor descriptions to constants.py for ha sensor entity addition that i'm working on.

Added check for blank switches.

13 Feb 16:00
Compare
Choose a tag to compare

-Added check for "empty" switches list. Should allow devices without switches to work.

Add sendAlarm API and added some infos to device status.

13 Feb 14:49
Compare
Choose a tag to compare

-Add sendAlarm API
-Added some infos to device status. I'm planing on adding binarysensor and sensor types to ha integration.

Removed device info method. All device attributes now comes from pagelist.

12 Feb 20:29
63919a7
Compare
Choose a tag to compare

-Removed device info method. All device attributes now comes from pagelist.
Also results in one less api call for the same info.
-Fixed status check on enable/disable defense method execution. (movement alarm)
-Found the API endpoint for the alarm list. (Used to get last alarm pic and "calculated" motion sensor).

Fix re-login issue after session expiry.

09 Feb 05:22
Compare
Choose a tag to compare
0.1.6.5

Fix session problem after 12 hours seession expiry.

Fixed small issue with json response verification on switch set.

07 Feb 21:00
Compare
Choose a tag to compare

-Fixed small issue with json response verification on switch set.

Fixed Switches and Multiple other improvements. (and bump version)

07 Feb 18:34
296fe21
Compare
Choose a tag to compare

-Fixed device switch api. All switches should work now. (Basically all, even the ones not implemented in arg parser)
-Code optimizations.
-Snake_case fixes on all functions. (BREAKING Change -- you might need to change function names for some of the more obscure items)
-Reworked the pagelist api.
-More of the info is fetched from a single api call.
-Moved variables to constants.py
-Away mode function is also available. (not yet implemented in arg parser though)

Fixed Switches and Multiple other improvements.

07 Feb 18:30
Compare
Choose a tag to compare

-Fixed device switch api. All switches should work now. (Basically all, even the ones not implemented in arg parser)
-Code optimizations.
-Snake_case fixes on all functions. (BREAKING Change -- you might need to change function names for some of the more obscure items)
-Reworked the pagelist api.
-More of the info is fetched from a single api call.
-Moved variables to constants.py
-Away mode function is also available. (not yet implemented in arg parser though)

Fixed package name in setup.py.

27 Jan 18:17
f1fe786
Compare
Choose a tag to compare

Fixed package name in setup.py
Added MANIFEST.in

Updates with latest fixes

27 Jan 05:15
364b151
Compare
Choose a tag to compare

-Support for BatteryCamera.
-Lots of error handling added.
-Support for specifying region.
-Hikvision camera support.
-General structure improvements and optimizations.
-Support for Ezviz wireless base.
-Motion detection alarms with last pic added.
-Calculated boolean motion sensor attribute based on last alarm.
-Many more.