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

Guess-o-meter becomes too optimistic #1

Open
dalathegreat opened this issue Nov 24, 2021 · 0 comments
Open

Guess-o-meter becomes too optimistic #1

dalathegreat opened this issue Nov 24, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@dalathegreat
Copy link
Owner

After upgrading and adding CAN-bridge, the GOM will be confused since the returned torque value is lower than actual. This will affect the range estimate negatively, it will be overly optimistic. The instant consumption values will also be slightly inflated.

How should we solve this? If we return actual torque applied fault codes will be set, since the returned values cannot differ much from the requested.

One quick fix we could try is to instead of always returning the demand as request, we could find the limit on how much it is allowed to deviate, and just report back the values on the edge of what is allowed. This would make the situation a bit better, but how much?

@dalathegreat dalathegreat added the bug Something isn't working label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant