Releases: Gentleman1983/ginlong_solis_api_connector
Releases · Gentleman1983/ginlong_solis_api_connector
3.1.0-RC02
Add parameters uAc1, uAc2, uAc3
3.1.0-RC01
First work around for api update of 2025-01-10...
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.
- Updated the Dockerhub repository on
README.md
, to not point to the old dkruyt API scraper images (#51) - Added publishing to Dockerhub repository gentleman1983/ginlong-solis-api-connector on release (#55)
- Publishing task to Dockerhub should publish SBOM, too (#57)
- Add Mend renovate bot to repository (#56)
- Fixed parsing issues regarding api update from March 4th, 2024. (#68)
- Pinned the data units regarding the dynamic units on Ginlong API. (#13)
2.4.0
2.3.1
- Fixed issue on error handling on the
SOLIS_CLOUD_API_INVERTER_ID
parameter. - Fixed possible index out of bounds exception.
- Added support for
all contributors
bot.
2.3.0
- Added option to override detection for single phase inverters.
- Fixed calculation on some data fields to fix issues on monitoring.
- Fixed mixing up of some PVoutput values (v3 & v4).
- Fixed issue on influx db where some values where interpreted as
integer
s instead offloat
s when value is0
. This lead to problems in data import, e.g. during the nighttime.
2.2.0
- Added configurability for optional PVoutput fields
pv7
topv12
for subscribers of PVoutput. - Fixed missing usage of inverter ID ENV value.
- Fixed some conversion issues on integer ENV values like inverter ID, ports, etc.
- 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
- added option to support multiple inverters
2.0.0
First release of Solis Cloud API Connector.
Tested functionality to use 4 PV strings, data connection to solis cloud API, export to influx db and pvoutput using same parameters and formatting as dkruyt/ginlong-scraper