Commit Graph

1023 Commits (41a3efda913e23c6c98edb4555aab3449106c370)

Author SHA1 Message Date
Hilbrand Bouwkamp 52a8064283 [eclipse] Adapted ide documentation for 2.5.x (#1141)
Updated documentation for 2.5.x development.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-01-20 19:20:59 +01:00
Scott Rushworth b89c4a9319 Corrected and updated logging example (#1144)
Removed example using the + operator for string concatenation, since we should only be recommending parameterized logging. I also removed the string formatting example, since this could cause confusion when using Items with UoM.

Signed-off-by: Scott Rushworth <openhab@5iver.com>
2020-01-20 19:20:43 +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
Christoph Weitkamp 5653044638 Changed "Joda DateTime" to "ZonedDateTime" (#1140)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-01-14 20:55:51 +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
Patrick Fink 4e59edc828 Remove bluetooth from Linux setup docs (#1138)
Documentation was improved and can be found within Bluez Binding docs now

Signed-off-by: Patrick Fink <mail@pfink.de>
2020-01-12 11:53:49 +01:00
Bob A 36ae1750fd Minor fix to code example (#1137) 2020-01-11 19:30:07 +01:00
Hilbrand Bouwkamp 6ac9f36044 Changed related to rename of openHAB2-addons (#1114)
* Renamed references of openhab2-addons to openhab-addons

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>

* Removed legacy ide description

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>

* Fixed links to installing ide

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-01-07 23:38:13 +01:00
Jerome Luckenbach e23bd28e06
Add armbian to sidebar (#1135)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-01-07 23:02:20 +01:00
tmrobert8 60286f2616 VSCode add to setting (#1124)
* Fix start.sh debug command

Signed-off-by: Tim Roberts <troberts@bigfoot.com>

* Added to VSCode settings

Signed-off-by: Tim Roberts <timmarkroberts@gmail.com>

* Added settings.json and references to it

Signed-off-by: Tim Roberts <timmarkroberts@gmail.com>

* Fix typos

Signed-off-by: Tim Roberts <timmarkroberts@gmail.com>
2020-01-07 22:43:42 +01:00
Laszlo Solova 6c3c77ce12 Add troubleshooting section (#1128)
* Add troubleshooting section

Add hints about using USB stick with Docker image.

Signed-off-by: Solova, Laszlo <laszlo@solova.com>

* Pull request fixes

Signed-off-by: Solova, Laszlo <laszlo@solova.com>
2020-01-07 22:40:39 +01:00
Igor Pečovnik a5539cf505 Installation instructions for Armbian (#1119)
* Create armbian.md
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Add files via upload
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Update armbian.md
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-01-06 23:53:48 +01:00
Markkuuss f09d3db5b1 Correction of unit spellings (#1130)
Signed-off-by: Markus Schraufstetter <markus.schraufstetter@gmail.com>
2020-01-06 18:18:04 +01:00
pravussum c237a7f755 add IntelliJ developer setup HowTo (#1127)
* add IntelliJ developer setup HowTo

Signed-off-by: pravussum <pravussum@users.noreply.github.com>
Signed-off-by: Robert Bach <openhab@mortalsilence.net>

* fixed minor formatting issue

Signed-off-by: pravussum <pravussum@users.noreply.github.com>
Signed-off-by: Robert Bach <openhab@mortalsilence.net>
Signed-off-by: pravussum <pravussum@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: Jerome Luckenbach <github@luckenba.ch>
Signed-off-by: Robert Bach <openhab@mortalsilence.net>

* fixed heading hierarchy

Signed-off-by: Robert Bach <openhab@mortalsilence.net>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-01-06 18:17:26 +01:00
Gaël L'hopital 711d04487e Update units-of-measurement.md (#1123) 2020-01-03 18:14:17 +01:00
Mr_Ronfo 6d13507f02 Fixed a broken anchor to Thing lifecycle paragraph (#1120) 2020-01-03 17:37:18 +01:00
Sven Langer 8e16283b29 update security.md (#1122)
* update security.md

added some reverse proxy setting in order make websocket's working again see [NGINX as a WebSocket Proxy](https://www.nginx.com/blog/websocket-nginx/).

...
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
...

After doing this - local openhab installation was able to talk to my private openhab cloud services again (docker:opehab --> internet --> myserver --> docker:nginx proxy --> docker:myopenhab-cloud-service)

Signed-off-by: Kekspackung <github.sven@kekspackung.de>
Signed-off-by: Kekspackung <45968725+Kekspackung@users.noreply.github.com>

* Added tabulation

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-01-03 17:35:23 +01:00
vzorglub f49f20edef Added cubic metre (#1125) 2020-01-03 16:24:36 +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
Mr_Ronfo faf4bb1b51 Corrected "adding dependencies" link (#1118)
Previous one was returning http 404
2019-12-27 16:17:10 +01:00
Jerome Luckenbach 58638a97c1
Removed priority label token
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-27 14:28:30 +01:00
jimtng 32aeac59d4 [exec-action] Clarify the use of @@ for executeCommandLine action (#1113)
* [exec-action] Clarify the use of @@ for exec command line

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

* [exec-action] provided an example for both the simple case and one with space.

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

* [exec-action] Split paragraph.

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

* Fixed one line per sentence

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

* Added custom container

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-27 14:15:08 +01:00
Stewart Cossey fc2ae61a00 Update Unit of Measurements with new Units from openhab-core (#1036)
* Update Unit of Measurements with new Units from openhab-core SmartHomeUnits class.

Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>

* Update UoM documentation to include binary prefixes and some additional tweaks.

Add Binary Prefixes table.
Change some unit text styling.
Change prefix Value column to Factor.
Tweak some formatting.
Modify a sentence to mention BinaryPrefix.

Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>

* Add mm/h notation.

Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>
2019-12-27 13:57:47 +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
Jerome Luckenbach d4aed208db
Refactor concepts/categories.md page. (#1103)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-25 19:59:21 +01:00
Christoph Weitkamp b714008d16 Added information about i18n of Discovery Results (#1109)
* Added section about "Internationalization of Discovery Services"

- Added section about "Internationalization of Discovery Services"

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Added section about "Discovery Results"

- Added section about "Discovery Results"

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Update developers/utils/i18n.md

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Update developers/utils/i18n.md

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-12-25 19:43:10 +01:00
Miika Jukka e8bcb882d2 [nginx]Diffie-Hellman key size (#1111)
Lower the key size for faster generation of key and change note accordingly

Closes #1110 

Signed-off-by: gitMiguel <miikajuka@gmail.com>
2019-12-25 19:40:00 +01:00
jimtng aa23558e80 [http-actions] Add documentation on new Http actions with headers (#1112)
* [http-actions] Add documentation on new Http actions with headers

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

* [http-actions] Add an example for HTTP action

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

* [http-actions] Simplify example

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2019-12-25 19:36:16 +01:00
Christoph Weitkamp e82b539c6f Configuration Admin Service: Added nullness annotations in examples (#1105)
* Added nullness annotations

- Added nullness annotations
- Applied formatter
- Fixed example code

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Improved Hint

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-18 22:28:27 +01:00
Richard Koshak 31537a2f04 Clarification for where to look for other examples (#1107)
It was brought to my attention that the sentence on line 278 was not clear. I've rewritten it to address the confusion.

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
2019-12-18 22:15:39 +01:00
Miika Jukka 0ec26ea249 Fix link in binding development section (#1106)
Fix link to contributing.html by removing a subfolder.

Signed-off-by: Miika Jukka <miikajukka@gmail.com>
2019-12-18 22:14:38 +01:00
Christoph Weitkamp cececf35a3 Added information about 'ItemStatePredictedEvent' and 'GroupItemStateChangedEvent' (#1100)
- Added information about `ItemStatePredictedEvent` and `GroupItemStateChangedEvent`
- Applied some linter

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-12-16 20:39:50 +01:00
Daniel Weisser 3a001d850b Fix typo (#1099) 2019-12-16 20:31:17 +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
Ben Clark b78bad4286 Update manual systemd configuration (#1095)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-12-16 12:59:30 +01:00
jimtng 048b1676c2 Fixed one typo "Sting" in HTTP Action (#1096) 2019-12-16 12:59:06 +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
Jerome Luckenbach 1e596ec5cb
Add labeler action from github
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 22:09:56 +01:00
Jerome Luckenbach 3b5f9f1bef
Delete labeler.yml
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 22:06:46 +01:00
Jerome Luckenbach 90f5805c18
Update label definitions
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 21:49:08 +01:00
Jerome Luckenbach 65784d786c
Update labeler.yml
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 21:25:54 +01:00
Jerome Luckenbach dc1419f48a
Fix label definitions and cron. (#1093)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 20:00:34 +01:00
mueller-ma ee506dfdae Add JsonPath icon (#1092)
and remove some unneeded x-bit

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-26 11:57:07 +01:00
Jerome Luckenbach 17a3424ec3
Add automatic pr labeling through github actions. (#1089)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-25 18:54:13 +01:00
Michael Geramb 9ad20d39a5 amzonechocontrol binding logo (#1088) 2019-11-21 21:47:26 +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
Christoph Weitkamp 846cdcc28b Added an example for "Contructor Injection" (#1078)
- Added an example for "Contructor Injection" to reference a service

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-11-18 19:57:10 +01:00