Skip to content

Releases: Swamp-Ig/pizone

Completed work for power monitoring

27 Feb 03:04
Compare
Choose a tag to compare
  • Add API for power monitoring
  • Improved post protocol error handling and management
  • Formatted code using black and sorted imports

Initial work for power monitoring

12 Dec 10:10
Compare
Choose a tag to compare
  • Contains code for initial work for power monitoring
  • Fixes some connection bugs, where the update loop would fail out with certain poorly formatted response messages
  • Updated some error messages with better data

Update for server issues

01 Dec 06:25
Compare
Choose a tag to compare

This minor update:

  • Fixes issues with server synchronization, all server communication is serialised to avoid errors
  • Updates to newer python dependency, as required by home assistant

v1.1.7

28 Nov 06:48
Compare
Choose a tag to compare
v1.1.7 Pre-release
Pre-release

Some issues noticed around server interactions, posting would return prior to state being updated, and multiple in-fly requests at once would crash the server needing a reboot.

v1.1.6

26 Jun 03:05
Compare
Choose a tag to compare
  • Add support for four speed fans
  • Update code to allow python 3.9

Thanks to @SgtBatten for four speed fan work

v1.1.4

28 Jan 14:26
Compare
Choose a tag to compare

Add support for changing AirFlowMin and AirFlowMax.

Thanks for @Nick-Adams-AU for the work!

v1.1.3

28 Jan 14:27
Compare
Choose a tag to compare

Allow legacy discovery messages.

v1.1.2

11 Mar 02:23
Compare
Choose a tag to compare

Manages issues with the IZoneV2 updated interface.

v1.1.1

15 Jun 13:10
Compare
Choose a tag to compare

In this release I updated tests to use pytest, and mocked out the network IO. I've managed to find and fix some network bugs to do with reconnecting when connections are lost.

It's been uploaded to pypi:

$ pip install python-izone

Release 1.0.5

10 Mar 23:46
Compare
Choose a tag to compare

Changes:

  • Backported code to be python 3.5 compatible