home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.81k stars 30.51k forks source link

iAqualink integration no longer works. #51389

Closed Travisco29 closed 3 years ago

Travisco29 commented 3 years ago

The problem

iAqualink login, unable to connect. I uninstalled the plugin as all the entities stopped working, and tried reinstalling but it says unable to connect? Anyone else having this issue?

What is version of Home Assistant Core has the issue?

2021.6.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

iaqualink

Link to integration documentation on our website

https://www.home-assistant.io/integrations/iaqualink/

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Failed to login: Login failed: 403 Forbidden

Additional information

No response

probot-home-assistant[bot] commented 3 years ago

iaqualink documentation iaqualink source (message by IssueLinks)

probot-home-assistant[bot] commented 3 years ago

Hey there @flz, mind taking a look at this issue as its been labeled with an integration (iaqualink) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

flz commented 3 years ago

Thanks for the report, I'll try to reproduce later today.

flz commented 3 years ago

Some good news, if you can find where iaqualink is installed, update const.py with the following values:

AQUALINK_LOGIN_URL = "https://prod.zodiac-io.com/users/v1/login" AQUALINK_DEVICES_URL = "https://r-api.iaqualink.net/devices.json" AQUALINK_SESSION_URL = "https://p-api.iaqualink.net/v1/mobile/session.json"

I have a long-standing upgrade to iaqualink 0.4.0 PR open (#48137) but I'll try to do a 0.3.x release to patch this up rapidly.

Travisco29 commented 3 years ago

Unfortunately, i can't change those values because it doesn't let me install the integration without logging in, and it errors out when i try to log in.

On Thu, Jun 3, 2021 at 2:11 PM Florent Thoumie @.***> wrote:

Some good news, if you can find where iaqualink is installed, update const.py with the following values:

AQUALINK_LOGIN_URL = "https://prod.zodiac-io.com/users/v1/login" AQUALINK_DEVICES_URL = "https://r-api.iaqualink.net/devices.json" AQUALINK_SESSION_URL = "https://p-api.iaqualink.net/v1/mobile/session.json "

I have a long-standing upgrade to iaqualink 0.4.0 PR open (#48137 https://github.com/home-assistant/core/pull/48137) but I'll try to do a 0.3.x release to patch this up rapidly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/51389#issuecomment-854182572, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKHQIIKEZ7HJEOT5LPXBRSLTQ7VYBANCNFSM457TB4YQ .