Repository metrics
- Stars
- (741 stars)
- PR merge metrics
- (Avg merge 13d 8h) (14 merged PRs in 30d)
Description
I’ve the latest Tesla custom integration installed in HA and most of it seems to be working fine. I can control the car, lock/unblock the car from HA for example. Next what i’m trying to do is detect if the Tesla is set into the D(rive) mode because then I want to open the garage door from HA. The problem is that the event from the Tesla is not send to HA for some reason. I don’t have a glue what is going on. Why is this not working? Have I done something wrong in the integration? I guess not because I can control the Tesla from HA. Any suggestions on how to debug and/or solve this challenge?
Config:
- seconds between polling: 660
- force cars awake is switched off.
- using the “normal” connection ( don’t understand the differences)
- there is no integration with TeslaMate.
The installation is done through HACS and seems to be ok, no error messages.
In the log book messages are being added. But I’m missing the message that the Tesla is set into Drive mode. Or that the parking brake is removed. What am I doing wrong?
The yaml script is:
alias: Tesla Vertrek Hek Open description: "" trigger:
- platform: state
entity_id:
- sensor.segolene_shift_state to: D condition:
- condition: device device_id: 9be20f5f5380fa1fa7e52e5128240fee domain: device_tracker entity_id: 258a49cc83a4ab822714d4403b79c52f type: is_home action:
- type: turn_on device_id: 79ec69d48627fcabaa0ebfdc58d26b62 entity_id: 027cbb4bcc1144d1d2ef93c2484454fd domain: switch enabled: false
- service: automation.trigger data: skip_condition: true target: entity_id: automation.garage_hek_opener mode: single