Releases: s-allius/tsun-gen3-proxy
Version 0.4.1
Version 0.4.0
This version changes the automatic registration for the home assistant so that
- multiple inverters are displayed properly
- non-existing inputs are no longer registered
- some values have been changed so that this is now displayed as a number rather than a line graph. As a result, changes to these values are now listed in the logbook.
In detail:
- fix issue #8
- implement #10
- fix: don't dispatch ignored messages so that they are not forwarded
- log forwarded messages with info level instead of debug level
- add systemtests
- fix unit tests, which were broken since version 0.3.0
- add a unique proxy device to home assistant
- add statistic counter to proxy device
- support multiple inverter registration at home assistant
❗Due to changes in the home assistant registration, the MQTT devices of controller and inverter should be deleted in the Home Assistant before updating to version '0.40'. After the update, these are automatically created again and the diagnostic card will appear. The measurement data is retained.
Version 0.3.0
This version now
- supports diagnostics cards in home assistant
- switch to Python 3.12
- optimize and reduce the logging
❗Due to the definition of values for diagnostics, the MQTT devices of controller and inverter should be deleted in the Home Assistant before updating to version '0.3.0'. After the update, these are automatically created again and the diagnostic card will appear. The measurement data is retained.
Version 0.2.0
This version halves the size of the Docker image and reduces the attack surface for security vulnerabilities, by omitting unneeded code. The feature set is exactly the same as the previous release (version 0.1.0).
Version 0.1.0
First release
Version 0.0.6
- Bump aiomqtt to version 1.2.1
- Force MQTT registration when the home assistant has set the status to online again
- fix control byte output in tx trace
- dealloc async_stream instances in connection termination
Version 0.0.5
- Entity icons updated
- Prints version on start
- Prepare for MQTT component != sensor
- Add MQTT origin
Version 0.0.4
Implement multi device support for home-assistant
Now we register 3 kinds of devices:
- controller
- inverter
- inputs for solar modules
❗If you are coming from an earlier version of this proxy, you should delete the old MQTT device in Home Assistant after upgrading to version 0.0.4. A subsequent restart of the proxy will fully register the new device layout.
Version 0.03
- Fixes #2 Running Proxy with host UID and GUID
Version 0.0.2
- Adds opencontainer labels to Dockerfile
- Sends voltage and current of inputs to mqtt