Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openhab/openhab-distro

The binary distribution of openHAB
https://github.com/openhab/openhab-distro

homeautomation java openhab smarthome

Last synced: about 2 months ago
JSON representation

The binary distribution of openHAB

Awesome Lists containing this project

README

        

# openHAB Distribution

[![GitHub Actions Build Status](https://github.com/openhab/openhab-distro/actions/workflows/ci-build.yml/badge.svg?branch=main)](https://github.com/openhab/openhab-distro/actions/workflows/ci-build.yml)
[![Jenkins Build Status](https://ci.openhab.org/job/openHAB-Distribution/badge/icon)](https://ci.openhab.org/job/openHAB-Distribution/)
[![EPL-2.0](https://img.shields.io/badge/license-EPL%202-green.svg)](https://opensource.org/licenses/EPL-2.0)

## Introduction

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](https://www.openhab.org).

For the latest snapshot builds, please see our [Jenkins job](https://ci.openhab.org/job/openHAB-Distribution/).

## Getting Started

Please refer to [our tutorials](https://www.openhab.org/docs/tutorial/) 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](CONTRIBUTING.md) 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](https://www.openhab.org/docs/developer/#setup-the-development-environment) procedures.

You can also learn [how openHAB bindings are developed](https://www.openhab.org/docs/developer/bindings/).

In case of problems or questions, please join our vibrant [openHAB community](https://community.openhab.org/).