I’ve following toughts to auto open my garage gate:
I’ll upgrade my gate with a Shelly & Shelly Add-on with magnet contact.
I want to use my android phone to trigger my gps coordinates. The idea is, when I arrive home the garage gate should auto open.
To ensure that I’m arriving by car, HA should check my coordinates, if I’m near home and should also check that I’m connected by bluetooth with my car.
Unfortunately I haven’t Android Auto. Could you give me tips or ideas how to create this automation?
condition: state
entity_id: binary_sensor.shellyplus1_80646fcb3f88_input_100_input
state: “off” #gate open
action:
service: switch.turn_on
target:
entity_id: switch.shellyplus1_80646fcb3f88_switch_0
data: {}
mode: single
I tried it and it worked. Just have to check the value for proximity.sensor. Do anyone knows how often it refreshs? Sesnors in companion app set to frequency always fast.