🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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.

Versionv1.3.3
Downloads2,307
Stars⭐ 2
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 rooms
  • python3 scripts/loxone.py map
  • python3 scripts/loxone.py status ""
  • python3 scripts/loxone.py control "" "" on|off
  • python3 scripts/loxone_watch.py --room "" [--changes-only] [--duration ]
  • 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.
  • βš™οΈ Configuration

    See SETUP.md for prerequisites and setup instructions.

    πŸ“‹ Tips & Best Practices

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