* 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>
* 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)
* Updated Section DateTime Item
The program code suggested in the documentation in section "// Convert DateTimeType to Joda DateTime" did not work for me.
@rkoshak proposed two options in this post:
https://community.openhab.org/t/error-timeinmillis-is-not-a-member-of-java-time-zoneddatetime/53079/3
Both worked for me.
I have therefore replaced the existing code with rlkoshak's two options.
* Update rules-dsl.md
Signed-off-by: Rudolf Allgaier <meinpcpostfach@yahoo.de>
* Serial configuration section
Discussed with Kai Kreuzer to have a central place explaining
serial port configuration in openHAB:
https://github.com/openhab/openhab2-addons/pull/2246#discussion_r206528746
Signed-off-by: Sami Salonen <ssalonen@gmail.com>
* Serial configuration section: some review changes
Signed-off-by: Sami Salonen <ssalonen@gmail.com>
* Updating to reflect changes since OH 2 pre release
Adopted the one sentence per line convention used everywhere else in the docs.
Rewrote the paragraph discussing the versions of OH 2 available (Release, Testing, SNAPSHOT). NOTE: the Installation Overview needs to be updated as well.
Removed discussion of offline and online since I don't think that is correct anymore. There is no mention of different offline/online installs in the installation docs.
Tried to make it more clear that the text based instructions are the recommended.
Replaces 1.9.0 with 1.x.0 and replaced 2.0 with 2.x to make the instructions not specific to the version.
Removed the warnings to create the persistence folder when running in Docker. They are no longer necessary.
In necessary changes for Rules, I removed the "core" from the org.openhab imports as there are some users who might be using script imports as well.
Removed references to ESHD and changed them to reference VSCode instead. Solves #775
Signed off by Richard Koshak rlkoshak@gmail.com
* Changed to use $OPENHAB_CONF and $OPENHAB_USERDATA
signed off by Richard Koshak <rlkoshak@gmail.com>
* Replace 'config/' and 'conf/' with '$OPENHAB_CONF/'
Signed-off-by: Wouter Born <eclipse@maindrain.net>
* Replace ${openhab.home} with $OPENHAB_HOME in compatibilitylayer.md
Signed-off-by: Wouter Born <eclipse@maindrain.net>
* Make it more clear that Java 8 is required
Reword to make it more clear that Java 8 is required and all of the newer versions of Java are not currently supported.
Addresses #765
signed off by Rich Koshak <rlkoshak@gmail.com>
This applies to OH 2.3, not sure how to back port it.
While I was here, I also added a warning that if one uses received command, one cannot use ItemName.state and should instead use receivedCommand.
Signed off by Richard Koshak <rlkoshak@gmail.com>
Addresses #758