Commit Graph

225 Commits (2.5.x)

Author SHA1 Message Date
Christoph Weitkamp f88d23d2b5
Added example for time-weighted averages (#1253)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-07-21 22:05:25 +02:00
Michael Fielding b420b17c48
Items - Bedroom_Light written as Light_Bedroom (#1252)
Fix small error which might mislead some readers.
2020-07-19 17:05:04 +02:00
Thomas Weiler 6073efb4dd
Mention defaults for element type setpoint. (#1250)
Mention defaults for min, max and step value for element type setpoint.

Signed-off-by: Thomas Weiler <toweosp@gmail.com>
2020-07-15 22:18:06 +02:00
sihui e2b757483d
Update persistence.md (#1246)
Fixes link to quartz docs page.
2020-07-05 14:43:24 +02:00
Wouter Born 379f832957
Fix DecimalType hex conversion example (#1243)
See: https://github.com/openhab/openhab-core/issues/1526

Signed-off-by: Wouter Born <github@maindrain.net>
2020-06-20 13:14:08 +02:00
Wouter Born 033f33f5f3
Fix broken ESH links (#1231)
Signed-off-by: Wouter Born <github@maindrain.net>
2020-06-16 22:06:32 +02:00
Christoph Weitkamp ba21a0fd66
Added information about DateTime Group functions LATEST/EARLIEST (#1206)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-04-28 19:58:27 +02:00
GumbyMan82 58874d59b4
Update sitemaps.md (#1202)
Added full item definition for usage of visibility. See https://community.openhab.org/t/sitemap-visibility-basic-ui/97304/9
2020-04-25 10:13:05 +02:00
theiding e9f45f6df8
Installation details (#1197)
Added more details around the installation and configuration process.
Fixed that engine no longer logs "Activated scripting support..."

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>
2020-04-21 23:04:17 +02:00
theiding 174dcd4b12
typo (#1198)
Signed-off-by: Mark Theiding <mark.theiding@gmail.com>
2020-04-19 19:27:50 +02:00
Jürgen Baginski 6da090fec0
Update sitemap.md section charts (#1191)
I observed that the unique first word in the labels of items charted in a group isn't causing an empty chart anymore. I'm on openHAB 2.5.1.

Signed-off-by: Juergen Baginski opus42@gmx.de
2020-04-11 17:59:36 +02:00
Bjorn Helgaas 97acebc827
Correct typos (#1190)
* Correct usage of its/it's

"It's" is always a contraction of "it is" or "it has".  "Its" is a
possessive.  Correct a few places where they were used backwards.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>

* Correct "Z-Wave" spelling

Per https://www.z-wave.com/, the canonical spelling appears to be "Z-Wave".
Most places use "Z-Wave" already; change the remaining references to match.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>

* Correct typos and grammatical errors

Correct some typos and grammatical errors.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>
2020-04-11 17:43:39 +02:00
jadcx bffe35e08b
Update things.md (#1186)
Amended example code to include using label and location when defining a Thing with a bridge that is defined elsewhere.
2020-04-06 23:55:53 +02:00
Ross Kennedy d10781bd11
Update persistence.md (#1185)
Clarify return objects for max/min rules extensions.

Signed-off-by: Ross Kennedy rossko@culzean.clara.co.uk
2020-04-06 23:54:38 +02:00
Elias H 5d9d8eedce
Update demo URL and add demo.rules URL (#1174)
Based on: https://community.openhab.org/t/demo-setup-missing/94850
Old Link is broken leading to 404.
The link to the demo.rules on github is an extra :)
2020-03-24 10:03:38 +01:00
ljsquare 82069fef67
typo in exambp (#1172)
`Temperature.averageSince(now.minusMinutes(5),"influxdb")`
2020-03-17 20:20:17 +01:00
Ross Kennedy 6d35c55a5f
Added Hotlink from "label" section to "state presentation" (#1167) 2020-03-09 21:01:53 +01:00
Scott Rushworth a7a3c1a673
Added missing preset variables (#1104)
* Added missing preset variables

Signed-off-by: Scott Rushworth <openhab@5iver.com>

* Cleaned up blank lines, fixed table, and added file name for SimpleRule

Signed-off-by: Scott Rushworth <openhab@5iver.com>
2020-02-27 09:48:13 +01:00
jwaes 9fb974e76c
additional example for non default persistence service (#1152)
For me it was confusing how to pass on the serviceId into methods that already had an argument. An extra example is always good.

Signed-off-by: jaco <jaco.waes@gmail.com>
2020-02-19 15:51:58 +01:00
Richard Davies 0bb6bfc634
Slight language corrections (#1150)
I think it reads better this way

Signed-off-by: Richard Davies <rwdrich@gmail.com>
2020-02-19 15:50:42 +01:00
cvdenzen 77695884b6 Update restdocs.md (#1143)
Install REST documentation is under USER INTERFACES tab, not under Misc tab
2020-01-20 19:19:36 +01:00
robertf26 685918cc2e Move restdocs to ui in addons.cfg (#1139)
Since 2.5 rest docs have been moved to ui section. (see https://github.com/openhab/openhab-distro/wiki/openHAB-2.5-Release-Notes#breaking-changes-that-require-manual-interaction-after-the-upgrade)
2020-01-13 20:45:14 +01:00
cat101 6cd16b3fa0 Switch elements cannot have nested groups (#1121)
* Switch elements cannot have nested groups

This is a known issue already mentioned here https://github.com/openhab/openhab-docs/issues/491

* Added sign off

Signed-off-by: Matias Cuenca-Acuna (cat101@somewhere.com)
2019-12-28 19:04:45 +01:00
Jerome Luckenbach d4cc7be27e
Introduced many custom containers. (#1117)
* Refactored multiple 'Note:' occurances.

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

* Small fixes

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-27 16:18:48 +01:00
Miika Jukka de0794ee65 Update Notepad++ user defined languages link (#1108)
Closes #1072

Signed-off-by: Miika Jukka <miikajukka@gmail.com>
2019-12-25 20:01:05 +01:00
Wouter Born 661c450fa7 Update JSR223 docs for renamed automation package (#1097)
All Java classes in the org.eclipse.smarthome.automation package have been moved to the org.openhab.core.automation package.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-12-16 13:00:15 +01:00
mueller-ma d31cdb8581 Add pink and gold to supported colors (#1094)
https://github.com/openhab/openhab-android/pull/1703
https://github.com/openhab/openhab-android/issues/1640#issuecomment-558827596

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-28 12:32:29 +01:00
Richard Koshak 920d97148f Updated the paths to the json schemas (#1087)
I believe I got the URL correct.  The root path to the schemas is https://openhab.org/schemas which is at the same level as the root `docs`. I don't know for sure that the relative path used here will work or not.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2019-11-21 09:46:48 +01:00
mueller-ma 6f22499445 [Sitemaps] Update punctuation (#1086)
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-20 22:09:09 +01:00
mueller-ma cf1b6f7371 [Sitemaps] Update switchSupport Slider parameter (#1085)
The Android app sends `ON` or `OFF`. Depending on the binding, `ON` can stand for "latest non-zero brightness" or for `100`.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-20 19:15:02 +01:00
Jerome Luckenbach 66c3f1df5b
[WIP]Minor updates collection (#1065)
* Add warning badge for usage recommendation

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

* Added a tab example

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

* Added warning badge

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

* Added warning badge

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

* Removed experimental warning.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-10-30 21:51:07 +01:00
Mark Hilbush 82cbb61f9b Add new system profile rawbutton-on-off-switch (#1060)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2019-10-15 20:05:04 +02:00
Markus Storm 1dcfc03e38 Update Things/Item config recommendation (#1055)
* Update Things/Item config recommendation

Seems still some people manage to misread that.

* Update index.md

reworded GUI/files recommendation
as this is a source of problems to most OH users

* Apply suggestions from code review

Co-Authored-By: Jerome Luckenbach <github@luckenba.ch>

* Update index.md

some English-ification (sorry :))

* Added blockqute and newline

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-10-09 17:18:49 +02:00
Christoph Weitkamp 96c0e79195 Update restdocs.md (#1050)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-09-30 12:54:47 +02:00
Ross Kennedy 637d2aa20e Update persistence.md (#1047)
Small clarification regarding use of HistoricItem in rules methods

Signed-off-by: Ross Kennedy rossko@culzean.clara.co.uk
2019-09-29 10:39:49 +02:00
AcHub efe12f24f1 Spelling errors (#1041) 2019-09-09 21:59:54 +02:00
blilleike b52f46a66a Explained Colorpicker for sitemaps (#988) (#1042)
Switched to directly addressing the user (you) instead of "the user".
Added information on behaviour based on what a z-wave rgbw does. 
I think a hue colored lamp behaves similar (not restoring previous brightness).

Signed-off-by: Björn Lilleike <blilleike@incremental.plus>
2019-09-07 10:29:33 +02:00
mueller-ma 1ecc329095 Fix Sitemap color table (#1035)
* Fix Sitemap color table

Fixes #960

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

* Use divs

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

* Update example

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-09-01 15:35:46 +02:00
Thomas Dietrich edd53f9ecf Improve icon name examples (#1037)
* Improve icon name examples

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Update items.md
2019-09-01 15:35:16 +02:00
WardMD90745 d2abc97f48 Corrected bad name to use hyphen (which is not allowed) (#1033) 2019-08-19 21:09:42 +02:00
lolodomo 0b39e869a0 Introduced new implicit variable named newState (#1029)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2019-08-17 09:35:03 +02:00
Holger Friedrich 02448ef218 Update restdocs.md (#1019)
Added documentation for updating the state of contact items using a PUT request. POST does not work for Contact items.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2019-07-28 11:23:15 +02:00
Søren Thorsen c0d08ecb4f When using sendFrequency in Colorpicker, the value should not be in "". If you do you will see this `warning: 2019-07-11 20:57:02.024 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'groundfloor.sitemap' has errors, therefore ignoring it: [31,91]: mismatched input '"20"' expecting RULE_INT` (#1017)
Line 31 from groundfloor.sitemap:
```
Colorpicker item=cinema_led_strip_color label="Cinema LED Strip Color[]" sendFrequency="20"
```

Signed-off-by: Soren Thorsen <st@debian-linux.dk>
2019-07-14 14:18:48 +02:00
Humberto Rodríguez A 6c37c2aed2 Update rules-dsl.md (#1013)
Fix typos and grammar mistakes

Signed-off-by: Humberto Rodriguez Avila <rhumbert@vub.ac.be>
2019-07-14 14:18:28 +02:00
Liket 4b8a1df247 updated recommended EXTRA_JAVA_OPTS (#1012)
Updated EXTRA_JAVA_OPTS to make them consistent with the more up to date recommendation in https://openhab-scripters.github.io/openhab-helper-libraries/Getting%20Started/Installation.html
2019-06-29 22:03:48 +02:00
Rossko57 d28e8adab8 Update persistence.md (#1009)
Clarify usage of * asterisk in persistence strategy configuration.
2019-06-23 13:18:31 +02:00
Marcel Erkel 43f1029c34 Fix typos in items.md (#1005)
Signed-off-by: Marcel Erkel <marcel.erkel@gmail.com>
2019-06-16 09:08:18 +02:00
awesomecogs 61d41b542e Update rules-dsl.md (#936)
Corrected "cron expression" link for time-based trigger to updated Quartz link.
2019-05-18 21:08:24 +02:00
Jerome Luckenbach cea408306b
Removed todo elements in sitemap.md (#959)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-05-18 20:41:47 +02:00
Ryan Johnston 8d0ff52981 Fix 404 links (#978)
Cron link for quartz scheduler has been moved to a new url without a redirect. Suggested fix is to update openhab link.
2019-05-18 11:42:36 +02:00