You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For further information please refer to our homepage www.openhab.org.
For the latest snapshot builds, please see our Jenkins job.
Getting Started
Please refer to our tutorials on how to get started with openHAB.
Community: How to Get Involved
As any good open source project, openHAB welcomes community participation in the project.
Read more in the how to contribute guide.
If you are a developer and want to jump right into the sources and execute openHAB from within an IDE, please have a look at the IDE setup procedures.