Commit Graph

591 Commits (final-stable)

Author SHA1 Message Date
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 654b518410
Tweak scripts for OH3, run them to bring the final docs up to date (#1265)
The subsequent runs will be performed by Jenkins.
This deletes the actions docs, OH1 bindings among other things.

Signed-off-by: Yannick Schaus <github@schaus.net>
2020-09-21 12:53:40 +02:00
Yannick Schaus db22568050 Manually merge branch 'master' into final
There shouldn't be conflicts reported in the
merge-docs-v3 docs after this.

Signed-off-by: Yannick Schaus <github@schaus.net>
2020-05-10 20:47:59 +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
openHAB Build Server a2547cf6c8 Merge commit '4e59edc828c6f14512965f179cfbda5465fd96ad' into HEAD 2020-01-12 10:54:10 +00:00
Patrick Fink 4e59edc828 Remove bluetooth from Linux setup docs (#1138)
Documentation was improved and can be found within Bluez Binding docs now

Signed-off-by: Patrick Fink <mail@pfink.de>
2020-01-12 11:53:49 +01:00
openHAB Build Server bec0f2c415 Merge commit '6c3c77ce122c3db2de72335228e40efc000a5ecf' into HEAD 2020-01-07 21:41:00 +00:00
Laszlo Solova 6c3c77ce12 Add troubleshooting section (#1128)
* Add troubleshooting section

Add hints about using USB stick with Docker image.

Signed-off-by: Solova, Laszlo <laszlo@solova.com>

* Pull request fixes

Signed-off-by: Solova, Laszlo <laszlo@solova.com>
2020-01-07 22:40:39 +01:00
openHAB Build Server 746922d80c Merge commit 'a5539cf5059ff2933286815657d251e3ff692094' into HEAD 2020-01-07 03:32:55 +00:00
Igor Pečovnik a5539cf505 Installation instructions for Armbian (#1119)
* Create armbian.md
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Add files via upload
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Update armbian.md
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-01-06 23:53:48 +01:00
openHAB Build Server 5a072b7840 Merge commit '711d04487e3dfac66d871c0b117c97e29914bf74' into HEAD 2020-01-03 19:38:04 +00:00
Sven Langer 8e16283b29 update security.md (#1122)
* update security.md

added some reverse proxy setting in order make websocket's working again see [NGINX as a WebSocket Proxy](https://www.nginx.com/blog/websocket-nginx/).

...
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
...

After doing this - local openhab installation was able to talk to my private openhab cloud services again (docker:opehab --> internet --> myserver --> docker:nginx proxy --> docker:myopenhab-cloud-service)

Signed-off-by: Kekspackung <github.sven@kekspackung.de>
Signed-off-by: Kekspackung <45968725+Kekspackung@users.noreply.github.com>

* Added tabulation

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-01-03 17:35:23 +01:00
openHAB Build Server 88f1e42d68 Merge commit 'd4cc7be27e7f88102719b9beb5e8aae5da2ae028' into HEAD 2019-12-27 15:19:07 +00: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
openHAB Build Server e45455539e Merge commit 'de0794ee65d583e3c9da96e879187573181ee28e' into HEAD 2019-12-25 19:02:14 +00:00
Miika Jukka e8bcb882d2 [nginx]Diffie-Hellman key size (#1111)
Lower the key size for faster generation of key and change note accordingly

Closes #1110 

Signed-off-by: gitMiguel <miikajuka@gmail.com>
2019-12-25 19:40:00 +01:00
openHAB Build Server 089ef1e88b Updated external content (Jenkins build 426) 2019-12-19 04:41:03 +00:00
openHAB Build Server ae6ae72997 Merge commit '661c450fa7295ba8a7f66c7be355c6a80effd25f' into HEAD 2019-12-16 13:02:12 +00:00
Ben Clark b78bad4286 Update manual systemd configuration (#1095)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-12-16 12:59:30 +01:00
openHAB Build Server f4394935ca Merge commit 'dcc10eef45f97181d615e63d6b969540719511a3' into HEAD 2019-11-13 22:25:51 +00:00
Richard Koshak dcc10eef45 Changed from "RPi 2 or newer" to "RPi 2 or better" (#1076)
The RPi 0 and RPi 0W are both "newer" than the RPi 2. The important thing isn't when the RPi came out, it's the hardware specs. By saying "newer" it is a little misleading to some users.
2019-11-13 22:26:23 +01:00
openHAB Build Server 799cd3ab0c Merge commit '1aded5aa3265029f47a32bd7041b6363c3f831f5' into HEAD 2019-11-06 23:18:06 +00:00
Hilbrand Bouwkamp c211fbe8d0 Removed some references to Eclipse SmartHome (#1070)
And reformatted some tables.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-11-06 22:43:10 +01:00
openHAB Build Server c93f9c5b92 Merge commit '2f5b9a0f634942b4381954e799e6bc8ca37a3945' into HEAD 2019-11-03 19:51:35 +00:00
Agustin Falco 2f5b9a0f63 Update index.md (#1069) 2019-11-03 20:50:11 +01:00
openHAB Build Server 217d711bb1 Merge commit '271e9e9275effd9591f2d92ba8e68b44b9fe19da' into HEAD 2019-10-29 21:05:04 +00:00
Wouter Born 271e9e9275 Update prerequisites (#1067)
* Emphasize that Java 8 should be used which hopefully makes users double check their Java version
* Add recommendation for using 64-bit JVM on Intel/AMD
* Update recommendation for ARM with Raspberry Pi example so users can easier relate to it
* Update reasons for using 32-bit JVM on ARM so users don't put effort into recompiling nrjavaserial on arm64 because it already works
* Fix typo

Fixes #932

Signed-off-by: Wouter Born <github@maindrain.net>
2019-10-29 22:04:46 +01:00
openHAB Build Server ed6e173b9f Merge commit '8b81ff9b54b2a9a0f1f8b534dea8eb3ca73e4d2d' into HEAD 2019-10-25 11:54:04 +00:00
sihui 8b81ff9b54 Update index.md (#1066)
fixes Zulu Download and Installation link.

Related community thread:
https://community.openhab.org/t/first-steps-zulu/84202?u=sihui

Signed-off-by: Siegfried Huismann sihui@gmx.de
2019-10-25 13:53:46 +02:00
openHAB Build Server f471629aae Merge commit '1d9e72c6da39f0f2d56c2926b3d65b9e94092a55' into HEAD 2019-10-10 18:03:01 +00:00
Pavel Druyan 1d9e72c6da Update docker.md (#1057) 2019-10-10 20:02:40 +02:00
openHAB Build Server 4568c63056 Merge commit '9727822dc63ecc7c66590a49ed7509ed8a6740d9' into HEAD 2019-10-09 18:51:29 +00:00
Jerome Luckenbach 9727822dc6
Added windows update script as update instruction. (#1056)
* Added windows update script as update instruction.

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

* Review feedback

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

* Review comments

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-10-09 20:51:02 +02:00
openhab-bot 111bb2ede1 Updated external content (Jenkins build 337) 2019-09-15 23:33:33 +00:00
openhab-bot bd7284c74b Merge commit '54d7590f993045894cebbfe91141166f0b40de55' into HEAD 2019-09-15 23:30:42 +00:00
Ben Clark 7c1b4d1b4f Revert "Temporarily move stable repo (#1031)" (#1045)
This reverts commit 0148f1ff3f.
2019-09-12 18:56:00 +02:00
openhab-bot 20641025d8 Merge commit '0148f1ff3f8c40171dd86fe4ea00646580b73a11' into HEAD 2019-08-20 07:52:48 +00:00
zero-24 0148f1ff3f Temporarily move stable repo (#1031)
see: https://github.com/openhab/openhabian/pull/663
2019-08-20 09:42:45 +02:00
openhab-bot 8fe8b7c4b8 Updated external content (Jenkins build 312) 2019-08-18 06:14:28 +00:00
openhab-bot bd31da0403 Merge commit '7dbe50c73c5341431a28c5b09927317acedeac1d' into HEAD 2019-08-17 07:35:23 +00:00
zero-24 7dbe50c73c Update links to zulu as it seams the redirect tries to redirect to yoursite.com (#1030) 2019-08-17 09:35:17 +02:00
openhab-bot c6548e4586 Updated external content (Jenkins build 305) 2019-08-11 11:42:35 +00:00
openhab-bot ea50146359 Merge commit 'e356e5a32c5a0c2181b1ec26251d767b9eb188c2' into HEAD 2019-08-09 20:30:01 +00:00
Ben Clark e356e5a32c Also change RPM's testing repo location (#1028)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-08-09 22:28:54 +02:00
openhab-bot bfc80cd382 Merge commit '7f73c8997b2d87d8c3b797b3906cb10c966bfdce' into HEAD 2019-08-09 18:29:16 +00:00
Ben Clark 7f73c8997b Change testing repository to Artifactory (#1027)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-08-09 20:24:28 +02:00
openhab-bot ab3a0a78b6 Updated external content (Jenkins build 301) 2019-08-05 01:26:42 +00:00
openhab-bot 8b988ce68a Updated external content (Jenkins build 300) 2019-08-04 13:15:56 +00:00
openhab-bot 4e0eb9eb9d Updated external content (Jenkins build 282) 2019-07-05 06:10:11 +00:00
openhab-bot d2dabac8d4 Merge commit '223c06846221f57846c97efdae7dcdab10ec424b' into HEAD 2019-05-05 11:42:15 +00:00
Johannes 223c068462 Update subtitles in linux.md (#962)
That was kinda annoying for me.
2019-05-05 12:07:57 +02:00
openhab-bot 4780128fad Merge commit 'bde22bd5bee32cb845057c463c311fe78f1c44a3' into HEAD 2019-05-03 16:56:53 +00:00
Maurits28 bde22bd5be Update index.md (#958)
#825 solved the broken link on the installation page, this was referenced in Dec 2018.
2019-05-03 18:56:34 +02:00
openhab-bot c3eabdb407 Merge commit '5976c55a634ccc9c00e99ed0c8057d8a56df2770' into HEAD 2019-04-27 21:29:34 +00:00
Maurits28 5976c55a63 Update linux.md (#950)
Added comment from #831 .
Signed off by Maurits - mauritsjas@gmail.com
2019-04-27 20:52:51 +02:00
openhab-bot f4b131b524 Merge commit 'b5ebf39cedb5006d1a5ec2e5ca7308512ad64ef1' into HEAD 2019-04-24 12:59:11 +00:00
neutmute b5ebf39ced fix hyperlink (#946) 2019-04-24 09:47:49 +02:00
openhab-bot 7e44ffa9eb Merge commit 'ae02380e42cdb3bfea2e749b5dbfe3f677f1499c' into HEAD 2019-04-04 21:03:55 +00:00
ujaya ae02380e42 Update security.md (#925)
* Update security.md

Fixed link to Console documentation, added /docs/ to path.

* Fixed, fixed Link

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-04-04 22:02:58 +02:00
openhab-bot c60a168490 Merge commit '3c25f0ca9e950c164731d80fa6835a3196e4de06' into HEAD 2019-03-16 02:05:06 +00:00
HakamSaffour 3c25f0ca9e Update synology.md (#912)
Add missing step (step no. 2) to the installation steps
fixed numbering order

Signed-off-by: Hakam Saffour hakam.saffour@gmail.com
2019-03-14 09:39:07 +01:00
openhab-bot f6e541ee46 Updated external content (Jenkins build 198) 2019-03-11 21:16:05 +00:00
openhab-bot b5c9f170a0 Merge commit '1f6703d390aaee66beae5f0785e867396a2021e0' into HEAD 2019-03-11 21:12:43 +00:00
Jason Montleon 1f6703d390 Fixes #911 - Improve Windows Service Logging (#915) 2019-03-11 19:48:08 +01:00
openhab-bot c57fce8105 Merge commit '7712f2f05d4d67ab2c309579a4a8549c677ee6b6' into HEAD 2019-01-23 20:17:54 +00:00
Patrick Fink cbb6c45272 Add bluetooth as recommended peripheral group (#877)
Signed-off-by: Patrick Fink <mail@pfink.de>
2019-01-20 15:23:56 +01:00
Jay Grayson 49745f30d4 Update wording for Installation (#875) 2019-01-16 21:00:10 +01:00
openhab-bot c4494f97b3 Merge commit '428452ce7fe4b3ee692a40ddac660ac7d5e35ae5' into HEAD 2019-01-16 03:44:44 +00: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
openhab-bot f9c711a593 Merge commit '997c39686144d40e8d93cbd87a48d05f11482891' into HEAD 2019-01-14 23:39:03 +00:00
Stefan 997c396861 Add nginx HTTPS redirect example for non-standard ports (#871)
Signed-off-by: Stefan Gänsler <openhab-git_19@green-sparklet.de>
(github: stefan-muc)
2019-01-14 21:53:48 +01:00
openhab-bot 0bd898407d Merge commit '96c7e243373db960a24d711ba732a23a56260fc8' into HEAD 2019-01-14 03:39:42 +00:00
Jerome Luckenbach ae90389d40
Refactoring of nearly all markdown tables. (#869)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-13 14:25:05 +01:00
openhab-bot 17d53c0df0 Merge commit '587bc2ecfcd2363deb0bcf1ce6a787c839fcf9ef' into HEAD 2019-01-12 10:46:48 +00: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
openhab-bot ad2c451159 Merge commit '964199a6fadce840dfa29f6197decd91e9b27522' into HEAD 2019-01-10 00:05:05 +00: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
openhab-bot 1a2430b012 Merge commit '9e045ef98e512c8a582f2aedcd03e0b58f4906a2' into HEAD 2019-01-05 23:11:58 +00: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
openhab-bot 41382e72e5 Merge commit '1475a17afb486c7efe497e3bc210de8035f8252d' into HEAD 2019-01-01 14:24:48 +00: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
openhab-bot 6180716f8e Updated external content (Jenkins build 87) 2018-11-21 00:36:52 +00:00
openhab-bot 0687bac275 Merge commit '64ef88530291a804e2a36f243aa02138610982f9' into HEAD 2018-11-17 00:24:11 +00: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
openhab-bot 3fa0c78b64 Merge commit '57a3c45aac6f62916fc44c0ce0896afbeb7d2e7e' into HEAD 2018-11-11 10:14:51 +00: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
openhab-bot 22e59dae4f Merge commit '26c10bef12c0c464fe088429d4bec234a626f3f2' into HEAD 2018-11-06 17:11:18 +00: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
openhab-bot 55c1505a6a Merge commit 'f03cd1ff7577b62a6ff475bde529ab7defa72553' into HEAD 2018-10-16 06:50:28 +00: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
CloudBees DEV@Cloud 63082c684c Merge commit '580f30917c4a088f70de0bb5d7c8bee70f657ba8' into HEAD 2018-09-19 05:56:31 +00: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
CloudBees DEV@Cloud 35d9961ef4 Merge commit '9f32b6a752c91881b980eda43c640e279470510e' into HEAD 2018-08-29 10:37:16 +00:00
Richard Koshak 9f32b6a752 Make it more clear that Java 8 is required (#766)
* 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>
2018-08-29 09:21:49 +02:00
CloudBees DEV@Cloud fb0179cdd8 Merge commit '69946de88bb8e4c09a18cf2c51ae51b52557f17d' into HEAD 2018-08-10 15:25:08 +00:00
Maurits28 f61059bdb4 Update macosx.md (#752)
Updated the download links to https://www.openhab.org/download/
2018-08-06 23:38:35 +02:00
CloudBees DEV@Cloud ac85c4a3ed Merge commit '8ecb3f90559562cbf03f701dc6769dd33b7ce21d' into HEAD 2018-07-17 19:40:42 +00:00
Jerome Luckenbach 40948f9766
Fixed zulu links and added some quickfixes. (#735)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-07-12 21:22:32 +02:00
CloudBees DEV@Cloud 7208f70c14 Merge commit 'e63e744ce7d2674f39dd88f38ef4b60dac5bdf54' into HEAD 2018-07-08 14:47:48 +00:00
Wouter Born 13e9591338 [installation/windows.md]Fix Windows download links and files to delete during manual upgrade (#725)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-07-08 16:39:24 +02:00
CloudBees DEV@Cloud 5ca31006ac Updated external content (Jenkins build 8) 2018-06-14 17:27:26 +02:00
Yannick Schaus 13485b8437 Computers > computer in PINE A64 document
Signed-off-by: Yannick Schaus <habpanel@schaus.net>
2018-06-14 17:22:47 +02:00
Yannick Schaus 3f7592cd92 it's > its in Raspberry Pi document
Signed-off-by: Yannick Schaus <habpanel@schaus.net>
2018-06-14 17:03:23 +02:00
Eiko Wagenknecht ea1cdc071e Fix broken link to Beginner tutorial (#705) 2018-06-08 10:52:59 +02:00
Eiko Wagenknecht cbce7c619c Replace Eclipse Designer with openHAB VS Code Extension (#704) 2018-06-08 09:15:16 +02:00
Kai Kreuzer e84accec22
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-27 11:26:49 +02:00
Kai Kreuzer 8deca79065
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-24 09:32:10 +02:00
Kai Kreuzer 12489ca544
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-23 11:28:18 +01:00
sayhelloto 17e0bbbbe2 [installation/windows.md] Update windows.md (#649)
* Update windows.md

wrong download link

* Update windows.md
2018-03-20 09:46:02 +01:00
Kai Kreuzer 723689da72
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-15 21:10:51 +01:00
Ben Clark 4f110920cf [installation/security.md] Replace network interface example from file setting to environment var (#638)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2018-01-27 20:02:09 +01:00
Kai Kreuzer 2defd2204f
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-01-18 10:39:19 +01:00
Richard Koshak 0c65337b94 [installation/docker.md] Updated the Docker Upgrade Instructions (#624)
The Docker Image is now capable of performing the same upgrade steps as a standard apt-get/yum/upgrade script automatically when a container detects it is a different version from that in the mapped userdata folder.

Singed off by Rich Koshak: rlkoshak@gmail.com
2018-01-12 07:36:34 +01:00
6r15u 5c7229bfc0 [QNAP] Corrected install folder (#616) 2018-01-05 12:59:29 +01:00
Martin Runge 8ea6854a45 [installation/docker.md] Improved service settings(#614)
use -e USER_ID instead of --user for systemd, too

Docker uses --user flag which causes container to not be able to create groups. This has already been fixed in the docs for the docker run command. 
This change just adds the same fix toe the systemd service file.

Signed-off-by: Martin Runge martin.runge@web.de
2018-01-02 17:45:47 +01:00
Wouter Born 455c19b20b [installation/docker.md]Add required --tty option to Docker documentation (#600)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2017-12-22 18:25:53 +01:00
Ben Clark 9bbabfce14 Update Linux and Console instructions for 2.2.0 (#588)
* Update Linux instructions for 2.2.0

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Correct console link

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Add warning about known_hosts file using SSH

And suggest using the Karaf console script instead of SSH on localhost.

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Add user/pass info at relevant point.

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Update windows with client script note.

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Update console page according to reviews

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Update Linux page according to reviews

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-12-16 18:57:32 -05:00
Kai Kreuzer 1d6d9110c8
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-12-16 12:45:37 +01:00
Kai Kreuzer f6dbad695e
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-11-27 09:20:24 +01:00
matushromada b8ea021a3d [installation/windows.md] Missing files to remove (#575)
WIth pull #579 there are two more files to remove during the update: 
userdata\etc\system.properties
userdata\etc\custom.system.properties

Signed-off-by: Matus Hromada matushromada@gmail.com (github: matushromada)
2017-11-23 19:12:00 +01:00
Jerome L 75c6e0b962 Quick fix of the docker run command. (#559)
* Quick fix of the docker run command.

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

* Changed command explanations to list style according to review.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2017-11-14 12:46:12 -07:00
Thomas Dietrich 298d664c02 [Security] Fix typo
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-11-09 00:20:37 +01:00
Christian Häussler 1c3ee27a6c [Docker] Update docker image tag (#544)
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)
2017-10-27 15:11:17 +02:00
Christian Häussler 07c93a827a [Synology] Add logging section (#543)
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)
2017-10-25 23:33:13 +02:00
Ben Clark ff4d9c7617 Add Linux/MacOSX backup and restore instructions (#468)
* Add Linux/MacOSX backup and restore instructions

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Change to absolute path references

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-09-25 12:54:18 +02:00
Jerome L 0cd2cd15c0 [Configuration] Move Syntax Highlighting page from old wiki (#434)
* Moved Syntax Highlighting page from openhab1-addons wiki into user manual

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

* Cosmetic improvements according to the PR Discussion

Signed-off-by: Jerome Luckenbach github@luckenba.ch (github: @Confectrician)

* Some Improvements from the feedback of @ThomDietrich.
More to come.

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

* General:
Added some introduction sentences.
Updated Notepad++ "installation" section

Eclipse SmartHome Designer:
Moved ESH article from installation category to editors page.
Additionally removed the navigation menu entry and updated all references to other articles and moved used images in the now necessary folder.

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

* Improvement due to requested change
"First letter of a line capital pls"

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

* Requested Name and capital Letter changes.

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

* Updated mcedit section.
Signed-off-by:  Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)

* - Requested changes by ThomDietrich
- Additionally shortenend the "Others" Section

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

* Typo correction and intro text update to current headlines.

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

* - Defined headanchor explicitly
- Added designer.md file with a redirection to the new editors page.
- Removed some sentences of the introduction
- Changed the "Others" headline

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

* Add stable anchors

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-08-27 12:56:55 +02:00
Slawomir Jaranowski 85d260c6ca [Security] Correct wrong anchors in security.md (#473)
* Correcting wrong anchors

Signed-off-by: Slawomir Jaranowski <s.jaranowski@gmail.com> (github: slawekjaranowski)

* Added IntelliJ files to .gitignore

Signed-off-by: Slawomir Jaranowski <s.jaranowski@gmail.com> (github: slawekjaranowski)
2017-08-10 13:23:04 +02:00
Christian Häussler e85a7821c4 [Synology] Install documentation updates (#465)
Some typos obscure meaning and users need guidance for correct PC-Loadletter package.
Closes https://github.com/openhab/openhab-syno-spk/issues/85

Signed-off-by: Christian Häussler c-n-i@web.de (github: @cniweb)
2017-08-04 00:25:37 +02:00
Christian Häussler 2d06ae75a9 [Synology] Remove redundant paragraph (#464)
* Remove the redundant paragraph

Fixes https://github.com/openhab/openhab-syno-spk/issues/52#issuecomment-318768440

Signed-off-by: Christian Häussler c-n-i@web.de (github: @cniweb)

* Remove tinyurl

Signed-off-by: Christian Häussler c-n-i@web.de (github: @cniweb)
2017-07-31 15:13:31 +02:00
Christian Häussler 829c2380b6 [Synology] Update documentation (#461)
* Korrect debug parameter for docker

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)

* Update Synology Documentation

Fixs:
https://github.com/openhab/openhab-syno-spk/issues/80
https://github.com/openhab/openhab-syno-spk/issues/52

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)

* Update Synology Documentation after first Review

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)

* Update synology.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Update synology.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-07-28 11:57:57 +02:00
Thomas Dietrich 793e294f3f [Linux] Replace portal by dashboard
following https://github.com/openhab/openhab-docs/pull/325#discussion_r101370431

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-07-26 13:35:26 +02:00
Ben Clark 915e9e7553 Edit information concerning Zulu install (#452)
* Edited information concerning Zulu install

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Added pointers to linux install

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Added java alternatives instruction

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-07-25 11:56:16 +02:00
Ben Clark 01cbe1f701 [Linux]Revert "Add note about automatic java install" (#453)
* Revert "Correct linter warnings for configuration articles (#444)"

This reverts commit f18348d0f2.

* Revert "[Linux] Add note about automatic java install (#435)"

This reverts commit 49a43bfd26.
2017-07-23 13:51:39 +02:00
Ben Clark 49a43bfd26 [Linux] Add note about automatic java install (#435)
* Added note about automatic java install

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Semicolon -> Full stop

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-07-19 14:30:57 +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
Angelos Fountoulakis b7d1d99928 [Windows] Fix mixed slashes in openHAB2-wrapper.conf (#437)
Fixes https://github.com/openhab/openhab-docs/issues/436

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
2017-07-11 17:46:26 +02:00
Thomas Dietrich 5372975b42 Fix all installation articles according to style guide (#426)
* Add first version of styleguide, refine rules

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Fix all installation articles according to style guide

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-07-06 17:36:46 +02:00
Wolfgang Ortner 0b5e36a682 [Synology] Add Diskstation DS1815+ to supported list (#433)
I'm running openHAB on my Synology DiskStation DS1815+ since a few weeks now without problems.

Signed-off-by: Wolfgang Ortner <w.a.ortner@gmail.com>
2017-07-06 17:33:54 +02:00
Thomas Dietrich 453ae0fcf6 [Linux] Update or Remove openHAB version numbers (#422)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-06-29 18:53:39 +02:00
Kai Kreuzer 64f3a46a33 [Windows] Update link to 2.2 snapshot (#421) 2017-06-29 18:10:15 +02:00
Angelos Fountoulakis 56778a0481 Update `Install->Windows` for 2.1.0 download links (#420)
Closes https://github.com/openhab/openhab-docs/issues/419

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
2017-06-29 08:22:19 +02:00
Ben Clark d322373711 Update MacOS and Linux with 2.1.0 update instructions (#414)
* Update MacOS with latest install and update instructions.

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Updated manual Linux instructions with latest instructions

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Added TOC and path corrections

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Responded to Linux suggestions

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Be more specific with paths

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Be more specific with update script (Linux)

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Be more specific with update script (MacOSX)

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Updated instructions for Windows

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Bintray doesn't support repo_gpgcheck it seems

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-06-28 15:19:44 +02:00
Angelos Fountoulakis 2fa83abacc [Windows] Include service installation instructions (#398)
* Include Windows Service Installation method

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

* Small formatting corrections

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

* More formatting changes...

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

* Images for Windows Installation

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

* 1 more image

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

* More formatting changes (and images)

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

* Change wrapper.log destination

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

* Add more SSH Client options

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

* Added OPENHAB_* (as in oh2_dir_layout)

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

* Downloadable Wrapper config file

Unfortunately, the auto generated wrapper.conf is "broken" and we need to make significant changes to it for the installation of the Windows service to work.
(temporarily) We can provide two methods/options to fix this issue: (1) download the attached template and overwrite existing or (2) manually edit existing

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

* Updated following @ThomDietrich's review

Hopefully it's better now... (it's not perfect.. I know :))

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

* FIx formatting issues

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Improve numbered list indention

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* New update

[!] Rephrased installation step 4 for the windows service
[-] Removed the "download wrapper.conf" part
[!] added some empty lines between text and images
[!] changed a bit the wrapper.conf content

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

* Remove file `installation/openHAB2-wrapper.conf`

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

* Change Windows Service Log destinations

[!] All log destinations (`openhab.log, event.log & wrapper.log`) set to  `C:\openHAB2\userdata\logs` (instead of `C:\openHAB2\logs`) as specified in the File Locations section

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

* Added first image (JAVA_HOME.png)

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

* Changed Image path for Java_Home.png

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

* Indent SSH instructions

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Add TOC

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-06-19 19:35:02 +02:00
Ben Clark 7fc10dbb2a [Linux] Enable GPG instructions (#403)
* RPM GPG checking is enabled

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Add repo_gpgcheck

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-06-17 20:32:51 +02:00
Thomas Dietrich fd2512f866
[openHABian] Update article for v1.3
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-06-16 23:01:21 +02:00
Thomas Dietrich 19d539ca22 Improve backup and restore script
Resolves #176

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-06-13 02:52:36 +02:00
Ben Clark f8c717eafc [Linux] Add instructions for stable RPM packages (#392)
* Added instructions for installing stable RPM packages.

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Official -> Stable

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-06-10 15:57:41 +02:00
Alexey Ashurok 6d420ddbea [Synology] Add DS214play to list (#390)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-06-06 20:22:12 +02:00
khior fda4400427 [Synology] Add DS413j to the list of tested devices (#388)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-06-06 20:21:27 +02:00
Ben Clark 56e5d22eb8 [Linux] Change apt instructions to use HTTPS, misc (#385)
- Also fixed markdown not working in collapsible headers.
- Added back the "changing-versions" link.
- Prevented overflowing text on mobile versions in collapsible headers.

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-05-13 15:48:03 +02:00
Ben Clark 6989d67776 [Linux] Add instructions for RPM based systems (#351)
- Added collapsible includes for easier access.

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-05-10 15:05:51 +02:00
Thomas Dietrich 9bf45114c7 [Installation] Remove snapshot recommendation (#377)
* Remove snapshot recommendation

* Remove snapshot recommendation from mac article

Resolves #376

Signed-off-by: Thomas Dietrich thomas.dietrich@tu-ilmenau.de (github: ThomDietrich)
2017-05-02 18:59:13 +02:00
Hans-Jürgen Hafner be0deb4280 [Synology] Add DS216play as tested device (#346)
Signed-off-by: Hans-Jürgen Hafner <hans-juergen.hafner@t-online.de> (github: hjhafner)
2017-02-26 14:32:38 +01:00
Ben Clark 3adb2d3c42 [Linux] Add instructions for audio privileges (#347)
Also, changed the build list link to the new Artifactory.

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-02-26 14:29:15 +01:00
Thorsten Rinne 64d85ce029 [Synology] Add DS916+ as tested device (#350)
Signed-off-by: Thorsten Rinne <thorsten@rinne.info> (github: thorsten)
2017-02-26 14:27:55 +01:00
Thomas Dietrich 73ed3af5d5 [Linux] Clarify service/systemctl commands (#336)
* Clarify service/systemctl commands

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Rearrange and add (linkable) headline

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-02-22 13:25:19 +01:00
Thomas Dietrich f915f8f287 [Linux] Add Pine64 Z-Wave module port to example (#340)
* [Linux] Add Pine64 Z-Wave module port to example

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-02-20 14:26:14 +01:00
Christian Häussler e0e4d84d4c [Docker] Correct debug parameter (#337)
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)
2017-02-20 11:10:52 +01:00
Thomas Dietrich a3ce4c87f5 [openHABian] Update Samba passwords
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-02-18 05:17:18 +01:00
Thomas Dietrich 6bf2a4287e [Installation] Pine A64 article and openhabian content (#325)
* Add first pine content

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Fix review comments

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Revert username:password till a decision is made

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Update openhabian.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Update openhabian.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Update openhabian.md

* Update user-menu.html

* Update index.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-02-17 23:59:39 +01:00
Thomas Dietrich a6ced10196 [Designer] Add network preparations section (#329)
* Update designer.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Update designer.md
2017-02-16 00:54:03 +01:00
Ben Clark 8283e67445 [Linux] Change repo snapshot install instructions (#323)
* Change repo snapshot install instructions

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Suggest HTTP

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Clarified use of Artifactory

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-02-14 17:08:22 +01:00
Thomas Dietrich f7e6511569 [Linux] Improve easily mistakable command (#311)
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-02-12 18:15:42 +01:00
Christian Häussler 37049faf25 [Docker] Update docu with new docker image tags (#302)
* Update docker docu with new docker image tags

Update from README.md at openhab/openhab-docker #90

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)

* Switch back to chown openhab:openhab

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)
2017-02-08 10:46:30 +01:00
Thomas Dietrich f01ae1109c [openHABian] Add info for switching OH2 branch
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-02-06 22:54:22 +01:00
Thomas Dietrich e9bf3caeec Update designer.md regarding snapshot build bug (#300)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-02-06 22:14:00 +01:00
stephenbonar f98f04e732 [Installation] Clarify JRE recommendations in index page (#287)
* Clarified JRE recommendations in installation index page

-Updated language in JRE support statement for clarity
-Added JRE comparison table
-Updated 32-bit JRE statement to indicate it applies to ARM systems

Signed-off-by: Stephen Bonar <contactme@stephenbonar.com> (github: stephenbonar)

* Fixed JRE recommendations

-Put all sentences in each paragraph on their own line
-Added links to supporting information
-Removed redunant language
-Removed references to JRE

Signed-off-by: Stephen Bonar <contactme@stephenbonar.com> (github: stephenbonar)

* Updated landing page links in Java platform table

-Links in Java platform table now point to landing pages instead of downloads

Signed-off-by: Stephen Bonar <contactme@stephenbonar.com> (github: stephenbonar)
2017-02-04 20:35:00 +01:00
Ben Clark b474a81d64 [Security] Fix nginx code closures, add TOC (#263)
* Fix nginx code closures in tabbed section

Made them into own categories instead of bolding statements (which was a workaround for when he had <4 headings.

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Missed one

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Missed another...

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Add nginx header anchors

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Add TOC for nginx

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Rename security menu entry

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-31 14:48:00 +01:00
Ben Clark dd1f0d4deb Add `config|custom.properties` to update list (#273)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-01-30 18:13:59 +01:00
DimitrisSar a6b86b861c [Windows] Complete and update the article (#262)
* Update windows.md

[!] Changed file paths in all examples from `C:\openhab\ to `C:\openHAB2\
[!] Changed from RC1 to Stable Release info and download links
[+] Added Windows service installation instructions
[+] Other cosmetic changes

Signed-off-by: DimitrisSar <dimitris.sarantis@wired-net.gr>

* Update windows.md

[-] Removed the windows service installation steps.  The Karaf service wrapper configuration file is broken (see : https://community.openhab.org/t/documenting-openhab-2/10568/151)
[!] I didn't update the section "Updating the openHAB Runtime".  This needs some improvements because the instructions do not work (see:  https://community.openhab.org/t/solved-openhab-2-update-issue/20978/7)

Signed-off-by: DimitrisSar <dimitris.sarantis@wired-net.gr>

* Update windows.md

[+] Added `` to JAVA_HOME
[+] Added `➡️ to the windows navigation instructions for the System Environment Variable
[!] Fixed the example directory in "Assuming a successful install, you will now have various folders inside `C:\openHAB2`:"
[!] Changed from "Folder Structure" to "File Locations", replicating the linux.md way
[!] Remove the update step to  delete the `userdata\etc\config.properties` file... I will test the steps later and see if they work (haven't run them through yet to check them)

Signed-off-by: DimitrisSar <dimitris.sarantis@wired-net.gr>

* Fix arrows

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-25 23:03:27 +01:00
Kai Kreuzer 2ee37ccbd4 [Synology] Fix case of openHAB (#269)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-25 10:37:53 +01:00
Dennis Konert 2b1af2aef9 [Docker] Fix chown command (#261)
Accepting under the "small patch exception".
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-24 15:54:13 +01:00
Ben Clark 62d375166a [Linux] Fix first time setup link (#256)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-01-23 20:15:16 +01:00
Ben Clark 5e37934511 [Linux] Add stable instructions for Linux (#240)
* Add stable instructions for Linux

Signed-off-by: Ben Clark <ben@benjyc.uk>

* IRT Review

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Added manual instructions and updated to RC1

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Added info about changing versions

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Add apt next to apt-get

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Clarify Legacy meaning

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-22 23:26:54 +01:00
Richard Koshak da1f19ed30 [Docker] Overhault complete article (#243)
* Updated the docker installation instructions

Signed-off-by: Richard Koshak rlkoshak@gmail.com (github: rkoshak)

* Completed edit.

Signed-off-by: Richard Koshak rlkoshak@gmail.com (github: rkoshak)

* Improve Markdown

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-22 00:11:56 +01:00
Thomas Dietrich 06bdbaf501 [openhabian] Fix manual git clone command (#245)
Reported at https://github.com/openhab/openhabian/issues/81

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-21 23:47:09 +01:00
Heinz Peter Hippenstiel 542117419b [Synology] Add Java prereq and installation (#213)
Added info to install Oracle Java as prereq
changed config path

Note: Mail address was modified in its first word because of spam concerns. 

Signed-off-by: Heinz Peter Hippenstiel <github.hph@xoxy.net> (github: hphde)
2017-01-21 23:36:55 +01:00
Thomas Dietrich de332680a9 [QNAP, Android] Fix format and details (#228)
* Fix markdown in android and qnap

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Add improvements by jlemmer

Thanks to Jörg Lemmer for contributing these improvements!
https://community.openhab.org/t/inverted-switches-when-item-is-in-two-groups/19878/17

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-21 19:09:14 +01:00
Thomas Dietrich 978954f950 Add openHABian article (#238)
* Add first version of the openHABian article

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Finalize openHABian article

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-21 18:52:23 +01:00
Kai Kreuzer 86269f0f66 [Installation] Add a note about 32-bit JVM (#231)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-19 14:39:25 +01:00
Thomas Dietrich 0b96966c89 Add java revision 101 note, add RPi SSH disabled warning (#230)
* Add java revision 111 recommendation and more

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Correct java versions, fix redirects

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-01-19 14:34:33 +01:00
Thomas Karl Pietrowski 0cb41476f5 [QNAP] Add installation instructions (#220)
* Initial instructions for QNAP

Basically copy/pasted from openhab-qnap-qpkg/README.md

Relates to: https://github.com/openhab/openhab-docs/issues/201
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)

* Update qnap.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Remove scaling again

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-18 17:58:02 +01:00
Kai Kreuzer dfe07871e8 Replace nginx by security article, add more details (#218)
* replaced nginx by security article, which also covers:
- changing HTTP(S) port
- Jetty SSL certificate
- restriction of network interfaces to use
- options for remote access (VPN, myopenHAB, reverse proxy)

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

* adapted openHABian comment and added newlines

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-17 18:31:57 +01:00
Ben Clark 9efdd0c675 [Windows] Improve install instructions (#216)
* Improved Windows install instructions

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Made changes according to review

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-01-17 17:19:26 +01:00
Ben Clark b45d56bde0 Added IP Exception for NGINX (#214)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-01-17 14:28:23 +01:00
Ben Clark 87b27f5856 [Linux] Remove references to online and offline distro (#182)
* Changed references to online and offline versions...

...when discussing snapshots in the installation instructions.

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Responded to first review comments

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Added manual instructions for addons

Also included Legacy instructions.

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Corrected mistakes

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-01-11 19:06:43 +01:00
Ben Clark 03b5ac0a23 [Linux] Change installation to refer to bintray (#177)
* Changed Linux Installation to Refer to Bintray

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Make unstable repo singular

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Update build history link

* Minor rephrasing

* Added addons path to locations.

Signed-off-by: Ben Clark <ben@benjyc.uk>

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-08 20:29:47 +01:00
Marco Heinbuecher 174efd4a02 [Synology] add tested device DS216+II (#162)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2016-12-20 13:49:05 +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 6a8b9b6443 Add a few introductional lines to Add-ons articles
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 11557486b5 Update menu entry names, many small changes
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 757efad899 Add QNAP NAS article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 03317ebba5 Improve synology article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 2a34938599 Update the Raspberry Pi article to recommend openHABian
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich bf56e0c08c Add openHABian and Synology to Inst. overview 2016-12-14 19:05:17 +01:00
Thomas Dietrich a5802e3d94 Add further rearrangements and fixes
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 23346b5f38 [Installation] Add more java version info
Sorry for mixing this in here... ;)

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich c87cd8c42c Add placeholder articles 2016-12-14 19:05:17 +01:00
Thomas Dietrich 29b9ac1c7c Move articles, adapt menu
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Toby bec957162f [Linux] Fix useradd to adduser (#139)
Signed-off-by: Toby Shepheard <shepheardt@yahoo.com> (github: toby200)
2016-11-19 20:38:36 +05:30
Thomas Dietrich 3fc7b04e16 [Linux] Fix spelling 2016-11-14 12:46:25 +01:00
Thomas Dietrich f65098667c [Linux] Remove setenv for SerialPorts setting 2016-11-14 12:43:33 +01:00
Thomas Dietrich 27eec65a1a [Linux] Add permissions related topics 2016-11-14 12:43:33 +01:00
Christian Häussler d2cc60145f Update paths to new OH2 folder layout, improve content (#130)
CHanges related to https://github.com/openhab/openhab-distro/pull/318


* Add HABmin and HABPanel UIs to Overview

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Update working devices

https://github.com/openhab/openhab-syno-spk/issues/29

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Updating paths for new OH2 folder layout

Fix for #129

Needed for: openhab/openhab-distro#318

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Updating paths for new OH2 folder layout

Fix for #129

Needed for: openhab/openhab-distro#318

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Updating paths for new OH2 folder layout

Fix for #129

Needed for: openhab/openhab-distro#318

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Updating paths for new OH2 folder layout

Fix for #129

Needed for: openhab/openhab-distro#318

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Improve console interface text

* Correct path information, clarify details

* Update logging.md

* Remove redundant already commented content

* Add exlicit syntax to code fences

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de>
2016-11-12 19:28:23 +01:00
Kai Kreuzer 6c0cb7cbb3 [Installation] Change JDK to JVM (#123)
* changed JDK to JVM

fixes https://github.com/openhab/openhab-distro/issues/297

* Update index.md
2016-11-02 10:47:43 +01:00
Christian Häussler 04826b6a9e [Synology] Add tested devices (#121)
* Add HABmin and HABPanel UIs to Overview

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Update working devices

https://github.com/openhab/openhab-syno-spk/issues/29

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
2016-11-02 10:39:43 +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
Michael Vorburger 0b6857ab06 [Linux] openhab2.service abs. path (#114) 2016-10-18 15:59:39 +02:00
Boby71 b4b0b5e1ce Fix wrong link (#104)
* Wrong link corrected

Correction of wrong link "own configuration" which led to a 404 error

* Update index.md
2016-09-28 15:09:14 +02:00
Thomas Dietrich 085cfa33fd Fix minor typo 2016-09-23 14:44:20 +02:00
Thomas Dietrich 1932082f5b [Linux] add snapshot key, remove edit, samba mod (#102)
* Add snapshot signing key, remove edit

* Modify samba share
2016-09-23 14:41:11 +02:00
Mariano Gonzalez 4a37c3c781 Fix docker README on accessing Karaf console (#87) 2016-09-09 11:54:13 +02:00
Richard Koshak 1babf95628 Rename openhab.list to openhab2.list (#89) 2016-09-09 11:51:21 +02:00
Thomas Dietrich e071da66a2 Update the snaphot upgrade explaination (#83) 2016-09-05 12:18:15 +02:00
Thomas Dietrich d0dce62fcd Update missing Linux installation details (#75)
* Fix minor details
* Add uninstallation chapters
* Add start with restricted privileges
* Reorder service setup
* Add server option to service
2016-08-15 00:24:41 +02:00
Thomas Dietrich c14c0ee42b Update installation Linux and RPi (#73)
user-menu.html the changes are 95% spaces/tabs/formatting/indention fixes.

apt.md was removed because there should be only one article for Linux (besides one for Mac, one for Windows, ...), containing both installation methods and all other related topics. Having one of the methods in an extra file doesn't make sense.

linux.md apt as base, a few things from the rasspi document, many new chapters. Still missing: de/reinstallation, backup, manual->non-root, manual->upgrade, probably more

rasppi.md moved a few chapters to linux.md



Squash commits
Update
Add first half of manual installation instructions
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Add notes on apt snapshot installation
Update rasppi and index
Add backup info
Fix small details
2016-08-14 22:50:23 +02:00
Thomas Dietrich 7616075b03 Update rasppi.md on minor typo 2016-08-09 18:42:56 +02:00
Thomas Dietrich 39f5813968 Update installation overview and RPi article (#65)
* Replace Overview article
* Move chapter on service to RPi
2016-08-07 18:55:01 +02:00
lolodomo be88e3cf5e Note relative to removal of file from the addons folder (#42)
* Note relative to removing file from the addons folder

Relative to openhab-distro issue 77
2016-08-02 11:36:25 +02:00
Kai Kreuzer 8a9e9dc6c5 Update designer.md 2016-07-15 18:59:08 +02:00
Kai Kreuzer 04851c2c49 fixed spelling
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-07-15 18:58:16 +02:00
Kai Kreuzer 1445bc19ae Update designer.md 2016-07-15 18:55:57 +02:00
Thomas Dietrich b72d059200 Update designer.md (#46) 2016-07-15 18:51:46 +02:00
Thomas Dietrich cbcd3e1f51 Update designer.md (#44)
* Update designer.md
2016-07-15 17:00:52 +02:00
Thomas Dietrich 9d381a2130 Add introductional paragraph, fix share names (#43)
* Add introductional paragraph, fix share names
2016-07-15 16:56:31 +02:00
Ion3 fc1861014d Update rasppi.md (#36)
I propose changes in line 46 an 97. Greetings, Timo
2016-06-28 08:56:05 +02:00
Christian Häussler 231bddf777 Update synology.md (#29)
* Update synology.md
* Initial windows installation instructions

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)
2016-06-19 20:14:09 +02:00
Kai Kreuzer 58704a9300 Update rasppi.md 2016-06-17 21:45:10 +02:00
Kai Kreuzer acdf1717b9 Update rasppi.md 2016-06-17 14:43:30 +02:00
Christian Häussler 286a43c22e Add rasppi install instructions (#11)
* Add rasppi install instructions

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
2016-06-09 00:55:27 +02:00
Kai Kreuzer e0b9b02923 fixed syntax 2016-06-07 09:43:21 +02:00
Christian Häussler d764e4a3a1 Add synology install instructions (#16)
https://github.com/openhab/openhab-syno-spk/issues/26

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
2016-06-07 09:40:36 +02:00
Kai Kreuzer 21a279e863 fixed syntax 2016-06-07 09:39:14 +02:00
Christian Häussler 787b01d5cd Add docker run instructions (#15)
https://github.com/openhab/openhab-docker/issues/15

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
2016-06-07 09:29:41 +02:00
John Cocula 5b9aab5fd2 Formatting improvements (#8)
Signed-off-by: John Cocula <john@cocula.com>
2016-06-02 10:13:07 +02:00
Theo Weiss 91e3efea76 apt docs initial checkin (#7)
Signed-off-by: Theo Weiss <theo@m1theo.org> (github: theoweiss)
2016-06-02 07:35:05 +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