Releases: jesserizzo/envoy_reader
Releases · jesserizzo/envoy_reader
Release 0.18.0
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
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
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
Release 0.17.2 includes:
- Replaced
requests_async
library withhttpx
- 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
Release 0.17.1 includes:
- Remove
update()
method that Home Assistant previously used - Change to raising exceptions when errors occur
Release 0.17.0
Release 0.17.0 includes:
- bug fix for Issue #37
- HTTP optimizations
Release 0.16.2
Release 0.16.2 includes:
- Increase HTTP timeout from default of 5secs to 30secs