DurgNomis-drol / mytoyota

Python client for Toyota Connected Services API
MIT License
74 stars 28 forks source link

Add support for Asia #178

Closed Curiosity87 closed 2 years ago

Curiosity87 commented 2 years ago

Hey,

Would love to be able to use this in Thailand! Can anyone assist?

Best regards, Kim

joro75 commented 2 years ago

Hello @nautiqu3 ,

I do understand that you also would like to have support from mytoyota for the MyToyota app in Thailand. My experience is that a lot of different countries/regions each have their own app, with small or larger differences. I'm also afraid that the backend toyota servers are also different, and use a different API.

It probably is not very easy (I do not say it is impossible), to also support the Thailand (/Asian) toyota servers. We first have to determine which servers are used, and which API is being used to communicate with those servers.

Did you already try to use the small example program (as shown on https://github.com/DurgNomis-drol/mytoyota ) to retrieve the information of your vehicle? Is that working, or isn't it?

Please let us know the result.

Curiosity87 commented 2 years ago

Hey!

I will get our new car at the end of next week so I havent tried anything yet. Will try the small example program once it arrives and let you know. Thanks a bunch! :)

//Kim

Den lör 16 juli 2022 kl 20:37 skrev John de Rooij @.***

:

Hello @nautiqu3 https://github.com/nautiqu3 ,

I do understand that you also would like to have support from mytoyota for the MyToyota app in Thailand. My experience is that a lot of different countries/regions each have their own app, with small or larger differences. I'm also afraid that the backend toyota servers are also different, and use a different API.

It probably is not very easy (I do not say it is impossible), to also support the Thailand (/Asian) toyota servers. We first have to determine which servers are used, and which API is being used to communicate with those servers.

Did you already try to use the small example program (as shown on https://github.com/DurgNomis-drol/mytoyota ) to retrieve the information of your vehicle? Is that working, or isn't it?

Please let us know the result.

— Reply to this email directly, view it on GitHub https://github.com/DurgNomis-drol/mytoyota/issues/178#issuecomment-1186187050, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSUTJGJXHO6TKOGB43YQHTVUK3K7ANCNFSM52PCKAGQ . You are receiving this because you were mentioned.Message ID: @.***>

DurgNomis-drol commented 2 years ago

Toyota Connected Services is very different for each region. I believe that the system is build by different Toyota partners and therefor it is incompatible with each other. When I set out to build this over a year and a half ago, I thought I could make a global library. But this is not possible as each regions app does not share anything in common with each other.

You can only hope that some one in the future creates a library or you can take the journey yourself 😃

joro75 commented 1 year ago

Also please see https://github.com/DurgNomis-drol/mytoyota/discussions/207 for a more detailed explanation.