DurgNomis-drol / ha_toyota

Toyota Connected Services integration for Home Assistant.
MIT License
148 stars 31 forks source link

Feature request: Remote lock/unlock and remote AC Start #158

Open 0p3t0 opened 1 year ago

0p3t0 commented 1 year ago

Hi, With new gen of Corolla (and I suppose other veichles), My Toyota app allow to lock/unlock the doors, and to remote start the heater/air conditioner. Would be great if an integration with this custom component can be done, so can be automated on HA based on time and weather. Thanks

JaySpec1488 commented 1 year ago

Hi, With new gen of Corolla (and I suppose other veichles), My Toyota app allow to lock/unlock the doors, and to remote start the heater/air conditioner. Would be great if an integration with this custom component can be done, so can be automated on HA based on time and weather. Thanks

Yes! That would be great

DurgNomis-drol commented 12 months ago

It was worked on and tried, but for some reason I could never get api to work for it. Possibly I am missing parameters or something. Maybe in the future

valerix85 commented 9 months ago

Hello everyone and thank you for the immense effort you are making, if you want I can give you a hand with my wife's Yaris Cross and we can debug it to understand the API calls well. Can I do some sniffing on my network to better understand how the calls are made or do you need anything else?

CM000n commented 9 months ago

Hello @valerix85 , thank you very much for the offer! It might be good to open a corresponding issue for the mytoyota python lib. I think @GitOldGrumpy, in particular, is very interested in finally finding out the set endpoints :wink:

valerix85 commented 9 months ago

@CM000n will do it! 😊🫡 Thanks

dusopn commented 3 weeks ago

Hello guys, yes, this would be a life changer feature! Time and weather AC automation is a great idea, to me I would also love to just press my hue wall switch or tell Google to do this :). Certainly a good WAF value too ;), especially considering that only way to do it at the moment is via Toyota app, which takes a while to open and send the remote command....

valerix85 commented 2 weeks ago

Hello @valerix85 , thank you very much for the offer! It might be good to open a corresponding issue for the mytoyota python lib. I think @GitOldGrumpy, in particular, is very interested in finally finding out the set endpoints 😉

after a looong time I found it, the API is https://ctpa-oneapi.tceu-ctp-prd.toyotaconnectedeurope.io/v1/global/remote/climate-status to retrive the status of Climate of the car. I make a fork to test if it's possible to get it without changing a lot of code, it's ok for you @CM000n ?

0p3t0 commented 2 weeks ago

Hello valerix85 , thank you very much for the offer! It might be good to open a corresponding issue for the mytoyota python lib. I think GitOldGrumpy, in particular, is very interested in finally finding out the set endpoints 😉

after a looong time I found it, the API is https://ctpa-oneapi.tceu-ctp-prd.toyotaconnectedeurope.io/v1/global/remote/climate-status to retrive the status of Climate of the car. I make a fork to test if it's possible to get it without changing a lot of code, it's ok for you CM000n ?

Great! And thanks a lot for the effort! Of course I'm happy to help too, if i can 😁

valerix85 commented 2 weeks ago

I found a similar custom component but on the ioBroker platform the link to repository is https://github.com/TA2k/ioBroker.toyota/blob/master/main.js

I will open an issue on mytoyota python lib