Home Assistant: Difference between revisions

Jump to navigation Jump to search
Added category. Removed example zwave device id
(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/usb-Zooz_800_Z-Wave_Stick_533D004242-if00:/dev/zwave'
       - '/dev/serial/by-id/<device-id>:/dev/zwave'
     volumes:
     volumes:
       - ./zwave-config:/usr/src/app/store
       - ./zwave-config:/usr/src/app/store

Navigation menu