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 "<Room>"python3 scripts/loxone.py control "<Room>" "<Control>" on|offpython3 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.