Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 652 Bytes

openhab.md

File metadata and controls

21 lines (17 loc) · 652 Bytes

OpenHab Server

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