Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/_integrations/duco.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Other Duco systems that expose public API version 2.1 or newer can be set up, bu

The following node types are supported:

- **BOX**: The main ventilation box; provides fan control, ventilation state, target flow level, mode end time, and Wi-Fi signal strength.
- **BOX**: The main ventilation box; provides fan control, ventilation state, target flow level, state end time, and Wi-Fi signal strength.
- **UCCO2**: Wall-mounted CO₂ sensor unit; provides CO₂ concentration and CO₂ air quality index.
- **BSRH**: Humidity sensor module installed in the duct inlet of the DucoBox, wired directly to the PCB via cable; provides relative humidity and humidity air quality index.
- **UCRH**: Wireless humidity sensor module; provides relative humidity and humidity air quality index.
Expand Down Expand Up @@ -122,11 +122,11 @@ Common values include:

`MAN` states are timed overrides, but the timer duration is configured on the Duco system and is not encoded in the raw state value itself. Some systems may also report compatibility values like `MAN1x2` or `MAN1x3` for timed manual modes.

To see when a timed mode ends, use the [Mode end time](#mode-end-time) sensor.
To see when a timed state ends, use the [State end time](#state-end-time) sensor.

#### Mode end time
#### State end time

Available for the main ventilation box (BOX). Shows the time at which the current timed ventilation mode ends. When no timer is active, this sensor is unavailable.
Available for the main ventilation box (BOX). Shows the time at which the current timed ventilation state ends. When no timer is active, this sensor is unavailable.

#### CO₂ concentration

Expand Down