Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.14 KB

CityLights

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.

On Windows

Install

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

Run

Then lights_pysimplegui_windows_run

On Linux

Install

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

Run

Then ./.venv/bin/python3 lights_pysimplegui.py

References

Dynalite Technical Overview
Dynalite - Wikipedia