-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote_start failed #136
Comments
I've only started using this in the last few weeks, but it has been reliable until yesterday. Since then all remote starts have failed with this error. Seems like a different issue, but since this was just opened adding detail here.
|
Also had remote start failures all day, today. Tried at least a dozen different times in the past 12 hours just to check. Seems like a nondescript error. Even the logs aren't very verbose. Remote start works fine via the mySubaru iOS app on my phone. "Service remote_start failed for Ryans Outback: aiohttp.ClientConnectionError" |
They may be making changes. |
Yeah, though the android app has not been updated since November 2024. That doesn't mean it's impossible they improved some security mechanism without updating the app (like maybe a token expires frequently that didn't used to?) but still strange. |
I have remote started several times over the last week, a no issues here. can you submit a diagnostic? |
Be glad to - do you have a pointer to how to do this? This would be my first. |
Probably not diagnostically useful, but just as another data point: I have two Subarus and all their status entities have been unavailable since yesterday. Tire pressure, range, average mileage, etc. They're still all visible on the mySubaru app - just like remote start for me. If there are any logs I produce to assist, please let me know. |
Under the triple dots in the subaru integration you should see download diagnostics. |
Of course when I tried it now it worked fine 😖 It doesn't seem like the error log file includes anything earlier than today. If it happens again I'll definitely grab the diagnostics. |
Everything appears to be working again for me. Diagnostics, remote start, lock/unlock, etc. Didn't even restart HA, so assume it was something on Subaru's side. |
Glad it's working. In my past experience the API is buggy at times. I have auto lock automations built in and added logic to check for the errors to ensure the command was executed. |
Any chance you'd share the logic/code to confirm command execution? Been looking for something like that myself. |
You need to create a helper so that the status doesn't get changed when the script fails, then monitor for the completion of the script, if the status is still on the lock event still failed. I don't track what the reason for failure is...
|
Briefly and just for info, I updated HA to 2025.2 and Remote Start failed. I checked a diagnostic log and it did indicate that that latest version would break the integration. I rolled back HA to 2025.1.x and it started working again. So, I guess the integration needs an update? |
@rhoskins61 what version of this integration are you using? I am using 0.7.16 under HA 2025.2.1 and have not seen any broken integration messages. |
You are correct. Didn't receive an auto-update, but performed a manual integration update and everything is back to normal. Thanks! |
We run this command every morning. Remote start. About 25% of the time the car does not start and we get this error:
_File "/usr/src/homeassistant/homeassistant/components/button/init.py", line 132, in async_press_action
await self.async_press()
File "/config/custom_components/subaru/button.py", line 146, in async_press
await async_call_remote_service(
...<6 lines>...
)
File "/config/custom_components/subaru/remote_service.py", line 111, in async_call_remote_service
raise HomeAssistantError(f"Service {cmd} failed for {car_name}: {err_msg}")
homeassistant.exceptions.HomeAssistantError: Service remote_start failed for xxxxxxxxx: Remote service request completion message never received
The text was updated successfully, but these errors were encountered: