Skip to content

Commit a0061a3

Browse files
committed
fix(duco): clarify 0% speed clears override, and fix UCCO2/UCRH sensor attribution
1 parent 9d07aa6 commit a0061a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/_integrations/duco.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ The fan is always on. Turning off the fan is not supported.
8585

8686
#### Speed control
8787

88-
Setting a speed percentage activates a continuous override with no time limit:
88+
Setting a speed percentage to 33%, 66%, or 100% activates a continuous override with no time limit. Setting it to 0% clears the override and hands control back to Duco:
8989

90-
- **Speed 0%**: Returns control to Duco (automatic mode).
90+
- **Speed 0%**: Clears the override and returns to automatic mode.
9191
- **Speed 33%**: Continuous low speed override.
9292
- **Speed 66%**: Continuous medium speed override.
9393
- **Speed 100%**: Continuous high speed override.
@@ -278,7 +278,7 @@ The integration {% term polling polls %} the Duco box every 30 seconds. If you a
278278
## Known limitations
279279
280280
- The Duco box enforces a rate limit of 200 write requests per day. When the limit is reached, the integration shows a notification and stops sending write requests until the quota resets automatically around midnight.
281-
- Automatic boost states triggered by a sensor module (such as a UCCO2 detecting high CO₂ or humidity) cannot be set from Home Assistant. They are shown as the **Auto** preset in the fan entity. Use the **Ventilation state** sensor to see the exact active state.
281+
- Automatic boost states triggered by a sensor module (such as a UCCO2 detecting high CO₂, or a UCRH detecting high humidity) cannot be set from Home Assistant. They are shown as the **Auto** preset in the fan entity. Use the **Ventilation state** sensor to see the exact active state.
282282
- When you deregister a sensor module via the Duco app or firmware, the node disappears from the Duco API and Home Assistant removes it automatically on the next data update. However, a BSRH humidity sensor that is physically disconnected from the box PCB (rather than deregistered via software) is not treated as deregistered by the firmware. Its node remains in the API indefinitely, so its entities will stay in Home Assistant until you deregister it through the Duco app.
283283
284284
## Troubleshooting

0 commit comments

Comments
 (0)