Release v2.1.5 — April 3, 2026 #81
Replies: 2 comments 11 replies
-
|
There must be something wrong (I didn't investigate too much) because I tried flashing it twice and there's no /bin/scp in the device, I do see it in the skeleton. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for testing @olivluca . All those changes do not seem very well coordinated ... I am away from home for a few days with no access to the gateway so I do not know if l'll be able to work on that issue until back home. In the meantime the v2.1.4 version seems to be the safest solution |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The PascalCase REST API patch introduced in v2.1.3 has been removed.
otbr-agentnow returns native camelCase, matching upstreamot-br-posix.Who is affected? Only Thread/OTBR users. Zigbee users are not impacted.
What to do? Update Home Assistant and
otbr-agenttogether. If you must stay on HA < 2026.4, keep the v2.1.3 or v2.1.4otbr-agentbinary.Why? Upstream
ot-br-posixswitched to camelCase (commit 2e8ccf2b, Sep 2025). Home Assistant 2026.4 shipspython-otbr-api≥ 2.9.0 which expects camelCase — the old PascalCase patch is now counter-productive.New feature
Dropbear SCP & SSH client:
scpanddbclient(SSH client) added to the gateway. File transfers no longer requirecat | sshworkarounds:Binary size impact: 473 KB → 555 KB (+82 KB). No runtime overhead —
scpanddbclientare only loaded when invoked.Credit: @MaxRower (request), @olivluca (solution)
April 4, 2026 Update
The PascalCase REST API patch is kept. See this thread.
Full changelog (April 4, 2026 update)
Beta Was this translation helpful? Give feedback.
All reactions