mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-16 03:41:39 +00:00
Update README.md
This commit is contained in:
parent
001c8002cd
commit
30ac4d8836
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue