Getting started¶
This guide walks you through installing and configuring the Dimplex Hub integration for Home Assistant.
Prerequisites¶
- A working Home Assistant installation (2023.1 or later recommended).
- A Dimplex cloud account with at least one registered appliance.
- Internet access from your Home Assistant instance.
Installation¶
Via HACS (recommended)¶
- Open HACS in Home Assistant.
- Search for Dimplex Hub.
- Click Download.
- Restart Home Assistant.
- Go to Settings > Devices & Services > Add Integration and search for Dimplex Hub.
Install the stable channel for everyday use. Pre-releases (vX.Y.Z-rc.N release candidates and vX.Y.Z-pr.* PR builds) are optional for testers — enable them in HACS only if you intend to dogfood unreleased code. See Pre-releases and update entity.
Manual installation¶
- Open your Home Assistant configuration directory.
- Create
custom_componentsif it does not already exist. - Copy
custom_components/dimplexfrom this repository into your Home Assistant config. - Restart Home Assistant.
- Go to Settings > Devices & Services > Add Integration and search for Dimplex Hub.
First-time setup¶
- In Home Assistant, go to Settings > Devices & Services.
- Click + Add Integration.
- Search for Dimplex Hub and select it.
- Choose your authentication method (see below).
- Follow the on-screen prompts to complete the setup.
Authentication methods¶
Email / password (recommended)¶
- Select Email / password (recommended).
- Enter your Dimplex cloud account email and password.
- Click Submit.
The integration signs in on your behalf and stores the resulting tokens securely in the config entry.
Manual auth code¶
Use this method if the email/password flow fails, or if you prefer not to enter your credentials in Home Assistant.
- Select Manual auth code from browser.
- Copy the login URL shown in the integration dialog.
- Open it in a new browser tab.
- Open Developer Tools (
F12) and go to the Network tab. - Enable Preserve log.
- Log in with your Dimplex credentials.
- The final redirect will fail — this is expected.
- Find the last request that contains
?code=...in its URL. - Copy the full redirect URL or just the
codevalue. - Paste it into the integration's Redirect URL or code field.
- Click Submit.
Tip: Auth codes are short-lived. If the code expires, repeat the steps and capture a fresh one.
Verifying the installation¶
After setup completes:
- Go to Settings > Devices & Services.
- Find Dimplex Hub in the list.
- Click on it to see your configured entities.
- Go to Settings > Devices & Services > Entities and search for
dimplexto see all entities.
You should see sensors for room temperature, binary sensors for comfort status, and switches for EcoStart — one set per appliance.
What next?¶
- Read the configuration guide for options flow and platform toggles.
- Browse the entities reference to understand what each entity does.
- Check troubleshooting if you hit problems.