Skip to content

Releases: BaQs/pyEzviz

Handle json_result referenced before assignment

11 Mar 05:48
Compare
Choose a tag to compare

-Removed pointless logging.
-Fixed error handling on a few methods.
-Improved error messages.

Handle ValueError from Login method.

09 Mar 15:59
Compare
Choose a tag to compare

Handle ValueError from Login method.

Handle 401 and 504 http status codes

08 Mar 18:09
Compare
Choose a tag to compare

-Handle 401 and 504 http status codes are thrown when authentication cookie expires. Handle this with re-login.

Improved Exceptions, Fixed pylint warnings.

07 Mar 15:37
Compare
Choose a tag to compare

-Improved Exceptions.
-Increased default timeout to 25 seconds. (seems to be the sweat spot based on HA integration tests)
-Fixed pylint warnings on client.py. (String too long, unused variable, unused import)

Added region check

28 Feb 09:20
Compare
Choose a tag to compare

The code now returns the correct region url it differs from the default.

Removed unused variable "serial" in defense mode switch method.

21 Feb 07:15
Compare
Choose a tag to compare

Removed unused variable "serial" in defense mode switch method.

Changes to private/public method naming.

21 Feb 06:22
Compare
Choose a tag to compare

-Changed a few _private/public method names.
(Busy adding "Sound Alarm" and "Global Defense" services to HA component)

Fix empty IP for some cameras.

19 Feb 05:19
Compare
Choose a tag to compare

-Added method to return ip address from wifiinfos if connection infos is blank. Method also does checks and returns values only if key exists, otherwise returns 0.0.0.0 if no match.
-Shorten some of the debug messages. (pylint line too long)

Added some resilience to detection sensibility method.

15 Feb 04:48
Compare
Choose a tag to compare
0.1.7.1

Add error correction to detection sensibility.

Change to constants for new HA platform.

14 Feb 13:40
Compare
Choose a tag to compare
0.1.7.0

Update constants for ha integration addon.