Skip to content

Releases: jesserizzo/envoy_reader

Release 0.18.0

15 Dec 15:51
4775c68
Compare
Choose a tag to compare

Release 0.18.0 includes:

  • Remove update() method that Home Assistant previously used
  • Change to raising exceptions when errors occur
  • Replaced requests_async library with httpx

Release 0.17.3

14 Dec 09:46
50545c4
Compare
Choose a tag to compare

Release 0.17.3 includes:

  • This release is 0.17.0 plus the below fixes.
  • Removal of the flag to force updates with every poll from Home Assistant. Since Home Assistant sensor code was not updated, it does not know about the getData() and does not retrieve data from the Envoy after the initial poll.
  • Fixed a bug introduced in '0.17.0' that caused the failure to retrieve Production data for older Envoys (Firmware < 3.9)
  • Added check to not retrieve Inverter data for older Envoys (Firmware < 3.9) as this data is not available

Note: It appears the versioning scheme did not conform to PEP-440, so these changes and the rest of the changes made in 0.17.1 and 0.17.2 will be made into a 0.18.0 release.

Release 0.17.0a

09 Dec 20:35
4947645
Compare
Choose a tag to compare
Release 0.17.0a Pre-release
Pre-release

Release 0.17.0a backports selected changes from 0.17.2:

  • Fixed a bug introduced in '0.17.0' that caused failure to retrieve Production data for older Envoys (Firmware < 3.9)
  • Added check to not retrieve Inverter data for older Envoys (Firmware < 3.9) as this data is not available

Release 0.17.2

07 Dec 19:37
db97739
Compare
Choose a tag to compare
Release 0.17.2 Pre-release
Pre-release

Release 0.17.2 includes:

  • Replaced requests_async library with httpx
  • Fixed a bug introduced in '0.17.0' that caused failure to retrieve Production data for older Envoys (Firmware < 3.9)
  • Added check to not retrieve Inverter data for older Envoys (Firmware < 3.9) as this data is not available

Release 0.17.1

04 Dec 07:59
7dcfec7
Compare
Choose a tag to compare
Release 0.17.1 Pre-release
Pre-release

Release 0.17.1 includes:

  • Remove update() method that Home Assistant previously used
  • Change to raising exceptions when errors occur

Release 0.17.0

21 Nov 17:59
75b2163
Compare
Choose a tag to compare

Release 0.17.0 includes:

  • bug fix for Issue #37
  • HTTP optimizations

Release 0.16.2

21 Nov 18:02
c43704c
Compare
Choose a tag to compare

Release 0.16.2 includes:

  • Increase HTTP timeout from default of 5secs to 30secs