ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

loxone

Control and monitor a Loxone Miniserver (smart home) via HTTP API and real-time WebSocket. Use for querying room/device status (temperatures, lights), watching live events, and sending safe control commands.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/odrobnik/loxone
Or

Loxone (Smart Home)

Setup

See SETUP.md for prerequisites and setup instructions.

Commands

  • python3 scripts/loxone.py rooms
  • python3 scripts/loxone.py map
  • python3 scripts/loxone.py status "<Room>"
  • python3 scripts/loxone.py control "<Room>" "<Control>" on|off
  • python3 scripts/loxone_watch.py --room "<Room>" [--changes-only] [--duration <sec>]

Notes

  • Treat as read-only by default; only use control commands when explicitly requested.
  • WebSocket auth can be finicky; if WS fails, fall back to HTTP status queries.

Metadata

Author@odrobnik
Stars1287
Views0
Updated2026-02-22
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-odrobnik-loxone": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.