Imperial vs Metic #320
Unanswered
bendavidson
asked this question in
Q&A
Replies: 4 comments 6 replies
|
It is currently not possible. To make it configurable all objects in grafana would need to be there twice, one with km and one with mi. I can put that on the TODO list, but it is quite a lot of work I cannot handle right now. |
4 replies
|
Good shout, thanks!
…On Fri, 2 Sept 2022 at 09:37, Till Steinbach ***@***.***> wrote:
You can have a look how it is done in TeslaMate. They have found a
solution.
—
Reply to this email directly, view it on GitHub
<#320 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPATDYHODTVLN6SW7JZDFTV4G4DJANCNFSM6AAAAAAQBJF3MM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
1 reply
|
Perfect, thanks!
Hopefully will have a PR to share later this week.
…On Wed, 7 Sept 2022 at 13:30, Till Steinbach ***@***.***> wrote:
You can check in the migration that it is only executed on postgres
if op.get_context().dialect.name == 'postgresql':
—
Reply to this email directly, view it on GitHub
<#320 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPATDYJWRIUQMC3UOTRFCDV5CDHFANCNFSM6AAAAAAQBJF3MM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
1 reply
|
Is there any way to convert to miles in a format I can follow please? |
0 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.
Hi,
I'm guessing VW send all the data in metric but it would be handy to view in imperial - especially the range in miles rather than km. Is this possible currently? If not, where might I look in the source to change adjust this?
All reactions