Release 0.18.1
Release 0.18.1 includes:
- HTTP requests to Envoys with firmware <3.9 was moved to
getData()
. Other firmwares the HTTP requests (except for Inverter data gathering) was already moved togetData()
in previous release - Move Inverter gathering to
getData()
- To support gathering Inverter data I added an optional parameter for the EnvoyReader constructor. So that if Home Assistant config does not have inverters then this can be skipped.
- Removed
detect_model()
method calls from individual methods and runs only fromgetData()
- Removed
isDataRetrieved
boolean variable, as this is not used