Commit Graph

5025 Commits

Author SHA1 Message Date
jsjames
c0d2638b0e
[pentair] Many enhancements since original commit, including (#13485)
* Updated per design review comments
* Added unitHint to Dimensionless items

Signed-off-by: Jeff James <jeff@james-online.com>
2024-07-08 23:58:35 +02:00
e36Alex
174064420a
Update README.md (#17024)
Changed username to userName, otherwise the username is not imported correctly and auth does not work.

Signed-off-by: e36Alex <alexander18011984@me.com>
2024-07-08 20:55:00 +02:00
logresearch
2ac44ff234
Fix logging statements (#16989)
* Fix logging statement

Signed-off-by: logresearch <log.researchovo@gmail.com>
2024-07-08 18:15:10 +02:00
Marcel
627211b612
[homeconnect] Update README.md (#16945)
* Update bundles/org.openhab.binding.homeconnect/README.md

Signed-off-by: Linsenschisdre <56234041+Linsenschisdre@users.noreply.github.com>
Signed-off-by: Marcel <56234041+Linsenschisdre@users.noreply.github.com>
Co-authored-by: lsiepel <leosiepel@gmail.com>
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-07-08 18:11:48 +02:00
jimtng
09558de794
[jrubyscripting] Upgrade to JRuby 9.4.8.0 (#17004)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-07-08 17:30:27 +02:00
Wouter Born
f237bc49a0
Update OH version in skeleton scripts (#17021)
Signed-off-by: Wouter Born <github@maindrain.net>
2024-07-08 08:35:38 +02:00
Kai Kreuzer
dd1c041488
Resolve itests (#17019)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2024-07-08 03:14:30 +02:00
lsiepel
71a208b91b
Apply Spotless after release (#17016)
* Spotless

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-07-07 23:20:16 +02:00
openhab-bot
4b5e4646ac [unleash-maven-plugin] Preparation for next development cycle. 2024-07-07 18:09:31 +00:00
Markus Michels
ab385ed2f3
Fixes #16990 - Gen1 nbo longer initializes when defined in .things (#17009)
Signed-off-by: Markus Michels <markus7017@gmail.com>
2024-07-07 09:48:51 +02:00
Jacob Laursen
4e3a3175ba
[energidataservice] Fix JRuby tabs (#17005)
* Fix JRuby tabs
* Fix Rule DSL example after breaking changes in PersistenceExtensions

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-07-06 20:52:27 +02:00
Jacob Laursen
2610ba5ca6
Increase consistency between examples (#17003)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-07-05 20:00:04 +02:00
jimtng
d6e8bee5a3
[energidataservice] Add missing JRuby examples (#17002)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-07-05 17:31:37 +02:00
Linsenschisdre
e928e2f7ee
[homeconnect] Update README.md (#16944)
* Update README.md
Signed-off-by: Linsenschisdre <56234041+Linsenschisdre@users.noreply.github.com>
2024-07-05 16:55:57 +02:00
Jacob Laursen
e11a466785
Enrich examples with JavaScript versions (#16981)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-07-05 16:55:25 +02:00
Jacob Laursen
59fd108518
[meater] Fix broken cloud communication (#16994)
* Improve error handling

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-07-05 16:55:05 +02:00
Andrew Fiddian-Green
9aad1fced1
[growatt] better and more documentation of possible rule actions (#16947)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2024-07-05 16:50:48 +02:00
jimtng
bd275e7046
[jrubyscripting] Update README (#17000)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-07-05 14:42:26 +02:00
jimtng
7ae891e6d3
[openhabcloud] Update JRuby examples and minor changes to JS examples (#16997)
* [openhabcloud] Update JRuby examples and minor changes to JS examples
* remove table delimiter row padding, change tag HIGH to Door
* js addActionButton('Turn on the light', 'command:Apartment_Light:ON')

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-07-05 10:52:40 +02:00
jimtng
f961c3329e
[openhabcloud] Change severity to tag in README (#16998)
* [openhabcloud] Change severity to tag in README
* remove padding insertion in table delimiter

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-07-05 10:51:24 +02:00
Florian Hotze
5487b9c05d
[jsscripting] Fix notification builder examples (#16999)
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2024-07-05 10:50:39 +02:00
Florian Hotze
2d412023a9
[jsscripting] Upgrade to openhab-js 5.3.1 (#16985)
Depends on #16979.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2024-07-04 14:07:21 +02:00
Dan Cunningham
2d7c9a23e5
[openhabcloud] Support hiding notifications and tags (#16979)
* Support hiding notifications
See #16934

* Adds support for using tag over severity on extended actions

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
2024-07-04 14:06:33 +02:00
Wouter Born
766981bb49
Upgrade maven-deploy-plugin to 3.1.2 (#16987)
This may help with fixing or diagnosing read timouts during deployment.

Signed-off-by: Wouter Born <github@maindrain.net>
2024-07-03 19:39:44 +02:00
Andrew Fiddian-Green
c20871d33c
[growatt] annotate ThingActions implementation as a Component (#16986)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2024-07-03 13:12:30 +02:00
logresearch
913ce68561
Fix logging statement (#16984)
Signed-off-by: logresearch <log.researchovo@gmail.com>
2024-07-03 13:00:45 +02:00
Linsenschisdre
6c7832a338
[homeconnect] Update README.md (#16943)
* Update README.md

Added note for possible occurrence of 403 error during application registration in homeconnect developer portal and recommended a solution to resolve the error.
2024-07-02 22:09:47 +02:00
J-N-K
701a6159d7
[mongodb] Fix handling of GroupItems on restore (#16978)
Related to https://github.com/openhab/openhab-core/pull/4257

Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-07-01 23:26:58 +02:00
J-N-K
82379f0de6
[jpa] Fix return value for UoM items (#16977)
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-07-01 23:24:04 +02:00
Andrew Fiddian-Green
0a7ed2bf89
[mail] fix doc (#16973)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2024-07-01 19:41:50 +02:00
Mateusz Bronk
7bcce7748d
[argoclima] Initial contribution (#15481)
* Initial contribution of the ArgoClima binding

Signed-off-by: Mateusz Bronk <bronk.m+gh@gmail.com>
2024-07-01 19:41:04 +02:00
openhab-bot
577c73af0e
New Crowdin updates (#16967)
* New translations volumio.properties (French)
* New translations astro.properties (Finnish)
* New translations chromecast.properties (Finnish)
* New translations icloud.properties (Finnish)
* New translations tradfri.properties (Finnish)
* New translations icalendar.properties (Finnish)
* New translations dali.properties (Finnish)
* New translations fmiweather.properties (Finnish)
* New translations modbus.properties (Finnish)
* New translations mybmw.properties (Finnish)
* New translations netatmo.properties (Finnish)
* New translations rollershutter.properties (Finnish)
* New translations vat.properties (Finnish)
* New translations avmfritz.properties (Italian)
* New translations enigma2.properties (Italian)
* New translations astro.properties (Dutch)
* New translations openweathermap.properties (Dutch)
* New translations dsmr.properties (Dutch)
* New translations systeminfo.properties (Dutch)
* New translations unifi.properties (Dutch)
* New translations jsscripting.properties (Dutch)
* New translations inmemory.properties (Dutch)
* New translations mapdb.properties (Dutch)
* New translations rrd4j.properties (Dutch)
* New translations smhi.properties (Swedish)
* New translations plex.properties (Italian)
* New translations openwebnet.properties (Italian)
* New translations solarforecast.properties (Finnish)
* New translations nikohomecontrol.properties (Dutch)
* New translations emotiva.properties (Italian)
* New translations volumio.properties (Italian)
* New translations siemenshvac.properties (Italian)
2024-07-01 17:32:59 +02:00
Andrew Fiddian-Green
812d7a77c8
[sonyprojector] Fix edge case in mac address decoding (#16976)
* [sonyprojector] mac fix edge case
* [sonyprojector] delete redundant toLowerCase() call

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2024-07-01 17:22:37 +02:00
Mark Herwege
74b76129ba
fix startup (#16971)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2024-07-01 13:55:32 +02:00
Andrew Fiddian-Green
11326e7b77
[sonyprojector] fix mac address (#16972)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2024-07-01 13:31:35 +02:00
Bernd Weymann
104a71b663
bugfix websocket exception (#16962)
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2024-06-29 19:02:38 +02:00
jimtng
bd2fd5555a
[energidataservice] Update JS example (#16963)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-06-29 16:14:26 +02:00
jimtng
3770650bf4
[energidataservice] Update JRuby example (#16961)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-06-29 16:13:03 +02:00
lolodomo
4cb176857b
[volumio] Adjust thing/channels label and description (#16925)
* [volumio] Adjust thing/channels label and description

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-06-29 15:44:35 +02:00
Jacob Laursen
519a03944f
Add language tab for Rule DSL examples (#16960)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-06-29 13:12:06 +02:00
lo92fr
80bd5bfcb3
[siemenshvac] Initial contribution (#14263)
Signed-off-by: Laurent ARNAL <laurent@clae.net>
2024-06-29 12:25:00 +02:00
openhab-bot
0786bfde9a
New Crowdin updates (#16959)
* New translations googlestt.properties (French)

* New translations watsonstt.properties (French)

* New translations voskstt.properties (French)
2024-06-29 12:03:33 +02:00
openhab-bot
b3ba6048c0
New translations watsonstt.properties (French) (#16958) 2024-06-29 11:23:48 +02:00
openhab-bot
ee4c2563d4
New translations watsonstt.properties (French) (#16957) 2024-06-29 10:55:55 +02:00
openhab-bot
d3aedffa11
New Crowdin updates (#16954)
* New translations mffan.properties (French)
* New translations watsonstt.properties (French)
2024-06-29 00:39:41 +02:00
lsiepel
27ada6dfed
Remove apache in itest (#16953)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-06-29 00:19:56 +02:00
Florian Hotze
7475e5d1d7
[openhabcloud] Further README improvements (#16942)
Also-by: Jimmy Tanagra <jcode@tanagra.id.au>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2024-06-28 22:13:24 +02:00
jimtng
ae34f95a3c
Add JRuby examples in READMEs (#16948)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-06-28 22:10:03 +02:00
Florian Hotze
001dd6aba7
[jsscripting] Upgrade openhab-js to 5.3.0 (#16951)
This adds the new notification builder.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2024-06-28 19:15:49 +02:00
maniac103
ef5e43b921
[ecovacs] Add DEEBOT T20e to supported device list (#16952)
Fixes #16121

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2024-06-28 17:38:29 +02:00