Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@s-allius s-allius released this 01 Jul 21:53
· 121 commits to main since this release
a42ba8a

The version 0.9.0 has the focus on improving stability with the following features:

  • Healthcheck which observe the message processing
  • Readiness and liveness checks for Kubernetes
  • Synchronise regular MODBUS commands with the inverter's state to avoid that the inverter get unexpected packets
  • GEN3PLUS: dump invalid packages with wrong start or stop byte, for easier analyses

Improved error and connection handling:

  • Bugfix GEN3: Not answered by the TSUN Cloud get_time request no longer blocks the connection establishment of the inverter
  • Bugfix: Pending MODBUS requests no longer block the release of connection structures when the connection is terminated
  • Bugfix: Inverter connection no longer closes if there are problems with the connection to the TSUN cloud
  • Detect and disconnect dead connection which received no packets for a long time
  • Bugfix: MODBUS responses for MODBUS requests from the TSUN cloud aren't dropped anymore
  • Bugfix GEN3: New data types of DSP version 5.0.17 added so that they are no longer considered incorrect

What's Changed

Full Changelog: v0.8.1...v0.9.0