StephanJoubert / home_assistant_solarman

Home Assistant component for Solarman collectors used with a variety of inverters.
Apache License 2.0
512 stars 191 forks source link

Fix Today totalizer for hyd-zss-hp-3k-6k inverter #352 #353

Closed webartoli closed 11 months ago

webartoli commented 12 months ago

Actually the hyd-zss-hp-3k-6k inverter definition has marked all "Today" totalizer with

state_class: 'total'

This cause a big diff on 1st measure of each day.

According to docs and other inverter definition this sensor need to be.

state_class: 'total_increasing'

Resubmitting #352 because has been canceled due earlier repo cancellation.