π¦ ClawHub
Loxone
by @odrobnik
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.
TERMINAL
clawhub install loxoneπ About This Skill
name: loxone version: 1.3.3 homepage: https://github.com/odrobnik/loxone-skill metadata: openclaw: emoji: "π " requires: bins: ["python3"] python: ["requests", "websockets"] description: 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.
Loxone (Smart Home)
Setup
See SETUP.md for prerequisites and setup instructions.
Commands
python3 scripts/loxone.py roomspython3 scripts/loxone.py mappython3 scripts/loxone.py status "" python3 scripts/loxone.py control "" "" on|off python3 scripts/loxone_watch.py --room "" [--changes-only] [--duration ] Notes
βοΈ Configuration
See SETUP.md for prerequisites and setup instructions.