Skip to content

Releases: denpamusic/PyPlumIO

PyPlumIO v0.1.11

01 May 01:35
d0c3c67
Compare
Choose a tag to compare
PyPlumIO v0.1.11 Pre-release
Pre-release
  • Added ability to specify required frames (see #2).
  • Improved handling of duplicates in FrameWriter's queue.
  • Fixed missing recipient address in frame bucket queue.

PyPlumIO v0.1.10

29 Apr 21:08
5cae1c2
Compare
Choose a tag to compare
PyPlumIO v0.1.10 Pre-release
Pre-release
  • Fixed issue with regdata string decoding (see #2).
  • Added an exception for connection failure.

PyPlumIO v0.1.9

26 Apr 18:45
537973a
Compare
Choose a tag to compare
PyPlumIO v0.1.9 Pre-release
Pre-release
  • Added ability to define callback that is called on connection close.

PyPlumIO v0.1.8

26 Apr 15:30
2b64e8e
Compare
Choose a tag to compare
PyPlumIO v0.1.8 Pre-release
Pre-release
  • Fixed callback loop unrecoverable crash on any exception.
  • Callback loop now stops on reconnect attempt.

PyPlumIO v0.1.7

07 Apr 13:32
a9e99cd
Compare
Choose a tag to compare
PyPlumIO v0.1.7 Pre-release
Pre-release
  • Implement burned fuel counter. It's available under fuel_burned property of EcoMAX class.

PyPlumIO v0.1.6

07 Mar 21:11
69febcc
Compare
Choose a tag to compare
PyPlumIO v0.1.6 Pre-release
Pre-release
  • Improved connection timeout handling.
  • Updated mode list.

PyPlumIO v0.1.5

24 Feb 18:32
6345708
Compare
Choose a tag to compare
PyPlumIO v0.1.5 Pre-release
Pre-release
  • Second attempt at fixing boiler control message.

PyPlumIO v0.1.4

24 Feb 17:58
90a3efa
Compare
Choose a tag to compare
PyPlumIO v0.1.4 Pre-release
Pre-release
  • Fixed regression, that made boiler control parameter impossible to set.

PyPlumIO v0.1.3

24 Feb 16:46
185042b
Compare
Choose a tag to compare
PyPlumIO v0.1.3 Pre-release
Pre-release
  • Quick fix for infinite connection wait.

PyPlumIO v0.1.2

24 Feb 08:46
ce1466e
Compare
Choose a tag to compare
PyPlumIO v0.1.2 Pre-release
Pre-release
  • Improved exception handling.
  • Improved boiler control message.
  • Fixed SSID parsing.
  • Cleaned up code.