Commands  ›  Small Power Layout  ›  Small Power Add Kitchen Power From Config

Small Power Add Kitchen Power From Config

Small Power Layout writes to model Public API · not yet exposed

Coming soon

Before you run this

Kitchen rooms placed with Room Type = Kitchen / Kitchenette. Worktop / appliance positions modelled (or fallback rules in config). Socket + FCU + cooker isolator families loaded.

After it runs

Worktop sockets along counter, FCUs at appliance positions, cooker isolator near the cooker switch — each tagged with the dedicated kitchen circuit (cooker / appliances / worktop).

When to use this

Don't use this when

Industrial / commercial kitchens with bespoke layouts (those need a manual circuit schedule), or kitchens where the appliances aren't placed yet.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "placement_config" Deterministic config preset

Decision flow

1. Find kitchen rooms in the selection.
2. Read appliance positions (oven, hob, fridge, dishwasher, washer) or fall back to standard kitchen layout.
3. Place worktop sockets along the counter; place FCUs at each appliance; place cooker isolator above the worktop near the cooker switch.
4. Apply each component in one Transaction; set height + dedicated circuit reference per family.
5. Report counts per kitchen and any kitchens skipped (e.g. no appliances modelled).

What you'll see in the chat

on start
I'll lay out kitchen power now — reading appliances and worktops first.
thinking
Placing worktop sockets, FCUs at each appliance and the cooker isolator on its dedicated circuit.
on success
Done — {n_worktop} worktop sockets, {n_fcu} appliance FCUs and cooker isolator placed across {n_kitchens} kitchens.
on failure
Couldn't lay out kitchen power: {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/small_power_add_kitchen_power_from_config
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

kitchen power · kitchen sockets · FCU appliances · cooker isolator · worktop sockets

PillarSmall Power Layout