Update README.md

This commit is contained in:
Justin Hammond 2020-01-29 00:22:49 +08:00 committed by GitHub
parent 001c8002cd
commit 30ac4d8836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,3 +2,9 @@
This is a Gui for OpenZWave, intended to replace the open-zwave-control-panel eventually.
Work in Progress. Don't expect much right now :)
If you are using the ozwdaemon docker image, you need to allow remote network access to the Docker Image:
```docker run -it --security-opt seccomp=unconfined --device=/dev/ttyUSB0 -v /tmp/ozw:/opt/ozw/config -e MQTT_SERVER="10.100.200.102" -e USBPATH=/dev/ttyUSB0 --network host openzwave/ozwdaemon:latest```
Then in the OZWAdmin gui, when opening a "Remote Connection" specify the IP address of the Host the Docker Image is running on.