OpenHAB
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.
Setting up
Section titled “Setting up”openhab_enabled: trueBy default, OpenHAB can be accessed at http://[your_server_ip]:7777 or https://openhab.[your_domain].com if you have DNS access configured.
Configuration
Section titled “Configuration”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.