tomasmcguinness / homeassistant-mixergy

Add support for Mixergy's smart water tank into Home Assistant
MIT License
31 stars 8 forks source link
hotwater mixergy

Home Assistant Mixergy Smart Hot Water Tank Integration

hacs_badge

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, the state of the heating and the energy used by the direct heating element. It also has sensors to report low charge (< 5%) and no change (0%).

image

Support

If you use this integration, please consider sponsoring the project to ensure it can be kept up-to-date! All links are available in the Sponsor button. Thank you.

Installation

HACS

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

To install via HACS, you must first add the repository and then add the integration.

Manually

Alternatively, you can copy the contents of the mixergy folder into your custom_components directory.

Setup

Once installed, the integration will then be available as an integration you can install.

image

You then need to provide your Mixergy credentials and the serial number of your tank. You can find the serial number physically on the tank, or via mixergy.io.

image

Services

This integration offers two services:

mixergy.mixergy_set_charge - It allows you to provide a target charge percentage. mixergy.mixergy_set_target_temperature - It allows you to set the target temperature of the water. mixergy.mixergy_set_holiday_dates - It allows you to set the holiday start and end dates. mixergy.mixergy_clear_holiday_dates - It allows you to clear the holiday dates.

image

Improvements

This integration is useful as it provides the state of your Mixergy tank via the API, but there are numerous enhancements I would like to make.