Add support for Mixergy's smart water tank into Home Assistant. This integration will return the current temperatures at the the top and bottom of the tank, the tank's current charge, and the state of the heating. It also has sensors to report low charge (< 5%) and no change (0%).
At present, this integration can only be installed manually.
Just copy the mixergy folder into your installation's custom_components folder and restart HomeAssistant. The integration will then be available to install via the Integration page of settings
You then need to provide your Mixergy credentials and the serial number of your tank.
This integration adds a new service - mixergy.mixergy_set_charge. It allows you to provide a target percentage, which will get passed to the Mixergy API.
This integration is useful as it provides the state of your Mixergy tank via the API, but there are numerous enhancements I plan on making over the coming weeks.
- Add the componets to HACS
- ~~Add a service to enable the charge to be set, so you can boost via HA
- ~~Put better icons into the status
- Ensure authentication token expiry is handled correctly. (Been told the token doesn't expire at present)
- Create a nice Lovelace card that provides a visual representation of the tank's state.
- Maybe get this component merged into the HomeAssistant core
- ~~Get the Mixergy icon added, to improve the installation