thomluther / anker-solix-api

Python library for Anker Solix API
MIT License
39 stars 12 forks source link

Prepare for Globalization #3

Closed thomluther closed 5 months ago

thomluther commented 5 months ago

It is assumed that the current version of the Api supports only European countries due to the Cloud server location. Other Geos / Regions may need to contact different Anker Api servers, distinguished by the used country ID. This isssue addresses the preparation for supporting various server urls depending on the country code.

thomluther commented 5 months ago

Prepared with r1.1

thomluther commented 5 months ago

Enhanced with more country codes in R1.2, but the non EU server authentication and country assignments are not validated yet.