forked from openhab/openhab-distro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kai Kreuzer <[email protected]>
- Loading branch information
1 parent
f776625
commit 9dd6b5f
Showing
13 changed files
with
153 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
# Technical Difference to openHAB 1 | ||
|
||
There are a few changes in openHAB 2 that you should be aware of, if you are coming from openHAB 1: | ||
There are a few technical changes in openHAB 2 that are not compatible with openHAB 1: | ||
|
||
- the Classic UI URL has changed from `/openhab.app` to `/classicui/app`, so you can access your sitemaps at `http://<server>:8080/classicui/app?sitemap=<yoursitemap>` | ||
- a new default sitemap provider is in place, which provides a dynamic sitemap with the name `_default`, which lists all group items that are not contained within any other group. | ||
- the `configuration` folder has been renamed to `conf` | ||
- instead of the global `configuration/openhab.cfg` file, there is now an individual file per add-on in `conf/services` | ||
- The OSGi console commands are now available as "smarthome", not as "openhab" anymore. | ||
- the REST API does NOT support XML nor JSON-P anymore. It is now fully realized using JSON. | ||
- the REST API does not support websocket access anymore - it actually completely drops "push" support and only has a simple long-polling implementation to provide a basic backward-compatibility for clients. | ||
- The webapps folder has been discontinued, but static resources can be placed in `conf/html`. | ||
- It is possible to provide your own custom icons in the `conf/icons/classic` folder - no need to overwrite the icons that come with the runtime | ||
- the rule syntax has slightly changed, you e.g. do not need import statements anymore for the most common classes (see the [Migration Guide](../migration.md) for details). At the same time, there is no openHAB Designer anymore, but the Eclipse SmartHome designer can be used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Paper UI | ||
|
||
The Paper UI is a new interface that helps setting up and configuring your openHAB instance. | ||
It does not (yet) cover all aspects, so you still need to resort to textual configuration files, but it already offers the following: | ||
|
||
- Add-on management: Easily install or uninstall openHAB add-ons | ||
 | ||
|
||
- Thing discovery: See devices and services found on your network and add them to your setup. | ||
 | ||
|
||
- Linking items to channels: Instead of adding a binding configuration to your item file, you can directly link Thing channels to your items. | ||
 | ||
|
||
Note that you still need to define your items, sitemaps, persistence configurations and rules in the according config files (as done in openHAB 1). Such functionality will be added bit by bit to the Paper UI only. | ||
|
||
Here you can find a small screencast about the Paper UI: | ||
|
||
[](http://www.youtube.com/watch?v=MV2a5qwtmRE) |
Oops, something went wrong.