Wiz Control is a simple Electron JS application that allows you to control your Wiz Bulb using only taskbar controls. The application sends requests to your Wiz Bulb over UDP, which makes the communication fast and efficient.
Before you can use Wiz Control, you need to have the following:
- Node.js (v12 or higher)
- A Wiz Bulb
To install Wiz Control, follow these steps:
- Clone this repository to your local machine.
- Navigate to the root directory of the cloned repository.
- Run npm install to install the dependencies.
- Run npm start to start the application.
Once you have the application running, you can use the taskbar controls to control your Wiz Bulb. The following controls are available:
- Power On/Off: Click the power button to turn the bulb on or off.
- Brightness: Use the slider to adjust the brightness of the bulb.
- Color: Use the color picker to change the color of the bulb.
- Color Temperature: Use the slider to adjust the color temperature of the bulb. ##Notes Wiz Control sends requests to your Wiz Bulb over UDP. If you are having trouble controlling your bulb, make sure that your network is configured to allow UDP traffic. Wiz Control has only been tested with Wiz Bulbs. It may not work with other types of smart bulbs. This application is intended for personal use only. It should not be used for commercial purposes.
If you'd like to contribute to Wiz Control, please fork the repository and create a pull request.