Newan / ioBroker.bluelink

Adapter for Hyundai (Bluelink) or KIA (UVO) connection
MIT License
16 stars 9 forks source link

Bluelink smartphone app constantly changes language to english #20

Closed dklinger closed 2 years ago

dklinger commented 3 years ago

My Bluelink app on my smartphone is constantly changing it's language from german to english since I'm using this ioBroker adapter. I think this is coincidence but wanted to clarify if this is based on the adapter?

Newan commented 3 years ago

I set only this options:

const tmpConfig = { username: this.config.username, password: this.config.client_secret, pin: this.config.client_secret_pin, brand: this.config.brand, vin: this.config.vin, region: 'EU' //set over GUI next time };

Ich weiß nicht, worum der das ändert, sorry. Sie können das Debug-Skript überprüfen, ob er es auch ändert: https://github.com/Hacksore/bluelinky

Newan commented 2 years ago

no response