https://github.com/droserasprout/wizaut
Lightweight Web UI to manage WiZ lights
https://github.com/droserasprout/wizaut
Last synced: 2 months ago
JSON representation
Lightweight Web UI to manage WiZ lights
- Host: GitHub
- URL: https://github.com/droserasprout/wizaut
- Owner: droserasprout
- License: mit
- Created: 2024-01-03T16:35:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T14:16:35.000Z (12 months ago)
- Last Synced: 2025-02-15T11:15:16.341Z (2 months ago)
- Language: Python
- Size: 225 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wizaut
Lightweight Web UI to manage WiZ lights. Made with Python, htmx, and some CSS.

## Usage
Run `wizaut` command and open `http://localhost:8001` in your browser. You can also create a config file at `/etc/wizaut.yaml` or `~/.config/wizaut.yaml` with the following content:
```yaml
host: 0.0.0.0
port: 8001
broadcast: 255.255.255.255
timeout: 10
devices:
- name: Couch
mac: d8:a0:11:bc:75:c7
- name: Table
mac: d8:a0:11:b8:7d:79
ip: 192.168.0.141
- name: Floor Lamp
mac: d8:a0:11:b7:6c:7d
ip: 192.168.0.107
- name: Bedroom
mac: d8:a0:11:be:54:ab
ip: 192.168.0.162
```