Open aruiz760 opened 1 year ago
IQPUMP seems a bit special and is not supported out of the box by the module apparently (at least I was taking a look at the Home Assistant integration).
I don't have the skills to modify anything of the existing but I've been able to identify the various API URLs to be called to perform the basic operations and validate them all on my pupm.
I'll be more than happy to share if anybody has the skills and is willing to add the IQPUMP01 support.
Thanks.
IQPUMP seems a bit special and is not supported out of the box by the module apparently (at least I was taking a look at the Home Assistant integration).
I don't have the skills to modify anything of the existing but I've been able to identify the various API URLs to be called to perform the basic operations and validate them all on my pupm.
I'll be more than happy to share if anybody has the skills and is willing to add the IQPUMP01 support.
If you have the api calls and willing to share that would be a big help thnak you
I can share my Postman project where all the details are aggregated. ZodiacIQPump.postman_collection.json
Below variables values are coming from your Jandy/iAqualink account:
Those are allowing to perform all the most important operations over the pump:
[ ] The Auth & GetToken query allows connecting and getting the required values for defining the following variables:
IDToken = IdToken
AccessToken = AccessToken
AuthToken = authentication_token
UserID = id
[ ] Get Devices allows getting all the iAqualink devices existing in association to your account. In my case, I only have the pump, device of type i2d
[ ] 0 - Get Device All Data
Last but not least, this is how to interprete the values returned when dealing with the schedules:
Notes, schedules are all separated by a | and stored on a single line
Many thanks i am not a great coder but will try to make it work with home Assistant.......
Hello, I hope I'm putting this in the correct location. The Jandy IQPUMP01 shows up in the Iaqualink app but not on the integration. Here is a log output:
_Logger: homeassistant.components.iaqualink Source: components/iaqualink/init.py:98 Integration: Jandy iAqualink (documentation, issues) First occurred: 12:28:20 AM (8 occurrences) Last logged: 1:28:00 PM
No systems detected or supported_
Would appreciate any help. Thanks.