Commit Graph

883 Commits (5348b22a2c05e49454ad4d0e03a489fc44ce0702)

Author SHA1 Message Date
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
Markus Lipp c119eee26d Fix typos in introduction.md (#866)
Multiple typos fixed
2019-01-13 11:49:17 +01:00
Jerome Luckenbach 788286b34a Merge branch 'master' of https://github.com/openhab/openhab-docs 2019-01-12 21:01:52 +01:00
Yannick Schaus 07857127e3
Cosmetic CSS changes in intro
Signed-off-by: Yannick Schaus <github@schaus.net>
2019-01-12 19:22:08 +01:00
Markus Lipp 36d1626bc7 Introduction: add .html to links, add logo (#862)
Also-by: Yannick Schaus <github@schaus.net>
Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)
2019-01-12 18:11:55 +01:00
vzorglub 59c40c6249 Added transformation service installation info (#861) 2019-01-12 16:23:44 +01:00
Markus Lipp 587bc2ecfc Update introduction.md (#850)
* Update introduction.md

Provide entry-user level friendly introduction with a step-by-step introductions of Concepts, principles and first steps.
fixes #845 
fixes #849 
only partially considers #838 
Signed-off-by: Markus Lipp <lipp_markus@gmail.com> (github: LightIsLife)

* Clarify Raspi version and remove duplication. 

Clarification added that Raspberry Pi Version 2  or 3 are most suitable for beginners. Some duplication removed.

* Fix language as per PR discussion

Addresses comments and language improvements from:
https://github.com/openhab/openhab-docs/pull/850#issuecomment-451813748 (multiples)
https://github.com/openhab/openhab-docs/pull/850#issuecomment-451867353 (highlighting Raspi limitations: SD card and limited RAM)

* minor language update.md

changing "main" to "potential" when referencing  limitations of Raspberry PIs

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

* Fix spelling and remove double-spaces

* Address review comments

Only section left unchanged is that for bindings. While add-ons contain more elements, it was deliberately kept simple and focuses on bindings only. Existing text highlights that corresponding table is oversimplified and incomplete.
2019-01-12 11:45:46 +01:00
kobold81 90e58121aa Update linux.md (#843)
* Update linux.md

* Signed-off-by: Marc Schumacher marc-schumacher@gmx.de (github: kobold81)

* removed empty line

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-12 11:42:01 +01:00
Wouter Born 964199a6fa Update Docker installation documentation (#856)
* Remove --user option which should not be used because it causes permission issues
* Remove unnecessary --tty option when running as service, nowdays the container will be started in server mode when there is no tty
* Update list of default environment variables
* Correct Ubuntu 16.1 to 16.04
* Nest 1.x binding uses .java whereas Nest 2.x binding does not

Signed-off-by: Wouter Born <eclipse@maindrain.net>
2019-01-09 09:31:40 +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
vzorglub 5acd79fd3c Changed smarthome:script (incorrect syntax) (#854)
By the way, it doesn't work
**test.script**
```
logInfo("TEST", "SCRIPT")
```

`openhab> smarthome:script test.script`
```
 ___ test.script
   The method or field test is undefined; line 1, column 0, length 4
```
2019-01-07 19:13:54 +01:00
crxporter 0531f2e759 Changed Zulu table link (#848)
Link previously pointed to non java 8 download links. Changed to the same link as the above mentioned download link.
2019-01-06 00:16:29 +01:00
crxporter 9e045ef98e Changed Zulu table link (#847)
Link previously pointed to non java 8 download links. Changed to the same link as the above mentioned download link.
2019-01-05 23:59:43 +01:00
vzorglub 3ebc334b70 Added note in Http Actions about timeout parameter (#844) 2019-01-04 15:48:06 +01:00
MyRaceData 1475a17afb Replace old cloudbees.com snapshot link (#841)
* Replace old cloudbees.com snapshot link

Replace the old link for the snapshot at cloudbees.com with new link https://ci.openhab.org

* Fix links to snapshot build and latest build

Edited two links on line 90 and line 157 to snapshot builds which used to link to https://openhab.ci.cloudbees.com/job/openhab-linuxpkg/
which will now link to https://ci.openhab.org/job/openhab-linuxpkg/

Edit one link on line 514 to latest build which used to link to https://openhab.ci.cloudbees.com/job/openHAB-Distribution/
which will now link to https://ci.openhab.org/job/openHAB-Distribution/
2019-01-01 14:03:23 +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
Patrick Fink 9c1fd1f6aa Fix typo (#828)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-12-17 00:26:06 +01:00
Pander 1210b67c7e added withings logo and improved 14 logos (#827) 2018-12-16 20:42:39 +01:00
Yannick Schaus c47db236d1 Fix syntax error (#826)
Prevents `{{base}}` from being replaced by the website prepare-docs script.
2018-12-16 09:06:22 +01:00
Patrick Fink 7d271b8d8f Add initial documentation for profiles (#798)
* Add initial documentation for profiles (WIP)

Signed-off-by: Patrick Fink <mail@pfink.de>

* Style guide compliance

Signed-off-by: Patrick Fink <mail@pfink.de>

* Convert profile descriptions into a table and add `rawbutton-toggle-switch` Profile

Signed-off-by: Patrick Fink <mail@pfink.de>

* Add missing profiles

Signed-off-by: Patrick Fink <mail@pfink.de>

* Proofread

Signed-off-by: Patrick Fink <mail@pfink.de>

* Add profile usage example

Signed-off-by: Patrick Fink <mail@pfink.de>

* Style improvements

Signed-off-by: Patrick Fink <mail@pfink.de>

* Improve offset description

Signed-off-by: Patrick Fink <mail@pfink.de>

* Improve syntax scheme

Signed-off-by: Patrick Fink <mail@pfink.de>

* Removed double sentence

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-12-16 09:04:34 +01:00
Angelos Fountoulakis 484cd53e30 Update logging.md to exclude FATAL level (#821)
Remove Log Level `FATAL` since it does not exist in Karaf 4.x
Ref: http://karaf.apache.org/manual/latest/#_log4j_v2_support
It does exist as a standard log level built-in to log4j2 (https://logging.apache.org/log4j/2.x/manual/customloglevels.html) but it is not available on Karaf.

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
2018-12-05 20:38:03 +01:00
Dmitry Kann 90ff8b7b04 More straightforward example rules_refresh.sh (#820)
* More straightforward example rules_refresh.sh

* Use environment var for config directory location

Signed-off-by: Dmitry Kann <yktooo@gmail.com> (github: yktoo)
2018-12-04 06:54:07 -05:00
Rossko57 018079c083 Update items.md (#799)
* Update items.md

extra detail for numeric dynamic icons

* Update items.md

Okeydoke, I have suggested a similar form of words

* Update items.md

akk, typo fixed.  Also tidied blank line.
2018-12-01 22:18:32 +01:00
Christoph Weitkamp 61222b4de1 Update items.md (#819)
- Fixed links to bindings.

Signed-off-by: Christoph Weitkamp github@christophweitkamp.de
2018-12-01 22:16:50 +01:00
vzorglub 039399b080 Update sitemaps.md (#818)
Corrected spelling typo
2018-12-01 11:01:11 +01:00
cubistico 0e418f75c2 Update editors.md (#816)
* Update editors.md

Added BBEdit to the list

Signed-off-by: Metin Savignano ms@savignano.net (github: cubistico)

* Update editors.md

Added BBEdit to the list, added a new line

Signed-off-by: Metin Savignano ms@savignano.net (github: cubistico)
2018-11-21 23:04:17 +01:00
Kai Kreuzer 7025478f0a
added further add-on references 2018-11-20 18:38:34 +01:00
Angelos Fountoulakis f183788dc2 Update Logging article, log4j2 (#814)
* Update Logging article, log4j2

Closes https://github.com/openhab/openhab-docs/issues/476 (yes, 1 year later 👍 )

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Further updates on logging.md

[!] Changed the introductory text in section `#defining-what-to-log`
[!] Split the text in section `#defining-what-to-log` to one line per sentence
[!] Minor cosmetic improvements

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Removed unnecessary blank lines

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-11-19 13:00:40 +01:00
mimo74 64ef885302 fix: Link to "How to contribute" (#811)
fix: Link to "How to contribute"
2018-11-16 18:13:44 +01:00
Benjamin Ewert 4324c47ec5 fixed typo (#812)
Fixed a typo in the stopping command in section "Updating the Image"
2018-11-16 18:13:08 +01:00
Dimitar Ivanov b2d29ca071 Refreshed the information about the Prosyst OSGi framework, which is renamed to Bosch IoT Gateway Software. (#806)
Signed-off-by: Dimitar Ivanov <dstivanov@gmail.com>
2018-11-12 20:17:05 +01:00
Angelos Fountoulakis 57a3c45aac Update Azul Docs Link (#810)
Closes: https://github.com/openhab/openhab-docs/issues/809

Super minor update

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
2018-11-11 00:51:22 +01:00
Markus Storm 0d807829bc minor clarifications to Thing/Items config (#807)
* minor clarifications

* "*" => "R" for recommended options

* bad link to Homebuilder

* Update index.md

* wording improved

Signed-off-by: Markus Storm markus.storm@gmx.net (github: mstormi)
2018-11-09 18:42:46 +01:00
Filippo Fontanelli 26c10bef12 Fix typos link to reference (#805) 2018-11-05 20:53:05 +01:00
Filippo Fontanelli 438d6a34b3 Fix typos on file path (#804) 2018-11-05 20:52:50 +01:00
Patrick Fink 9790080a23 Increase recommended JDK revision (#802)
see openhab/openhab2-addons#4013

Signed-off-by: Patrick Fink <mail@pfink.de>
2018-11-05 20:52:35 +01:00
Patrick Fink 140ec8358b Delete deprecated features section (#801)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-11-05 20:52:21 +01:00
Kai Kreuzer 5f1e1ca743 Create LICENSE (#796)
* Create LICENSE

Fixes https://github.com/openhab/openhab-docs/issues/794

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* Update LICENSE

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-10-23 09:45:46 +02:00
Jerome Luckenbach 2086e1e9e0
Removed old url (#793)
Signed-off-by Jerome Luckenbach <github@luckenba.ch>
2018-10-22 19:46:49 +02:00
Patrick Fink 227196c739 Fix indent and section names in binding config (#795)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-10-22 19:39:13 +02:00
Sinclair-John cc01c8f81d Fix typo (#791)
Add missing "
2018-10-20 09:31:40 +02:00
vzorglub e30c8bf5eb Corrected typo (#792) 2018-10-20 09:31:02 +02:00
Hilbrand Bouwkamp a3940c1097 Updated docs to reflect use of annotation is preferred. (#790)
Closes #610

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2018-10-16 19:56:36 +02:00
Leroy Förster f03cd1ff75 Fix math for converting ColorItem HSBTypes to RGB (#743)
Added a step to divide by 100, changed 16^2 to 2^16-1 and fixed the example.

Signed-off-by: Leroy Förster <gersilex@email.com> (github: gersilex)
2018-10-15 19:04:50 +02:00
Jerome Luckenbach f67a050893
Removed GuessMainPID. Closes #746 (#789)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-10-15 17:56:19 +02:00
patmalcolm91 bafa211635 Update sitemaps.md (#787)
Fixed two minor typos.
2018-10-14 11:34:24 +02:00
elite123 c6e08ab111 Fixed contributing link (#786) 2018-10-14 11:33:30 +02:00