DennisOSRM / hms-mqtt-publisher

HMS-XXXXW-2T MQTT publisher and Home Assistant addon
BSD 2-Clause "Simplified" License
111 stars 16 forks source link

pv_energy_total for inverter #117

Open mpxxl opened 5 months ago

mpxxl commented 5 months ago

For the two ports there are infos 'pv_energy_total', 'pv_daily_yield' available.

for the inverter only 'pv_daily_yield'.

Making 'pv_energy_total' of the inv would be nice!

DennisOSRM commented 5 months ago

The inverter does not publish this.

mpxxl commented 5 months ago

I used the python script from https://github.com/suaveolent/hoymiles-wifi and excecute all functions two find the value.

The function "app-get-hist-power" returns a value "total_energy" which correlates with the inverter total energy of the hoymiles app. Can you check if my assumtion is right or a coincidence?