Replies: 3 comments 3 replies
-
you can make use of the as an alternative there is |
Beta Was this translation helpful? Give feedback.
-
select.goe_YOUR-SERIAL_trx is the way to go then... |
Beta Was this translation helpful? Give feedback.
-
Here is "my" automation... You need a trigger, that let you know, that "your vehicle" is now connected (or at the right place or what so ever) - as developer of the EVCC HA Integration I simply make use of an entity ( Probably you have something in your BMW Integration... And of course you need to enabled the "default" mode locked fr your Wallbox... alias: "[WB] AutoUnlock on MachE Connect"
description: "[WB] AutoUnlock on MachE Connect"
triggers:
- entity_id:
- select.evcc_hh_7_vehicle_name
from: null
to: ford_mach_e
for:
hours: 0
minutes: 0
seconds: 2
trigger: state
conditions: []
actions:
- metadata: {}
data:
option: "0"
target:
entity_id: select.goe_[YOUR_SERIAL_HERE]_trx
action: select.select_option
mode: single
trace:
stored_traces: 20 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to totally disable/enable the charger via Home Assistant and this Api?
Beta Was this translation helpful? Give feedback.
All reactions