Component to integrate with Aquanta Smart Water Heater Controllers through their undocumented cloud API.
This component will set up the following platforms.
Platform | Description |
---|---|
water_heater |
Manage one or more Aquanta devices. |
sensor |
Additional data about each Aquanta device |
binary_sensor |
On/Off values for various Aquanta settings |
switch |
Supports toggling Away and Boost modes |
This integration uses cloud polling to update the data about your water heater controllers regularly.
Note: This is an unofficial integration that is not related to the Aquanta company in any way. There is no official public API yet, so the API being used is undocumented and could change (or be removed) at any point.
- Add this repository to HACS.
- Search for "Aquanta" under "Integrations".
- Install the integration.
- Restart Home Assistant.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledaquanta
. - Download all the files from the
custom_components/aquanta/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant.
All configuration is done in the UI.
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Aquanta".
- Enter your Aquanta account email address and password in the form and submit to add the integration.
Your Aquanta devices should now show up in Home Assistant and the device data will be updated from the cloud every 60s by default.
If you want to contribute to this please read the Contribution guidelines