Commit Graph

146 Commits (main)

Author SHA1 Message Date
Tom5990 4d403f9fa9
Update pages_intro.md (#1575)
Spelling error
2021-05-18 22:12:30 +02:00
wn2012 19c20ffef3
comma added (#1571) 2021-05-18 22:03:46 +02:00
wn2012 3caba9dcbf
spelling fixed (#1570) 2021-05-18 21:43:54 +02:00
Ethan Dye 0865d9c102
Optimize all png images using zopflipng (#1555)
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-04-27 21:00:55 +02:00
Senne Croughs 8cf80f04e3
Typo in Properties Tab section (#1534)
Typo in the "Properties Tab" section. represneted should be represented.
2021-04-19 21:22:44 +02:00
Felix bd99fdfd4e
typo fix (#1536)
* typo fix

* typo fix 2

typo fix 1 introduced it's own typo - which is now also fixed

* typo fix 2

typo fix 1 introduced it's own typo - which is now also fixed
2021-04-14 21:27:49 +02:00
Bob A da2b8a2842
Update item_widgets.md (#1527)
* Update item_widgets.md

Signed-off-by: Bob Adair <bob.github@att.net>

* Additional fixes

Signed-off-by: Bob Adair <bob.github@att.net>
2021-03-28 10:43:37 +02:00
Bob A 2dd4a479ce
Update custom_widgets.md (#1526)
Signed-off-by: Bob Adair <bob.github@att.net>
2021-03-27 21:34:08 +01:00
Richard Koshak bb41f8eb27
Added emphasis that not all Items and Groups belong in the model and how to manage Items outside the model. (#1522)
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2021-03-24 20:09:09 +01:00
Bob A 5998e996fd
Minor edits to auto_overview.md (#1517)
Signed-off-by: Bob Adair <bob.github@att.net>
2021-03-20 21:39:00 +01:00
Bob A c59a70e978
Update pages_intro.md (#1516)
Minor edits and corrections.

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-20 21:37:04 +01:00
Gareth Western 8342e48fab
Fix a couple of minor typos (#1518)
Just a couple of minor typos
2021-03-20 21:31:44 +01:00
Richard Koshak f8225251a8
Getting started UI Pages (#1503)
* Added intro to Pages

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added Overview tabs tutorial page

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added item  widget customization page

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added custom widgets page

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Corrected page formatter

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Removed some : to keep the parser from misinterpreting it as YAML

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Changes to make markdownlint happy

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Corrected minor typos, fixed table

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Fixing typos.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Typos and minor edits, fixed linting error

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Typos and minor edits, added section on column widths

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added new pages to sidebar

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Updating the toc on the index page

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Fixed title

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* sneaking in one last change, making the page titles more consistent

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Updates to address review of first two pages.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Addressing comments.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Retyped line with hidden characters.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Fix typo

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-19 09:28:47 +01:00
Jerome Luckenbach b5ebf3e2f1
Fix markdown errors. (#1512)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-15 17:23:17 +01:00
Christoph Weitkamp de47ad7adf
Added documantation about Semantics features in Rules (#1500)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-02-28 14:14:26 +01:00
Jerome Luckenbach ae9bdd76ec
Fix Markdown. Remove Jenkins base tags. (#1497)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 21:08:19 +01:00
Eiko Wagenknecht fb1e0f8b7a
Update semantic model badge tables (#1495)
The tables were wrong and confusing. I fixed the errors (reverse engineered from code), merged them into one, streamlined it so it shows the three relevant columns "Equipment", "Point" and "Property".

Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
2021-02-23 20:15:51 +01:00
Mike Kolcun f7567062be
Small clarification in modeling equipment section (#1475)
Signed-off-by: Mike Kolcun <mike.kolcun@gmail.com>
2021-01-30 14:00:40 +01:00
Wouter Born 6bf5bf026b
Update links to target "main" branches (#1460)
* Update links to target "main" branches

Signed-off-by: Wouter Born <github@maindrain.net>

* Update process_file.rb

Signed-off-by: Wouter Born <github@maindrain.net>

* Update for all other repos too

Signed-off-by: Wouter Born <github@maindrain.net>
2021-01-20 20:32:07 +01:00
Jerome Luckenbach 8e18bc0674
Replace local urls with inline code. Change one occurence to openhabian. (#1450)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-13 21:12:34 +01:00
Jerome Luckenbach ec6c80dbdf
Add fixes from markdownlint-cli (#1442)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-11 19:33:40 +01:00
Jerome Luckenbach a3260307b0
Fix linter errors. 🔧(#1437)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 19:47:15 +01:00
Jerome Luckenbach d509fe56d6
Apply bulk automated corrections. 🔧(#1433)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:50:59 +01:00
Jerome Luckenbach e879ad83b3
Markdown linting bulk fix (#1432)
* Improved markdown linter settings

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

* Bulk fix for several markdown errors.

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

* Remove Paper UI from Json DB.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:09:30 +01:00
scatterthought cddcab609a
Update first_steps.md (#1412)
* Update first_steps.md

I don't think the "Log into the dashboard with an existing user" section is necessary in the First Steps, since the user is already logged in after creating an administrator and there are no other existing users. It might confuse people thinking that they're missing something, when they're already logged in. I'd suggest cutting this section (is "logging into the dashboard" covered anywhere else?) and skip right to "Initial Settings".

When I try to space out the images, some of them disappear in the preview. I'm not sure what I'm doing wrong.

* Update first_steps.md

Updated to put each sentence on a separate line.

I also rewrote the "Log into the dashboard" section to simplify it for new users, while keeping the note that additional users can only be created via the console.

Signed-off-by: Russell Wong, russ@scatterthought.com (github: scatterthought)
2021-01-08 17:04:58 +01:00
Garth Bushell c82c1552fa
Add types needed to enable badges/Measurements (#1419)
equipment

Signed-off-by: Garth Bushell <garth@garthy.com>
2021-01-06 21:15:10 +01:00
clinophobic f2726d36c0
Update model.md (#1411)
* Update model.md

Initial pr by @clinophobic 

* Add original picture as file and replace the old one.

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-03 20:38:34 +01:00
Tomasz Szambor 9b5503f148
Link to concepts section fixed. (#1404)
* Link to concepts section fixed.

The {base} part of the link to 'Concepts' section seems to already include /doc in its path, thus directing the user to /docs/docs/... path (specifically https://www.openhab.org/docs/docs/concepts/index.html), whereas the proper link should be https://www.openhab.org/docs/concepts/.

* Update tutorials/getting_started/things_simple.md

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-31 11:13:06 +01:00
Michael Rossner 4915bf308f
Update model.md (#1397)
* Update model.md

Small changes to make the text match the items in the pictures.

* Update tutorials/getting_started/model.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-30 10:10:04 +01:00
dido77-arduino 0aeb113360
Update persistence.md (#1394)
Typo
2020-12-28 09:19:53 +01:00
Matthew Skinner 37b8a30dc3
Update New User tutorials first page. (#1381)
* Update index.md

I felt it was a bad situation that the first thing we hit a brand new user with on the very first page is the confusing situation of TEXT VS UI. Hence the change to encourage users to skip ahead.
Great to have it for V2 users upgrading, but confusing for the brand new user with zero openHAB experience.

Added links and reworded to make it more personal through the use of 'you' instead of 'the user'.

Signed-off-by: Matthew Skinner <matt@pcmus.com>

* Change from skip to come back later.


Signed-off-by: Matthew Skinner <matt@pcmus.com>

* fixes.


Signed-off-by: Matthew Skinner <matt@pcmus.com>
2020-12-27 14:00:50 +01:00
Keven6077 d6ac757522
correct sentence in model.md (#1385) 2020-12-26 20:00:39 +01:00
Scott Hraban 5e09b6f9b6
Fix typo ("anda" --> "and a") in "Getting Started" (#1373)
Signed-off-by: Scott Hraban <scotthraban@gmail.com>
2020-12-24 09:43:13 +01:00
yab-bay 3dfb7236a0
just a typo fro / for (#1363)
gave me a chance to try editing a doc
2020-12-22 13:10:14 +01:00
Bob A b5988142b2
Edits to things_advanced.md (#1358)
Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-22 07:48:06 +01:00
Bob A d640d6d63f
Edits to things_intermediate.md (#1357)
Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-22 07:30:30 +01:00
Jerome Luckenbach a784207ca8
Improvements to the beginner tutorial (#1356)
* Improvements to the beginner tutorial.

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

* Move tutorial sidebar (nearly) to the top.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 18:38:22 +01:00
Jerome Luckenbach 858701a7f2
Secure links should be standard, where available. (#1354)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 10:13:16 +01:00
Bob A 41f0a66d2b
Edits to Adding Things Simple page (#1352)
* Edits to Adding Things Simple page

Signed-off-by: Bob Adair <bob.github@att.net>

* Update tutorials/getting_started/things_simple.md

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 08:46:01 +01:00
Bob A 203b065784
Edits to Persistence page in getting_started (#1351)
Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-21 08:45:35 +01:00
Bob A 4fb7474980
Edits to model page in getting_started tutorial (#1350)
* Edits to model page

Signed-off-by: Bob Adair <bob.github@att.net>

* Update tutorials/getting_started/model.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 08:44:32 +01:00
Richard Koshak f0738563ff
[WIP] Getting started tutorial (#1304)
* Removed old no longer needed images

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added intro and first steps.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added getting starte to concepts, updated build file

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added Getting Started to Concepts, updated build file

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Fixinf the build

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Still trying to fix the build

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added Thing - Simple page

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Separated sentences.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added things Simple to index

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added Things Intermediate

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added Things Advanced page.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added Model page.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added Persistence - Please review

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Update .vuepress/docs-sidebar.js

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

* Fixes for a working preview build and existing conflicts.

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

* Fixed wrong image reference.

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

* Fix all hyperlinks due to build folder movements.

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

* Fix page lin kand test different style for page navigation.

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

* Fix model. Reintroduce sidebar.

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

* Remove manual navigation links. Improve sidebar.

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

* Edits to tutorial index.md

Minor edits to wording.

Signed-off-by: Bob Adair <bob.github@att.net>

* Refactor first steps with new setup wizard screenshots.

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

* Edits to first steps page

Signed-off-by: Bob Adair <bob.github@att.net>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Bob A <bobadair@users.noreply.github.com>
2020-12-20 21:18:18 +01:00
Jerome Luckenbach 6c7a1df902 Merge branch 'pr/rkoshak/1300' into main
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-10 17:14:03 +01:00
Rich Koshak d9b06869c6 Removed the beginner's tutorial.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2020-12-09 15:05:43 -07:00
Rich Koshak 4c80d54ddd Removed the never completed advanced tutorial
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2020-12-09 15:05:40 -07:00
Rich Koshak 9c0f00ba47 Removed the 1.x to 2.0 migration tutorial
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2020-12-09 15:05:33 -07:00
Rich Koshak 42d289d924 Removed references to old tutorials, updated lanaguage a bit.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2020-12-09 15:05:32 -07:00
Yannick Schaus d72156a6c0
Merge 2.5.x into main (#1266)
* Update README (2.5.x) (#1153)

Change branch name.

Signed-off-by: Yannick Schaus <github@schaus.net>

* Update items.md (#1156)

* Added var and VA units to UoM (#1146)

VA (Volt-Ampere - apparent power) and var (Volt-Ampere reactive) are used to measure power and energy consumption in AC circuits.


Signed-off-by: Nagy Attila Gabor <mrbig@sneaker.hu>

* Fix filepath to keystore (#1148)

Default openHAB userdata environment variable should be `$OPENHAB_USERDATA`, not `$USER_DATA` shouldn't it? At least, this is the default on my fresh openHABian and also the most popular variant to find in the docs.

* Slight language corrections (#1150)

I think it reads better this way

Signed-off-by: Richard Davies <rwdrich@gmail.com>

* additional example for non default persistence service (#1152)

For me it was confusing how to pass on the serviceId into methods that already had an argument. An extra example is always good.

Signed-off-by: jaco <jaco.waes@gmail.com>

* Adding 12 new logos for OH Add-Ons page on website (#1158)

Signed-off-by: bracklanna bracklanna@users.noreply.github.com

* Added missing preset variables (#1104)

* Added missing preset variables

Signed-off-by: Scott Rushworth <openhab@5iver.com>

* Cleaned up blank lines, fixed table, and added file name for SimpleRule

Signed-off-by: Scott Rushworth <openhab@5iver.com>

* Fix broken link (#1165)

* Added Hotlink from "label" section to "state presentation" (#1167)

* Added note about broken action (#1164)

* Added note about broken action

See https://github.com/openhab/openhab-core/issues/1374

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

* Incorporated changes from review

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

* Incorporated changes from review

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

* Update index.md (#1170)

Link appears to be wrong and does not work when I click on it in Edge. Loads the same page again instead of loading the correct new page from the hyperlink.

https://www.openhab.org/docs/developer/guidelines.html

* Added Airthings logo (#1171)

* typo in exambp (#1172)

`Temperature.averageSince(now.minusMinutes(5),"influxdb")`

* file.encoding=UTF-8 (#1173)

* Update demo URL and add demo.rules URL (#1174)

Based on: https://community.openhab.org/t/demo-setup-missing/94850
Old Link is broken leading to 404.
The link to the demo.rules on github is an extra :)

* Replace outdated zulu.org link. (#1177)

* Replace outdated zulu.org link.

As of 3/23/2020 zulu.org has an SSL cert that expired on 9/28/2019. Changed link to azul.com/downloads, since that appears to be the new official source.

Signed-off-by: Billy Stevens <contact@wasv.me>

* Changed all http links to https for installation/index.md.

All changed links working, tested on 3/24/2020.

Signed-off-by: Billy Stevens <contact@wasv.me>

* Minor language tweak (#1178)

* Ending an active scan/stopScan (#1179)

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Add files via upload (#1184)

* Update persistence.md (#1185)

Clarify return objects for max/min rules extensions.

Signed-off-by: Ross Kennedy rossko@culzean.clara.co.uk

* Update things.md (#1186)

Amended example code to include using label and location when defining a Thing with a bridge that is defined elsewhere.

* Correct typos (#1190)

* 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 sitemap.md section charts (#1191)

I observed that the unique first word in the labels of items charted in a group isn't causing an empty chart anymore. I'm on openHAB 2.5.1.

Signed-off-by: Juergen Baginski opus42@gmx.de

* Add image for insteon binding (#1196)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>

* typo (#1198)

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Installation details (#1197)

Added more details around the installation and configuration process.
Fixed that engine no longer logs "Activated scripting support..."

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Update sitemaps.md (#1202)

Added full item definition for usage of visibility. See https://community.openhab.org/t/sitemap-visibility-basic-ui/97304/9

* Updated ecobee logo (https://brand.ecobee.com/) (#1203)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>

* tutorial: Fix description of sitemap 'type' (#1204)

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>

* Added information about DateTime Group functions LATEST/EARLIEST (#1206)

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

* Add section for documentation contributions (#1205)

Hopefully this will lower the hurdle for people to submit documentation contributions. I know from myself that I didn't submit various documentation improvements, because I didn't know git and thought it would be a much more involved process. 
Ideally there would be a separate documentation section, but submitting this under the development contribution page for now (as per discussion with @Confectrician in https://github.com/openhab/openhab-docs/pull/1179#issuecomment-605642091).
Note that I am addressing the issue of DCO failures wrt specifying the full name that I ran into myself in https://github.com/openhab/openhab-docs/pull/1197#issuecomment-615597308. I found a good discussion of the issue at https://github.com/probot/dco/issues/43.

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* fix typo (#1209)

* add description of Ephemeris localization support (#1210)

Add a new section to describe the localization support and how-to steps

Signed-off-by: Michael Roßner Schrott.Micha@web.de

* Line 115 broken link - should be: (#1217)

* Line 115 broken link - should be:

({{base}}/docs/configuration/sitemaps.html#element-types)

was:
({{base}}/configuration/configuration/sitemaps.html#element-types)

* Removed diplicated docs breadcrumb

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* add missing space between words (#1212)

* Update configuration.md (#1215)

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.

* Remove architecture from Docker tags (#1220)

Docker automatically detects the architecture and downloads the appropriate image (openhab/openhab-docker#213).
BuildKit will no longer generate new tags having the architecture (openhab/openhab-docker#293).

Signed-off-by: Wouter Born <github@maindrain.net>

* slight readability improvements (#1221)

* slight readability improvements

* Update introduction.md

* Update introduction.md

* minor wording update

* Update eclipse.md (#1225)

Clarifying that it's no longer possible to make changes in the Core Framework for 2.5.x.

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* [fmiweather] logo for FMI Weather binding (#929)

Signed-off-by: Sami Salonen <ssalonen@gmail.com>

* Update eclipse.md (#1226)

Added additional structure around install, run, debug and update steps. Provided more pointers to interactions with Eclipse, Maven and Git.

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Update contributing.md (#1227)

Need to escape \< and \> in the sign off message format so users see them explicitly in the Contributing to the Documentation section. 

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Update contributing.md (#1228)

Small refinement on documentation change submission flow. 

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Add doc folder to the binding directory structure (#1230)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>

* Make Subheadings Use Proper Subheading Syntax (#1234)

This way they render out as proper markdown and don't look weird on the website

Signed-off-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>

* Remove unnecessary isCancelled() from code example (#1235)

Cancelling an already canceled task has no effect. IMHO this check is not necesssary and removal would simplify the code. I came to this because I saw this pattern in many bindings during reviewing.

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>

* Update thing-xml.md (#1236)

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

* Fix broken ESH links (#1231)

Signed-off-by: Wouter Born <github@maindrain.net>

* Update logging.md (#1238)

Add information on how to find out the symbolic names of the bundles

* Remove Apache Commons from Default Libraries (#1229)

See openhab/openhab-addons#7722
Signed-off-by: Fabian Wolter <git@fabian-wolter.de>

* Update introduction.md (#1239)

* Update introduction.md

Signed-off-by: Markus Storm markus.storm@gmx.net

* Update introduction.md

* Revise Java recommendations (#1240)

* Revise Java recommendations

* Delete pine.md

Do not recommend PINE, it's not supported any longer by openHABian.

* Removed sidebar link in config

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update security.md (#1241)

Been using FreeDNS for many years (ever since all these companies got rid of their free tiers) and never an issue!

* Fix DecimalType hex conversion example (#1243)

See: https://github.com/openhab/openhab-core/issues/1526

Signed-off-by: Wouter Born <github@maindrain.net>

* Fix typo (#1244)

Signed-off-by: Wouter Born <github@maindrain.net>

* Update persistence.md (#1246)

Fixes link to quartz docs page.

* Revision. (openhab#1187) (#1237)

* 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>

* Add notes for configuring Synology Diskstation (#1219)

* Add notes for configuring Synology Diskstation

I have a working set up for SSL enabled remote access on a Synology diskstation, taking advantage of the GUI as much as possible, to ensure automatic renewal of certs from Let's Encrypt, etc. It took me about 8 hours to suss it all out, but it could be achieved in about 30 mins if you knew exactly what to do... may not be widely useful, but since Synology is officially supported, I figured this might be a good addition.

There's also a minor error in the 'allow' masks - these should be 192.168.0.0/24 to allow access to anything in the 192.168.0.xxx range.

* Updated to use one line per sentence

Updated to use one line per sentence - sorry for the delay!

* Update security.md

* Updated for one line per sentence

Updated for one line per sentence

Signed-off-by: Andrew Mills mills@prettymachine.co.nz

* Bad subnet (#1245)

Nginx warns about low address bits of `192.168.0.1/24` because they are meaningless.
The correct subnet mask should be `192.168.0.0/24`

Signed-off-by: Olivier Béraud <olivierberaud@free.fr>

* Fixed broken images. (#1247)

* Fixed broken images.

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

* Fix image path

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

* [documentation] clarification of representation property (#1248)

* [documentation] clarification of representation property

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] typo

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] adopt suggestions of reviewers

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] commas

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] typo

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] addopted suggestions of @bobadair

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] typo

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentaion] example added back

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentaion] simplified text

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] typo

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] adopted reviewer comment

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Add Alexa mapping along side a channel mapping (#1249)

* Add Alexa mapping along side a channel mapping

It took me a while to find this https://community.openhab.org/t/tagging-devices-for-alexa-support/98155/3 on the Forum and its not clearly documented in the openHAB Amazon Alexa Smart Home Skill or here in Item Metadata.
I originally suggested this as an update to the openHAB Amazon Alexa Smart Home Skill documentaion, but it fits better here, then other integrations using metadata (e.g. HomeKit or Google Assistant) could refer to it as well.

* Update items.md

* Mention defaults for element type setpoint. (#1250)

Mention defaults for min, max and step value for element type setpoint.

Signed-off-by: Thomas Weiler <toweosp@gmail.com>

* Update index.md (#1251)

I thought 'workl' was probably intended to be 'work'.

* Items - Bedroom_Light written as Light_Bedroom (#1252)

Fix small error which might mislead some readers.

* Added example for time-weighted averages (#1253)

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

* Remove deprecated UIs, Eclipse Marketplace from sidebar

Signed-off-by: Yannick Schaus <github@schaus.net>

* Update branch name in README

Signed-off-by: Yannick Schaus <github@schaus.net>

Co-authored-by: Markus Storm <markus.storm@gmx.net>
Co-authored-by: Nagy Attila Gábor <mrbig@sneaker.hu>
Co-authored-by: Christoph Thiede <38782922+LinqLover@users.noreply.github.com>
Co-authored-by: Richard Davies <rwdrich@gmail.com>
Co-authored-by: jwaes <50528773+jwaes@users.noreply.github.com>
Co-authored-by: bracklanna <16140600+bracklanna@users.noreply.github.com>
Co-authored-by: Scott Rushworth <openhab@5iver.com>
Co-authored-by: cpmeister <mistercpp2000@gmail.com>
Co-authored-by: Ross Kennedy <rossko@culzean.clara.co.uk>
Co-authored-by: Christoph Weitkamp <github@christophweitkamp.de>
Co-authored-by: Skinah <32607303+Skinah@users.noreply.github.com>
Co-authored-by: pali <pauli.anttila@gmail.com>
Co-authored-by: ljsquare <laurens-jan@merkx-ewals.nl>
Co-authored-by: PatrikG <40170469+PatrikG8@users.noreply.github.com>
Co-authored-by: Elias H <E.Hackradt@web.de>
Co-authored-by: Billy Stevens <contact@wasv.me>
Co-authored-by: theiding <mark.theiding@gmail.com>
Co-authored-by: jadcx <60408305+jadcx@users.noreply.github.com>
Co-authored-by: Bjorn Helgaas <bjorn@helgaas.com>
Co-authored-by: Jürgen Baginski <opus42@gmx.de>
Co-authored-by: robnielsen <rob.nielsen@yahoo.com>
Co-authored-by: GumbyMan82 <40233411+GumbyMan82@users.noreply.github.com>
Co-authored-by: Christophe Fergeau <teuf@gnome.org>
Co-authored-by: Paulo "JCranky" Siqueira <paulo.siqueira@gmail.com>
Co-authored-by: Michael Rossner <Schrott.Micha@web.de>
Co-authored-by: BugSmurF <52825547+bugsmurf@users.noreply.github.com>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: josefscript <64727123+josefscript@users.noreply.github.com>
Co-authored-by: Wouter Born <github@maindrain.net>
Co-authored-by: Sami Salonen <ssalonen@gmail.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
Co-authored-by: TRS-80 <25938297+TRSx80@users.noreply.github.com>
Co-authored-by: sihui <10405486+sihui62@users.noreply.github.com>
Co-authored-by: Andrew Mills <amil109@users.noreply.github.com>
Co-authored-by: Olivier Béraud <olivbd@users.noreply.github.com>
Co-authored-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: LeeC77 <LeeC77@users.noreply.github.com>
Co-authored-by: Thomas Weiler <18066810+toweosp@users.noreply.github.com>
Co-authored-by: garretcook <garretcook@gmail.com>
Co-authored-by: Michael Fielding <michael.fielding@gmail.com>
2020-09-21 13:29:39 +02:00
Yannick Schaus f8dd370409
[ImgBot] Optimize images (#1222)
*Total -- 12,706.96kb -> 10,617.30kb (16.45%)

/addons/uis/apps/images/download-for-windows.png -- 35.02kb -> 9.42kb (73.12%)
/images/addons/nikohomecontrol.png -- 8.96kb -> 3.60kb (59.84%)
/images/addons/owntracks.png -- 5.44kb -> 2.40kb (55.87%)
/developers/osgi/images/states.png -- 12.86kb -> 5.79kb (54.99%)
/addons/uis/apps/images/download-on-the-app-store.png -- 9.36kb -> 4.62kb (50.59%)
/images/addons/bluetooth.ruuvitag.png -- 22.46kb -> 11.27kb (49.83%)
/configuration/images/habpanel_widget-selection.png -- 10.17kb -> 5.22kb (48.65%)
/configuration/images/habpanel_main-menu-run.png -- 53.44kb -> 27.46kb (48.62%)
/administration/images/new_json_file.png -- 19.23kb -> 9.91kb (48.47%)
/configuration/images/habpanel_add-widget.png -- 13.72kb -> 7.14kb (47.96%)
/images/addons/cardio2e1.png -- 12.97kb -> 6.79kb (47.65%)
/images/addons/amazonechocontrol.png -- 12.41kb -> 6.58kb (47.01%)
/images/addons/darksky.png -- 10.88kb -> 5.77kb (46.98%)
/images/addons/nanoleaf.png -- 4.88kb -> 2.62kb (46.39%)
/configuration/images/habpanel_widget-slider.png -- 21.11kb -> 11.86kb (43.84%)
/.vuepress/public/apple-icon.png -- 4.29kb -> 2.48kb (42.26%)
/configuration/images/habpanel_dashboard-designer.png -- 59.43kb -> 34.66kb (41.68%)
/images/logo.png -- 9.78kb -> 5.72kb (41.47%)
/configuration/images/sitemap_demo_mapview.png -- 178.59kb -> 104.86kb (41.29%)
/configuration/images/habpanel_running-dashboard.png -- 79.68kb -> 46.81kb (41.25%)
/.vuepress/public/openhab-logo-top.png -- 8.12kb -> 4.86kb (40.21%)
/developers/bindings/images/thing_life_cycle_shutdown.png -- 23.82kb -> 14.35kb (39.76%)
/images/addons/sleepiq.png -- 13.88kb -> 8.40kb (39.52%)
/tutorials/images/myopenhab-account.png -- 12.31kb -> 7.52kb (38.93%)
/configuration/images/habpanel_widget-image.png -- 286.29kb -> 175.10kb (38.84%)
/images/addons/comfoair1.png -- 64.39kb -> 40.65kb (36.87%)
/developers/bindings/images/thing_life_cycle_startup.png -- 75.60kb -> 47.93kb (36.6%)
/developers/osgi/images/immediatecomponent.png -- 22.18kb -> 14.15kb (36.22%)
/installation/images/Karaf_Windows.png -- 10.68kb -> 7.05kb (33.96%)
/configuration/images/sitemap_demo_image.png -- 195.85kb -> 132.57kb (32.31%)
/developers/osgi/images/event-admin.png -- 37.24kb -> 25.38kb (31.85%)
/configuration/images/habpanel_main-menu-edit.png -- 41.05kb -> 28.40kb (30.83%)
/configuration/images/sitemap_demo_setpoint.png -- 2.29kb -> 1.59kb (30.39%)
/configuration/images/habpanel_concepts.png -- 72.54kb -> 50.73kb (30.07%)
/images/addons/boschindego.png -- 40.94kb -> 29.03kb (29.1%)
/images/addons/upb1.png -- 98.62kb -> 70.35kb (28.67%)
/images/addons/mihome.png -- 1.09kb -> 0.79kb (28%)
/concepts/diagrams/event_interfaces.png -- 37.97kb -> 27.38kb (27.87%)
/developers/osgi/images/delayedcomponent.png -- 33.31kb -> 24.07kb (27.74%)
/images/addons/folding.png -- 8.49kb -> 6.16kb (27.51%)
/.vuepress/public/openhab-logo-square.png -- 13.49kb -> 9.80kb (27.34%)
/.vuepress/public/logo-white.png -- 6.43kb -> 4.68kb (27.13%)
/developers/bindings/images/concept.png -- 69.11kb -> 50.54kb (26.86%)
/configuration/images/sitemap_demo_webview.png -- 12.04kb -> 8.86kb (26.43%)
/tutorials/beginner/images/picture_20.jpg -- 69.91kb -> 51.62kb (26.17%)
/images/addons/onebusaway.png -- 9.38kb -> 6.97kb (25.64%)
/tutorials/beginner/images/picture_10.jpg -- 75.27kb -> 56.09kb (25.47%)
/developers/ide/images/ide_setup_eclipse_2_advanced.png -- 15.96kb -> 11.91kb (25.41%)
/configuration/images/habpanel_side-drawer.png -- 702.84kb -> 532.55kb (24.23%)
/developers/ide/images/ide_debug_eclipse_1_bndtools.png -- 215.85kb -> 164.37kb (23.85%)
/images/addons/mactts.png -- 4.01kb -> 3.06kb (23.62%)
/configuration/images/habpanel_widget-button.png -- 16.64kb -> 12.75kb (23.39%)
/images/addons/loxone.png -- 17.03kb -> 13.07kb (23.26%)
/images/addons/homekit.png -- 17.72kb -> 13.68kb (22.8%)
/configuration/images/sitemap_demo_slider.png -- 1.92kb -> 1.48kb (22.75%)
/addons/uis/apps/images/ios01.png -- 72.74kb -> 56.33kb (22.55%)
/images/addons/cm11a.png -- 33.87kb -> 26.38kb (22.13%)
/configuration/images/habpanel_widget-switch.png -- 9.12kb -> 7.10kb (22.1%)
/developers/ide/images/ide_debug_eclipse_2_appbndrun.png -- 211.61kb -> 165.04kb (22.01%)
/tutorials/beginner/images/picture_12.jpg -- 75.81kb -> 59.14kb (21.98%)
/tutorials/beginner/images/picture_22.jpg -- 107.66kb -> 84.16kb (21.83%)
/developers/ide/images/ide_setup_eclipse_1_installer.png -- 60.65kb -> 47.43kb (21.8%)
/developers/bindings/images/things.png -- 79.88kb -> 62.48kb (21.78%)
/images/addons/marytts.png -- 43.72kb -> 34.20kb (21.77%)
/tutorials/beginner/images/picture_16.jpg -- 52.41kb -> 41.21kb (21.37%)
/tutorials/beginner/images/picture_15.jpg -- 132.01kb -> 103.95kb (21.25%)
/tutorials/beginner/images/picture_02.jpg -- 42.16kb -> 33.30kb (21%)
/tutorials/beginner/images/picture_13.jpg -- 104.73kb -> 82.88kb (20.86%)
/images/addons/javascript.png -- 53.84kb -> 42.72kb (20.64%)
/developers/ide/images/ide_setup_eclipse_6_tasks_finished.png -- 75.18kb -> 59.76kb (20.52%)
/tutorials/beginner/images/picture_21.jpg -- 141.41kb -> 112.43kb (20.5%)
/images/addons/orvibo.png -- 3.79kb -> 3.02kb (20.32%)
/images/addons/autelis.png -- 12.12kb -> 9.66kb (20.29%)
/tutorials/beginner/images/picture_14.jpg -- 105.68kb -> 84.24kb (20.28%)
/configuration/images/habpanel_widget-colorpicker.png -- 14.13kb -> 11.29kb (20.09%)
/images/addons/pushbullet.png -- 7.08kb -> 5.67kb (20.04%)
/images/addons/googletts.png -- 53.01kb -> 42.45kb (19.93%)
/tutorials/beginner/images/picture_23.jpg -- 119.28kb -> 95.54kb (19.91%)
/addons/uis/apps/images/widget-overview.png -- 47.53kb -> 38.12kb (19.79%)
/developers/ide/images/ide_setup_eclipse_4_openhab.png -- 72.25kb -> 58.02kb (19.7%)
/images/addons/tankerkoenig.png -- 23.30kb -> 18.79kb (19.39%)
/installation/images/rpi2b.png -- 264.16kb -> 213.21kb (19.29%)
/images/addons/leapmotion.png -- 11.63kb -> 9.39kb (19.23%)
/installation/images/Admin_CMD.jpg -- 26.84kb -> 21.71kb (19.12%)
/images/addons/weatherunderground.png -- 12.56kb -> 10.16kb (19.09%)
/.vuepress/public/og-image.png -- 7.26kb -> 5.88kb (19.05%)
/installation/images/openHABian-menu-freshsetup.png -- 25.61kb -> 20.74kb (19.04%)
/developers/ide/images/ide_setup_eclipse_5_variables.png -- 64.22kb -> 52.11kb (18.86%)
/developers/ide/images/ide_setup_vscode_folder.png -- 6.53kb -> 5.31kb (18.69%)
/installation/images/Windows_Service.jpg -- 107.34kb -> 87.28kb (18.69%)
/installation/images/openHABian-install-failed.png -- 28.79kb -> 23.43kb (18.6%)
/installation/images/openHABian-install-log.png -- 63.57kb -> 51.76kb (18.57%)
/tutorials/beginner/images/picture_26.jpg -- 20.30kb -> 16.54kb (18.52%)
/images/addons/ambientweather.png -- 29.65kb -> 24.16kb (18.52%)
/developers/ide/images/ide_setup_eclipse_3_select_ide.png -- 74.24kb -> 60.50kb (18.51%)
/developers/osgi/images/targetplatform.png -- 69.92kb -> 57.13kb (18.3%)
/installation/images/openHABian-config.png -- 25.28kb -> 20.70kb (18.11%)
/installation/images/JAVA_HOME.png -- 20.56kb -> 16.87kb (17.96%)
/images/addons/fronius.png -- 14.92kb -> 12.25kb (17.87%)
/addons/uis/apps/images/ios02.png -- 112.89kb -> 92.84kb (17.75%)
/images/addons/free.png -- 1.48kb -> 1.22kb (17.73%)
/images/addons/tado.png -- 8.84kb -> 7.28kb (17.66%)
/addons/uis/apps/images/ios03.png -- 90.27kb -> 74.57kb (17.39%)
/addons/uis/apps/images/en_badge_web_generic.png -- 13.63kb -> 11.27kb (17.32%)
/images/addons/buienradar.png -- 43.98kb -> 36.37kb (17.3%)
/installation/images/Wrapper_Start_Windows.jpg -- 50.64kb -> 41.97kb (17.12%)
/installation/images/SSH_Connection_3.jpg -- 50.30kb -> 41.76kb (16.98%)
/tutorials/beginner/images/picture_18.jpg -- 54.92kb -> 45.61kb (16.95%)
/addons/uis/apps/images/main-menu.png -- 35.28kb -> 29.33kb (16.86%)
/installation/images/Wrapper_Install_Windows.jpg -- 195.30kb -> 162.45kb (16.82%)
/developers/osgi/images/edittarget.png -- 107.87kb -> 89.82kb (16.74%)
/images/addons/freebox.png -- 17.16kb -> 14.30kb (16.68%)
/images/addons/denonmarantz.png -- 31.97kb -> 26.67kb (16.59%)
/tutorials/beginner/images/picture_19.jpg -- 42.32kb -> 35.39kb (16.38%)
/images/addons/akm8681.png -- 47.81kb -> 40.11kb (16.1%)
/configuration/images/habpanel_widget-knob.png -- 20.44kb -> 17.19kb (15.88%)
/installation/images/SSH_Connection_1.jpg -- 72.02kb -> 60.62kb (15.83%)
/configuration/images/habpanel_widget-chart.png -- 58.75kb -> 49.48kb (15.78%)
/tutorials/beginner/images/picture_03.jpg -- 54.43kb -> 45.84kb (15.78%)
/installation/images/SSH_Connection_2.jpg -- 74.92kb -> 63.17kb (15.68%)
/tutorials/beginner/images/picture_08.jpg -- 33.12kb -> 27.97kb (15.54%)
/images/addons/solarlog.png -- 4.55kb -> 3.86kb (15.18%)
/configuration/images/eclipseiotmarket_configuration.png -- 77.78kb -> 65.99kb (15.17%)
/configuration/images/eclipseiotmarket_addons.png -- 93.96kb -> 79.75kb (15.12%)
/configuration/images/habpanel_widget-dummy.png -- 8.83kb -> 7.49kb (15.09%)
/tutorials/beginner/images/picture_24.jpg -- 36.56kb -> 31.12kb (14.87%)
/tutorials/beginner/images/picture_04.jpg -- 32.83kb -> 27.99kb (14.74%)
/configuration/images/habpanel_widget-timeline.png -- 14.46kb -> 12.37kb (14.44%)
/configuration/images/rules_ng_new_rule.png -- 53.02kb -> 45.51kb (14.18%)
/configuration/images/sitemap_demo_text.png -- 1.90kb -> 1.63kb (14.17%)
/images/addons/atlona.png -- 12.34kb -> 10.60kb (14.06%)
/images/addons/bosesoundtouch.png -- 8.93kb -> 7.68kb (14.03%)
/installation/images/SSH_Connection_4.jpg -- 61.34kb -> 52.74kb (14.02%)
/installation/images/openHAB_2_Folders.png -- 35.38kb -> 30.42kb (14.01%)
/images/addons/neato.png -- 34.38kb -> 29.57kb (13.98%)
/tutorials/advanced/images/paper_ui_welcome.png -- 17.80kb -> 15.33kb (13.83%)
/tutorials/beginner/images/screenshot-2-full.png -- 25.96kb -> 22.38kb (13.82%)
/tutorials/beginner/images/picture_05.jpg -- 64.69kb -> 55.76kb (13.81%)
/developers/osgi/images/runconfiguration.png -- 194.50kb -> 167.65kb (13.81%)
/configuration/images/sitemap_demo_colorpicker.png -- 3.74kb -> 3.24kb (13.49%)
/configuration/images/habpanel_screenshot4.png -- 39.59kb -> 34.26kb (13.45%)
/images/contribution_link.png -- 3.81kb -> 3.30kb (13.35%)
/tutorials/beginner/images/picture_25.jpg -- 52.99kb -> 45.93kb (13.32%)
/tutorials/beginner/images/picture_06.jpg -- 42.31kb -> 36.76kb (13.11%)
/tutorials/beginner/images/picture_11.jpg -- 49.67kb -> 43.23kb (12.97%)
/tutorials/beginner/images/picture_07.jpg -- 41.17kb -> 35.92kb (12.75%)
/images/addons/eclipseiotmarketplace.png -- 13.06kb -> 11.42kb (12.51%)
/images/addons/somfytahoma.png -- 18.19kb -> 15.91kb (12.51%)
/images/addons/gpstracker.png -- 17.99kb -> 15.80kb (12.17%)
/tutorials/beginner/images/picture_09.jpg -- 50.55kb -> 44.45kb (12.06%)
/images/addons/asterisk.png -- 15.06kb -> 13.25kb (12.04%)
/images/addons/telegram.png -- 17.72kb -> 15.65kb (11.65%)
/developers/ide/images/ide_setup_vscode_tasks.png -- 13.81kb -> 12.21kb (11.58%)
/images/addons/airquality.png -- 16.11kb -> 14.25kb (11.53%)
/images/addons/konnected.png -- 3.53kb -> 3.13kb (11.47%)
/configuration/images/sitemap_demo_switch1.png -- 2.42kb -> 2.15kb (11.24%)
/configuration/images/sitemap_demo_group.png -- 2.13kb -> 1.89kb (11.1%)
/images/addons/benqprojector.png -- 10.75kb -> 9.58kb (10.9%)
/configuration/images/habpanel_widget-clock.png -- 21.52kb -> 19.21kb (10.74%)
/tutorials/beginner/images/picture_17.jpg -- 77.17kb -> 68.90kb (10.71%)
/tutorials/beginner/images/picture_01.jpg -- 84.70kb -> 75.70kb (10.62%)
/images/addons/tinkerforge.png -- 23.35kb -> 20.88kb (10.6%)
/configuration/images/sitemap_demo_colors.png -- 1.87kb -> 1.67kb (10.51%)
/configuration/images/sitemap_demo_switch2.png -- 4.73kb -> 4.25kb (10.22%)
/configuration/images/sitemap_demo_video.png -- 46.67kb -> 41.90kb (10.22%)
/configuration/images/sitemap_demo_frame.png -- 6.41kb -> 5.76kb (10.17%)
/tutorials/beginner/images/screenshot-1-full.png -- 38.70kb -> 34.77kb (10.17%)
/images/addons/openweathermap.png -- 22.84kb -> 20.58kb (9.92%)
/installation/images/openHABian-SSH-MotD.png -- 31.82kb -> 28.71kb (9.77%)
/configuration/images/rules_ng_addons.png -- 50.41kb -> 45.56kb (9.62%)
/images/addons/openuv.png -- 40.72kb -> 36.81kb (9.6%)
/developers/ide/images/ide_setup_vscode_launch.png -- 5.07kb -> 4.59kb (9.48%)
/images/addons/icloud.png -- 29.00kb -> 26.27kb (9.39%)
/developers/ide/images/ide_setup_intellij_debug_configuration.png -- 72.78kb -> 66.02kb (9.28%)
/developers/ide/images/ide_setup_vscode_settings.png -- 8.66kb -> 7.87kb (9.2%)
/configuration/images/habpanel_widget-label.png -- 6.19kb -> 5.62kb (9.19%)
/developers/ide/images/ide_setup_vscode_folder_launch.png -- 5.97kb -> 5.44kb (8.92%)
/developers/ide/images/ide_setup_vscode_folder_tasks.png -- 6.07kb -> 5.55kb (8.67%)
/images/distro.png -- 85.39kb -> 78.04kb (8.6%)
/images/addons/plugwise.png -- 28.42kb -> 26.00kb (8.51%)
/configuration/images/sitemap_demo_selection.png -- 7.34kb -> 6.75kb (8.1%)
/addons/uis/apps/images/main_menu.png -- 106.22kb -> 97.84kb (7.89%)
/tutorials/beginner/images/classicui1.png -- 112.46kb -> 103.61kb (7.87%)
/installation/images/pine64.png -- 255.92kb -> 235.80kb (7.86%)
/administration/images/add_thing_paper_ui.png -- 170.30kb -> 157.30kb (7.63%)
/images/addons/innogysmarthome.png -- 5.99kb -> 5.56kb (7.22%)
/configuration/images/eclipseiotmarket_listings.png -- 285.17kb -> 264.80kb (7.14%)
/configuration/images/habpanel_screenshot3.png -- 32.27kb -> 29.99kb (7.07%)
/installation/images/Accueil_Openhab_2.png -- 97.12kb -> 90.99kb (6.32%)
/tutorials/advanced/images/add-node-27.png -- 124.85kb -> 117.09kb (6.21%)
/administration/images/edit_thing_paper_ui.png -- 53.55kb -> 50.36kb (5.96%)
/configuration/images/habpanel_screenshot1.png -- 58.64kb -> 55.15kb (5.94%)
/images/addons/velbus.png -- 43.91kb -> 41.36kb (5.81%)
/images/addons/solaredge.png -- 14.06kb -> 13.26kb (5.68%)
/tutorials/advanced/images/add-node-10.png -- 79.74kb -> 75.27kb (5.6%)
/tutorials/advanced/images/extensions_bindings.png -- 78.23kb -> 73.90kb (5.54%)
/tutorials/advanced/images/add-node-15.png -- 75.52kb -> 71.36kb (5.51%)
/tutorials/advanced/images/extensions_z_wave.png -- 86.52kb -> 81.87kb (5.37%)
/tutorials/advanced/images/extension_z_wave_installed.png -- 85.29kb -> 80.77kb (5.3%)
/configuration/images/sitemap_demo_fullexample.png -- 12.07kb -> 11.47kb (4.94%)
/images/addons/bluetooth.bluegiga.png -- 3.95kb -> 3.76kb (4.7%)
/images/addons/zigbee.png -- 15.09kb -> 14.41kb (4.53%)
/configuration/images/habpanel_screenshot2.png -- 57.62kb -> 55.03kb (4.5%)
/images/addons/tplinksmarthome.png -- 15.11kb -> 14.44kb (4.42%)
/tutorials/advanced/images/habmin_download_1.png -- 75.15kb -> 72.01kb (4.18%)
/concepts/images/audio.png -- 73.95kb -> 70.89kb (4.14%)
/configuration/images/smarthome-designer-05.png -- 142.59kb -> 136.79kb (4.07%)
/tutorials/advanced/images/zwave-node-badnode.png -- 58.12kb -> 55.92kb (3.78%)
/images/addons/azureiothub.png -- 23.77kb -> 22.92kb (3.58%)
/configuration/images/habpanel_widget-frame.png -- 77.43kb -> 74.70kb (3.53%)
/images/addons/bluetooth.bluez.png -- 18.62kb -> 18.01kb (3.26%)
/tutorials/advanced/images/add-node-26.png -- 111.88kb -> 108.30kb (3.2%)
/configuration/images/habpanel_dashboard-designer-placeholder-menu.png -- 5.32kb -> 5.16kb (3.01%)
/tutorials/advanced/images/habmin_download_2.png -- 81.87kb -> 79.43kb (2.98%)
/images/addons/jsonpath.png -- 40.05kb -> 38.90kb (2.88%)
/tutorials/advanced/images/network-viewer.png -- 57.97kb -> 56.31kb (2.86%)
/configuration/images/habpanel_screenshot0.png -- 287.05kb -> 279.09kb (2.78%)
/tutorials/advanced/images/Accueil_Openhab.png -- 105.01kb -> 102.58kb (2.31%)
/addons/uis/apps/images/widget_overview.png -- 140.18kb -> 137.14kb (2.17%)
/configuration/images/habpanel_screenshot6.png -- 223.16kb -> 218.42kb (2.12%)
/images/addons/fritzbox.png -- 5.96kb -> 5.84kb (2.06%)
/tutorials/advanced/images/add-node-20.png -- 68.83kb -> 67.43kb (2.04%)
/images/addons/unifi.png -- 62.81kb -> 61.85kb (1.53%)
/images/addons/nibeuplink.png -- 3.35kb -> 3.32kb (0.9%)
/images/addons/nibeheatpump.png -- 3.35kb -> 3.32kb (0.9%)
/configuration/images/habpanel_screenshot5.png -- 50.01kb -> 49.56kb (0.89%)
/images/addons/windcentrale.png -- 52.85kb -> 52.42kb (0.81%)
/tutorials/advanced/images/zwave-controller-config-9.png -- 62.23kb -> 61.86kb (0.6%)
/tutorials/advanced/images/zwave-controller-config-A.png -- 62.38kb -> 62.09kb (0.48%)
/images/addons/lgwebos.png -- 26.84kb -> 26.78kb (0.21%)
/images/addons/lgtvserial.png -- 61.92kb -> 61.88kb (0.05%)
/tutorials/advanced/images/zwave-controller-config-7.png -- 58.30kb -> 58.27kb (0.04%)
/configuration/images/package_simple.jpg -- 22.77kb -> 22.76kb (0.02%)
/configuration/images/package_demo.jpg -- 33.64kb -> 33.63kb (0.01%)
/configuration/images/package_standard.jpg -- 33.71kb -> 33.71kb (0.01%)
/configuration/images/package_expert.jpg -- 41.10kb -> 41.10kb (0.01%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-10 19:36:47 +02: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
Markus Storm 456b53da68 Update migration.md (#1022)
* 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>
2019-08-08 20:36:42 +02:00
Richard Koshak 392186ea43 Basic UI Visibility Live Update Works (#1014)
I just tested this and BasicUI visibility does work. The warning should be removed.
2019-07-03 13:40:16 +02:00
Markus Lipp 428452ce7f Fix links (#865)
* 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
2019-01-15 19:18:58 +01:00
Jollerprutt 271421d469 fix typo (#873) 2019-01-14 21:52:23 +01:00
Yannick Schaus 573a938622 Fix mixed content checks (#874)
Change 2 YouTube images served over HTTP
as detected by the Netlify check.

Signed-off-by: Yannick Schaus <github@schaus.net>
2019-01-14 21:51:22 +01:00
Richard Koshak 248b74cd81 Updating to reflect changes since OH 2 pre release (#776)
* 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>
2018-10-03 18:55:30 +02:00
Wouter Born 2803603919 Fix configuration file path references (#779)
* 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>
2018-10-01 17:19:56 +02:00
Wouter Born 580f30917c Rename all variants to macOS (#778)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-09-18 19:35:39 +02:00
cvdenzen afcbd14efe Paper UI is not new anymore (#763)
In general it is not a good idea to name something new in documentation. To name something old is no problem as old things will only get older.
2018-08-27 08:40:04 +02:00
Skinah 6309c1f5a9 [tutorials/beginner/logs.md] Update logs.md (#716)
* Update logs.md

Signed-off-by: Matthew Skinner nospam@pcmus.com (github: Skinah)

* Update logs.md

Signed-off-by: Matthew Skinner nospam@pcmus.com (github: Skinah)

* Update logs.md

Added newlines as requested.

* Fixed newlines

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-06-12 13:42:52 +02:00
Eiko Wagenknecht 5267a4c3a9 Beginner Tutorial - fix typos and remove wrong reference (#707)
* Beginner Tutorial - fix typos and remove wrong reference

Naming convention is never mentionend

* Update configuration.md

* Update configuration.md

* Update configuration.md

Signed-off-by: Eiko Wagenknecht info@phenx.de (github: eikowagenknecht)

* Update configuration.md

Signed-off-by: Eiko Wagenknecht info@phenx.de (github: eikowagenknecht)
2018-06-09 08:54:17 +02:00
Eiko Wagenknecht ba024ad6a4 Fix typo in beginner tutorial (#706) 2018-06-08 09:11:04 +02:00
Kai Kreuzer cdf481fa5c
fixed spelling 2018-05-21 00:35:57 +02:00
waspie 117ee07353 [tutorials/migration.md] Update migration.md (#630)
* Update migration.md

* Changed to one line per sentence

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-04-26 11:15:13 +02:00
Brad Gilmer 9ab493436a
[Beginner Tutorial] Addresses #189 - Add pointer to file location info (#603)
* [Beginner Tutorial] Addresses #189 - Add pointer to file location information

Signed-off-by: Brad Gilmer <brad@gilmer.tv>

* Correct linter errors only.

Signed-off-by: Brad Gilmer <brad@gilmer.tv>

* [Address #603] Fix typo in beginner's tutorial
-  Change Paper UI to Basic UI
-  Correct various linter errors

Signed-off-by: Brad Gilmer <brad@gilmer.tv>
2017-12-27 12:50:10 -05:00
Thomas Dietrich 065e9b9324 Update base and root front matter usage
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-11-15 07:27:58 +01:00
Thomas Dietrich 826ef4abb4 Distinguish collections, improve update process (#514)
* 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>
2017-09-22 21:05:09 +02:00
Thomas Dietrich fbe4718a3b [Tutorials] Add further community example links (#466)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-08-30 14:04:02 +02:00
Isaac I.Y. Saito ab35a42986 Deprecate the old demo page, remove link (#438)
* [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)
2017-07-16 11:39:32 +02:00
Thomas Dietrich df7421d65e Update frameworks and fix highlighting (#417)
* 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>
2017-06-29 18:54:19 +02:00
mueller-ma 0dafd55a81 [Migration] Fix typos (#331)
* Changed = to - to fit the layout

* typo

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-02-18 13:05:27 +01:00
macmeck 922bffa324 [Migration] Explain lowercase filenames for icons (#270)
* 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)
2017-02-13 18:39:46 +01:00
Simon Leiner 3cbcc70845 [fixed] small typos in the beginner tutorial (#274)
* [Tutorials] fixed: list is now displayed correctly
* [Tutorials] fixed small typo
2017-01-30 18:10:16 +01:00
Ben Clark 89aec94c3b [Tutorials] Fix some grammatical errors in tutorial index (#265)
* 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>
2017-01-24 17:22:18 +01:00
Thomas Dietrich 4a51dc88ae Restructure Tutorials, Add Community links (#264)
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-01-24 15:08:27 +01:00
Richard Koshak 79c480c49f [Migration] Change Yahoo binding example (#236)
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)
2017-01-21 23:59:31 +01:00
DocFraggle c8a2ed055a [Tutorial] Add new beginner tutorial, 1st draft (#207)
Transferred from: https://community.openhab.org/t/setting-up-openhab2-from-scratch/20080
Closes #191 

Signed-off-by: Christian Hailer <christian@hailer.eu>
2017-01-20 16:54:01 +01:00
Richard Koshak 2fdfa2c57c [Migration] Change need changes to bullets (#237)
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)
2017-01-20 00:29:53 +01:00
Richard Koshak ce727c022a Delete .migration.md.swp (#235)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-19 22:36:56 +01:00
Thomas Dietrich ef3efa803d [Migration] Correct default sitemap explanation (#215)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-18 17:46:15 +01:00
Thomas Dietrich cdd9474c93 Replace openHAB 2.0 by openHAB 2
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 36c190a826 Fix style and tag order in tutorials/index.html
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 9aa9853e22 Fix and improve smaller typo and format fus
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich ae502d6f56 Fix migration tutorial link, add html
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Kai Kreuzer 37198647ac Adapt demo and migration tutorial to new package types (#143)
* 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>
2016-12-03 13:38:27 +01:00
Richard Koshak 8c82a36ec5 Rewrote the Migration Tutorial (#140)
* Rewrote the migration tutorial based on the Migration Tutorial thread on the forum
2016-11-20 08:19:54 +01:00
Ben Clark 26dc4daafd Replace and fix invalid links (#119)
* Replace current broken/absolute links

* Removed accidental duplicate
2016-10-20 15:58:03 +02:00
Brian a75c294a9e Change small details in tutorials/demo.md (#105)
* 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
2016-09-28 00:04:03 +02:00
Kai Kreuzer 815a559936 added explanation of Things (#51)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-08-01 16:59:21 +02:00
Kai Kreuzer 9f7b9833df removed advanced tutorial
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-08-01 14:42:43 +02:00
lolodomo 2d803d719c Remove jar from addons will not uninstall it (#41) 2016-07-13 13:41:48 +02:00
John Cocula 78169e6c8a Corrected configurations and added note about changes to HSBType. (#24)
Signed-off-by: John Cocula <john@cocula.com>
2016-06-13 08:37:47 +02:00
Kai Kreuzer 2d9d55d53e added tutorial about demo setup (#6)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-06-01 16:39:35 +02:00
Kai Kreuzer fc4eb2deb8 reverted _source folder again as it does not seem to be supported by Github Pages
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-30 14:50:02 +02:00
Kai Kreuzer 1aa61facd5 introduced _source folder
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-30 10:59:32 +02:00
Kai Kreuzer e7d2340092 updated structure
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-30 10:30:54 +02:00