Skip to content

Version 0.12

Latest
Compare
Choose a tag to compare
@s-allius s-allius released this 23 Dec 00:05
· 9 commits to main since this release

I am proud to present version 0.12, which was released just in time for Christmas. The main featueres are:

  1. The Proxy as a Home Assistant add-on
  2. A new Emulator Mode for the Solarman Protocol
  3. Inverter Events

Details of the features follow below.

I am very happy that Michael (@mime24) supported me so much with the new version. Thanks to his efforts, the proxy will now also be released as a Home Assistant add-on. This is certainly a big step to make the proxy easier to use.
However, we can still use support, for example for the creation of instructions and FAQs.

Best regards Stefan


The Proxy as a Home Assistant add-on

For all those who use Home Assistant (HA), the proxy is now also available as an add-on. However, the prerequisite is that
Home Assistant is running in the Home Assistant OS or Supervised version. Container and Core installations do not support add-ons.

For an easy start there is a guide here


A new Emulator Mode for the Solarman Protocol

The GEN3PLUS inverters have been using an encrypted connection to the cloud for some time now. This is good, but prevents the data from being used locally and also prevents commands from the cloud from being tracked or blocked.

Proxy users can access the inverter data using the polling mode. However, if you want to continue using the TSUN app, you must accept the encrypted connection to the TSUN Cloud and thus relinquish control over your inverters.
This is where - comes into play.

The emulator mode enables the proxy to establish a connection to the TSUN Cloud. To do this, it uses the access data of the inverter and forwards the data from polling mode to the cloud.
The advantage is that all commands now go from the TSUN Cloud to the proxy and no longer to the inverter. This gives us control over updates and configuration changes again.


Inverter Events

From version 0.12, the proxy now also understands alarms and inverter notifications. These are forwarded via MQTT and can then be analysed with Home Assistant, for example.


What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0