Skip to content

OpenHAB

Homepage | Repository

The open Home Automation Bus (openHAB) project aims at providing a universal integration platform for all things around home automation. It is a pure Java solution, fully based on OSGi.

It is designed to be vendor-neutral as well as hardware/protocol-agnostic. openHAB brings together different bus systems, hardware devices, and interface protocols by dedicated bindings. These bindings send and receive commands and status updates on the openHAB event bus. This concept allows designing user interfaces with a unique look&feel, but with the possibility to operate devices based on a big number of different technologies. Besides the user interfaces, it also brings the power of automation logic across different system boundaries.

inventories/homelab/group_vars/homelab.yml
openhab_enabled: true

By default, OpenHAB can be accessed at http://[your_server_ip]:7777 or https://openhab.[your_domain].com if you have DNS access configured.

See the default configuration options for OpenHAB at roles/openhab/defaults/main.yml. Add any overrides to your inventories/[your_inventory]/group_vars/homelab.yml file.

Nov 13, 2025