Features for Version 0.11 #184
s-allius
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The next version 0.11.0 brings some new features and bugfixes
The most important feature is the support of 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
GEN3: After inverter firmware update the 'Unknown Msg Type' increases continuously #182
With version 0.11, the proxy also displays the MAC address (GEN3 only) and the serial number of the devices.
There is a fix for invalid (or overwritten) messages in the receive buffer for the GEN3 inverter.
Preview Version
There is a preview version for testing the GEN3 version V3.29.148 support available.
See: https://github.com/s-allius/tsun-gen3-proxy/pkgs/container/tsun-gen3-proxy/269931250?tag=0.11.0-preview.1
or use
image: ghcr.io/s-allius/tsun-gen3-proxy:preview
in your docker compose file to load the imageDocker
The Docker image now supports annotations for multi arch and improves the version handlings
Docker: The description ist missing #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
Beta Was this translation helpful? Give feedback.
All reactions