I have programmed several nrf52840 devices with thread and CoAP. I would like to send CoAP requests using the python aiocoap library.
Issue: I can’t access the Border Router container from AppDaemon
System: HaOS on pi 4 with AppDaemon, NodeRed and Advanced SSH and Web Terminal from the Addon store.
Status: The Border Router is running and the thread device (nrf52840 rcp) responds to IPV6 pings from the advanced SSH terminal. It also responds if I ping from a shell in the border router itself (docker exec -it addon_core_openthread_border_router /bin/bash) as well as from a shell in a node_red container (exec -it addon_a0d7b954_nodered /bin/bash) but from the appdaemon container (docker exec -it addon_a0d7b954_appdaemon /bin/bash) i get “Network unreachable”.
There must be some docker networking voodoo involved. Any help would be appreciated.
I posted about this in Discord a week ago but didn’t get any takers. I’m not sure which communication channel is best.