It is incorrect that both additions are required to go into the `location\` block - one goes into the `server` block, the other into the `location` block. This is echoed by the final full configuration at the end of the page.
The tables were wrong and confusing. I fixed the errors (reverse engineered from code), merged them into one, streamlined it so it shows the three relevant columns "Equipment", "Point" and "Property".
Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
Make the Java naming convention more clear, as 100% of the new binding submissions that I have looked in the last week have all failed to know this. In most cases it is the Channel ID that they get wrong as:
1. Some merged bindings do it "differently".
2. The linked url does not cover what to do for channel IDs.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Note on cert exchange in security.md
Added note on changing cert, as removing and updating alias is mandatory. Otherwise Android App still gets presented old cert. More detailed instructions on cert exchange seem to be out of scope of this document, but could be provided.
Signed-off-by: Alexander Behring github.com@alexander-behring.eu
* Fixed to have one sentence per line.
Signed-off-by: Alexander Behring <github.com@alexander-behring.eu>
* Update NGINX configuration for OH3
Added new directives related to authorization required for use with OH3.
Also added additional directives that are included in the openHabian
automatic configuration but were missing from the docs.
* One sentence per line fix and additional comments.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
If there's no frontmatter at all for a page, the processing script
will not add a "source" and therefore the Edit on GitHub link
will be missing.
Signed-off-by: Yannick Schaus <github@schaus.net>
Add several pages related to UI.
Move sitemaps, HABPanel to it.
Rename "User Interfaces & Ecosystem" to "Ecosystem".
Rename "Beginner Tutorial" to "Getting Started".
Put the installation guide above the Concepts section.
Also fix https://github.com/openhab/website/issues/270.
Signed-off-by: Yannick Schaus <github@schaus.net>
* Delete habpanel.md
This file is gathered from its code repository for a long time already.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Add habpanel placeholder for preview
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Add hint that /etc/default/openhab2 is not considered by the upgrade
When you use a raspberry you may have used the file /etc/default/openhab2 to changed JAVA options.
After upgrade to openHAB 3.0 this file is no longer used. Instead the file /etc/default/openhab must be used.
* Small modifications to original pull request.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update links to target "main" branches
Signed-off-by: Wouter Born <github@maindrain.net>
* Update process_file.rb
Signed-off-by: Wouter Born <github@maindrain.net>
* Update for all other repos too
Signed-off-by: Wouter Born <github@maindrain.net>
1. When trying to reach https://www.cronmaker.com/ the website refuses the connection. You can only reach it using HTTP (without HTTPS).
You could leave cronmaker in there but I think leading users to web pages that aren't using HTTPS might be not be best idea.
2. Fix Typo in url for quartz-scheduler.org
There is one comma too much in the sample for profile hysteresis. The profile must be related to the channel. The comma will lead also to an error message in log.
Switch Low_Battery { channel="serialbutton:button:mybutton:battery-level" [profile="hysteresis", lower=15, inverted=true] }
* Update rules-dsl.md
Corrected the "system started" section to reflect that the trigger will no longer execute on loading the rules file in OH v.3.
* Adapt inline codeblock design.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>