Skip to content

Version 0.11

Compare
Choose a tag to compare
@s-allius s-allius released this 15 Oct 20:54
· 57 commits to main since this release

I proudly present the new version 0.11.0, with some improvements for GEN3 inverters, Docker containers and a first code revision to improve quality and architecture

GEN3:

  • Now we also support the latest official GEN3 inverter firmware with the version V3.29.148. This version comes with some new messages why the proxy version 0.10 caused by a lot of errors and the polling mode did not work anymore
    #182

  • fix invalid Contact Info Msg for firmware versionV3.29.148
    #192

  • The proxy also displays the MAC address (GEN3 only) and the serial number of the devices now.

  • There is a fix for invalid (or overwritten) messages in the receive buffer for the GEN3 inverter.

Docker

  • The Docker image now supports annotations for multi arch and improves the version handlings
    #159

  • Reading the version string from the image updates it even if the image is re-pulled without re-deployment
    #167

Code Quality / Clean Code

With the development start of version 0.11.0, I integrated the SonarCloud Scanner into the pipeline to check and improve code quality. The current results and progress can be viewed on the public SonarQube page:
https://sonarcloud.io/project/overview?id=s-allius_tsun-gen3-proxy

What's Changed

Full Changelog: v0.10.1...v0.11.0