Hi! I've been using this project for a while and created a fork with some updates that might be useful for others:
https://github.com/TMA84/node-sonos-http-api
What's new in the fork:
- Modernized Web UI — replaced the legacy jQuery/Backbone/Handlebars interface with a lightweight vanilla HTML/CSS/JS page showing live zone status with play/pause controls
- Home Assistant Add-on — installable directly from the HA Add-on Store with Ingress support (sidebar integration)
- Docker container — multi-arch images (amd64 + aarch64) on GHCR, ready to run with
docker compose up
- Interactive API docs — Swagger UI 5.x with full OpenAPI 3.0 spec
- Dark mode, responsive design, auto-refresh zone status
- All legacy dependencies removed (jQuery 1.8, Backbone, Handlebars, etc.)
The API itself is fully backwards-compatible — just the web frontend and deployment options are new.
Happy to contribute back if there's interest. Just wanted to share in case others find it useful.
Hi! I've been using this project for a while and created a fork with some updates that might be useful for others:
https://github.com/TMA84/node-sonos-http-api
What's new in the fork:
docker compose upThe API itself is fully backwards-compatible — just the web frontend and deployment options are new.
Happy to contribute back if there's interest. Just wanted to share in case others find it useful.