Replies: 4 comments 5 replies
-
|
It indeed is not allowed to remote start the Ford multiple times remotely. The initial 15mins can be prolonged apparently to 35mins. It is to prevent the car from running too long unattended. |
Beta Was this translation helpful? Give feedback.
-
|
With the app, the time be can be extended. I assume is a different API call [i've never looked into it!]. Any chance of getting that added? [If you need the API call I can get it, I've not looked at this since the original ITChannel work years ago!] |
Beta Was this translation helpful? Give feedback.
-
|
That is awesome! Thank you.
…On Sun, Dec 14, 2025, 12:40 Matthias Marquardt ***@***.***> wrote:
for the next release I will add an EXTEND Time button - and when this is
button is pressed, the time will be extended... default start is 900
seconds (15min)... after the new button is pressed my MachE report the
countdown > 1690 sec (> 28min)
—
Reply to this email directly, view it on GitHub
<#140 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7UQRWSWSQHTAMIGKGRXQT4BW4MFAVCNFSM6AAAAACNSZJJJGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMRVGMYDSNY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I love the new extend & duration countdown entities, but I wonder if you could make them always available (similar to seats/steering wheel) and have the button just do nothing if not remote started (or start & automatically extend), and also have the countdown just default to 0 when not counting down a remote start. It may be a pet peeve of mine, but I don’t like unavailable entities much. Unless there’s a good reason I’m missing. That’s why I added to the discussion instead of making a request. Thanks for all your hard work! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here are some details about Remote Start and Remote Climate Control
RemoteStart vs RemoteClimateControl
RemoteStart
Depending on your vehicle the integration allow you to "remote Start/Stop" your car in order to use this feature, the vehicle properties (*_veh.json files in the data dump folder) must contain
remoteStart: "Display"RemoteClimateControl
Depending on your vehicle the integration allow you to "remote Start/Stop" your car in order to use this feature, the vehicle properties (*_veh.json files in the data dump folder) must contain
remoteClimateControl: "Display"orremoteHeatingCooling: "Display"When this is the case, then the integration will add additional controls to set the temperature, seat, wheel, windshield heating's
RemoteStart & RemoteClimateControl start has limited usage
Please note, that you can't start & stop RemoteStart (& RemoteClimateControl) multiple times. When you turn it on, then you can turn it off again - but then you can't turn it on again. You must start (and move/drive) the vehicle before you can _Remote_Start the car again.
So when you want to test this function multiple times - you must enter your car :-) [nice exercise @ the weekend]. And also note, that this is not a restriction of the integration. You can't remote start your vehicle via the Fordpass App either. (IMHO it's understandable why this is the case).
RemoteStart & RemoteClimateControl is an Command send to your car
When you are not sure, if the integration will send a command to your vehicle you can check that by looking for *_command+poll.json files. There you must find one that actually send the REMOTE_START command to your vehicle... If this is not the case, enable the debug log of the integration and create an issue here, sharing the details.
How the integration knows, RemoteStart & RemoteClimateControl is started?
When your vehicle is receiving the Remote Start command (and process it), the
metricswill contain anremoteStartCountdownTimerobject (well it's always present) - but thevalueof this object must be > 0 in order to make the RemoteStart Control in HA to become active (on).Beta Was this translation helpful? Give feedback.
All reactions