Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openhab/openhab-distro
The binary distribution of openHAB
https://github.com/openhab/openhab-distro
homeautomation java openhab smarthome
Last synced: 3 months ago
JSON representation
The binary distribution of openHAB
- Host: GitHub
- URL: https://github.com/openhab/openhab-distro
- Owner: openhab
- License: epl-2.0
- Created: 2015-12-29T21:30:04.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T21:24:32.000Z (9 months ago)
- Last Synced: 2024-04-15T00:01:18.877Z (9 months ago)
- Topics: homeautomation, java, openhab, smarthome
- Language: PowerShell
- Homepage: https://www.openhab.org/
- Size: 2.8 MB
- Stars: 1,282
- Watchers: 116
- Forks: 393
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-repositories - openhab/openhab-distro - The binary distribution of openHAB (PowerShell)
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/).