Run Tronbyt Server as a Home Assistant app.
Manage Tronbyt/Tidbyt displays locally from Home Assistant.
- Web UI for configuring and managing displays
- CLI for advanced usage (see upstream docs)
- Supports
aarch64andamd64
-
In Home Assistant, go to Settings → Apps → App store.
-
Open the App store menu (⋮) → Repositories.
-
Add this repository URL:
https://github.com/kaffolder7/ha-app-tronbyt-server
Or add it directly:
- Refresh the App Store so the new repository is loaded.
- Find Tronbyt Server and click Install.
- Start the app.
- By default,
8000/tcpis mapped to host port8000. - Wait for the log line
Listening on TCP addr=:8000. - Open the app page and use Open Web UI, or browse directly to
http://<home-assistant-ip>:8000. - If port
8000is already in use on your Home Assistant host, go to Settings -> Apps -> Tronbyt Server -> Configuration -> Network, set8000/tcpto another available host port, Save, and Restart. - If you changed the host port, use
http://<home-assistant-ip>:<configured-host-port>. - View logs from the app page to troubleshoot startup/config issues.
- Issues with the Home Assistant app packaging: open an issue in this repository.
- Issues with Tronbyt Server itself: see the upstream project.