Skip to content

Release 0.18.1

Compare
Choose a tag to compare
@gtdiehl gtdiehl released this 16 Dec 19:31
a0a3d8c

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 to getData() 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 from getData()
  • Removed isDataRetrieved boolean variable, as this is not used