Skip to content

Commit

Permalink
Update readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davet2001 authored Oct 30, 2024
1 parent 5e3b788 commit 8729885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Energy Sankey is a collection of dashboard cards for homeassistant, dynamically
The cards are ideal if you want to track your energy consumption and identify where your energy is going.

There are two main cards:
- a card showing the total _energy_ flow based on a configurable time range (e.g. day so far).
- a card showing the total _energy_ flow based on a configurable* time range (e.g. day so far).
- a user configurable card showing the _power_ flow for a set of sensors. This represents the live power flow at the current moment.

Both cards base their configuration on the existing home assistant energy configuration.
Expand All @@ -25,8 +25,8 @@ The diagram dynamically scales to fit the size of the window it is in (mostly).

Outstanding issues to solve:
- [ ] Sometimes there are thin dark lines between the blocks that make up the shapes, I believe this is caused by antialiasing, but I don't see an easy way of reducing/eliminating it, especially where the shapes are across two divs.
- [ ] If you stretch the card really wide, it sort of looks a bit silly. Perhaps that's not a major issue though.
- [ ] There are probably more edge cases to experiment with, such as multiple generation sources, grid configured with only input or output, and either of those being negative to represent flow in the opposite direction.
- [ ] *Configurable time range is not yet implemented


- [ ] Battery storage is not supported yet. That could be added in the future.

0 comments on commit 8729885

Please sign in to comment.