Skip to content
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

Visualize energy graph regen vs charging #95

Open
ve6rah opened this issue Jan 23, 2016 · 3 comments
Open

Visualize energy graph regen vs charging #95

ve6rah opened this issue Jan 23, 2016 · 3 comments

Comments

@ve6rah
Copy link
Contributor

ve6rah commented Jan 23, 2016

In visualize, on the energy tab, the top graph is labelled as energy and speed, but it doesn't differentiate between regen and charging, labels all charging as regen. Considering that charging is covered by the next graph down, it would be much nicer if only regen were included here.

@hjespers
Copy link
Owner

to distinguish regen from charging the chart would have to cross reference "shift_state" or "speed" to determine that a negative power reading is coming from a charge (shift state = P, speed = 0) or from driving activity

@ve6rah
Copy link
Contributor Author

ve6rah commented Jan 23, 2016

That's one option, the other I have off the top of my head is to mathematically subtract the information from the charge chart

@tris
Copy link

tris commented Mar 2, 2017

I too was surprised to see charging being represented on the energy chart; it makes the "Total energy regen" number useless. I'd just zero battery_current (?) on import when charging_state=='Charging'. Then you'd still be able to capture the small blips when the car wakes up, does a software update, etc. (but is not charging).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants