Replies: 1 comment 3 replies
-
Wonder if your elevation data is bad (elevation is a float), which is causing the ascent/descent values to overflow (smallint range -32,768 to +32,767- should be more then enough). I believe elevation is in meters (need to check this). e.g. if there is a jump from elevation from 0 to 33,000 meters between to adjacent positions. But unless you have your car on a rocket or something, that would seem unlikely. You just need one bad reading to cause a crash like this. Finding the bad reading may not be so easy, depending on your SQL skill level and/or ability to find something that looks off in the grafana dashboards. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Posting this here because not getting any help in the issue section. Request got closed without any information. Title got changed that I messed up with DB which is incorrect. #4868
When upgrading to 2.0.0, I followed the upgrade instructions provided. Took backup. Upgraded Postgres to 17. Then updated Teslamate to 2.0.0. Then restored from backup. This was done couple days after 2.0.0 is released. No issues after it and everything worked.
After 2.1.0 released, I did normal update process of backup, pull, up -d. then teslamate didn’t start and found error in logs. Below is the error message log.
Beta Was this translation helpful? Give feedback.
All reactions