openhab-webui/bundles/org.openhab.ui.basic
Wouter Born 9d1e435655
Use renamed OpenHABBundleServlet class (#594)
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-07 10:34:19 +01:00
..
doc improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
src/main Use renamed OpenHABBundleServlet class (#594) 2020-12-07 10:34:19 +01:00
web-src [basicui] Fix for selection widget when no mapping (#253) 2020-05-17 21:52:43 +02:00
.classpath [infrastructure] add external null-annotations (#470) 2020-11-04 15:23:34 +01:00
.gitignore [BasicUI] mapview : handle refresh and UNDEF state (#101) 2019-08-22 20:52:07 +02:00
.project improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
BasicUI Setup.launch Switch to Java 11 and drop Java 8 support (#160) 2020-01-12 22:33:58 +01:00
CONTRIBUTING.md improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
NOTICE Use "openhab" event topic prefix (#304) 2020-08-11 21:16:56 +02:00
README.md improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
eslint.json improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
gulpfile.js improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
npm-shrinkwrap.json Use latest node & npm versions (#202) 2020-03-25 08:11:57 +01:00
package-lock.json Use latest node & npm versions (#202) 2020-03-25 08:11:57 +01:00
package.json refactored namespace to org.openhab (#157) 2019-12-29 18:09:25 +01:00
pom.xml Infra improvements (#240) 2020-05-08 21:33:24 +02:00

README.md

Basic UI

The Basic UI is a web interface based on Material Design Lite from Google.

Features

  • Responsive layout suitable for various screen sizes
  • AJAX navigation
  • Live update

Configuration

org.openhab.basicui:defaultSitemap=demo
# Icons can be disabled
org.openhab.basicui:enableIcons=true
# Icons can be shown as PNG or SVG images
# Default: PNG
org.openhab.basicui:iconType=svg

Accessing Sitemaps

The Basic UI has a default layout showing all things and their corresponding items. You may create your own sitemaps and access them through the basic UI in 2 ways.

  1. Set the default sitemap via the Paper UI via Configuration -> Services -> Basic UI -> Configure, and set the Default Sitemap name.

  2. Passing the "sitemap" parameter to the URL used to access the server.

Example: http://hostname:8080/basicui/app?sitemap=sitemapname

Screenshots:

Screenshot 1 Screenshot 2