19 lines
745 B
Markdown
19 lines
745 B
Markdown
`esphome run epaper_thread_node.yaml`
|
|
|
|
`esphome logs epaper_thread_node.yaml`
|
|
|
|
# Config OTBR
|
|
|
|
## 1. Stop the active Thread interface
|
|
docker exec -it otbr ot-ctl thread stop
|
|
docker exec -it otbr ot-ctl ifconfig down
|
|
|
|
## 2. Inject your ESP32-H2 Active Dataset TLV
|
|
docker exec -it otbr ot-ctl dataset set active 00030000184a0300000b35060004001fffe00208f7754c0c4a4dea9a0708fd1adbbe7435e95405103f543281275a135e38982974aa71e987030f4f70656e5468726561642d3766343101027f410410a500c86abfe7ef17888c2232feac2dc60c0402a0f7f80e080000000000010000
|
|
|
|
## 3. Commit the dataset as active
|
|
docker exec -it otbr ot-ctl dataset commit active
|
|
|
|
## 4. Bring up the interface and start Thread
|
|
docker exec -it otbr ot-ctl ifconfig up
|
|
docker exec -it otbr ot-ctl thread start |