Multi-zone SPL monitoring and MQTT-based audio automation for the SteepleStack ecosystem.
819
Zonal Controller is a professional-grade sound pressure level (SPL) monitoring and automated gain management system designed for houses of worship. It provides live SPL tracking across multiple zones, integrated Q-SYS gain control, and a single-pane-of-glass dashboard for both volunteer operators and AV professionals.
✓ Live SPL dashboard with unambiguous status indicators (safe / approaching / over limit)
✓ Per-zone threshold & gain configuration with override schedules
✓ Two-tier interface — simple readout for volunteers, deep controls for AV integrators
✓ Settings import/export — Backup and clone zone configurations as JSON
✓ User management & role-based access — Create custom roles with granular permissions
✓ Event logging — Audit trail of all threshold breaches and manual overrides
✓ OS-aware setup — Automated guide for monitor deployment on Mac, Windows, or Linux
✓ WCAG AA+ accessibility — High-contrast design optimized for dim sanctuary environments
docker run -d \
--name zonal-controller \
-p 8080:8080 \
-e NODE_ENV=production \
-e MQTT_HOST=<your-mqtt-host> \
-e MQTT_PORT=1883 \
steeplestack/zonal-controller:latest
Visit http://localhost:8080 to access the dashboard.
License
See LICENSE file in repository.
Content type
Image
Digest
sha256:7c9c6f10b…
Size
339.6 MB
Last updated
4 months ago
docker pull steeplestack/zonal-controller