Auto-sync Chriss-MacBook-Pro 2026-06-11 12:51

This commit is contained in:
Chris
2026-06-11 12:51:20 -05:00
parent 08aeb65d83
commit 8a35ebb095
5 changed files with 48 additions and 0 deletions
@@ -0,0 +1,15 @@
---
name: Vestaboard API feature request
description: Issue #48 requests implementing Vestaboard Local API compatibility for Home Assistant integration
type: project
---
GitHub issue #48 (opened 2026-06-04 by ze-conehead) requests implementing the Vestaboard Local API so existing Vestaboard-compatible tools work with splitflap-os. Main value is the Home Assistant Vestaboard integration.
Key endpoints: POST /local-api/message (send 2D char code array), GET /local-api/message (read current state), POST /local-api/enablement (enable API). Auth via X-Vestaboard-Local-Api-Key header — can skip for now per requester.
Vestaboard uses custom character codes (A-Z → 1-26, digits → 27-36, colors 63-70). Grid: 6×22 (Flagship) or 3×15 (Note, matches splitflap default).
**Why:** Unlocks HA Vestaboard integration without writing a custom HA component.
**How to apply:** When implementing, focus on the 3×15 Note form factor mapping. Need a translation layer between Vestaboard char codes and splitflap's FLAP_CHARS.