We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
With "Updates", I get "No data to show". Although I have updates in the database.
Expected behavior
Show me the list of updates. As before.
Relevant entries from the logs
teslamate=# select * from updates; id | start_date | end_date | version | car_id ----+----------------------------+----------------------------+---------------------------+-------- 1 | 2019-09-10 12:21:41 | 2019-09-10 12:59:55 | 2019.32.1 53f03e4 | 1 2 | 2019-09-13 13:38:28 | 2019-09-13 13:57:05 | 2019.32.2.1 9b8d6cd | 1 3 | 2019-09-30 06:54:06 | 2019-09-30 07:24:28 | 2019.32.11 bac8c51 | 1 5 | 2019-10-11 11:58:33 | 2019-10-11 11:58:53 | 2019.32.11.1 d39e85a | 1 6 | 2019-10-11 12:03:04 | 2019-10-11 12:25:19 | 2019.32.12.1 641e9fa | 1 7 | 2019-10-15 14:13:52 | 2019-10-15 14:36:42 | 2019.32.12.2 58f3b76 | 1 8 | 2019-11-12 08:02:05.253798 | 2019-11-12 08:32:25.909696 | 2019.36.2.1 ea322ad | 1 9 | 2019-12-06 07:33:23.8648 | 2019-12-06 07:47:45.869988 | 2019.36.2.4 fc422c3 | 1 10 | 2019-12-11 11:34:31.981621 | 2019-12-11 11:51:27.577714 | 2019.40.2.1 38f55d9f9205 | 1 11 | 2019-12-25 02:08:02.628823 | 2019-12-25 02:12:49.000527 | 2019.40.50.1 7fefc12d805a | 1 12 | 2019-12-30 20:08:41.304525 | 2019-12-30 20:22:19.280425 | 2019.40.50.5 79b51bc76a61 | 1 (11 rows)
The text was updated successfully, but these errors were encountered:
a26d2ee
The default time range is currently configured to only show data from this year. It can be changed in the top right corner.
Sorry, something went wrong.
Ah, right. Perhaps last 6 months or last 12 months would be better?
Yes, absolutely! Will come with the next update :)
Adrian, you're doing a great job. We're all very grateful!!!
No branches or pull requests
Describe the bug
With "Updates", I get "No data to show". Although I have updates in the database.
Expected behavior
Show me the list of updates. As before.
Relevant entries from the logs
The text was updated successfully, but these errors were encountered: