onokje / node-red-contrib-tesla

Node red nodes to control Tesla vehicles and devices
MIT License
21 stars 11 forks source link

Unlocking charge port #13

Open riccardobenedetti-dronus opened 3 years ago

riccardobenedetti-dronus commented 3 years ago

Hi all, First of all.. Thank you for the awesome work. I didn't found an option to unlock the charge port via Node-Red, although via the Tesla native app it is possible. I have tried using general unlock doors command but it didn't worked. Any suggestion?

Regards

frownbreaker commented 3 years ago

Take a look here https://github.com/mseminatore/TeslaJS#openchargeportjs

Note the preconditions for this to work "This sample sends the command to open the charge port, or to release the latch if the charge port is open, a cable is plugged in, and charging is stopped."

riccardobenedetti-dronus commented 3 years ago

Thank you. I'll definetly take a look

andijegg commented 2 years ago

Hi,

sorry i think I didn't get it at all. I want to Unlock my Charge Port, how can i use the sample above in node red? Sorry for the rookie question.

TomNijsen commented 2 years ago

Easy peasy @andijegg, I just created a UI Dashboard button and linked the Tesla-api with openChargePort function selection. Works perfect for me. Don't forget to update your "node-red-contrib-tesla" to v2.0.0! image image

andijegg commented 2 years ago

@TomNijsen Thanks for the quick replay.

TomNijsen commented 2 years ago

You're welcome! I managed to build my own app for my #DRZMKRMT car sharing group. We share our Tesla Model3 with 6 other drivers and now they can heat up the car when they start walking from their home to arrive in a warm cosy car! Only the frunk an trunk opening is not working yet.

image

andijegg commented 2 years ago

Looks great!

Vinisz commented 2 years ago

@TomNijsen , can you share that flow ? that looks great...