Skip to content

Releases: s-allius/tsun-gen3-proxy

Version 0.4.1

20 Oct 20:08
Compare
Choose a tag to compare

This version does not contain any new features, but some fixes

@s-allius :

  • Fixing issue #18
  • initializes proxy statistics so that unknown status is no longer displayed
  • avoids resetting the total generation counters even if the inverter sends zero values at sunset

Version 0.4.0

16 Oct 20:10
Compare
Choose a tag to compare

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

10 Oct 19:02
Compare
Choose a tag to compare

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

07 Oct 21:36
5c5c3bc
Compare
Choose a tag to compare

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

06 Oct 21:43
Compare
Choose a tag to compare

First release

Version 0.0.6

03 Oct 18:44
Compare
Choose a tag to compare
Version 0.0.6 Pre-release
Pre-release
  • 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

01 Oct 20:27
Compare
Choose a tag to compare
Version 0.0.5 Pre-release
Pre-release
  • Entity icons updated
  • Prints version on start
  • Prepare for MQTT component != sensor
  • Add MQTT origin

Version 0.0.4

30 Sep 15:49
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release

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

28 Sep 23:15
Compare
Choose a tag to compare
Version 0.03 Pre-release
Pre-release
  • Fixes #2 Running Proxy with host UID and GUID

Version 0.0.2

28 Sep 16:54
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release
  • Adds opencontainer labels to Dockerfile
  • Sends voltage and current of inputs to mqtt