Skip to content

Home Assistant Component for managing water heaters via Bradford White Connect

License

Notifications You must be signed in to change notification settings

ablyler/home-assistant-bradford-white-connect

Repository files navigation

home-assistant-bradford-white-connect

GitHub Release hacs

This custom component for Home Assistant adds support for managing your water heater via the Bradford White Connect platform.

Installation instruction

HACS

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:

Add Bradford White Connect

(This is not working use Manual approach until HACS approved config)

Manual installation

  1. Update Home Assistant to version 2021.12 or newer.
  2. Clone this repository.
  3. Copy the custom_components/bradford_white_connect folder into your Home Assistant's custom_components folder.

Manual addition to HACS

  1. Go to HACS then add "ablyler/home-assistant-bradford-white-connect" to custom repositories as an integration.
  2. Download for HACS and restart Home Assistant.
  3. You will then see Bradford White Connect in the integrations to add in Devices and Settings.
  4. proceed to the Configuration

Configuring

  1. Add Bradford White Connect integration via UI.
  2. Enter Bradford White Connect cloud hostname, account id, username, and password.
  3. The integration will discover appliance on local network(s).
  4. If an appliance is not automatically discovered, but is registered to the cloud account, user is prompted to enter IPv4 address of the appliance.
  5. If you want to use integration with air conditioner unit(s), please select the checkbox on Advanced settings page.

Supported entities

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

Troubleshooting

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.

Home Assistant Logs

Debug logging can be activated without going through setup process:

Logging service

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.

Notice

Bradford White Connect and other names are trademarks of their respective owners.

About

Home Assistant Component for managing water heaters via Bradford White Connect

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages