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

Jandy iAqualink - i2d is not a supported system type #49182

Closed cpnbnanamn closed 3 years ago

cpnbnanamn commented 3 years ago

The problem

Just installed a Jandy pool pump with their wifi controller. I can control the pump without issue from the app on the phone. Added the integration on Home Assistant. Getting the following error in the log file:

i2d is not a supported system type.

What is version of Home Assistant Core has the issue?

core-2021.4.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Jandy 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?

Logger: iaqualink
Source: /usr/local/lib/python3.8/site-packages/iaqualink/system.py:54
First occurred: April 12, 2021, 8:20:08 AM (1 occurrences)
Last logged: April 12, 2021, 8:20:08 AM

2021-04-12 08:20:08 WARNING (MainThread) [iaqualink] i2d is not a supported system type.
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

This is an underlying library limitation (for which I'm also the maintainer). No plans for support at this stage.

flz commented 3 years ago

No plans for support at this stage.

To be clear, I'll gladly accept patches for the iaqualink library to add support but given that I don't have access to the equipment, it makes it difficult for me to do, especially since the API isn't documented.

cpnbnanamn commented 3 years ago

@flz What do you need to help build a patch? I have access to the equipment, obviously, and would love to help.. But programming isn't a major skillset for me.

github-actions[bot] commented 3 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

flz commented 3 years ago

@cpnbnanamn Limiting factors on my end are time and knowledge of the API (or failing that, access to the equipment for testing).