-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
color the flow #449
Comments
@slipx06 dumb question... whats the 'Limit: 8.00 kW' map to ?
IIRC this is then sent to the inverters (or primary only that controls all of them?) at: |
Yes maximum export to grid based on Watts. You can provide a sensor e.g. |
I've only applied this to the path element for now and also implemented for the battery |
@slipx06 thanks for this update. Could you please check your HA and see if you get this error also? I have the following sensors, like this (my own HA has a more complex tariff plan, but same format and issue):
These sensors output a Grid Export price (FIT) that when over 10kWh exported for the day reads as 0.07 (device_class: monetary so in the dash shows with the $), conversely the above it setup to say if the Power Meter is reading as <=0 Watts i.e. exporting, then report 0.30812 Given this when exporting the price showing next to the grid should be ...change of plans, I think I managed to find the typo myself. I've lodged PULL request if you want to check it please ? |
@slipx06 just noticed this, now that I'm importing at night. Bit of overlap on the 'h' from kWh and the transmission tower. |
Thanks I've corrected this |
@slipx06 It's not working on my side. The load line is still blue.
![]() |
@github-daniel-stoian I think I found the issue. Can you enable dynamic Icon under load options and see if it enables this? |
@slipx06 No, it does not work. ![]() ![]() |
No that's expected behavior. The colour of the line will only change when a single source is able to supply 100% of the load. Wait until you have enough PV and it will change. You have to have |
Are you sure you have dynamic_icon is set to true in your first screenshot. The icon should show the picture of the house with solar panles and sun when the PV supply exceeds the load? In any case I need to update the code to remove the dependency on this setting. So wait for the next release to test. |
in my case it doesn't color when 100% comes from the grid |
Can you share your card config. Do you have a sensor defined for non essential power and aux power? |
No sensors for non-essential and aux power.
|
Seems to work now after I've updated to v4.40.1 and changed the followings settings:
![]() |
Is there an existing issue for this?
Current Behavior
at this moment the flow that goes from the inverter towards the house remains blue
Expected behaviour
I would like to color the stream based on the source it is using
Possible Solutions
It should take the color of the battery, the sun or the grid, so it would be nice to see the flow of the same color going towards the load. the house icon is already colored that way, I don't think there are any problems coloring the flow too
Mode
Both
Context / Reason
it would be more beautiful to look at
The text was updated successfully, but these errors were encountered: