> For the complete documentation index, see [llms.txt](https://docs.myrspoven.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myrspoven.com/ai-features/draught-control.md).

# Draught control

Draught control is a myCoreAI feature that prevents perimeter discomfort from cold air falling along windows and façades — *kallras* in Swedish — during cold-weather office hours. myCoreAI raises the lower bound on heating-circuit supply temperatures so radiator water stays warm enough to offset the downdraught, even when room temperature is already on target.

## Trigger conditions

myCoreAI activates draught control when both conditions hold:

* **Time of day:** 07:00–17:00 (building local time)
* **Outdoor temperature:** below 5 °C

Outside these conditions, the bounds produced by other pipeline steps are left unchanged.

## Effect

myCoreAI raises the lower bound of every heating-circuit supply-temperature setpoint by **15% of that signal's configured min–max range**.

| Configured range   | Lower-bound uplift |
| ------------------ | ------------------ |
| 15–70 °C (typical) | \~8 °C             |

The upper bound is untouched. myCoreAI can still push the setpoint higher when heat demand warrants it — only the floor moves up.

## Position in the bounds pipeline

Draught control is one step in the sequence of bound adjustments myCoreAI applies before each optimization run. It only tightens the lower bound upward; it never widens it. If an earlier step has already pushed the lower bound above the draught-corrected level, draught control has no further effect at that timestep.

## Scope

Draught control acts on heating-circuit supply temperatures only. myCoreAI does not modify the following signals through this feature:

* Air-handling-unit supply-air setpoints
* Zone-asset schedules
* Indoor temperature targets configured per climate group


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.myrspoven.com/ai-features/draught-control.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
