You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I recently bought a SLZB-MR2 (https://smlight.tech/product/slzb-mr2) and flashed the Matter-over-Thread firmware on the Silicon Labs EFR32MG21 radio. The device is connected via Ethernet.
However, after that, I am a bit lost.
The SLZB-MR2 webinterface gives Socket Port: 6638 and Serial Speed: 460800 for the radio. The manual (https://smlight.tech/manual/slzb-06/guide/thread-matter/) only describes how to setup the Home Assistant AddOn,, which I can not do, as I do not use HomeAssistant OS.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I recently bought a SLZB-MR2 (https://smlight.tech/product/slzb-mr2) and flashed the Matter-over-Thread firmware on the Silicon Labs EFR32MG21 radio. The device is connected via Ethernet.
However, after that, I am a bit lost.
The SLZB-MR2 webinterface gives Socket Port: 6638 and Serial Speed: 460800 for the radio. The manual (https://smlight.tech/manual/slzb-06/guide/thread-matter/) only describes how to setup the Home Assistant AddOn,, which I can not do, as I do not use HomeAssistant OS.
I am going to setup OpenThread Border Router following the manual https://openthread.io/guides/border-router/build-docker
otbr-env.list
file, setOT_INFRA_IF=eth0
(step 4)docker run --name=otbr --network=host --cap-add=NET_ADMIN --device=/dev/ttyACM0 --device=/dev/net/tun --volume=/var/lib/otbr:/data --env-file=otbr-env.list --restart=always openthread/border-router
gives:
the container stops.
Most information I found are about using the router with a local radio module, not a module connected over ethernet.
Thanks for any hints that point me in some direction!
Beta Was this translation helpful? Give feedback.
All reactions