Control buwizz 3 from work station.
This project is similar in spirit to Bricknil and pylgbst but for Buwizz 3 controller.
The project is implemented following protocol version 3.22
- set up virtual environment
python3 -m venv .venv
- install requirements
pip install -r requirements.txt
- run the program
sudo .venv/bin/python src/main.py
- to exit, press and hold the escape button.
- to exit and enter the shelf mode, press and hold the F12.
- Scan for devices
- Create a device object and connect to it
- Operate device
- Exit device
- If you want to keep the device inoperate for a long time, it is recommended to activate the shelf mode (according to Buwizz recommendataion).
I will not be responsible for any damage caused by using this software. Use at your own risk.