Hi,
currently I have an up-to-date Hassbian configured with many componentes - among them a Z-wave USB stick and a couple of zwave devices.
For better maintainability I want to move to docker. A dockerized version of Home Assistant, MySQL and AppDaemon is already running on the same PI, but with pretty much empty configs.
Of course I can just mount the old config files into the container, but what happens with the Zwave stuff?
It relies on the z-wave config folder, openzwave and whatnot.
So my questions are:
- How do I move the configuration over to the dockerized instance?
- Do I need to have an openzwave container alongside HA? Or is everything working out of the box?
- Will it keep the network association between the controller and the zwave nodes?
- Is there already an official documentation on the installation procedure if I were to start from scratch without the openzwave residues on the current system?
Thanks ,
Jochen