Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Releases: arraylabs/pymyq

V3.1.6

Choose a tag to compare

@ehendrix23 ehendrix23 released this 14 Dec 18:26
  • Added new property low_battery for garage doors.

v3.1.5

Choose a tag to compare

@ehendrix23 ehendrix23 released this 03 May 23:33
a421b39
  • Fixes issue Garage door state stuck at closing or opening #143

Remove errand debug entry

Choose a tag to compare

@ehendrix23 ehendrix23 released this 11 Sep 00:44
6c6096e
  • Remove errand debug entry

v3.1.3

Choose a tag to compare

@ehendrix23 ehendrix23 released this 23 Aug 18:42
0a23fc1
  • Fix traceback upon ServerDisconnectedError exception.

v3.1.2

Choose a tag to compare

@ehendrix23 ehendrix23 released this 11 Aug 20:25
151092f
  • Add error no 104 (connection reset by peer) to refresh user agent

v3.1.1

Choose a tag to compare

@ehendrix23 ehendrix23 released this 09 Aug 22:04
e473f1e
  • 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

Choose a tag to compare

@ehendrix23 ehendrix23 released this 09 Aug 17:57
eaaedc8
  • 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

v3.1.0b6 Pre-release
Pre-release

Choose a tag to compare

@ehendrix23 ehendrix23 released this 06 Mar 20:00
  • Fixed a race condition when issuing commands to a device before previous command was completed.

*** Release Candidate ***

v3.1.0b5

v3.1.0b5 Pre-release
Pre-release

Choose a tag to compare

@ehendrix23 ehendrix23 released this 25 Feb 21:21
  • 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

v3.1.0b4 Pre-release
Pre-release

Choose a tag to compare

@ehendrix23 ehendrix23 released this 23 Feb 01:56
  • Fix authentication issue by re-introducing User Agent logic