Added documentation for openHAB

This commit is contained in:
CherryKitten 2019-08-13 15:07:33 +02:00
parent 4ecb42f853
commit 8942d8a647
3 changed files with 18 additions and 0 deletions

View file

@ -50,6 +50,7 @@ Ansible config and a bunch of Docker containers.
* [Netdata](https://my-netdata.io/) - An extremely comprehensive system monitoring solution
* [Nextcloud](https://nextcloud.com/) - A self-hosted Dropbox alternative
* [NZBget](https://nzbget.net/) - The most efficient usenet downloader
* [openHAB](https://www.openhab.org/) - A vendor and technology agnostic open source automation software for your home
* [Plex](https://www.plex.tv/) - Plex Media Server
* [Portainer](https://portainer.io/) - for managing Docker and running custom images
* [pyLoad](https://pyload.net/) - A download manager with a friendly web-interface

View file

@ -0,0 +1,15 @@
# openHAB
Homepage: [https://www.openhab.org/](https://www.openhab.org/)
OpenHab is a vendor and technology agnostic open source automation software for your home.
It allows you to connect many different IoT-Devices (which in this case means "Intranet of Things") using custom bindings made by the community.
## Usage
Set `openhab_enabled: true` in your `group_vars/all.yml` file.
## Specific Configuration
The openHAB Webinterface is available at port 7777 (HTTP) and 7778 (HTTPS).
Visit the webinterface and follow the setup instructions found in the [openHAB Documentation](https://www.openhab.org/docs/tutorial/1sttimesetup.html)

View file

@ -27,6 +27,8 @@ By default, applications can be found on the ports listed below.
| Netdata | 19999 | |
| Nextcloud | 8080 | |
| NZBGet | 6789 | |
| openHAB | 7777 | HTTP |
| openHAB | 7778 | HTTPS |
| Plex | 32400 | |
| Portainer | 9000 | |
| pyload | 8000 | |