flixlix / power-flow-card-plus

A power distribution card inspired by the official Energy Distribution card for Home Assistant
501 stars 59 forks source link

[BUG] "Home" value not show #571

Closed Boia11 closed 2 months ago

Boia11 commented 2 months ago

Describe the bug After some hours the entity set into "home" appear fixed to 0 W. I try to enable "override state" option, it appaear correctly but without animation.

Screenshots Screenshot 2024-04-16 155510 Screenshot 2024-04-16 155541

Home Assistant:

HACS:

Power Flow Card Plus:

flixlix commented 2 months ago

Yes, this is because you are producing less than you are importing to the battery, which is impossible.

Judging by your secondary solar info, I assume this is a second solar array, in which case, you will have to create a template sensor to add both values (Only the value below the sun icon gets calculated for the flow, the other is supposed to only show secondary information, like cloud coverage, hours of sun etc.)

Boia11 commented 2 months ago

Thanks for information