OpenHAB

Aus
Wechseln zu: Navigation, Suche

OpenHAB

https://de.wikipedia.org/wiki/OpenHAB

http://www.openhab.org/

https://openhabdoc.readthedocs.org/de/latest/Raspberry/

http://www.instructables.com/id/OpenHAB-on-Raspberry-Pi/

Docker

Installation

https://www.openhab.org/download/
groupadd -g 9001 openhab
useradd -g 9001 openhab
usermod -a -G openhab myownuser
docker run  --name openhab --net=host -v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro -v openhab_addons:/openhab/addons -v openhab_conf:/openhab/conf -v openhab_userdata:/openhab/userdata -d  -- restart=always  openhab/openhab:3.4.2