Skip to content
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

Detect if remote start worked? #246

Closed
rjmcfadd opened this issue Jan 30, 2023 · 3 comments
Closed

Detect if remote start worked? #246

rjmcfadd opened this issue Jan 30, 2023 · 3 comments

Comments

@rjmcfadd
Copy link

Is there a reliable way to detect if the remote start was successful? I've tried using both remote start status and ignition status but they don't update in time.

Thank you!

@woempiej
Copy link

You can update manualy and wait 5 minutes ;)
or
Get eyes on the car?

In the README I saw that the update time is 5 minutes anyway so I don't think that can be made much faster because I think the Ford server isn't faster.

@noman1228
Copy link

Sorry, but this is what I do...

alias: Confirm Remote Start
description: ""
trigger:

  • platform: state
    entity_id:
    • sensor.fordpass_remotestartstatus
      to: Active
      condition: []
      action:
  • service: tts.google_translate_say
    data:
    cache: false
    entity_id: media_player.all_speakers
    message: >-
    Your truck is confirmed Started. {{
    states('sensor.fordpass_fuel') }} percent fuel remains.
  • service: notify.mobile_app_jmt_s20
    data:
    message: >-
    Remote Start Success. {{ states('sensor.fordpass_fuel') }}% fuel
    remains.
    title: Truck Started
  • service: lock.unlock
    data: {}
    target:
    entity_id: lock.fordpass_doorlock
    mode: single

@itchannel
Copy link
Owner

Closing old issue for housekeeping

Please reopen if the issue is still present :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants