Integrating my AVR with Home Assistant

go dev.to

I was tired of digging through tiny on-device menus just to turn Zone 2 on and off on my AVR. So I built a small Go CLI (zone2) that talks directly to the receiver over WebSocket, then wired it into Home Assistant as a command_line switch. If you have an Arcam / AudioControl / JBL Synthesis receiver that exposes the setup WebSocket API on port 50001, this approach is straightforward and fast. Source code Why I chose a CLI first Instead of jumping straight into a custom Home Assi

Read Full Tutorial open_in_new
arrow_back Back to Tutorials