Release v2.1.3 — April 1, 2026 #79
Replies: 4 comments 16 replies
-
|
Just flashed a gateway with otbr on it, but: Another question: Is there a way to change the IP of the boot loader? Remote upgrades would always need a local computer there otherwise. With a local IP, it would work fine via VPN. |
Beta Was this translation helpful? Give feedback.
-
|
Update: Thread channel change now works from the Home Assistant UI. Go to Settings → Devices & Services → Thread → Configure, select the border router, and change the channel. The change propagates across the mesh automatically (takes ~5 minutes). This required patching the ot-br-posix REST API at build time: upstream recently switched JSON keys from PascalCase to camelCase, but Home Assistant's |
Beta Was this translation helpful? Give feedback.
-
I had to fix it after the initial v2.1.3 announcement so perhaps you uploaded the "old" version with your first trial. Make sure to check the md5sum of your otbr-agent. Should be: |
Beta Was this translation helpful? Give feedback.
-
|
Thanks again for your work ^^ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
New features and bug fixes. Upgrade path:
New features
LED dual brightness mode: both LEDs now support a dim mode for nighttime use. Configure with
/userdata/etc/leds.conf(MODE=dimorMODE=bright). Switch without rebooting:The LAN LED brightness is controlled via the Ethernet ASIC (
led_modesysfs), the STATUS LED via software PWM (leds-gpio-pwmdriver, 0-255).serialgatewayandotbr-agentrespect the mode automatically. Credit: @jlayec (#78).Thread Channel Manager:
otbr-agentis now built withOT_CHANNEL_MANAGERandOT_CHANNEL_MONITOR(+14 KB). Enablesot-ctl channel manager change <ch>for graceful channel changes across the Thread mesh. Credit: @MaxRower (#74).Bug fixes
IPv6 mDNS announcing only IPv4 address:
S70otbrenabled IPv6 forwarding which silently disabled Router Advertisement processing (accept_radrops to 0). The gateway never acquired a GUA via SLAAC, so mDNS only announced the IPv4 address. Fixed:accept_ra=2on eth0. Credit: @Thelvaen (#77).LAN LED dim after custom firmware install: the LAN LED is hardwired to the switch ASIC LED output (not GPIO). The Ethernet driver now configures LEDCREG in LEDMODE_DIRECT after reset, restoring full-brightness link/activity indication as in the stock firmware.
Full changelog
Beta Was this translation helpful? Give feedback.
All reactions