loxone

TotalClaw 作者 totalclaw v1.3.3

通过 HTTP API 和实时 WebSocket 控制和监控 Loxone Miniserver(智能家居)。用于查询房间/设备状态(温度、灯光)、观看实时事件以及发送安全控制命令。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~odrobnik-loxone
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~odrobnik-loxone/file -o odrobnik-loxone.md
## 概述(中文)

通过 HTTP API 和实时 WebSocket 控制和监控 Loxone Miniserver(智能家居)。用于查询房间/设备状态(温度、灯光)、观看实时事件以及发送安全控制命令。

## 原文

# 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.