Simple ElectronJS APP to connect and control WiZ Bulbs.
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.
- 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 - Desktop Framework used.
- Bootstrap - Used for the UI.
- React - Web framework used.
This app is not affiliated with WiZ in any way.