Commit Graph

201 Commits (faf4bb1b51f672a7e2fa787af52217d4bbd18e34)

Author SHA1 Message Date
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
Richard Koshak b010c80616 Change description of System started description (#979)
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
2019-05-18 11:40:39 +02:00
mueller-ma 88ccc6b58b Sitemaps: Fix links (#949)
* Sitemaps: Fix links

And change "openHAB Android App" to "openHAB App for Android"

> "Android", or anything confusingly similar to "Android", cannot be used in names of applications or accessory products, including phones, tablets, TVs, speakers, headphones, watches, and other devices. Instead, use "for Android".

from https://developer.android.com/distribute/marketing-tools/brand-guidelines?hl=en

* Fix BasicUI Link
2019-05-03 18:48:23 +02:00
Christoph Weitkamp e0b4723789 Added documentation about more new profiles (#957)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-05-02 20:47:40 +02:00
mueller-ma 1c10caf290 Fix link anchor in Items (#948) 2019-04-24 17:34:35 +02:00
Scott Rushworth 52090ae565 Update script load order (#943)
Signed-off-by: Scott Rushworth <openhab@5iver.com>
2019-04-21 09:28:27 +02:00
Gaël L'hopital 74f75c8004 Adding documentation for timestamp-update and timestamp-change profiles. (#941)
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2019-04-16 21:24:07 +02:00
Scott Rushworth 76c8f08c35 Added warning and small updates (#927)
I did some tidying up, corrected some of the classes that changed due to the ESH reintegration, and added a warning about using anything other than the official APIs (requested here... https://github.com/openhab/openhab-core/pull/663#issuecomment-478233196).

Signed-off-by: Scott Rushworth <openhab@5iver.com>
2019-04-09 21:36:11 +02:00
JMacIV 6f6805982d Small typo fix in Manipulating Item States (#928)
Signed-off-by: John McMillan <johnmcmillaniv@gmail.com>
2019-04-05 23:59:20 +02:00
jswim788 8212f78240 Update restore state on restart documentation (#921)
See discussion with rossko57 here: https://community.openhab.org/t/nightmare-stop-oh2-turning-on-my-relays/70016/15
Update "Restoring Item States on Restart" to give an example of two Items instead of all Items. Generally restoring all states has led to issues, so it is better to guide users to restore specific Items.

Signed-off-by: John Schmitz jswim400im@gmail.com
2019-03-17 19:37:49 +01:00
David Gräff cd9c81d8f6 Rules: Replace placeholder with ESH text (#893)
* Rules: Replace placeholder with ESH text

This is a first step in improving the NG Rules page.
In a follow up PR this is split up into a technical part and a user part and https://community.openhab.org/t/experimental-next-gen-rules-engine-documentation-2-of-installation/55955 need to be integrated of course.

Signed-off-by: davidgraeff <david.graeff@web.de>

* Update rules-ng.md

Fix http->https

* Update configuration/rules-ng.md

Co-Authored-By: davidgraeff <david.graeff@web.de>

* Update rules-ng.md

This is no longer a pure copy. I have broken down some super long sentences and reformulated some paragraphs.

* Update rules-ng.md

Incorporate suggested changes and fixed typo
2019-02-15 22:46:48 +01:00
Jürgen Baginski a8162cc878 Update things.md to show Channel Definitions (#891)
* Update things.md to show Channel definitios

Added the Channel definition part from Eclipse Smarthome.
Points to be discussed:
-Is it still OK to use YahooWeather as an example?
-ESH described three! possible ways to define a State Channel (with or without "State" and with "Type". I rather show/describe only the last one, since it could be used for all except the Trigger Channels.
-Never worked with Trigger Channels (working at all? / Needed?...)

* Done all requested changes
Signed-off-by: Juergen Baginski opus42@gmx.de (github: JueBag)

* Small newline fixes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-02-03 19:09:16 +01:00
Jürgen Baginski 464fb041ce Update Things.md in order to show exampels for file created things an… (#888)
* Update Things.md in order to show exampels for file created things and bridges
Signed-off-by: Juergen Baginski opus42@gmx.de (github: JueBag)

* Update configuration/things.md (Accept PR Suggestions)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-Authored-By: JueBag <opus42@gmx.de>
2019-02-01 15:21:46 +01:00
Scott Rushworth 54380c49ba Updated download link and supported version (#882)
Signed-off-by: Scott Rushworth openhab@5iver.com (github: openhab-5iver)
2019-01-24 18:51:54 +01:00
Jerome Luckenbach eb6e98a06b
Quick spelilng fix. (#879)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-23 21:32:53 +01:00
Markus Lipp 428452ce7f Fix links (#865)
* Fixed links in uis.md

Multiple dead links fixed

* Fix links

multiple links to addons page fixed

* Delete reference to non-existing doc page

Reorg of docs made the referenced chapter obsolete

* Fixed multiple links

various links fixed

* Fixed links

links to section addons fixed
Deleted reference to yahooweather binding (now obsolete) as example for binding that requires manual thing definition.

* link fixed

link to addons section fixed

* fixed link

fixed link to UI selection screen

* Fix link

Fixed link to addons section

* Fix links, update example

Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)

Links to addon section and others fixed.
Old example using the now obsolete Yahooweather binding has been replaced with an example using the network binding

* delete link habpanel.md

Deleted inexisitng link

* Fix links index.md

Fixed links

* Fix link sitemaps.md  (code review)

* Update installation/windows.md (Code review)

Co-Authored-By: LightIsLife <lipp.markus@gmail.com>

* Fix typo migration.md (Code review)

* Fixed typo migration.md (code review)

* Update qnap.md
2019-01-15 19:18:58 +01:00
Yannick Schaus 573a938622 Fix mixed content checks (#874)
Change 2 YouTube images served over HTTP
as detected by the Netlify check.

Signed-off-by: Yannick Schaus <github@schaus.net>
2019-01-14 21:51:22 +01:00
Jerome Luckenbach ae90389d40
Refactoring of nearly all markdown tables. (#869)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-13 14:25:05 +01:00
Jerome Luckenbach 69175e38d0 Fixed backticks in rules-dsl.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-13 11:54:14 +01:00
Markus Lipp a115ed0312 Clarify rules-dsl.md (#868)
Added language to clarify that sendCommand can trigger rules with received update trigger

Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)
2019-01-13 11:49:55 +01:00
Scott Martel 96e6468efe typo in documentation (#857) 2019-01-09 09:15:22 +01:00
Florian c7fe625c73 Add minValue, maxValue and step to slider documentation (#855)
This is a new feature in ESH, added with PR #6777.

Signed-off-by: Florian <florian.schmidt.welzow@t-online.de>
2019-01-08 18:57:22 +01:00
Martin Herbst 7e73347d2d Add note regarding correct encoding of text files (#837)
See also: https://github.com/eclipse/smarthome/issues/6630 

Signed-off-by:: Martin Herbst <develop@mherbst.de>
2018-12-30 16:40:38 +01:00
Patrick Fink a9b2469c8e Fix Profile examples (#835)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-12-30 16:39:59 +01:00
Christoph Weitkamp ed3d0e8a11 Added description of 'receivedEvent' variable for channel-based triggers (#830)
- Added description of 'receivedEvent' variable for channel-based triggers

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-12-19 07:43:25 +01:00