Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.58 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.58 KB

WIZ-CLI

windows ubuntu python maintaining issues made by infinityInfinite

control your wiz light in your PC !!!

wiz light can only be controlled with wiz mobile app , this cli tools gives you access for your wiz light in pc !!

INSTALLATION

  • clone the repo git clone https://github.com/infinityInfinite/philips-wiz-cli.git
  • install the requirements file pip3 install -r requirements.txt

USAGE

  • python3 wizcli.py --help

EXAMPLES

  • default port is already set to 38899
  • python3 wizcli.py -ip [IP ADDRESS] -p [PORT] --turnoff
  • python3 wizcli.py -ip [IP ADDRESS] -p [PORT] --turnon
  • python3 wizcli.py -ip [IP ADDRESS] -p [PORT] --changecolor
  • python3 wizcli.py -ip [IP ADDRESS] -p [PORT] --setscene
  • python3 wizcli.py -ip [IP ADDRESS] -p [PORT] --dimming

OPTIONS

  • changecolor
  • turnoff
  • turnon
  • setscene
  • dimming

more options comming soon

get ip address of your wiz light from your wiz mobile app !!

made with python made with love