Replies: 3 comments 6 replies
-
I send a status request and look at the result. The vehicle should not wake
until you send it a wake up request.
…On Thu, Jan 27, 2022 at 5:47 PM SylvainGa ***@***.***> wrote:
Hi, Is there a way to see if a car is sleeping without waking it?
I'm thinking of adding a feature to the Garmin watch face I'm using to
display my car's current charge level but to prevent the car from being
kept awake, only poll when it's currenty awake.
Thanks.
—
Reply to this email directly, view it on GitHub
<#525>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHCRI5POC2WBTICA4QCLH4DUYHYSLANCNFSM5M7QW6FA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
This should work. The harder trick is checking if a car is actively doing something when it's online without that keeping it online for longer!
… On Jan 27, 2022, at 17:59, PCRover ***@***.***> wrote:
I send a status request and look at the result. The vehicle should not wake
until you send it a wake up request.
On Thu, Jan 27, 2022 at 5:47 PM SylvainGa ***@***.***> wrote:
> Hi, Is there a way to see if a car is sleeping without waking it?
>
> I'm thinking of adding a feature to the Garmin watch face I'm using to
> display my car's current charge level but to prevent the car from being
> kept awake, only poll when it's currenty awake.
>
> Thanks.
>
> —
> Reply to this email directly, view it on GitHub
> <#525>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AHCRI5POC2WBTICA4QCLH4DUYHYSLANCNFSM5M7QW6FA>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub <#525 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAGMTGDLIIFMM7HOCZGIRI3UYH2AXANCNFSM5M7QW6FA>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Pretty much any request will respond with a "vehicle not available" or
other fail response if the vehicle is asleep.
…On Fri, Jan 28, 2022 at 6:53 PM SylvainGa ***@***.***> wrote:
Is it GET /api/1/vehicles/{id}/data_request/vehicle_state ?
—
Reply to this email directly, view it on GitHub
<#525 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHCRI5JCGBG3BL724W7DTJLUYNJCZANCNFSM5M7QW6FA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Is there a way to see if a car is sleeping without waking it?
I'm thinking of adding a feature to the Garmin watch face I'm using to display my car's current charge level but to prevent the car from being kept awake, only poll when it's currenty awake.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions