Add a few introductional lines to Add-ons articles
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>pull/154/head
parent
aabd7502e8
commit
6a8b9b6443
installation
|
@ -7,6 +7,9 @@ title: Actions
|
|||
|
||||
# Actions
|
||||
|
||||
Actions are predefined methods for openHAB rules and scripts.
|
||||
They are automatically imported and can be used to execute openHAB specific operations or to send commands or data to hardware or services.
|
||||
|
||||
## Compatible 1.x Actions
|
||||
|
||||
{% assign addons = site.data.oh1addons %}
|
||||
|
|
|
@ -4,15 +4,21 @@ layout: documentation
|
|||
|
||||
{% include base.html %}
|
||||
|
||||
## Available Add-ons
|
||||
## Add-ons / Extensions
|
||||
|
||||
All add-ons for openHAB 2 are part of the distribution.
|
||||
This includes all new 2.0 bindings as well as all 1.x add-ons that were reported to be compatible.
|
||||
Add-ons are ready to be installed through Paper UI ➜ Extensions.
|
||||
|
||||

|
||||
|
||||
All optional add-ons for openHAB 2 are part of the distribution. This includes all new 2.0 bindings as well as all 1.x add-ons that were reported to be compatible.
|
||||
_Note_: If you are successfully using a 1.x add-on with the 2.0 runtime, which is not yet on this list, please create a PR for adding it!
|
||||
|
||||
| Add-on Type | Description |
|
||||
|-------------|----------------------|
|
||||
|[Bindings](bindings.html)| Bindings integrate physical hardware, external systems and web services in openHAB |
|
||||
|[Voice Services](voice.html)| Services that provide voice enabling features, such as text-to-speech, speech-to-text etc. |
|
||||
|[System Integration](io.html)| System integrations expose openHAB to an external system |
|
||||
|[User Interfaces](uis.html)| User interfaces are either native smartphone apps or web applications that access the openHAB server through the REST API |
|
||||
|[1.x Addons](1xaddons.html)| Add-ons from openHAB 1 (bindings, actions, persistence services, etc.) |
|
||||
| [Bindings](bindings.html) | Bindings integrate physical hardware, external systems and web services in openHAB |
|
||||
| [User Interfaces](uis.html) | User interfaces are either native smartphone apps or web applications that access the openHAB server through the REST API |
|
||||
| [Persistence](persistence.html) | Persistence services allow openHAB to store time series data for history-based actions or statistics |
|
||||
| [Actions](actions.html) | Actions are predefined methods for openHAB rules and scripts |
|
||||
| [Transformations](transformations.html) | Transformations are used to translate between technical and human-readable values for items |
|
||||
| [Voice Services](voice.html) | Services that provide voice enabling features, such as text-to-speech, speech-to-text etc. |
|
||||
| [3rd Party System Integration](io.html) | Expose openHAB to external systems |
|
||||
|
|
|
@ -7,4 +7,7 @@ title: Transformations
|
|||
|
||||
# Transformations
|
||||
|
||||
Transformations are used to translate between technical and human-readable values for items.
|
||||
For further details, please check the [openHAB 1.x wiki Transformations article](https://github.com/openhab/openhab/wiki/Transformations).
|
||||
|
||||
{% include contribution-wanted.html %}
|
||||
|
|
|
@ -6,7 +6,7 @@ layout: documentation
|
|||
|
||||
# UI Features
|
||||
|
||||
| User Interface | Description |
|
||||
| User-Interface | Description |
|
||||
|----------------|---------------|
|
||||
| [Paper UI]({{docu}}/addons/uis/paper/readme.html) | The Paper UI is an AngularJS-based HTML5 web application in Material Design, designed for setup and administration purposes. |
|
||||
| [HABmin]({{docu}}/addons/uis/habmin/readme.html) | HABmin is a modern, professional and portable user interface for openHAB, providing both user and administrative functions. |
|
||||
|
|
|
@ -424,7 +424,7 @@ setcap 'cap_net_raw,cap_net_admin=+eip cap_net_bind_service=+ep' `realpath /usr/
|
|||
|
||||
### Network Sharing
|
||||
|
||||
openHAB depends on configuration files and folders with custom content (details in [Configuration]({{base}}/features/index.html) articles).
|
||||
openHAB depends on configuration files and folders with custom content (details in [Configuration]({{base}}/configuration/index.html) articles).
|
||||
Because your openHAB installation most probably is stored on a remote device, being able to easily access and modify these files from your local PC or Mac is important, therefore setting up a [Samba](https://en.wikipedia.org/wiki/Samba_(software)) network share is **highly recommended**.
|
||||
|
||||
The [Eclipse SmartHome Designer]({{base}}/installation/designer.html) software does also depend on a mounted share to access the openHAB configuration files.
|
||||
|
@ -529,4 +529,4 @@ Be sure to use the actual host name instead of `openhab-device`.
|
|||
When asked, authenticate with the username "openhab" and the chosen password.
|
||||
If you are not able to connect, try with the IP of your device (e.g. `smb://openhab@192.168.0.2` or `\\192.168.0.2`).
|
||||
|
||||
If everything went well, you are set and ready to start [configuring]({{base}}/features/index.html) your openHAB system.
|
||||
If everything went well, you are set and ready to start [configuring]({{base}}/configuration/index.html) your openHAB system.
|
||||
|
|
Loading…
Reference in New Issue