Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

46 lines (38 loc) · 3.98 KB

Version change log

This document provides an overview to the changes on the different releases...

NEXT

  • t.b.d.

3.0.0

Warning

In this update we refactored all actual and upcoming number fields to provide data in float values. There may be the need to update your existing InfluxDB instance to handle the new data types.

2.4.0

  • Added CHANGELOG.md document to have central document for changes. (#38)
  • Fixed issue regarding bad gateways. (#46)
    • Added option to configure number and timeout between retries.
  • Added the fields pA, pB and PC to change list to update according to API changes on end of November 2023.

2.3.1

  • Fixed issue on error handling on the SOLIS_CLOUD_API_INVERTER_ID parameter. (#24)
  • Fixed possible index out of bounds exception. (#24)
  • Added support for all contributors bot. (#2, #26, #31)

2.3.0

  • Added option to override detection for single phase inverters. (#14)
  • Fixed calculation on some data fields to fix issues on monitoring. (#16, #22)
  • Fixed mixing up of some PVoutput values (v3 & v4). (#17)
  • Fixed issue on influx db where some values where interpreted as integers instead of floats when value is 0. This lead to problems in data import, e.g. during the nighttime. (#18)

2.2.0

  • Added configurability for optional PVoutput fields pv7 to pv12 for subscribers of PVoutput. (#4)
  • Fixed missing usage of inverter ID ENV value. (#8)
  • Fixed some conversion issues on integer ENV values like inverter ID, ports, etc. (#6)
  • Fixed some PyLint issues or marked them as false positives or as better readable containing them on source code.

2.1.0

  • Added functionality to handle single phase inverters (#3)
  • Added option to support multiple inverters

2.0.0

  • Added functionality to connect to Solis Cloud API.