Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 695 Bytes

File metadata and controls

27 lines (19 loc) · 695 Bytes

OpenHab Server

Author: Fran

OpenHab is an agnostic open source automation software to control your smart devices at home.

Install

wget -qO - 'https://openhab.jfrog.io/artifactory/api/gpg/key/public' | sudo apt-key add -
echo 'deb https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable main' | sudo tee /etc/apt/sources.list.d/openhab.list
sudo apt update
sudo apt install openhab

Start and enable the services

sudo systemctl start openhab.service
sudo systemctl status openhab.service
sudo systemctl daemon-reload
sudo systemctl enable openhab.service

Create an account at http://openhab-device:8080