This custom component for Home Assistant adds support for managing your water heater via the Bradford White Connect platform.
The easiest way to install this integration is with HACS. First, install HACS if you don't have it yet. In Home Assistant, go to HACS -> Integrations
, click on + Explore & Download Repositories
, search for Bradford White Connect
, and click download. After download, restart Home Assistant.
Once the integration is installed, you can add it to the Home Assistant by going to Configuration -> Devices & Services
, clicking + Add Integration
and searching for Bradford White Connect
or, using My Home Assistant service, you can click on:
(This is not working use Manual approach until HACS approved config)
custom_components/bradford_white_connect
folder into your Home Assistant's custom_components
folder.Bradford White Connect
integration via UI.Advanced settings
page.This custom component creates following entities for each discovered water heater:
Platform | Description |
---|---|
water_heater |
Controller water heater |
sensor |
Resistance energy usage for the current year |
sensor |
Heat pump energy usage for the previous year |
If there are problems with the integration setup, advanced debug logging can be activated via the Advanced settings
page.
Once activated, logs can be seen by:
Select Load Full Home Assistant Log
to see all debug mode logs. Please include as much logs as possible if you open an issue.
Debug logging can be activated without going through setup process:
On entry page, paste following content:
service: logger.set_level
data:
custom_components.bradford_white_connect: DEBUG
It is possible to activate debug logging on Home Assistent start. To do this, open Home Assistant's configuration.yaml
file on your machine, and add following to logger
configuration:
logger:
# Begging of lines to add
logs:
custom_components.bradford_white_connect: debug
# End of lines to add
Home Assistant needs to be restarted after this change.
Bradford White Connect and other names are trademarks of their respective owners.