From b74f914b5496e6bc209b6b2cbcfce1e27afd2e73 Mon Sep 17 00:00:00 2001 From: niwla23 Date: Wed, 20 Oct 2021 16:16:02 +0200 Subject: [PATCH] Improve README --- README.md | 16 ++++++++++++++++ static/configs/alwin.json | 30 ------------------------------ 2 files changed, 16 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index ff7fd38..4da5c04 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ A custom dashboard for openHAB. ![Screenshot](screenshots/screen1.png) ## Usage +### pre-generated + - download the latest release + - unpack it to your webroot + - put your config in `configs` folder. You can use the existing files as examples. (you can also have it somewhere else if CORS is allowed) + - go to `http::/config` and set the values + - enjoy your dashboard + +### Self generated + - clone this repo - run `yarn` - put your config in static/configs folder. (you can also have it somewhere else if CORS is allowed) @@ -11,6 +20,13 @@ A custom dashboard for openHAB. - go to `http::/config` and set the values - enjoy your dashboard +## Features +### Supported Item types +All items are supported for display. The listed items have a special implementation for either read or write. + - Dimmer + - Number + - Switch + - Planned: Color ## Build Setup diff --git a/static/configs/alwin.json b/static/configs/alwin.json index 0033bcf..b07f7d6 100644 --- a/static/configs/alwin.json +++ b/static/configs/alwin.json @@ -22,36 +22,6 @@ "label": "LED hinten rechts", "item_name": "alwinrgbregalhinten_white", "suffix": null - }, - { - "label": "Netz", - "item_name": "E3DC_Netz", - "suffix": "W" - }, - { - "label": "Akkustand", - "item_name": "E3DC_SOC", - "suffix": "%" - }, - { - "label": "Autarkie", - "item_name": "E3DC_Autarkie", - "suffix": "%" - }, - { - "label": "Eigenstrom", - "item_name": "E3DC_Eigen", - "suffix": "%" - }, - { - "label": "Tor Zeitsteuerung", - "item_name": "gate_schedule_active", - "suffix": null - }, - { - "label": "Tor", - "item_name": "alwinrgbregalhinten_white", - "suffix": "%" } ] }