loxone-sim

Simulate Loxone automation circuits in the SPS simulator to verify behavioral correctness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for testing and verifying the correctness of Loxone automation circuits in a simulated environment without affecting the live system.

Core Features & Use Cases

  • Simulation: Run through the circuit's operation and verify signal propagation.
  • Debugging: Step-by-step execution and visualization of signal changes.
  • Graph Inspection: Inspect the full simulation graph including blocks, connectors, and signal values.
  • Quick Check: Count the number of blocks and connectors for quick validation.
  • Use Case: After designing a circuit for adjusting lighting and blinds based on time and temperature, use this Skill to simulate the behavior of the circuit in different scenarios and verify that it works as intended.

Quick Start

Run the simulation of your circuit in 'config.Loxone' using the 'lox sim run' command:

lox sim run config.Loxone

Frequently Asked Questions about loxone-sim

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

FAQPage Schema
How do I test Loxone automation circuits before deploying to a live Miniserver?

Simulate Loxone automation circuits in a safe SPS simulator environment to verify behavioral correctness and signal propagation without affecting the live system.

Can I debug signal changes in a Loxone circuit simulation step by step?

Debug Loxone circuit simulations using step-by-step execution and visualization of signal changes to inspect how sensors, actuators, and logic blocks interact.

What is the best way to verify a Loxone lighting and blinds control circuit?

Run a Loxone circuit simulation to test lighting and blinds behavior across different time and temperature scenarios, verifying that the automation logic operates as intended.

Does the Loxone simulator require specific Python libraries to run?

The Loxone simulator requires Python libraries, specifically pypdf2, to execute the simulation scripts and process the circuit configuration.

How do I run a simulation on my config.Loxone file?

Run your Loxone simulation by executing the 'lox sim run config.Loxone' command to process the circuit and inspect its full simulation graph.

Can I count the number of blocks and connectors in a Loxone circuit for quick validation?

Perform a quick check on your Loxone circuit to count the number of blocks and connectors, providing a fast validation of the simulation graph structure.