Skip to content

Canadian app uses different endpoint #62

@arilence

Description

@arilence

Running into an issue with logging in using the latest master branch commit (a83f725)

I tried both the V2 and V3 methods for account logging in with no success. I can successfully log into the mobile apps on both iOS and Android.

>>> from pykumo import KumoCloudAccount
>>> accountv2 = KumoCloudAccount.Factory()
Kumo Cloud username: myemail@example.com
Password: mypasswordhere
>>> accountv2.get_indoor_units()
No JSON returned from KumoCloud; check credentials?
[]

>>> from pykumo import KumoCloudV3
>>> accountv3 = KumoCloudV3(username="myemail@example.com", password="mypasswordhere")
>>> accountv3.login()
V3 login failed: 500 {"error":"internalError"}

Something that may be relevant is that I'm located in Canada which uses these iOS and Android apps.

I haven't done much investigation yet, hoping to see if anyone has insights first.

Let me know if there is any additional information I should provide.

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions