0

Open charge port automagically when home

Keni 3 years ago updated by Keni Barwick 3 years ago 2

I'd love to open the charge port automatically as I arrive at my home drive, then I can plug in with minimal fuss... 

While you wait for TeslaFi to do something, you could consider using a home automation system.

I use OpenHAB (via TeslaFi's API) to send commands to my car. What you want could be implemented relatively easy to implement...

Trigger: Item EV1AtHome changed to ON

Action: TeslaFiAPICommand.sendCommand("OpenChargePort")

Not exact coding, but close...

Yeah, that's a good idea, I use smartthings, so I think I could work that somehow... Another one for the many projects to do!