Simple ElectronJS APP to connect and control WiZ Bulbs.
Important
This app is still in development, so it may have some bugs.
You can download the latest release from here.
- Open the app.
- Wait for the app to find your bulbs.
- Now you can turn on/off your bulbs and change their scene.
If you want to build the app yourself, you can do it by following these steps:
- Clone the repo.
- Build wikari
cd wikari
npm run build
- Install the dependencies with
npm install
. - Run
npm run make
to build the app. - The app will be in the
out
folder.
If the app have trouble discovering your bulbs, you can enter the IP manually. You can find the IP of your bulbs in the WiZ Android app.
- ElectronJS - Framework used.
- Bootstrap - Used for the UI.
This app is not affiliated with WiZ in any way.