Replies: 1 comment 1 reply
-
Do I understand correctly that you want regularly/continuously check that the provided |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any endpoint to check if the encryption key is properly set? Or any other option to check without waking up the car? I am using TeslaMateApi in TeslaSolarCharger and implemented a check for configuration issues which autoruns when frontend is open on at least one client. Currently I am using
/api/v1/cars
if this crashes (or returns an empty string) I display an information that something is wrong with TeslaMateApi. But as/api/v1/cars
does not rely on the encryption key it does not crash and any endpoint relying on it, potentially wakes up the car / keeps it awake.Beta Was this translation helpful? Give feedback.
All reactions