Added info box for generic trules article. Remove paper ui references. (#1496)

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1497/head
Jerome Luckenbach 2021-02-24 20:50:38 +01:00 committed by GitHub
parent fb1e0f8b7a
commit beac270987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

View File

@ -3,23 +3,15 @@ layout: documentation
title: Next-Gen Rules
---
{% include base.html %}
:::tip
This information is for advanced users.
If your are looking for general rules explanations have a look at our [Rules](https://www.openhab.org/docs/configuration/rules-dsl.html) article.
:::
# Next-Generation Rule Engine
[![experimental](https://badges.github.io/stability-badges/dist/experimental.svg)](https://github.com/badges/stability-badges)
Since openHAB 2.4 another Rule Engine has been added. It works fundamentally different than what you find with our current [Rules](https://www.openhab.org/docs/configuration/rules-dsl.html). It allows Rules to be edited in a graphical fashion and to interact with [JSR223 Scripts (Javascript, Jypthon, etc)](https://www.openhab.org/docs/configuration/jsr223.html).
## Installation
Install the rule engine from Add-ons → Misc → Rule Engine (Experimental).
![rule engine addon](images/rules_ng_addons.png)
When you now refresh your browser, you will see a `Rules` menu appearing in the main menu of Paper UI.
![new rule](images/rules_ng_new_rule.png)
Since openHAB 2.4 another Rule Engine has been added.
It allows Rules to be edited in a graphical fashion and to interact with [JSR223 Scripts (Javascript, Jypthon, etc)](https://www.openhab.org/docs/configuration/jsr223.html).
## Concept