Perhaps for docker just refer to the docker installation manual https://github.com/zwave-js/zwavejs2mqt ... ter/docker
I miss for example the "Add -e TZ=Europe/Stockholm to the docker run command to set the correct timezone in container" note.
On that page there is also the reference to the docker-compose.yml
I think you should warn not to use OZW and ZwaveJS together.If you migrate from OZW, this will be a new plugin with new devices. Once you delete OZW in domoticz, your old devices are gone. If you need to retain history then you need to replace the old device with the new one if identical devices are created. New devices will be (automatically) added to domoticz (new names, new IDX) on the first status change.
So a possible migration scenario:
1. Document current OZW/Domoticz configuration (How?)
2. Disable (or delete?) OZW from Domoticz. Reboot system or restart Domoticz
3. Install ZwaveJS2MQTT (Docker)
4. Install Plugin
5. Reboot system or restart Domoticz
6. Activate plugin and wait for all New devices to appear in Domoticz
7. Rename new devices to old names if used in scripts or modify scripts to use new names. If OZW was disabled, devices with the same name will give errors in dzVents so delete the old device from OZW after renaming the new device. Is function replace device (wiki https://www.domoticz.com/wiki/Managing_ ... ace_device )a good alternative method as it will also keep the device history logging if present.
8. Remove OZW hardware (if not done in step 2)