sensor.energy_consumed_daily should not be in the last one. Everything that is in children must be in the next section and no entity in the last section can have children because there is nothing after it.
I have been able to add a type: energy-date-selection card to my normal dashboard but the sankey card seems to just ignore it. All sensors used in my sankey card have existed for months already.
Feature request: One thing that would be awesome, is to be able to set the width per section (as a % for instance). This would help me balance sections better depending on what’s in them.
I’m attempting to get the totals side done first before I narrow it down to the known areas and devices (With the helpful “remaining state” functions).
I can’t get two pieces to work, any help would be appreciated.
At the leftmost column, I am trying to also show the “Totaal Ingekocht” from one column to the right.
Despite using this piece of yaml, the likes of which functions properly elsewhere in the card, I’m getting an error TypeError: e.attributes is undefined
found a workaround, documentation suggests it would work better
Given that my solar inverter’s lifetime production includes both the energy given back to the grid and energy directly used in the grid, I am attempting to pass the direct usage (Direct Verbruik, which is the remaining_parent_state after production has been subtracted from the solaredge production) two levels down to be added into TotaalVerbruik. This gives Error: Entity Not Found Totaalverbruik.
In reading the documentation, I’m led to believe the sankey chart would automatically show a passthrough node.
As a workaround, I’ve created an extra dummy node in the layer in between. (Not shown in below yaml or screenshot)
Perhaps remaining_parent_node and skipping levels does not play nicely together?
I am working on am autoconfig option right now and some aggregation functions. An initial version will probably be released today or tomorrow. This should give you a config very similar to what you want and good starting point.
Hi Guys, need some help. Not sure what I am doing wrong. As soon as I change “energy_date_selection” to “true” it removes all the relation lines from the graph. Is this supposed to work like his? What am I missing here?
Do you get an error after 10s? If not then you must have the previous version cached.
There is an issue where the energy data doesn’t come and it loads for a while but it will timeout after 10 seconds. It happens extremely rarely on my setup so I haven’t been able to tackle it yet.
Is it possible to display a remaining_child_state entity, without showing each individual child entity in a subsequent section? There are times when seeing the individual entities isn’t necessary.