From 1bbb31f4a2bf787469f18a2f9d3befcbf25ba646 Mon Sep 17 00:00:00 2001 From: Anarion Dunedain Date: Tue, 28 Mar 2023 13:50:00 +0200 Subject: [PATCH] Duplicate website/docs/applications/home-automation/openhab.md history in roles/openhab/docs/ history. --- roles/openhab/docs/openhab.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 roles/openhab/docs/openhab.md diff --git a/roles/openhab/docs/openhab.md b/roles/openhab/docs/openhab.md new file mode 100644 index 00000000..47a60422 --- /dev/null +++ b/roles/openhab/docs/openhab.md @@ -0,0 +1,17 @@ +--- +title: "openHAB" +--- + +Homepage: + +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 `inventories//nas.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)