A few days ago I forked the original Power Flow Card and Iâve done quite some work on it since then:
Display Individual Power Entities - You can now display individual power entities on the card, making it easier to track specific devices or circuits in your home.
Customize Individual Entitiesâ Label, Icon and Color - With the new update, you can customize the label, icon, and color of each individual entity. This allows you to tailor the card to your specific preferences and make it easier to identify different devices or circuits.
Hide Individual Entities when State is 0 or Unavailable - You can now choose whether to hide individual entities when their state is 0 or unavailable. This helps to keep the card organized and clutter-free.
Clickable Entities (Including Home) - You can now click on individual entities, including the home icon, to view more details about that particular entity.
Fixed Crooked Lines - The latest version of the card fixes a problem with crooked lines on the graph.
Keep Color of Battery to Grid Line, Even When Not Returning - The card now keeps the color of the battery to grid line, even when itâs not returning energy.
Display Low Carbon Energy from the Grid - The new update also allows you to display low carbon energy from the grid on the card.
Customize Low Carbon Energy Label, Icon, Circle Color, Icon Color, and State Type - You can customize the label, icon, circle color, icon color, and state type of the low carbon energy display.
I plan to add more features in the future, for example, a hold and double tap action as well as customizing what happens upon each action.
Overall I would appreciate some feedback and hope that you like the new features
First of all ⊠you donât know how much I fell in love with this configurable card when I fell across it. Iâve always wanted to visualise power usage rather than numbers/graphs etc⊠Thanks for the great work!
I am struggling a little with some of the consumption/production elements as my entities being captured for power usage for solar invertor and tesla battery arneât as straight forward.
Telsa Battery offers load, site, battery and solar and represents flow direction by -'ve numbers. There is only one entity for power flow. eg: refer MY HOME below for the available Tesla Power entities. The battery is currently charging off Solar, and the house is consuming directly from the grid.
Fronius Invertor w/Smart meter offers a similar array with negative numbers for change of flow. The below shows Power load of house consumption (including battery charging), power grid = grid consumption and power photovoltaics being solar generation.
Is there a way to manipulate the entities to fit into the required configuration? Iâm not sure what other power measurements show for other batteries and inverters but energy entities look generally to be export/import as applied to native energy card in HA whereas power like I am experiencing seems more like one entity with a positive/negative number indicating flow direction which doesnât work natively with your card configuration options.
To update my own question, I re-read the instructions and missed the âcombinedâ readings where you configure consumption only. Your instructions for split examples were so good I just followed that approach . I have only applied consumption entities for battery and grid for the below example but the battery is showing up as -'ve and as a result the total for home is out of whack as well. I swapped battery to âproductionâ so it shows in diagram as feeding âINâ to battery but I suspect this is a flip of negative/positive values that needs to be fixed. When I add it as consumption is shows power flowing out of battery which it isnât (pictured).
I thought Iâd leave my original post to help those that skimmed past split vs combined entities like I have.
Really cool. Is there any way to make it larger so it takes up more of the dashboard? I tried card-mod but couldnât do much except change the background colour.
First of all, thank you very much for the kind words, it makes me really happy to see other people using it
Is there a way to flip positive/negative
Yes, there is
You can use the inverted_entities option for this. In terms of indentation, itâs in the left-most position, so the same indentation as type: custom-power-flow-card-plus:
inverted_entities: grid, battery
This is just an example, but keep in mind that this is an example. Do not change the grid or the battery into entity_ids, it really is supposed to look like that. Simply remove the one you donât need to invert. Hope this helps
Is this supposed to be how it works for a combined entity?
Shouldnât a positive flow flow in one direction and a negative flow in the other ?
Right now when sensor.solarnet_power_grid is negative itr shows a negative number on the flow from grid->house. Shouldnât it instead reverse the flow?
This is absolutely brilliant, many thanks indeed for creating! One amazing additional feature, if itâs possible at all, would be to be able to scale the graphics to fill an entire tablet screen so you could view the flows from a distance. Not sure this is possible without some HA changes but thought Iâd askâŠ
This is a very odd issue. On my Hudl 2 tablet, my âindividual1â entry bubbles flow the wrong way (from device to house). On all other devices (phones, PCs), the bubbles flow the correct way.
Same HA app version, same light theme, same dashboard. How can that happen??
Iâm having a bit of a problem with my grid entitiy. I only have a singel sensor that is negative for production and positive for consumption.
When I configure it in âsingle modeâ as a consumption entity, it doesnât show the export path from solar. Shen the numbers go negative it shows no flow to the grid!
Am I missing something?
I tried this and yes, it looks like it works better now!
Thanks alot, fast answer too!
Got confused by the example of the simple grid config, se screenshot.
There you have a single entity and the consumption property!
I think you should do a simple clarification of how the split and combines entites should be written.
It is very logical now that you pointed it out but that simple grid example threw me of.
Thank you for your feedback!
I noticed that quite a lot of people had the same problem configuring the card, but I didnât know why.
I just updated the example in the readme to use a simple combined entity configuration.