OpenHAB: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
 
http://www.instructables.com/id/OpenHAB-on-Raspberry-Pi/
 
http://www.instructables.com/id/OpenHAB-on-Raspberry-Pi/
  
== Docker ==
+
 
=== Installation ===
+
== Installation ==
 
  https://www.openhab.org/download/
 
  https://www.openhab.org/download/
  
 +
=== Docker ===
 
  groupadd -g 9001 openhab
 
  groupadd -g 9001 openhab
 
  useradd -g 9001 openhab
 
  useradd -g 9001 openhab

Version vom 20. Februar 2023, 17:58 Uhr

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/


Installation

https://www.openhab.org/download/

Docker

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