homebridge-aquanta
is a Homebridge plugin with integrates with the Aquanta
Water Heater controller.
homebridge-aquanta
supports the current Water Heater Temperature, Boost Mode Switch, and Away Mode Switch.
You need to have Homebridge installed. Refer to the repo for instructions.
Then run the following command to install homebridge-aquanta
sudo npm install -g homebridge-aquanta
Configuration sample (edit ~/.homebridge/config.json
):
"platforms": [
{
"email": "[email protected]",
"password": "password",
"platform": "Aquanta"
}
]
email
<string> required: The email address for your Aquanta Portal account.password
<string> required: The password for your Aquanta Portal account.platform
<string> required: Must be "Aquanta"
Only works with a single Aquanta unit associated to your account. If you have multiple Aquanta units and would like to use this plugin, please open an Issue to request functionality. I may need some information from you to fully implement.
Note: The developer of the homebridge-aqaunta
is not associated with the Aquanta company.