datenschuft / SMA-EM

SMA Energymeter measurement
GNU General Public License v2.0
93 stars 38 forks source link

Support for new SUNNY TRIPOWER SE #87

Open lexxman123 opened 6 months ago

lexxman123 commented 6 months ago

The current code does not support the new SUNNY TRIPOWER SE inverters (query via modbus).

First debugging and check of Modbus documentation from SMA (https://files.sma.de/downloads/PARAMETER-HTML_STPxx-3SE-40_30109R_V11.zip) shows that there report as a new device class (8009) which is not yet included in features/smamodbus.py

Has anyone already started to implement / patch the SW to query those kind of inverters?

Thank you.