You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
Now Sucks uses pycountry_convert to determine continent code for Ecovacs servers from entered country code. In most cases it’s ok, but there is some exclusions. For example Russia (“ru” country code) now mapping to Europe (“eu” continent code), but Ecovacs apps connecting to “ww” servers.
Maybe we need some dictionary In code for assign known exclusions?
The text was updated successfully, but these errors were encountered:
I think that's a fine idea. Feel free to put together an exception for just the wrong countries that you know; we can always add more later. But if you're feeling ambitious, I suspect the full list could be extracted from a decompiled version of their Android app.
Now Sucks uses pycountry_convert to determine continent code for Ecovacs servers from entered country code. In most cases it’s ok, but there is some exclusions. For example Russia (“ru” country code) now mapping to Europe (“eu” continent code), but Ecovacs apps connecting to “ww” servers.
Maybe we need some dictionary In code for assign known exclusions?
The text was updated successfully, but these errors were encountered: