This website requires JavaScript.
Explore
Help
Sign In
technicalkiwi
/
lighting-controller
Watch
1
Star
0
Fork
0
You've already forked lighting-controller
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
45
Commits
6
Branches
1
Tag
8ad7f41d77827be66acccb24160b303977fbbed4
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
jimmy
8ad7f41d77
Add new pattern 'alternating_pulse' (ap): odd beat pulses color1 on odd bars, even beat pulses color2 on even bars; preserve existing alternating_phase; compact payloads and white guard retained
2025-10-04 01:58:02 +13:00
esp32
ESP32 SPI/ESP-NOW working; add watch scripts; sender colors RGB
2025-10-01 22:56:24 +13:00
src
Add new pattern 'alternating_pulse' (ap): odd beat pulses color1 on odd bars, even beat pulses color2 on even bars; preserve existing alternating_phase; compact payloads and white guard retained
2025-10-04 01:58:02 +13:00
test
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
.env
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
.env.example
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
.gitignore
Ignore venv, pycache and config
2025-01-04 19:43:23 +13:00
AIOHTTP_MIGRATION.md
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
API_TEST_RESULTS.md
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
COLOR_API_QUICK_REF.md
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
COLOR_PALETTE_API.md
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
debug_espnow.py
Add segmented_movement pattern with n4 parameter support
2025-10-03 19:54:43 +13:00
debug_led_bar.py
Add segmented_movement pattern with n4 parameter support
2025-10-03 19:54:43 +13:00
esp32_debug_patch.md
Add segmented_movement pattern with n4 parameter support
2025-10-03 19:54:43 +13:00
FRONTEND_API.md
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
lighting_config.json
Add new pattern 'alternating_pulse' (ap): odd beat pulses color1 on odd bars, even beat pulses color2 on even bars; preserve existing alternating_phase; compact payloads and white guard retained
2025-10-04 01:58:02 +13:00
PATTERN_COLOR_TEST_RESULTS.md
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
PER_PATTERN_PARAMETERS.md
backend: per-pattern parameters (n1-n4, delay) with persistence; REST responses include loaded params; logging of API inputs; alternating_phase: alternate colors between selected palette color 1/2 across bars with compact payload under 230 bytes; docs: add PER_PATTERN_PARAMETERS.md
2025-10-04 01:10:40 +13:00
Pipfile
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
Pipfile.lock
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
README_SEPARATED.md
Separate UI and control logic with WebSocket communication
2025-09-28 12:36:25 +13:00
REST_API_COMPLETE.md
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
settings.json
Move to src. Add midi and sound
2025-09-07 21:15:42 +12:00
start_lighting_controller.py
Separate UI and control logic with WebSocket communication
2025-09-28 12:36:25 +13:00
test_color_api.sh
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
test_color_patterns.py
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
test_color_selection.py
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
test_pattern_color.py
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
test_rest_api.sh
Add complete REST API for lighting control
2025-10-03 23:38:54 +13:00
Description
No description provided
56
MiB
Languages
Python
100%