[Migration] Correct default sitemap explanation (#215)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)pull/231/head
parent
80d51fed77
commit
ef3efa803d
|
@ -453,7 +453,7 @@ The **SCALE** transformation has evolved.
|
||||||
### Sitemap
|
### Sitemap
|
||||||
|
|
||||||
If you use png icons, you must change the default icons from svg to png for
|
If you use png icons, you must change the default icons from svg to png for
|
||||||
ClassicUI and BasicUI. This can be done in PaperUI in `Configuration -> Service -> BasicUI and ClassicUI`.
|
ClassicUI and BasicUI. This can be done in PaperUI under Configuration -> Service -> BasicUI and ClassicUI.
|
||||||
Set the "Default Icon Format" to "Bitmap".
|
Set the "Default Icon Format" to "Bitmap".
|
||||||
|
|
||||||
Note that not all of the default icons that came with openHAB 1.x are avaialble
|
Note that not all of the default icons that came with openHAB 1.x are avaialble
|
||||||
|
@ -464,13 +464,15 @@ Also, in openHAB 2 there is a new requirement for dynamic icons: there must be a
|
||||||
default. For example, if one has a bunch of Wunderground icons (e.g.
|
default. For example, if one has a bunch of Wunderground icons (e.g.
|
||||||
wunderground-chanceflurries.png) there mst be a `wunderground.png` icon as well.
|
wunderground-chanceflurries.png) there mst be a `wunderground.png` icon as well.
|
||||||
|
|
||||||
Note that the path to the Sitemap UIs have changed. If one goes
|
Note that the URLs to the openHAB frontends have changed:
|
||||||
to `http://<hostname>:8080` you will see a list of all the installed UIs,
|
|
||||||
including the administration UIs. To get to ClassicUI the URL is
|
* An overview of all installed UIs, including the administration UIs: [`http://<hostname>:8080`]()
|
||||||
`http://<hostname>:8080/classicui/app?sitemap=<your sitemap>`. If you previously
|
* The direct link to your Sitemap on BasicUI [`http://<hostname>:8080/basicui/app?sitemap=<your-sitemap>`]().
|
||||||
used `default.sitemap` as your file name so you could skip the `?sitemap=` part
|
* The direct link to your Sitemap on ClassicUI [`http://<hostname>:8080/classicui/app?sitemap=<your-sitemap>`]().
|
||||||
you must now rename the file to `_default.sitemap` and change the very first
|
* These and all further UIs can be accessed through the overview page.
|
||||||
line of the file to read `sitemap _default label="<sitemap name>`.
|
|
||||||
|
If you previously used `default.sitemap` as your file name, so you could skip the `?sitemap=...` part,
|
||||||
|
you can now name it however you like and define the "Default Sitemap" via the PaperUI settings mentioned above.
|
||||||
|
|
||||||
openHAB changes where the files for dynamic webviews like the one created for the
|
openHAB changes where the files for dynamic webviews like the one created for the
|
||||||
Weather Binding in openHAB 1.x. Instead of the deeply buried `/usr/share/openhab/webapps`
|
Weather Binding in openHAB 1.x. Instead of the deeply buried `/usr/share/openhab/webapps`
|
||||||
|
|
Loading…
Reference in New Issue