Skip to content

heol-files/home-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home-automation

My setup for home automation

Added code to minimize setup time, some things are nedded to be done before starting openhab.

  1. Install docker CE and add user to docker group
  2. Add user running the docker to dial group if needed (usb zwave stick for example)
  3. Add rule.d file for zwave stick to get a specific /dev/ and use symlink in openhab.sh script:
    cat /etc/udev/rules.d/99-usb-serial.rules
    SUBSYSTEM=="tty", ATTRS{idVendor}=="0658", ATTRS{idProduct}=="0200", SYMLINK+="ttyUSB-ZStick-5G"
  4. If running mysql, point the volume used to store data to a completely empty dir.

That's all for now

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages