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
Describe the bug
Any value for Display Zero Tolerance for Grid hides all values. Even 0.
To Reproduce
Steps to reproduce the behavior:
Configure the card. Add in the Grid Consumption and Production Entities
Configure other Entities
Leave Display Zero Tolerance blank for Grid
Confirm that Grid Displays
Enter 0 (or any other value such as 10 - which is what I had to supress low value noise) and confirm that Grid reports 0Wh for both import and export even though both values are higher than 0 or the threshold
Expected behavior
Values above 0 (or 10, or the chosen threshold, should display).
Seems that the logic ist inverted.
If i set "display_zero_tolerance" to 5000 all values above 5kW are set to Zero (instead of all vallues below)
must be something in energy-flow-card-plus.ts near line 630:
// Reset Grid Consumption if it is below the tolerance
if (entities.grid?.display_zero_tolerance !== undefined && entities.grid?.display_zero_tolerance <= grid.state.fromGrid) {
grid.state.fromGrid = 0;
}
Describe the bug
Any value for Display Zero Tolerance for Grid hides all values. Even 0.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Values above 0 (or 10, or the chosen threshold, should display).
Screenshots
Screenshot showing 0 suppresses values:
Screenshot showing blank allows low values (100Wh consumption) to show.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Problem displays on both HA app on Android and on Web Browser.
Please make sure all of this applies and check the checkboxes, by writing "X" inside of them.
I understand that this is a channel for reporting bugs, not a support forum (If you need help configuring the card, go to: Discussions).
I have the latest version of the card installed.
I have cleared my browser cache after installing, updating and configuring the card.
The text was updated successfully, but these errors were encountered: