Skip to content
Discussion options

You must be logged in to vote

Of course you can - here is my automation to unlock, the Wallbox, if MY car is at home (location) and it's reporting that's connected...

alias: "[WB] AutoUnlock on MachE Connect"
description: "[WB] AutoUnlock on MachE Connect"
triggers:
  - entity_id:
      - select.evcc_[MY-CAR-NAME]_vehicle_name
    from: null
    to: ford_mach_e
    for:
      hours: 0
      minutes: 0
      seconds: 2
    trigger: state
conditions:
  - condition: state
    entity_id: device_tracker.fordpass_[MY-CAR-VIN]_tracker
    state: home
    for:
      hours: 0
      minutes: 0
      seconds: 1
actions:
  - metadata: {}
    data:
      option: "0"
    target:
      entity_id: select.goe_[MY-GOE-SERIAL]_trx
    a…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@marq24
Comment options

Answer selected by kitzler-walli
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #89 on January 03, 2026 15:02.