De Dietrich integration for Gladys Assistant

Control your De Dietrich heating, hot water and boiler sensors via the De Dietrich cloud.
Control your De Dietrich connected heating system from Gladys Assistant, through the De Dietrich cloud (the same service used by the De Dietrich mobile app, powered by the BDR Thermea platform).
Features
- Heating (climate zones) — read the room temperature and read/set the target temperature of each heating zone. Setting a temperature applies a temporary override when the zone follows its schedule, or switches it to manual mode otherwise, exactly like the app.
- Domestic hot water (DHW) — read the current water temperature and read/set the comfort setpoint of each hot-water zone.
- Boiler sensors — read the outdoor temperature and the water pressure of the appliance.
- Energy consumption — read the cumulative heating and domestic-hot-water energy consumed (in kWh), when the appliance reports it. These are meter-style indexes that feed the Gladys energy graphs.
Configuration
- Install the integration from the Gladys integrations store.
- Open its configuration and fill in the email and password of your De Dietrich account (the same credentials you use in the De Dietrich mobile app).
- Go to the Discovery tab and start a scan: your heating zones, hot-water zones and boiler appear and can be added to Gladys.
Your devices are polled once per minute. Heating and hot-water setpoints you change from Gladys are sent straight to the De Dietrich cloud.
Notes
- This integration talks to the De Dietrich cloud, so an internet connection and a working De Dietrich account are required.
- Your credentials are stored encrypted by Gladys and are only used to authenticate against the De Dietrich cloud.
Configuration settings
These are the settings De Dietrich asks for in its configuration screen in Gladys.
| Setting | Type | Required | Description |
|---|---|---|---|
| De Dietrich email | string | Yes | The email address of your De Dietrich account. |
| De Dietrich password | secret | Yes | The password of your De Dietrich account. |
How to install De Dietrich in Gladys
- In Gladys, open Integrations: De Dietrich appears in the catalog, next to the native integrations, with a community badge.
- Click Install. Gladys pulls the Docker image (
ghcr.io/callemand/gladys-dedietrich:1.0.0), starts it in a sandbox isolated from the core, and generates the integration's interface (devices, discovery and configuration). - Open the Configuration screen of the integration, fill in the settings, and save.
- You can also install it directly from its repository URL: https://github.com/callemand/gladys-dedietrich.
De Dietrich requires Gladys >=4.62.0. The catalog inside Gladys refreshes every hour, so a new version becomes available at most one hour after its release.
Not running Gladys yet? It is free and open source: follow the installation guide to get started.
About external integrations
De Dietrich is an external integration: a community integration packaged as a Docker container and published on GitHub, that Gladys installs in one click and runs in a sandbox isolated from its core. It is published and maintained by callemand, not by the Gladys core team.
- Browse all external integrations
- Discover the native integrations built into Gladys
- Build and publish your own external integration
- Source code on GitHub — source of this documentation