Power Sankey Card: Make MIN_POWER_THRESHOLD configurable #1972
Replies: 2 comments
-
|
I think this limit was put to avoid dealing with multiple small lines of text that would be bigger than the size of the colored line. Funny thing, I just discovered that the power flow is horizontal on mobile app Android for some reason, making the presentation even worse. There's an issue here, but not in the correct repo since it's the frontend code as you pointed it out: |
Beta Was this translation helpful? Give feedback.
-
|
FYI, logic in 2026.2.0 is now: So if you charge your car with 8 kW, you should still be able to see individual devices using as low as 8 watts. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Describe the enhancement
In the Energy Dashboard's Power Sankey Card, any power consumption below 0.01 kW (10W) is currently filtered out and not displayed. This causes smaller consumers (e.g., standby devices) to not appear as individual devices, and their consumption is added to the "untracked consumption" instead.
Use cases
Make the
MIN_POWER_THRESHOLDconfigurable in the card settings (e.g., 0W, 1W, 5W, 10W, or completely disable filtering). This would allow small constant consumers to be visible and make "untracked consumption" more accurate.Perhaps it could be implemented like this?
Visual examples
No response
Anything else?
Perhaps this could be a starting point?
In
src/panels/lovelace/cards/energy/hui-power-sankey-card.ts:Beta Was this translation helpful? Give feedback.
All reactions