* Revision. (openhab#1187)
- Update of screenshots, removal of old screenshots
- Chapters for better formatting
- Removal of ZWave chapter (one example of adding things should be enough IMHO)
- Adding items in simple mode and in "manual" mode
Signed-off-by: Sascha Billian <sascha.billian@googlemail.com>
* Use one line per sentence
Signed-off-by: Sascha Billian <sascha.billian@googlemail.com>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
I'm a beginner myself. Though I liked this tutorial very much, it took me some time trying and erroring and finally reading forum posts to get behind this. I didn't even know there was something like a more modern ping. So maybe others are happy to learn this right from the beginning.
In the tutorial, the generic sitemap description says that ItemType has
to be the same as the type defined in default.items.
Looking at
https://www.openhab.org/docs/configuration/items.html#type and
https://www.openhab.org/docs/configuration/sitemaps.html#element-types
this is incorrect as they take different values.
The example is even mislading as `Switch` is one of the only types which
is common between items and sitemaps. Might be better to describe
`Default` instead.
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
* Correct usage of its/it's
"It's" is always a contraction of "it is" or "it has". "Its" is a
possessive. Correct a few places where they were used backwards.
Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>
* Correct "Z-Wave" spelling
Per https://www.z-wave.com/, the canonical spelling appears to be "Z-Wave".
Most places use "Z-Wave" already; change the remaining references to match.
Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>
* Correct typos and grammatical errors
Correct some typos and grammatical errors.
Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>
* Update migration.md
added hint to use Karaf console commands to simulate events in rules
* Update migration.md
* Added newlines
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* 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
* 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>
* Rename collection folders
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Change all occurences of addons and repos
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add further corrections
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Remove temporary directories after processing
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Reduce addons menus, show current uncond.
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Fix typo
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Remove redundant addons from permalinks
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Sort UI menu entries correctly
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Split maven command
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* [demo] Fix non-existent link.
With the old link I get the following browser. I'm not sure the new link in this commit/PR is what is supposed to be:
```
HTTP ERROR 404
Problem accessing /job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-offline/target/openhab-offline-2.0.0-SNAPSHOT.zip. Reason:
Not Found
```
* Deprecated an old demo page.
* Remove obsolete demo page.
No content was added.
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update materialize, remove material-design-icons
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Replace hljs, replace material icons, add rouge style
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* explain lowercase filenames for icons in migration tutorial and item documentation
* reverted changes in item documentation due to PR #250
* included link to items documentation for further details
* Update migration.md
Accepting contribution under the small patch exception.
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Fixed some grammatical errors in tutorial index
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Pesky semicolon...
Signed-off-by: Ben Clark <ben@benjyc.uk>
Resolves#233
Updated the Yahoo Weather Binding example to match the one in the README. In particular removing the reference to "unit" (is that supported any longer?), removing the quotes around the woeid in the thing config, and replacing the "#" with ":" in the Item definition.
Signed-off-by: Richard Koshak <rlkoshak@gmail.com> (github: rkoshak)
Updated the Needed Changes section to use bullet points.
Reworded to remove extraneous information which is not needed for the explanation (e.g. telling the user where the base classes moved to).
The Preview is not showing the bullet points for the base paragraphs and I'm not where I can test it with Jekyll.
Addresses #183
Signed-off-by: Richard Koshak rlkoshak@gmail.com (github: rkoshak)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* adapted demo and migration tutorial to new package types
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* fixed typo
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* fixed another typo
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* Small changes: Added one line intro, rewrote/shortened a sentence that was a bit confusing to a beginner like myself, moved a note up to the section of the document to which it referred (although arguably it could have stayed).
* Fixed link to installation prerequisites
* Fixed Link: 404 on Karaf command reference