We edit /etc/rc/local to automatically load openhab. $sudo nano /etc/rc.local, And append the following command before exit(0): sudo /opt/openhab/start.sh […]
To add a device to OpenHAB, we need to configure four files: /configurations/openhab.cfg /configurations/items /configurations/sitemap /configurations/rules/ Under /configurations/openhab.cfg: Turn on MQTT […]