From 68f2c6524668080f3ad3945193bfe5fca7fb77ab Mon Sep 17 00:00:00 2001 From: marthsincemelee Date: Sun, 10 May 2026 20:41:49 +0200 Subject: [PATCH] fix(home-assistant): set OTBR radio.baudRate to 460800 for ZBT-2 RCP firmware Nabu Casa's prebuilt OpenThread RCP image for the ZBT-2 (zbt2_openthread_rcp_2.7.2.0_GitHub-fb0446f53_gsdk_2025.6.2.gbl) runs at 460800 baud, not the module's 115200 default. Aligns the radio URL with the firmware so otbr-agent can actually open the Spinel link after rebuild. Co-Authored-By: Claude Opus 4.7 --- modules/environments/home-assistant/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/environments/home-assistant/default.nix b/modules/environments/home-assistant/default.nix index e790392..cbc5651 100644 --- a/modules/environments/home-assistant/default.nix +++ b/modules/environments/home-assistant/default.nix @@ -47,6 +47,7 @@ in openFirewall = true; backboneInterfaces = [ "enp3s0" ]; radio.device = "/dev/serial/by-id/usb-Nabu_Casa_ZBT-2_DCB4D9149C7C-if00"; + radio.baudRate = 460800; }; my.homepage.services = [