Replies: 1 comment
-
Unfortunately this is currently not possible within an automation. See home-assistant/architecture#845. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the BMW Connected Drive to make sure the charging follows the power generated by my solar panels.
After sending request (charging limit) i put in a delay so that i do not have too many requests.... however sometimes the automation stops the log file reports
Remote service failed with state 'ExecutionState.ERROR'. Response: {'eventStatus': 'ERROR', 'errorDetails': {'title': 'Multiple requests sent to vehicle', 'description': 'Too many requests sent in a short time period. Please wait for couple of minutes to send request again.', 'presentationType': 'DIALOG', 'iconId': None, 'isRetriable': True, 'errorDetails': 'REFUSED_PLAY_PROTECTION'}}
after a while it picks up again.
However I want to handle the 'Too many requests sent in a short time period' how do i catch this error in the automation so that i can put in a delay of 5 minutes before sending another request to the service?
Beta Was this translation helpful? Give feedback.
All reactions