Skip to content
/ wiz Public

A CLI tool to control Phillips WiZ light bulbs 💡

License

Notifications You must be signed in to change notification settings

squarejaw/wiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiz

A CLI tool (written in Go) to control Phillips WiZ light bulbs

Inspired by pywizlight.

Installation

go install github.com/squarejaw/wiz@main

Or download a binary release.

Usage

$ wiz list

IP              MAC
192.168.1.12    6ab731ba1bd5
192.168.1.34    86082d45c947

$ wiz on 192.168.1.12 -k 2700 -d 50
{"success":true}

$ wiz state 192.168.1.12
{"mac":"6ab731ba1bd5","rssi":-37,"src":"","state":true,"sceneId":0,"temp":2700,"dimming":50}

$ wiz off 192.168.1.12
{"success":true}