Skip to content

Releases: arraylabs/pymyq

V3.1.6

14 Dec 18:26
Compare
Choose a tag to compare
  • Added new property low_battery for garage doors.

v3.1.5

03 May 23:33
a421b39
Compare
Choose a tag to compare
  • Fixes issue Garage door state stuck at closing or opening #143

Remove errand debug entry

11 Sep 00:44
6c6096e
Compare
Choose a tag to compare
  • Remove errand debug entry

v3.1.3

23 Aug 18:42
0a23fc1
Compare
Choose a tag to compare
  • Fix traceback upon ServerDisconnectedError exception.

v3.1.2

11 Aug 20:25
151092f
Compare
Choose a tag to compare
  • Add error no 104 (connection reset by peer) to refresh user agent

v3.1.1

09 Aug 22:04
e473f1e
Compare
Choose a tag to compare
  • Allow login to check for authentication only without retrieving account and device information
  • Also set user agent if error code 54 (connection reset by peer) occurred
  • Do not set user agent unless error occurred on retrieval of page

v3.1.0

09 Aug 17:57
eaaedc8
Compare
Choose a tag to compare
  • Enforce Python 3.8 or higher for pypi
  • New MyQAccount class that then contains all devices associated with that account (no more unknown device warnings)
  • Unknown devices are now added as a device
  • Fix issue in example.py if sending command to close cover fails
  • Retrieving user agent from GutHub and setting is now done upon start and re-done when status 400 received (limited to once per hour).

v3.1.0b6

06 Mar 20:00
Compare
Choose a tag to compare
v3.1.0b6 Pre-release
Pre-release
  • Fixed a race condition when issuing commands to a device before previous command was completed.

*** Release Candidate ***

v3.1.0b5

25 Feb 21:21
Compare
Choose a tag to compare
v3.1.0b5 Pre-release
Pre-release
  • Retrieving user agent from GutHub and setting is now done upon start and re-done when status 400 received (limited to once per hour).
  • .USER_AGENT is empty then no user-agent header will be set
  • Unknown devices are now added as a device
  • Other internal updates based on pre-commit messages

*** Release Candidate ***

v3.1.0b4

23 Feb 01:56
Compare
Choose a tag to compare
v3.1.0b4 Pre-release
Pre-release
  • Fix authentication issue by re-introducing User Agent logic