261
edits
(Created initial page) |
(Added category. Removed example zwave device id) |
||
Line 1: | Line 1: | ||
[[Category:Home Automation]] | |||
Information on setting up a Dockerized version of Home Assistant with the Z-Wave JS UI: | Information on setting up a Dockerized version of Home Assistant with the Z-Wave JS UI: | ||
Line 32: | Line 33: | ||
# Do not use /dev/ttyUSBX serial devices, as those mappings can change over time. | # Do not use /dev/ttyUSBX serial devices, as those mappings can change over time. | ||
# Instead, use the /dev/serial/by-id/X serial device for your Z-Wave stick. | # Instead, use the /dev/serial/by-id/X serial device for your Z-Wave stick. | ||
- '/dev/serial/by-id/ | - '/dev/serial/by-id/<device-id>:/dev/zwave' | ||
volumes: | volumes: | ||
- ./zwave-config:/usr/src/app/store | - ./zwave-config:/usr/src/app/store |