Lighting controller for a Dynalite DyNet1 system
Currently it will attach to the first found serial interface, If not found a MockSerial interface is created and this prints what is sent to it.
Get Python from Python.org
Install Python and tick "Add Python to PATH" in the installer.
Run venv_create
which originates from DavidLutton / Create venv and config for Python & VS Code
Then venv_install
to install modules
Then lights_pysimplegui_windows_run
Run python3 venv_create.py
which originates from DavidLutton / Create venv and config for Python & VS Code
Then ./.venv/bin/python3 venv_install.py
to install modules
Then ./.venv/bin/python3 lights_pysimplegui.py