-
-
Notifications
You must be signed in to change notification settings - Fork 149
Flow dots count #837
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
base: main
Are you sure you want to change the base?
Flow dots count #837
Conversation
|
If the PR isn’t ready yet you should probably make it a draft so it doesn’t appear as open. |
|
Relatedly, in the main version of the card, when I look at the number of dots emitted, it's not actually proportional to the wattage. And I don't think there's any way to get the settings to make that be the case. I think that's because it sets the duration of travel to be proportional to wattage, not the speed or number of dots emitted. Maybe if you get this multiple dot thing working you could also figure out a way to make it so the number of dots emitted per second is actually proportional to the wattage. This way each dot would represent a constant amount of energy. |


adding the functionality to draw multiple dots for the flow, giving a slightly better feedback to the user. Reminds me of power flow visualizations in EV's or Hybrids.
Funny idea would be also to have the number of dots scaled accordingly by the flowrate
computeIndividualFlowRate(), I might look into that as well in the future.Let me know if you see any issues or anything else I should change, test whatever. I tested it roughly for the default obects like gid, home, solar. Not yet for batterry or individual etc.