-
Notifications
You must be signed in to change notification settings - Fork 46
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
Wrong display of tyre pressure with Smart EQ #178
Comments
What is the module's |
OVMS# tpms Tyre Sets: (the car has just been driven for a couple of kilometers, so pressures are slightly higher) |
So this is not an App fault, the App displays the values as received by the module. Maybe you'd like to open an issue for the Smart EQ vehicle adapter. Address the Smart EQ maintainer(s) when opening the issue. Include your vehicle details, i.e. version / variant / release date / VIN. |
Does the car itself display them correctly? Perhaps the wheels have been rotated, but TPMS not updated? |
I am not aware that the Smart EQ can show the values in the car display. |
If the car itself has no mechanism to know which wheel has which pressure (ie; it simply monitors up to four sensors, re-learning the next four IDs whenever it is reset), then most likely the allocation is random. I remember this was supposedly the case with early Tesla Model S (Baolong) systems; although in actual implementation the car knew which tyre - it just didn't display it. Not sure how OVMS should handle this from a user interface point of view. It cannot know which tyre pressure to show next to which wheel. |
Probably the only way would be to allow the user to map manually, as discussed in the follow up to this issue: |
On the "car" page, the app displays a tyre pressure of 2.5 bar on both left wheels and 2.2 bar on both right wheels.
I checked and in reality it is 2.5 bar on both rear wheels and 2.2 bar on both front wheels.
The text was updated successfully, but these errors were encountered: