Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Report When Car is Turned On & Off #40

Open
mankyd opened this issue Mar 30, 2021 · 1 comment
Open

Report When Car is Turned On & Off #40

mankyd opened this issue Mar 30, 2021 · 1 comment

Comments

@mankyd
Copy link

mankyd commented Mar 30, 2021

Maybe there is a limitation that prevents this, but it would be super handy to know on/off events. Right now, I get odometer readings whenever the car turns off. What can't be reasoned out of that data is how long the car was running or what its average speed was. Even simple boolean records of on and off times would help amend this.

In an even more ideal world, all data would get recorded both when the car turns off and on, though I expect this is even more a limitation on Subaru's end. As it stands now, its easy to create a scenario where, on a long journey, the car gets turned off to refuel, then runs another ~300 miles before stopping to refuel again. In that scenario, you would get two reports of low "distance to empty", instead of a more accurate saw tooth shape.

@stboch
Copy link
Contributor

stboch commented Mar 30, 2021

This is completely due to the limitations in Subaru, if your poll for lights, or location (the acctual locate button) it can trigger an update with ignition = on... but don't get your hopes up also doing it too often might get your account suspended...

What I use to tell the car is likely running is Battery Voltage, I also have a automation if my battery drops to low to remote_start the car so it doesn't die, still doesn't tell you mileage or anything but a better idea if the car is running.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants