* 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
* items.md: override labels
Added information about how to override label text and state representation on sitemaps.
Signed-off-by: Josua Arndt <josuaarndt@live.de>
* Typos
* Add item override example
Signed-off-by: Josua Arndt <josuaarndt@live.de>
* Added UoM link
Signed-off-by: Josua Arndt <josuaarndt@live.de>
* Update code fences and example comments
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* First deletions and adaptions of README.md.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Started new introduction.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Reworked external content area and versioning area.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Improve README.md further
Signed-off-by: Yannick Schaus <github@schaus.net>
* One sentence per line.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Clarify Contact
I spent hours trying to find the problem, as I was trying to send a command to a contact. I think it should be mentioned a contact item only accepts status, and the 'CommandType' should be renamed OpenClosed with a D as the status is in fact CLOSED and not CLOSE. Less confusing this way.
* Update items.md
Sign off from PR comment:
Signed-off-by: Bas Stronks bas.stronks@gmaill.com (github: DomQuixote)
* Reverted concept changes to make pr ready for merge.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Revert really everything
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>