]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
2 years ago[ecovacs] Add support for new API for fetching cleaning logs (#16524)
maniac103 [Sun, 17 Mar 2024 19:47:36 +0000 (20:47 +0100)]
[ecovacs] Add support for new API for fetching cleaning logs (#16524)

The existing cleaning logs API is only populated for devices older than
the T9/N9 generation; all newer devices use a new API. Since the new API
isn't populated for older devices, select the correct API depending on
device type.

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2 years agoUpgrade to Karaf 4.4.5 (#16493)
Holger Friedrich [Sun, 17 Mar 2024 19:28:10 +0000 (20:28 +0100)]
Upgrade to Karaf 4.4.5 (#16493)

For release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353604&projectId=12311140

* [dynamodb] Disable tests

Tests are disabled due to compatibility issue of DynamoDBLocal and Jetty upgrade #16493.
To be resolved in subsequent commit.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years agoNew Crowdin updates (#16526)
openhab-bot [Sun, 17 Mar 2024 07:53:57 +0000 (08:53 +0100)]
New Crowdin updates (#16526)

* New translations netatmo.properties (Italian)
* New translations energidataservice.properties (Italian)

2 years ago[jythonscripting] Fix addon id (#16527)
Jacob Laursen [Sun, 17 Mar 2024 07:16:08 +0000 (08:16 +0100)]
[jythonscripting] Fix addon id (#16527)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2 years ago[orbitbhyve] Handle null location attribute in devices json (#16525)
Mark Hilbush [Sat, 16 Mar 2024 12:46:55 +0000 (08:46 -0400)]
[orbitbhyve] Handle null location attribute in devices json (#16525)

* Handle null location in devices json

---------

Signed-off-by: Mark Hilbush <mark@hilbush.com>
2 years ago[knx] Increase test coverage (#16511)
Holger Friedrich [Sat, 16 Mar 2024 10:51:53 +0000 (11:51 +0100)]
[knx] Increase test coverage (#16511)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years ago[neohub] Improved Web-Socket Communications (#16312)
Andrew Fiddian-Green [Fri, 15 Mar 2024 12:45:57 +0000 (12:45 +0000)]
[neohub] Improved Web-Socket Communications (#16312)

* [neohub] Improved WebSocket Communications
* [neohub] session recycled only by handler; not by socket class

---------

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2 years agoNew translations energidataservice.properties (Danish) (#16522)
openhab-bot [Fri, 15 Mar 2024 12:13:31 +0000 (13:13 +0100)]
New translations energidataservice.properties (Danish) (#16522)

2 years agoAdd CO2 emission channels (#16330)
Jacob Laursen [Fri, 15 Mar 2024 11:26:42 +0000 (12:26 +0100)]
Add CO2 emission channels (#16330)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2 years ago[netatmo] Fix erroneous local URL handling (#16492)
Gaël L'hopital [Fri, 15 Mar 2024 10:24:27 +0000 (11:24 +0100)]
[netatmo] Fix erroneous local URL handling (#16492)

* Wrong local URL handling
* Adds configuration element ipAddress to Cameras (Welcome, Doorbell, Presence) so they remain reachable if API answer is in an incorrect network
* Removing CameraConfiguration so binding does not break if thing configuration is not up-to-date

---------

Signed-off-by: clinique <gael@lhopital.org>
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
2 years agoFix sticky appliance ID (#16521)
Jacob Laursen [Fri, 15 Mar 2024 06:54:45 +0000 (07:54 +0100)]
Fix sticky appliance ID (#16521)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2 years agoFix account bridge staying offline (#16520)
Jacob Laursen [Thu, 14 Mar 2024 21:24:36 +0000 (22:24 +0100)]
Fix account bridge staying offline (#16520)

Fixes #16518

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2 years agoNew translations govee.properties (Italian) (#16519)
openhab-bot [Wed, 13 Mar 2024 22:20:05 +0000 (23:20 +0100)]
New translations govee.properties (Italian) (#16519)

2 years agoNew translations miele.properties (Danish) (#16515)
openhab-bot [Tue, 12 Mar 2024 22:10:14 +0000 (23:10 +0100)]
New translations miele.properties (Danish) (#16515)

2 years agoAdd laundry weight channel for washing machine (#16514)
Jacob Laursen [Tue, 12 Mar 2024 21:35:33 +0000 (22:35 +0100)]
Add laundry weight channel for washing machine (#16514)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2 years agoadd supported H61D3/H61D5 to docs (#16513)
stefan-hoehn [Tue, 12 Mar 2024 21:29:06 +0000 (22:29 +0100)]
add supported H61D3/H61D5 to docs (#16513)

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
2 years ago[ecovacs] Handle invalid JSON responses properly (#16466)
maniac103 [Tue, 12 Mar 2024 18:08:35 +0000 (19:08 +0100)]
[ecovacs] Handle invalid JSON responses properly (#16466)

The API has differing responses depending on device type. If our
understanding of the JSON format differs from that of the API, make sure
to properly set the thing OFFLINE and to log a meaningful message.

Related to #16187

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2 years ago[ecovacs] Add support for DEEBOT X2 Omni (#16487)
maniac103 [Tue, 12 Mar 2024 13:52:59 +0000 (14:52 +0100)]
[ecovacs] Add support for DEEBOT X2 Omni (#16487)

Fixes #16117

* [ecovacs] Interpret empty error code list as 'no error'

Newer devices don't explicitly report 'no error' anymore, but instead
send an empty list.

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2 years ago[dsmr] Add support for capacity tariff for Belgium (#15038)
coop-git [Tue, 12 Mar 2024 04:33:39 +0000 (05:33 +0100)]
[dsmr] Add support for capacity tariff for Belgium (#15038)

* Added support for capacity tafiff for Belgium

Signed-off-by: Lennert Coopman <github@coopman.org>
2 years agoNew translations tasmotaplug.properties (Italian) (#16509)
openhab-bot [Mon, 11 Mar 2024 21:52:34 +0000 (22:52 +0100)]
New translations tasmotaplug.properties (Italian) (#16509)

2 years ago[keba] Add support for additional x-series wallboxes (#16474)
MikeTheTux [Mon, 11 Mar 2024 19:06:35 +0000 (20:06 +0100)]
[keba] Add support for additional x-series wallboxes (#16474)

* extended list of supported x-series wallboxes with "S" (4G, w/o LM) and "U" (WLAN, w/o LM)

---------

Signed-off-by: Michael Weger <weger.michael@gmx.net>
2 years ago[tasmotaplug] Add energy monitor channels (#16494)
mlobstein [Sun, 10 Mar 2024 20:44:26 +0000 (15:44 -0500)]
[tasmotaplug] Add energy monitor channels (#16494)

* Add energy monitor channels

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2 years ago[evcc] fixed channels vehicle/capacity and vehicle/vehicleName, added channels for...
MikeTheTux [Fri, 8 Mar 2024 07:44:45 +0000 (08:44 +0100)]
[evcc] fixed channels vehicle/capacity and vehicle/vehicleName, added channels for current Vehicle/HeatingDevice per Loadpoint (#16428)

* removed loadpoint/vehicleCapacity, added vehicle/capacity (bugfix)
implemented currentVehicle / currentHeating per loadpoint (enhancement)
fixed update of channeld vehicleTitle (bugfix)

Signed-off-by: Michael Weger <weger.michael@gmx.net>
2 years agoNew translations sonos.properties (French) (#16498)
openhab-bot [Thu, 7 Mar 2024 20:20:43 +0000 (21:20 +0100)]
New translations sonos.properties (French) (#16498)

2 years ago[jsscripting] Fix multi-thread access requested by logger initialization (#16497)
Florian Hotze [Thu, 7 Mar 2024 17:49:34 +0000 (18:49 +0100)]
[jsscripting] Fix multi-thread access requested by logger initialization (#16497)

* [jsscripting] Fix multi-threading issue with logger initialization

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2 years ago[ecobee] Fix for error code 14 (token expired) (#16467)
Mark Hilbush [Tue, 5 Mar 2024 21:45:39 +0000 (16:45 -0500)]
[ecobee] Fix for error code 14 (token expired) (#16467)

* Remove AccessTokenRefreshListener

Signed-off-by: Mark Hilbush <mark@hilbush.com>
2 years ago[intesis] Improve session handling (#16476)
Christoph [Tue, 5 Mar 2024 20:40:22 +0000 (21:40 +0100)]
[intesis] Improve session handling (#16476)

* [intesis] SESSION ID HANDLING IMPROVED

Signed-off-by: Christoph <fd0cwp@gmx.de>
2 years ago[ecotouch] Add water and heating power limit channels (#16446)
troem [Mon, 4 Mar 2024 17:58:40 +0000 (18:58 +0100)]
[ecotouch] Add water and heating power limit channels (#16446)

* limit power compressor flags for water and heating

Signed-off-by: tobiroemer <bitbucket.org@t-obias.de>
2 years ago[knx] Fix DPT 243.600 and 249.600 when time>=1000s (#16481)
Holger Friedrich [Mon, 4 Mar 2024 17:56:34 +0000 (18:56 +0100)]
[knx] Fix DPT 243.600 and 249.600 when time>=1000s (#16481)

* [knx] Fix DPT 243.600 and 249.600 when time>=1000s

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years ago[jdbc] Upgrade PostgreSQL JDBC driver to 42.4.4 (#16444)
dependabot[bot] [Sun, 3 Mar 2024 12:19:25 +0000 (13:19 +0100)]
[jdbc] Upgrade PostgreSQL JDBC driver to 42.4.4 (#16444)

* Bump org.postgresql:postgresql in /bundles/org.openhab.persistence.jdbc

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.3 to 42.4.4.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.4.3...REL42.4.4)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2 years agoAdd information/failure channels (#16463)
Jacob Laursen [Sun, 3 Mar 2024 09:21:26 +0000 (10:21 +0100)]
Add information/failure channels (#16463)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2 years ago[Fronius] Fix broken link & spelling issues (#16478)
Michael Heiß [Sat, 2 Mar 2024 22:31:01 +0000 (23:31 +0100)]
[Fronius] Fix broken link & spelling issues (#16478)

Signed-off-by: Michael Heiß <michael.heiss@outlook.at>
2 years ago[http] Document translation services need to be installed before usage (#16363)
Li-Wen Yip [Sat, 2 Mar 2024 11:01:24 +0000 (22:01 +1100)]
[http] Document translation services need to be installed before usage (#16363)

* Update README.md

Signed-off-by: Li-Wen Yip <liwen.yip@gmail.com>
2 years agoBump net.java.dev.jna lib to version 5.14.0 (#16460)
Matthew Skinner [Sat, 2 Mar 2024 09:58:18 +0000 (20:58 +1100)]
Bump net.java.dev.jna lib to version 5.14.0 (#16460)

* Update net.java.dev.jna lib version

Signed-off-by: Matthew Skinner <matt@pcmus.com>
2 years agoNew translations openweathermap.properties (Italian) (#16469)
openhab-bot [Thu, 29 Feb 2024 02:09:11 +0000 (03:09 +0100)]
New translations openweathermap.properties (Italian) (#16469)

2 years ago[openweathermap] Add daily moon channels to OneCall Thing (#16350)
ErikDB87 [Wed, 28 Feb 2024 18:53:12 +0000 (19:53 +0100)]
[openweathermap] Add daily moon channels to OneCall Thing (#16350)

* [openweathermap] Add daily moon channels to OneCall Thing
This adds the daily moon data provided by the API (https://openweathermap.org/api/one-call-api#parameter) to the OneCall Thing.

Also-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
2 years agoNew translations fineoffsetweatherstation.properties (Italian) (#16468)
openhab-bot [Wed, 28 Feb 2024 07:35:33 +0000 (08:35 +0100)]
New translations fineoffsetweatherstation.properties (Italian) (#16468)

2 years ago[jythonscripting] Upgrade to Jython 2.7.3 (#16465)
jimtng [Tue, 27 Feb 2024 14:51:24 +0000 (00:51 +1000)]
[jythonscripting] Upgrade to Jython 2.7.3 (#16465)

* Upgrade to jython 2.7.3
* remove the deprecation notice in jython readme

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2 years ago[fineoffsetweatherstation] Implement new Measurand `free-heap-size` (#16461)
Andreas Berger [Tue, 27 Feb 2024 09:57:56 +0000 (10:57 +0100)]
[fineoffsetweatherstation] Implement new Measurand `free-heap-size` (#16461)

Signed-off-by: Andreas Berger <andreas@berger-freelancer.com>
2 years ago[Voice] Fix google and watson STT pcm format support (#16464)
GiviMAD [Tue, 27 Feb 2024 07:03:39 +0000 (23:03 -0800)]
[Voice] Fix google and watson STT pcm format support (#16464)

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
2 years ago[nuvo] Add source menu channel (#16443)
mlobstein [Mon, 26 Feb 2024 22:26:12 +0000 (16:26 -0600)]
[nuvo] Add source menu channel (#16443)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2 years ago[boschshc] Add command to list SHC device mappings (#15060)
Gerd Zanker [Mon, 26 Feb 2024 20:04:04 +0000 (21:04 +0100)]
[boschshc] Add command to list SHC device mappings (#15060)

* [boschshc] add command to list Bosch Smart Home Controller devices and mapping to openhab devices and related services

Signed-off-by: Gerd Zanker <gerd.zanker@web.de>
2 years ago[mybmw] Improve data refresh handling (#16418)
Martin Grassl [Sun, 25 Feb 2024 13:03:16 +0000 (14:03 +0100)]
[mybmw] Improve data refresh handling (#16418)

* [mybmw] add functionality for updating
disable updating by setting the refresh-interval to 0
enable force update by adding some switches

Signed-off-by: Martin Grassl <martin.grassl@digital-filestore.de>
2 years ago[knx] Add list of supported DPTs (#16452)
Holger Friedrich [Sun, 25 Feb 2024 13:00:25 +0000 (14:00 +0100)]
[knx] Add list of supported DPTs (#16452)

* [knx] Add list of supported DPTs

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years ago[knx] Fix DPT 6.020 and 8.010 (#16453)
Holger Friedrich [Sun, 25 Feb 2024 10:59:19 +0000 (11:59 +0100)]
[knx] Fix DPT 6.020 and 8.010 (#16453)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years ago[ism8] Add UoM support (#14206)
lsiepel [Sun, 25 Feb 2024 10:56:34 +0000 (11:56 +0100)]
[ism8] Add UoM support (#14206)

* Add UoM support

Signed-off-by: lsiepel <leosiepel@gmail.com>
2 years ago[jsscripting] Improve logging on JS error (#16445)
Florian Hotze [Sat, 24 Feb 2024 23:39:57 +0000 (00:39 +0100)]
[jsscripting] Improve logging on JS error (#16445)

* [jsscripting] Improve script error logging
* [jsscripting] Suppress some warnings
* [jsscripting] Throw ISE instead of RE
* [jsscripting] Minor null annotation improvements

Include fileName or ruleUID or transformation UID in the logger name used by the logged error stack trace.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2 years agoUpgrade get-changed-files GHA dependency (#16451)
Wouter Born [Sat, 24 Feb 2024 13:25:24 +0000 (14:25 +0100)]
Upgrade get-changed-files GHA dependency (#16451)

This fixes the last remaining deprecation warning:

> Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20

Signed-off-by: Wouter Born <github@maindrain.net>
2 years ago[solax] Support for x1 mini inverter local connection (#16412)
Konstantin Polihronov [Sat, 24 Feb 2024 10:49:52 +0000 (12:49 +0200)]
[solax] Support for x1 mini inverter local connection (#16412)

Skeleton of the required classes for supporting X1 mini
Add the parser data

Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
2 years ago[melcloud] Adjust to new API limits (#16422)
Wietse van Buitenen [Sat, 24 Feb 2024 10:45:39 +0000 (11:45 +0100)]
[melcloud] Adjust to new API limits (#16422)

* [melcloud] Add minimum polling value and change default
Signed-off-by: Wietse van Buitenen <thewiep@gmail.com>
2 years ago[sungrow] Change image file extension to fix website build (#16450)
Florian Hotze [Fri, 23 Feb 2024 21:58:58 +0000 (22:58 +0100)]
[sungrow] Change image file extension to fix website build (#16450)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2 years ago[jrubyscripting] Upgrade to JRuby 9.4.6.0 (#16439)
jimtng [Thu, 22 Feb 2024 12:41:04 +0000 (22:41 +1000)]
[jrubyscripting] Upgrade to JRuby 9.4.6.0 (#16439)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2 years ago[jrubyscripting] Update README (#16440)
jimtng [Thu, 22 Feb 2024 08:30:20 +0000 (18:30 +1000)]
[jrubyscripting] Update README (#16440)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2 years agoAdd A/V standby power status (#16438)
mlobstein [Thu, 22 Feb 2024 08:28:50 +0000 (02:28 -0600)]
Add A/V standby power status (#16438)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2 years ago[ecobee] fix NullPointerException in EcobeeAccountBridgeHandler.refreshThermostats...
robnielsen [Thu, 22 Feb 2024 07:45:55 +0000 (01:45 -0600)]
[ecobee] fix NullPointerException in EcobeeAccountBridgeHandler.refreshThermostats() (#16442)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
2 years ago[knx] Fix warnings in test (#16434)
Holger Friedrich [Wed, 21 Feb 2024 18:24:28 +0000 (19:24 +0100)]
[knx] Fix warnings in test (#16434)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years agoNew translations pipertts.properties (Italian) (#16435)
openhab-bot [Tue, 20 Feb 2024 23:34:15 +0000 (00:34 +0100)]
New translations pipertts.properties (Italian) (#16435)

2 years ago[knx] Add test for DPT 7.600 (#16433)
Holger Friedrich [Tue, 20 Feb 2024 17:42:29 +0000 (18:42 +0100)]
[knx] Add test for DPT 7.600 (#16433)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years ago[jsonpath] change code-fence so it doesn't overlap with logo (#16432)
jimtng [Tue, 20 Feb 2024 12:48:53 +0000 (22:48 +1000)]
[jsonpath] change code-fence so it doesn't overlap with logo (#16432)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2 years ago[ipp] Fix minor typos in README (#16430)
jimtng [Tue, 20 Feb 2024 10:58:06 +0000 (20:58 +1000)]
[ipp] Fix minor typos in README (#16430)

* [ipp] Fix minor typos in README

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2 years ago[radiobrowser] Initial contribution (#16392)
Matthew Skinner [Tue, 20 Feb 2024 09:11:48 +0000 (20:11 +1100)]
[radiobrowser] Initial contribution (#16392)

* initial code

Signed-off-by: Matthew Skinner <matt@pcmus.com>
2 years agoNew Crowdin updates (#16429)
openhab-bot [Tue, 20 Feb 2024 06:18:15 +0000 (07:18 +0100)]
New Crowdin updates (#16429)

* New translations panasonicbdp.properties (Italian)
* New translations sungrow.properties (Italian)

2 years ago[PiperTTS] Initial contribution (#15965)
GiviMAD [Mon, 19 Feb 2024 21:51:41 +0000 (13:51 -0800)]
[PiperTTS] Initial contribution (#15965)

* [PiperTTS] Initial contribution

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
2 years agoFix missing starting head tag (#16426)
Holger Hees [Mon, 19 Feb 2024 21:46:19 +0000 (22:46 +0100)]
Fix missing starting head tag (#16426)

Signed-off-by: Holger Hees <holger.hees@gmail.com>
2 years ago[evcc] Add support of heating devices and three new channels (#16378)
MikeTheTux [Mon, 19 Feb 2024 17:49:23 +0000 (18:49 +0100)]
[evcc] Add support of heating devices and three new channels (#16378)

* added effectiveLimitSoC, chargerFeatureHeating and chargerFeatureIntegratedDevice channels
support of heating devices (temperature) in addition to vehicles (SoC)

Signed-off-by: Michael Weger <weger.michael@gmx.net>
2 years agoadd discoveryMethods (#16424)
mlobstein [Mon, 19 Feb 2024 16:04:51 +0000 (10:04 -0600)]
add discoveryMethods (#16424)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2 years ago[sungrow] Initial contribution (#15130)
Sönke Küper [Mon, 19 Feb 2024 13:54:21 +0000 (14:54 +0100)]
[sungrow] Initial contribution (#15130)

* 0000: Implementation

---------

Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Co-authored-by: Wouter Born <github@maindrain.net>
Co-authored-by: Eric Bodden <eric.bodden@upb.de>
Co-authored-by: Leo Siepel <leosiepel@gmail.com>
2 years ago[insteon] redact password from thing status and log file when hub initialization...
robnielsen [Mon, 19 Feb 2024 13:46:53 +0000 (07:46 -0600)]
[insteon] redact password from thing status and log file when hub initialization fails (#16075)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
2 years agoFix discoveryMethods (#16425)
mlobstein [Mon, 19 Feb 2024 13:11:56 +0000 (07:11 -0600)]
Fix discoveryMethods (#16425)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2 years ago[homematic] Add Authentication (#16196)
Christian Kittel [Mon, 19 Feb 2024 00:09:05 +0000 (01:09 +0100)]
[homematic] Add Authentication (#16196)

* Add Authentication

---------

Signed-off-by: Christian Kittel <ckittel@gmx.de>
2 years agoResolve runbundles for jUPnP upgrade (#16423)
Wouter Born [Sun, 18 Feb 2024 21:59:51 +0000 (22:59 +0100)]
Resolve runbundles for jUPnP upgrade (#16423)

Related to openhab/openhab-core#4098

Signed-off-by: Wouter Born <github@maindrain.net>
2 years agoFix KNX dimmer channels (#16421)
J-N-K [Sun, 18 Feb 2024 21:03:24 +0000 (22:03 +0100)]
Fix KNX dimmer channels (#16421)

Signed-off-by: Jan N. Klug <github@klug.nrw>
2 years ago[shelly] Support for Shelly BLU H&T (#16413)
Markus Michels [Sun, 18 Feb 2024 07:59:19 +0000 (08:59 +0100)]
[shelly] Support for Shelly BLU H&T (#16413)

* Support for Shelly BLU H&T added

Signed-off-by: Markus Michels <markus7017@gmail.com>
2 years ago[openweathermap] Finish clean-up & Fix OneCall Forecast Thing channel creation (...
Florian Hotze [Sat, 17 Feb 2024 23:12:21 +0000 (00:12 +0100)]
[openweathermap] Finish clean-up & Fix OneCall Forecast Thing channel creation (#16416)

* [openweathermap] Clean-Up config.xml

Remove config description for removed UV Index Thing.

* [openweathermap] Fix OneCall Thing creates to many channels

The default setting is to create 0 minutes, 12 hours and 6 days of forecast channels.
When creating a new OneCall Thing, actually 60 minutes, 24 hours and 8 days of forecast were created due to the thing-types, but those not needed (as determined by the configuration) were not removed.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2 years ago[rrd4j] Improved the internal data structure (#16389)
joerg1985 [Sat, 17 Feb 2024 18:53:07 +0000 (19:53 +0100)]
[rrd4j] Improved the internal data structure (#16389)

Signed-off-by: Jörg Sautter <joerg.sautter@gmx.net>
2 years ago[shelly] New channel group ncurrent for 3EM (#16336)
Markus Michels [Sat, 17 Feb 2024 14:36:20 +0000 (15:36 +0100)]
[shelly] New channel group ncurrent for 3EM (#16336)

* Add channels for emeter_n (neutral current-based measurements) - polled
status and CoAP update (ncurrent only, no other values)

Signed-off-by: Markus Michels <markus7017@gmail.com>
2 years ago[lgwebos] Increase limit to 5MB for Websocket text message (#16399)
lolodomo [Sat, 17 Feb 2024 10:51:24 +0000 (11:51 +0100)]
[lgwebos] Increase limit to 5MB for Websocket text message (#16399)

A user reported an error with size 4316809 while previous max was 4194304.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2 years agoUpgrade GHA dependencies (#16420)
Wouter Born [Sat, 17 Feb 2024 10:47:35 +0000 (11:47 +0100)]
Upgrade GHA dependencies (#16420)

This fixes the following deprecation warning:

> Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20

Signed-off-by: Wouter Born <github@maindrain.net>
2 years ago[mongodb] Upgrade DB driver, add more type handlings, fix QuantityType handling ...
ulbi [Sat, 17 Feb 2024 09:58:14 +0000 (10:58 +0100)]
[mongodb] Upgrade DB driver, add more type handlings, fix QuantityType handling (#16333)

* #16308 #16310 Upgraded MongoDB driver, added initial unit tests
* #16308 #16310 Refactored the MongoDBPersistence adding helper, fixing type handling for HSBType, RawType and QuantityType
* #16308 Added backwardcompatibility for the old way of writting the data where possible
* #16308 Added test for larger ImageItems and the limit of 16 MB

Signed-off-by: René Ulbricht <rene_ulbricht@outlook.com>
2 years ago[govee] Addon info for suggestions (#16109)
Holger Friedrich [Fri, 16 Feb 2024 13:03:24 +0000 (14:03 +0100)]
[govee] Addon info for suggestions (#16109)

* [govee] Addon info for suggestions

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years agoRemove PDF (#16415)
lsiepel [Fri, 16 Feb 2024 10:26:46 +0000 (11:26 +0100)]
Remove PDF (#16415)

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2 years ago[solarmax] Improve binding with respect to channel Current Power Generated (#16397)
peter-schaeffer [Fri, 16 Feb 2024 08:50:57 +0000 (09:50 +0100)]
[solarmax] Improve binding with respect to channel Current Power Generated (#16397)

Modified units for CHANNEL_CURRENT_POWER GENERATED to Units.WATT (was: Units.WATT_HOURS)

Signed-off-by: peter-schaeffer <120140346+peter-schaeffer@users.noreply.github.com>
2 years ago[ipcamera] Addon info for suggestions (#16090)
Holger Friedrich [Fri, 16 Feb 2024 08:34:38 +0000 (09:34 +0100)]
[ipcamera] Addon info for suggestions (#16090)

* [ipcamera] Addon info for suggestions

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years ago[radiothermostat] Add units to README (#16411)
mlobstein [Fri, 16 Feb 2024 07:24:29 +0000 (01:24 -0600)]
[radiothermostat] Add units to README (#16411)

* Add units and minor edits

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2 years agoNew translations openweathermap.properties (Italian) (#16414)
openhab-bot [Thu, 15 Feb 2024 21:54:48 +0000 (22:54 +0100)]
New translations openweathermap.properties (Italian) (#16414)

2 years ago[openweathermap] Code clean-up (#16369)
Florian Hotze [Thu, 15 Feb 2024 13:29:51 +0000 (14:29 +0100)]
[openweathermap] Code clean-up (#16369)

* [openweathermap] Remove UV Index Thing

The UV Index API has been retired on 1st April 2021 and replaced by OneCall API 3.0.
Therefore, this Thing is not working anymore and can be removed from the source code.

* [openweathermap] Clean-Up DTOs

- Improve class JavaDoc.
- Remove setters as they are not needed. (All OWM APIs get required the data as query params.)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2 years ago[nuvo] Display album art from MPS4 (#16068)
mlobstein [Thu, 15 Feb 2024 12:09:47 +0000 (06:09 -0600)]
[nuvo] Display album art from MPS4  (#16068)

* Display album art from MPS4
* Display album art from MPS4

---------

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2 years ago[knx] Fix scale when sending DPT 7.002 or DPT 7.003 (#16395)
Holger Friedrich [Wed, 14 Feb 2024 20:21:27 +0000 (21:21 +0100)]
[knx] Fix scale when sending DPT 7.002 or DPT 7.003 (#16395)

* [knx] Fix scale when sending DPT 7.002 or DPT 7.003

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years ago[knx] Fix warnings and remove TODOs (#16394)
Holger Friedrich [Wed, 14 Feb 2024 20:17:59 +0000 (21:17 +0100)]
[knx] Fix warnings and remove TODOs (#16394)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years ago[solax] Cloud connection support (#16124)
Konstantin Polihronov [Wed, 14 Feb 2024 15:22:23 +0000 (17:22 +0200)]
[solax] Cloud connection support (#16124)

* Initial rearrangement of classes and cloud response in test

Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
2 years ago[knx] Add tests for DPT 9 and DPT 14 (#16402)
Holger Friedrich [Wed, 14 Feb 2024 12:38:58 +0000 (13:38 +0100)]
[knx] Add tests for DPT 9 and DPT 14 (#16402)

* [knx] Add tests for DPT 9 and DPT 14

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
* remove import

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
---------

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years agoNew translations dolbycp.properties (Italian) (#16401)
openhab-bot [Mon, 12 Feb 2024 21:38:52 +0000 (22:38 +0100)]
New translations dolbycp.properties (Italian) (#16401)

2 years agoRemove duplicated code. (#16393)
Alexander Falkenstern [Sun, 11 Feb 2024 21:59:29 +0000 (22:59 +0100)]
Remove duplicated code. (#16393)

Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com>
2 years ago[knx] Add tests for DPT 5, DPT 6, DPT 8, DPT 13 (#16396)
Holger Friedrich [Sun, 11 Feb 2024 20:40:09 +0000 (21:40 +0100)]
[knx] Add tests for DPT 5, DPT 6, DPT 8, DPT 13 (#16396)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2 years ago[dolbycp] Initial Contribution (#16216)
Roland Tapken [Sun, 11 Feb 2024 14:13:52 +0000 (15:13 +0100)]
[dolbycp] Initial Contribution (#16216)

* Added new binding dolbycp

Signed-off-by: Roland Tapken <dev@cybso.de>
2 years ago[Meteostick] Add windvane calibration (#16270)
Chiuaua79 [Sat, 10 Feb 2024 16:03:31 +0000 (17:03 +0100)]
[Meteostick] Add windvane calibration (#16270)

* [Meteostick] Add windvane calibration
* [Meteostick] Added daily rain accumulation

Signed-off-by: Cor Hoogendoorn <chiuaua@hotmail.com>
2 years ago[solax] Add support for Solax X3MIC / G2 inverter and workmode channel (#16248)
Henrik Tóth [Sat, 10 Feb 2024 14:17:43 +0000 (15:17 +0100)]
[solax] Add support for Solax X3MIC / G2 inverter and workmode channel (#16248)

* Support for Solax X3MIC / G2 inverter, and workmode channel for the existing X1, X3 also
* Add update instructions and make raise the target version to 1
* Refactor the workmode to be enum instead of string constants

Signed-off-by: Henrik Tóth <realthk@gmail.com>
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2 years agoNew translations androidtv.properties (Italian) (#16390)
openhab-bot [Fri, 9 Feb 2024 22:08:21 +0000 (23:08 +0100)]
New translations androidtv.properties (Italian) (#16390)

2 years agoRe-adding missing Plus10V to list of supported things (#16391)
Markus Michels [Fri, 9 Feb 2024 21:52:43 +0000 (22:52 +0100)]
Re-adding missing Plus10V to list of supported things (#16391)

Signed-off-by: Markus Michels <markus7017@gmail.com>
2 years ago[androidtv] Add PhilipsTV protocol
morph166955 [Fri, 9 Feb 2024 09:05:48 +0000 (03:05 -0600)]
[androidtv] Add PhilipsTV protocol

Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
Signed-off-by: morph166955 <53797132+morph166955@users.noreply.github.com>