Skip to content

devAl1/HTDControl

Repository files navigation

HTD Audio Controller

A desktop-first replacement for the legacy keypad.html interface used by the whole-home audio controller.

Development

pnpm install
pnpm dev

pnpm dev starts:

  • the Vite web app on http://127.0.0.1:5173
  • a local controller proxy on http://127.0.0.1:8787

The proxy defaults to http://192.168.1.212 and can be overridden with:

HTD_BASE_URL=http://192.168.1.212 pnpm dev

The app stores the controller URL in local storage and sends commands through:

  • Electron IPC bridge when running as a desktop app
  • local proxy when running in a browser

Packaging

pnpm dist

That builds the Vite renderer, compiles the Electron process, and produces a macOS app package through electron-builder.

About

Control HTD equipment through the web gateway

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors