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": "%" } ] }