Skip to content

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 25 May 10:28

What's new

  • Six daily energy sensors added: Today's PV Generation, Today's Energy Feed to Grid, Today's Energy from Grid, Today's Battery Charged, Today's Battery Discharged, and Today's Battery Charged from Grid. Each resets at midnight using the inverter's lifetime cumulative totals as a baseline. State is preserved across HA restarts.

Bug fixes

  • Today's PV Generation now includes energy from AC-coupled inverters. The hardware register only counts DC string PV; AC-coupled generation is now accumulated via a Riemann sum on the live AC PV meter reading and added to the daily total. The ac_accumulated_kwh attribute on the sensor shows the AC portion separately for verification.
  • Daily energy sensor entity IDs corrected. The apostrophe in "Today's" caused HA to slugify names to today_s_* instead of today_. Sensors now use translation keys so IDs are today_energy_feed_to_grid, today_pv_generation, etc. Users upgrading from beta.1 should delete the old today_s_ entities from the entity registry after reloading the integration.
  • Force Charging, Discharging, Export, and Import countdown sensors now count down in real time. Previously they read a static hardware register that holds the initial duration and never decrements.
  • Force Export and Force Import periodic power recalculation (every 25 s) no longer resets the countdown timer. The countdown now runs from the start of the session instead of restarting every 25 s.
  • All countdown sensors now display in minutes by default instead of raw seconds. Existing entities may need the display unit changed in entity settings.