Commands  ›  Plantroom Equipment  ›  Plantroom Add Boilers To Room By Preset

Plantroom Add Boilers To Room By Preset

Plantroom Equipment writes to model Public API · not yet exposed

Coming soon

Before you run this

One plantroom selected. Boiler preset configured (boiler family, count, pitch, kW rating). Flue penetration position read from the external wall. Drain locations modelled.

After it runs

Boiler family instances placed in a row inside the plantroom at the preset pitch, with flue + drain proximity respected; system parameters and audit log written.

When to use this

Don't use this when

Air-source / heat-pump primary plant (use the heat pump command), single small domestic boilers (different family), or schemes where boilers split across plantrooms.

Decision flow

1. Read the plantroom geometry, doors, drains, flue penetration and exclusion zones.
2. Look up the active boiler preset (family, count, pitch, kW rating).
3. Compute a row of boiler positions clear of doors / drains / flue obstructions.
4. Place each boiler in one Transaction; set kW + system parameters.
5. Report boilers placed, total kW and any preset rules that downgraded the count.

What you'll see in the chat

on start
I'll place the boiler cascade in that plantroom now — reading the preset first.
thinking
Finding a clear row clear of doors, drains and the flue.
on success
Done — {n_boilers} × {kw} kW boilers placed in {plantroom} ({total_kw} kW total).
on failure
Couldn't place the boilers: {error}.

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/plantroom_add_boilers_to_room_by_preset
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

place boilers · boiler cascade · plantroom layout · gas boilers · commercial boiler · boiler preset

PillarPlantroom Equipment