Commit Graph

49 Commits (final-stable)

Author SHA1 Message Date
Mark Herwege 45e62b1e22
sitemap_interpolation (#2463)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2025-04-07 18:10:18 +02:00
Jacob Laursen 85f084bed5
Link to Java 21 documentation (#2433)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-12-22 11:35:06 +01:00
lolodomo 3659040147
[sitemap] New Colortemperaturepicker element (#2412)
* [sitemap] New Colortemperaturepicker element

Also include a small change of the Colorpicker element.

Related to openhab/openhab-core#3891
Related to openhab/openhab-webui#2873

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Review comments

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

---------

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-11-29 11:45:46 +01:00
Kai Kreuzer b9a0643106
Remove link to openHAB 1 wiki (#2376)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2024-09-30 22:38:13 +02:00
mueller-ma 3fae76fdb5
[Sitemaps] Remove parameter `sendFrequency` (#2346)
This parameter has been used in Classic UI which isn't available anymore.

I also checked the Android app and it isn't used there.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2024-08-18 14:32:32 +02:00
lolodomo bac2340fdb
[sitemap] Fix confusion between colon and semicolon (#2329)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-07-08 09:26:40 +02:00
lolodomo d7b7ed9208
[sitemap] New Button element (#2316)
* [sitemap] New Button element

Related to openhab/openhab-core#4173

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Not deprecated

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

---------

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-06-30 13:28:52 +02:00
lolodomo b01b68fe10
[sitemap] Press & release feature for buttons in a switch element (#2293)
Related to openhab/openhab-core#4183 and openhab/openhab-core#3822

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-05-12 11:43:09 +02:00
lolodomo 7ec3f894e2
[sitemap] Precision for Default element leading to Slider element (#2294)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-05-12 11:42:02 +02:00
mueller-ma d3af9987af
[sitemap] New Slider parameter releaseOnly (#2287) 2024-04-28 07:40:26 +02:00
lolodomo 817bdabb66
[sitemap] Extended period attribute for chart to cover past and future (#2284)
Related to openhab/openhab-webui#2518

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-04-19 18:50:20 +02:00
jimtng 190f99e42b
Correction on default color conditions (#2193)
Signed-off-by: jimtng <2554958+jimtng@users.noreply.github.com>
2023-12-31 13:10:21 +01:00
lolodomo 0f2f621f9a
Sitemap: header row for chart/image/video/mapview/webview elements (#2173)
* Sitemap: header row for chart/image/video/mapview/webview elements

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Review comment addressed

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

---------

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-12-16 17:52:15 +01:00
lolodomo b656ddcdcd
Sitezmap: new Buttongrid element (#2176)
* Sitezmap: new Buttongrid element

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Review comments addressed

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

---------

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-12-16 17:29:35 +01:00
lolodomo 0cd203c101
Sitemap: extended syntax for icon to define conditional rules (#2175)
* Sitemap: extended syntax for icon to define conditional rules

Related to openhab/openhab-core#3820

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Considers review comments

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

---------

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-12-16 17:23:04 +01:00
lolodomo 215240a12a
Extennded value for sitemap chart period (#2158)
See openhab/openhab-core#3863

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-11-25 09:40:30 +01:00
lolodomo 35c79eead4
[sitemap] Combined conditions with AND (#2152)
* [sitemap] Combined conditions with AND

Related to openhab/openhab-core#3819

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Consider review comments

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

---------

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-11-19 14:20:14 +01:00
lolodomo eb1b836f90
[sitemap] New parameter staticIcon (#2153)
* [sitemap] New parameter staticIcon

Related to openhab/openhab-core#3735

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Review comment: choosing the icon

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

---------

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-11-19 14:15:51 +01:00
lolodomo e892dc5b81
[sitemap] New optional icon in mappings (#2148)
Related to openhab/openhab-core#3809

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-11-18 22:03:49 +01:00
Wouter Born 98a6d319a6
Link to Java 17 documentation (#2119)
This prevents issues because older documentation may not apply to Java 17.

Signed-off-by: Wouter Born <github@maindrain.net>
2023-08-21 18:13:13 +02:00
Дилян Палаузов 098ddb5142
ui/sitemaps.md: emphasize period= is mandatory parameter in Chart (#2091) 2023-07-01 11:08:34 +02:00
mueller-ma 24d6865960
Document Sitemap Chart parameter yAxisDecimalPattern (#2079)
* Document Sitemap Chart parameter yAxisDecimalPattern 

Closes #2014

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>

* Update sitemaps.md

---------

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-05-17 08:50:00 +02:00
Mark Herwege 101bd547fd
Add inputHint parameter (#2045)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2023-04-06 16:50:34 +02:00
mueller-ma 86ab6ecead
[Sitemap] Add color 'itemValue' (#2032)
* [Sitemap] Add color 'itemValue'

https://github.com/openhab/openhab-core/pull/3453
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>

* update

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>

---------

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-03-18 17:06:45 +01:00
mueller-ma ef65c9d152
Sitemap parameter iconcolor (#2021)
Closes #2015

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-03-08 16:58:57 +01:00
mueller-ma f593bbd85e
Sitemap: Theme colors are supported by Basic UI (#2019)
Support has been added in https://github.com/openhab/openhab-webui/pull/1733

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-03-06 00:29:59 +01:00
mueller-ma 73a2efc548
Remove "begin/end" from Sitemap Chart syntax (#2018)
They aren't supported in the Sitemap syntax: https://github.com/openhab/openhab-core/blob/main/bundles/org.openhab.core.model.sitemap/src/org/openhab/core/model/sitemap/Sitemap.xtext#L63-L71

Closes #503

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-03-06 00:28:16 +01:00
lolodomo 799cbf1199
[sitemap] forceasitem must be all in lowercase (#1989)
Syntax can be checked here:
0d0b64b8f6/bundles/org.openhab.core.model.sitemap/src/org/openhab/core/model/sitemap/Sitemap.xtext (L62)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-03-05 22:03:22 +01:00
Mark Herwege 94cf65c750
[sitemap] document new input element (#2012)
* sitemap input element

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>

* Update ui/sitemaps.md

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

---------

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2023-03-05 20:52:41 +01:00
mueller-ma 29e849cd9c
Add theme colors (#2008)
These colors have been added in Android recently: https://github.com/openhab/openhab-android/issues/3248

Feature requests for iOS and Basic UI have been created:
* https://github.com/openhab/openhab-ios/discussions/711
* https://github.com/openhab/openhab-webui/issues/1716

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-03-02 16:34:33 +01:00
Rosi 0fee8ff11c
spelling corrections (#1998)
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2023-02-06 10:08:51 +01:00
Richard Koshak 15fee26a89
Fixed typo (#1999)
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
2023-02-06 09:51:13 +01:00
mueller-ma 909bc4f04b
Fix typo in sitemaps.md (#1979) 2022-12-26 23:06:15 +01:00
Дилян Палаузов 969fae1f7b
Typos a/an (#1933) 2022-12-01 22:42:51 +01:00
Jerome Luckenbach b67c8ee5b7
Fixes #491 (#1919)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-26 12:15:15 +01:00
Jerome Luckenbach 2ddff112b1
Remove common jekyll references. (#1917)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-24 18:35:16 +01:00
Jerome Luckenbach 1a15b6c7fc
Improve markdown linting (#1906)
* Improve markdownlint configuration.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Apply changes to current linting rules.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-03 18:43:14 +01:00
Mark Herwege fe9b31a628
example syntax correction (#1893) 2022-10-09 21:17:36 +02:00
lolodomo 3482f6ec71
[sitemap] Default color for label and value colors (#1837)
Related to openhab/openhab-core#2995

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-06-11 12:14:16 +02:00
Richard Koshak 8f30438d6b
Getting Started Rules (#1809)
* Getting Started Rules

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>

* Fixing build error

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>

* Correcting markdown linting errors

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>

* Fixing more md linting

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>

* More linting errors

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>

* Fixing links, minor edits

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>

* One sentence per line for ordered lists

* Apply suggestions from code review

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update tutorials/getting_started/tips-and-tricks.md

Use separate key repesentations instead of the combo as one key.

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Linting

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2022-05-24 16:10:57 +02:00
Flole998 2356b22af2
Add forceAsItem-Option for Charts in Sitemaps (#1806)
This is documentation for https://github.com/openhab/openhab-core/issues/2185.

Signed-off-by: Flole <flole@flole.de>
2022-05-01 14:20:51 +02:00
Entepotenz b314eef8fb
fix links to items.html (#1751) 2022-02-15 21:05:45 +01:00
Matheus Botura Pimenta ff8b58f853
Update sitemaps.md (#1739)
Broken link to State Presentation
2022-01-16 20:17:59 +01:00
Jerome Luckenbach ca3c1e6ff3
Remove classic ui from switchsupport. (#1681)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-11-27 11:49:48 +01:00
Jerome Luckenbach e93886e1c7
Remove broken basic ui link. (#1677)
Fixes #1617 

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-11-26 16:45:34 +01:00
Sander Steenhuis f73fed1ac9
Update sitemaps.md (#1676)
* Update sitemaps.md

As a new user, I was frustrated to find this out far too late. I really did read, twice, the page about sitemaps. I didn't understand why I couldn't see the results as in the screenshots. Where is it? Am I crazy?

There is so much documentation, a new user is not going to read every page. They learn, read or hear that they would need a sitemap, so that's what they are going to read in the documentation. They are not going to read a [different page](https://www.openhab.org/docs/ui/) first, where the above warning is present.

I advise all documentation writers to keep, move or duplicate all important information surrounding a subject _on the page about that subject_.

* Use tip box

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-11-26 15:57:42 +01:00
Michael B cbbaf412c3
Fixed broken links to item details (#1633)
Some of the links under `General remarks on parameters:` were broken and redirect to a 404 site.
Wrong link: `(items.html#item-syntax)`
Correct link: `({{base}}/configuration/items.html#item-syntax)`

Signed-off-by: Michael Bredehorn michael@bredehorn.nrw (github: bredmich)
2021-09-13 17:10:00 +02:00
Jerome Luckenbach ae9bdd76ec
Fix Markdown. Remove Jenkins base tags. (#1497)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 21:08:19 +01:00
Yannick Schaus f5c7ad70e2
Add UI section (#1464)
Add several pages related to UI.
Move sitemaps, HABPanel to it.
Rename "User Interfaces & Ecosystem" to "Ecosystem".
Rename "Beginner Tutorial" to "Getting Started".
Put the installation guide above the Concepts section.

Also fix https://github.com/openhab/website/issues/270.

Signed-off-by: Yannick Schaus <github@schaus.net>
2021-02-05 16:15:35 +01:00