loxone-config

Automate Loxone Miniserver setup with block addition, wiring, and offline simulation testing.

24|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/eisber/lox-cli --skill loxone-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loxone-config
Source: https://github.com/eisber/lox-cli/tree/main/.github/skills/loxone-config
Command: npx skills add https://github.com/eisber/lox-cli --skill loxone-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lox-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of setting up and configuring a Loxone Miniserver, simplifying automation for home and building control systems.

Core Features & Use Cases

  • Automated Block Addition: Add blocks to your Miniserver programmatically, specifying type, title, and room.
  • Circuit Wiring: Wire connectors between blocks to create complex automation logic.
  • Parameter Setting: Set parameters on blocks for precise control over system behavior.
  • Simulation Testing: Test circuits with the Miniserver simulator to verify functionality before deployment.
  • Use Case: Imagine you want to automate a smart home system where lights turn on when it's dark and blinds open on sunny days. Use this Skill to set up the necessary blocks, wire them accordingly, and configure the settings using a series of commands.

Quick Start

Use the loxone-config skill to add a new lighting control block and wire it to a sensor and actuator.

lox config add --type LightController --title "Living Room Lights" --room "Living Room" config.Loxone
lox config wire-connector config.Loxone "Living Room Lights.I1" "Motion Sensor.AQ"
lox config set-param config.Loxone "Living Room Lights" "Brightness" 100

Frequently Asked Questions about loxone-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Loxone Miniserver setup and block configurations programmatically?

You can automate Loxone Miniserver setup by using a bash environment to add blocks, wire connectors, and set parameters programmatically. This allows precise configuration of home and building automation circuits without manual GUI interaction.

Can I test Loxone automation circuits offline before deploying them to the Miniserver?

Yes, you can test Loxone automation circuits offline using the Miniserver simulator. This allows you to verify the wiring and block logic functionality safely before applying the configuration to a live home control system.

Do I need a specific CLI tool to configure a Loxone Miniserver from the command line?

Yes, configuring a Loxone Miniserver from the command line requires the lox CLI tool and a bash environment. These dependencies provide the necessary commands to add blocks, wire connectors, and set parameters for building control automation.

How do I wire connectors between Loxone blocks for complex home control logic?

To wire connectors between Loxone blocks, use the CLI to specify the source and target connection points, such as linking a motion sensor output to a lighting controller input. This creates the complex automation logic required for building control.

What is the best way to add a lighting control block to a Loxone Miniserver?

The best way to add a lighting control block is using the CLI to specify the block type, title, and room assignment programmatically. This ensures the component is correctly integrated into the Miniserver configuration for precise home automation control.