Skip to content

kaffolder7/ha-app-tronbyt-server

Repository files navigation

Home Assistant App: Tronbyt Server

Run Tronbyt Server as a Home Assistant app.

Supports aarch64 Architecture Supports amd64 Architecture Build Status

About

Manage Tronbyt/Tidbyt displays locally from Home Assistant.

  • Web UI for configuring and managing displays
  • CLI for advanced usage (see upstream docs)
  • Supports aarch64 and amd64

Installation

  1. In Home Assistant, go to Settings → Apps → App store.

  2. Open the App store menu (⋮) → Repositories.

  3. Add this repository URL:

    https://github.com/kaffolder7/ha-app-tronbyt-server

Or add it directly:

Open your Home Assistant instance and show the app repository dialog pre-filled.

  1. Refresh the App Store so the new repository is loaded.
  2. Find Tronbyt Server and click Install.
  3. Start the app.

Usage

  • By default, 8000/tcp is mapped to host port 8000.
  • 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 8000 is already in use on your Home Assistant host, go to Settings -> Apps -> Tronbyt Server -> Configuration -> Network, set 8000/tcp to 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.

Support