You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Solar Bar Card - Releases
v2.7.1
Bug Fixes
Usage tile mirrors production (#53): Fixed the Usage stats tile showing the same value as Solar when production dropped below actual house consumption. The root cause was that self_consumption_entity on many inverter systems reports solar self-consumption (capped at production), not total house load. The calculation now uses an energy balance formula (solar - export + import + battery discharge - battery charge) which is always physically correct regardless of what the sensor reports. The fix also corrects the grid import attribution in the bar segments and legend.
Changes
Consumer tap actions: Added tap_action_consumer_1 and tap_action_consumer_2 config options in the Tap Actions editor section. Consumer stats tiles now have dedicated tap action pickers alongside the existing Solar, Import, Export, Usage, Battery, and EV actions.