Commit Graph

290 Commits (e93886e1c7754a113923446afa30b3bc5083a456)

Author SHA1 Message Date
Christoph Weitkamp 2fa7c10b6f
Fixed example for COUNT group aggregation function (#1670)
- Fixed example for COUNT group aggregation function

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-11-26 15:04:00 +01:00
Michael Rossner 4621ca1302
Fix markdownlint warnings (#1662)
Signed-off-by: Schrotti <Schrott.Micha@web.de>
2021-11-26 15:01:10 +01:00
Markus Storm a521fcaa87
improve openHABian install instructions and work around a Github issue to display the breaking changes (#1634)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2021-09-13 17:11:39 +02:00
Michael B 28b768f614
Update expire examples (#1629)
* Update expire examples

Added a description that the expire parameter can be combined with items that are connected to a channel.
Added an example to show the correct syntax when combining channels and expire.

Signed-off-by: Michael Bredehorn michael@bredehorn.nrw (github: bredmich)
2021-08-16 14:29:38 +02:00
mtraxiot 15e2d1ec8f
provide additional example to highlight transform (#1630)
transform must be string type addition example to highlight this
2021-08-12 20:31:39 +02:00
Markus Storm cf8098cc0a
Clarify item creation recommendation (#1628)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2021-08-12 20:30:43 +02:00
Markus Storm 989e6fd0b8
Clarify why mixing text and UI is bad (#1620)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2021-07-28 15:19:39 +02:00
jaaviercr 9bdeb39b19
Update rules-dsl.md (#1618)
Removed an extra parenthesis.
2021-07-14 20:04:59 +02:00
Wouter Born dcc7ab3513
Fix config.core package references (#1611)
Fixes #1588

Signed-off-by: Wouter Born <github@maindrain.net>
2021-06-27 20:58:41 +02:00
Peter Schraffl d9298459a9
Update jsr223.md (#1599)
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
2021-06-07 08:42:20 +02:00
wardwygaerts 8e1379353a
Update items.md (#1593)
`inverted=true` needs to be `inverted="true"`.
2021-06-06 14:07:47 +02:00
Christoph Weitkamp 22cf0d893b
Added Timestamp on Trigger Profile (#1587)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-05-24 22:04:11 +02:00
Patrick Fink 062a6bfaa5
Fix "OpenHab" typo (#1577)
Signed-off-by: Patrick Fink <mail@pfink.de>
2021-05-18 22:21:47 +02:00
Christoph Weitkamp af2ee99871
Added note about new Timestamp Offset Profile (#1573)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-05-18 22:10:10 +02:00
mueller-ma 8efa2b58bf
Remove outdated info about voice recognition in Android app (#1562)
This has been fixed in 2018 already.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2021-05-02 19:41:03 +02:00
Wouter Born b48925ad41
Improve sinks documentation (#1561)
* Improve sinks documentation

* Remove references to the javasound sink since it no longer exists since OH 2.5
* The only UI supporting webaudio is currently HABPanel

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

* Update ESH link to OHC

Signed-off-by: Wouter Born <github@maindrain.net>
2021-05-02 12:32:34 +02:00
Ethan Dye 0865d9c102
Optimize all png images using zopflipng (#1555)
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-04-27 21:00:55 +02:00
Ben Clark 213d831791
Change stable Linux repository locations (#1548)
* Change stable linux repository locations

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

* Make same changes to migration

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

* Fix typo in RPM stable repo location

Signed-off-by: Ben Clark <ben@benjyc.uk>
2021-04-20 19:44:47 +02:00
Jerome Luckenbach 635160c30c
Fix markdown errors. (#1545)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-04-19 21:26:50 +02:00
Patrick Fink 9d7d289bdc
Optimize profile example section layout (#1543)
* Optimize profile example section layout

Signed-off-by: Patrick Fink <mail@pfink.de>

* Fix copy&paste error

Signed-off-by: Patrick Fink <mail@pfink.de>

* Use good coding practice für multi channel linkage

Signed-off-by: Patrick Fink <mail@pfink.de>
2021-04-19 21:06:51 +02:00
JensHoRi cfe7f6007e
Update rules-dsl.md (#1532)
Added startlevels from openhab to get them find outside from github in documentation
2021-04-12 19:40:34 +02:00
Jonathan Gilbert 11d7632316
Startlevel execution support for jsr223 scripts (#1511)
* Startlevel execution support for jsr223 scripts

JSR223 scripts can now be run at specific start levels as of https://github.com/openhab/openhab-core/pull/2222

This PR adds the docs to describe how it can be used.

Signed-off-by: Jonathan Gilbert <jpg@trillica.com>

* Add linebreaks.

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-15 22:12:01 +01:00
Ross Kennedy fa4381e0f7
Update rules-dsl.md (#1508)
* Update rules-dsl.md

Added some Quantity handling details to "Number Item" to give hints for perennial comparison and temperature add problems.

* Update rules-dsl.md

Added clear space around code inserts as recommended
2021-03-15 10:03:43 +01:00
Seganku 76a80fd47d
Update rules-dsl.md with non-404 demo.rules link (#1505)
The old link is now 404.  The new link is not.
2021-03-04 21:56:27 +01:00
Jerome Luckenbach 6908e46d6e
add habot interpreter (#1502) (#1504)
add "opennlp" as HABot OpenNLP Interpreter.

Co-authored-by: Gifford47 <49484063+Gifford47@users.noreply.github.com>
2021-03-03 22:18:57 +01:00
Christoph Weitkamp 364b2ddfea
Added 'Range' profile (#1499)
* Added 'Range' profile

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

* Grammar

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-02-27 21:29:56 +01:00
Jerome Luckenbach ae9bdd76ec
Fix Markdown. Remove Jenkins base tags. (#1497)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 21:08:19 +01:00
Jerome Luckenbach beac270987
Added info box for generic trules article. Remove paper ui references. (#1496)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 20:50:38 +01:00
Kai Kreuzer 0059920f48
Fixed the item type of the timestamp profiles and moved it next to the other State profiles (#1485) 2021-02-07 10:52:12 +01:00
jimtng cee3103ec2
Update items.md (#1479)
Just one spelling error
2021-02-06 16:01:37 +01:00
Yannick Schaus f5c7ad70e2
Add UI section (#1464)
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>
2021-02-05 16:15:35 +01:00
Markus Storm 61344cc5df
cosmetics and refer to list of migrated bindings (#1473)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2021-01-30 14:02:41 +01:00
Jerome Luckenbach 6d118db648
Delete habpanel.md (#1471)
* 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>
2021-01-27 22:32:11 +01:00
lukiep111 e37a224035
Update rules-dsl.md (#1465)
Updated the rule example "Start wake up light on sunrise" to use the new formatting of the receivedEvent implicit variable
2021-01-27 21:18:30 +01:00
mueller-ma 4db5920b03
Fix typo in restdocs (#1463) 2021-01-27 21:15:59 +01:00
BertramVielsack 3a54d1f131
Add hint that /etc/default/openhab2 is not considered by the upgrade (#1461)
* 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>
2021-01-20 21:21:36 +01:00
Wouter Born 6bf5bf026b
Update links to target "main" branches (#1460)
* Update links to target "main" branches

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

* Update process_file.rb

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

* Update for all other repos too

Signed-off-by: Wouter Born <github@maindrain.net>
2021-01-20 20:32:07 +01:00
Felix Schneider d77e85dac2
Remove cronmaker since it doesn't support HTTPS (#1459)
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
2021-01-16 16:00:21 +01:00
thefechner 01eccdc0b2
Update items.md (#1458)
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] }
2021-01-16 11:07:31 +01:00
Jerome Luckenbach e3e0e3679d
Remove paper ui references. (#1457)
* Remove paper uii references.

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

* Fix Markdown errors.

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

* Remove target param from markdownlint pr trigger.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-16 10:07:41 +01:00
dathbe e550bc0c1c
Update rules-dsl.md (#1456)
* 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>
2021-01-16 09:55:38 +01:00
Gerwin Lammers 1d4a5d8137
Created API token docs (#1453)
* Created API token docs

Signed-off-by: Gerwin Lammers <gerwinlammers@gmail.com>

* Update after review session

Signed-off-by: Gerwin Lammers <gerwinlammers@gmail.com>

* Add new page to sidebar navigation.

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-15 18:43:24 +01:00
sancho-sumy 99f084ebb4
Update items.md (#1455)
Example with item Switch Kitchen_Light in the example is not correct for current binding version.
2021-01-15 17:01:53 +01:00
Jerome Luckenbach 8e18bc0674
Replace local urls with inline code. Change one occurence to openhabian. (#1450)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-13 21:12:34 +01:00
Jerome Luckenbach a69863c32f
Switch to markdown cli action (#1443)
* Fix left markdownlint errors.

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

* Change to markdownlint-cli action.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-11 20:08:27 +01:00
Jerome Luckenbach 82c751d0df
Bulk edit linter errors. (#1438)
* Bulk edit linter errors.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:22:40 +01:00
Jerome Luckenbach a3260307b0
Fix linter errors. 🔧(#1437)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 19:47:15 +01:00
Jerome Luckenbach c1903fed52
Revert #1428 (#1436)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 16:12:53 +01:00
Jerome Luckenbach e737d718ed
Fix linter errors 🔧(#1435)
* Fix errros for the addon folder.
* Fix errros for the administration folder.
* Fix errros for the concepts folder.
* Fix errros for the configuration folder.
* Improved and synced markdown linting rules.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 16:01:56 +01:00
Jerome Luckenbach d509fe56d6
Apply bulk automated corrections. 🔧(#1433)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:50:59 +01:00