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.
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install clawskills:clawskills~odrobnik-loxonecURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~odrobnik-loxone/file -o odrobnik-loxone.md# Loxone (Smart Home) ## Setup See [SETUP.md](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.