Docker Container #52
Replies: 2 comments 1 reply
|
Sure, you can directly run the HA Addon as a plain Docker container: https://github.com/zigpy/addons/blob/dev/ziggurat/DOCS.md#running-standalone-plain-docker
It's possible (as of #39) but round trip latency with TCP will slow down everything and isn't really something I've directly tested. The performance will be worse than a local connection to the radio (e.g. more retries, missed packets, and so on). I think in the future the better approach would be to run Ziggurat on the ESP32 half of the SLZB-06M. Ziggurat is capable of running directly on an ESP32 and in theory should be able to communicate over UART to the Silicon Labs radio on your device. |
|
I've looked at various firmware builders for the SLZB-06M and I don't think any have firmware with hardware flow enabled possibly because the device isn't "wired" up to support it. While I've not tested thread/ziggurat with a SI Labs module using SW Flow, I did use a TI CC2652 with rcp with thread for a while over tcp and the experience was really bad, I initially thought it was the cc2652 but now think it's more related to not having hardware flow. The HW flow allows a much more forgiveness with some of the issues puddly is mentioning. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey guys,
stumbling upon this project got me really excited, especially with efr32 primary supported.
My setup is currently Home assistant with ZHA and everything in docker on an rpi4 8gb ram with slzb-06m over ethernet.
Is there an way to run ziggurat also as a docker container?
Would it also be possible to use my slzb-06m over ethernet?
All reactions