]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
22 months agoHandling null WifiInformation (#16700)
Gaël L'hopital [Sun, 28 Apr 2024 23:32:55 +0000 (01:32 +0200)]
Handling null WifiInformation (#16700)

Signed-off-by: Gaël L'hopital <gael@lhopital.org>
22 months ago[tradfri] Adapt tests to ColorUtil changes on core (#16699)
Holger Friedrich [Sun, 28 Apr 2024 22:32:15 +0000 (00:32 +0200)]
[tradfri] Adapt tests to ColorUtil changes on core (#16699)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
22 months ago[netatmo] Presence sub events were not updated (#16681)
Gaël L'hopital [Sun, 28 Apr 2024 21:38:54 +0000 (23:38 +0200)]
[netatmo] Presence sub events were not updated (#16681)

* Making sub event work
Signed-off-by: clinique <gael@lhopital.org>
22 months ago[velbus] New functionality and bug fix (#15661)
Daniel Rosengarten [Sun, 28 Apr 2024 20:55:54 +0000 (22:55 +0200)]
[velbus] New functionality and bug fix (#15661)

* [velbus] New functionnality & Bug fix

Signed-off-by: Daniel Rosengarten <github@praetorians.be>
Co-authored-by: Simonas Kazlauskas <github@kazlauskas.me>
Co-authored-by: lsiepel <leosiepel@gmail.com>
22 months ago[mybmw] revert the changes for 16642 as BMW seems to have reverted the changes in...
Martin Grassl [Sun, 28 Apr 2024 20:38:23 +0000 (22:38 +0200)]
[mybmw] revert the changes for 16642 as BMW seems to have reverted the changes in the API (#16687)

Signed-off-by: Martin Grassl <martin.grassl@digital-filestore.de>
22 months ago[airq] Improve error handling (#16694)
Fabian Wolter [Sun, 28 Apr 2024 19:39:27 +0000 (21:39 +0200)]
[airq] Improve error handling (#16694)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
22 months ago[mqtt] Treat incoming empty string as NULL for enum (#16641)
Cody Cutrer [Sun, 28 Apr 2024 19:33:44 +0000 (13:33 -0600)]
[mqtt] Treat incoming empty string as NULL for enum (#16641)

Treat incoming empty string as NULL for enum (#16641)

Signed-off-by: Cody Cutrer <cody@cutrer.us>
22 months ago[hue] fix JUnit tests for revised ColorUtil (#16559)
Andrew Fiddian-Green [Sun, 28 Apr 2024 19:05:23 +0000 (20:05 +0100)]
[hue] fix JUnit tests for revised ColorUtil (#16559)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
22 months ago[airq] Add note about JVM cryptographic strength policy (#16695)
Fabian Wolter [Sun, 28 Apr 2024 18:56:13 +0000 (20:56 +0200)]
[airq] Add note about JVM cryptographic strength policy (#16695)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
22 months ago[dynamodb] Optimize consumed read capacity (#16693)
Sami Salonen [Sun, 28 Apr 2024 18:52:16 +0000 (21:52 +0300)]
[dynamodb] Optimize consumed read capacity (#16693)

We optimize consumed read capacity

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
22 months ago[tado] Update plugins (#16686)
Holger Friedrich [Sun, 28 Apr 2024 18:49:05 +0000 (20:49 +0200)]
[tado] Update plugins (#16686)

* swagger-codegen-maven-plugin, 2.3.1 to 2.4.41

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
22 months agoUpdate README.md (#16668)
Sebastian G [Sun, 28 Apr 2024 18:24:00 +0000 (20:24 +0200)]
Update README.md (#16668)

Fix URL for AVR-X2000/E400 document

Signed-off-by: Sebastian G. <sebastian@goodrick.ch>
22 months ago[mapdb] Explicitly set date format for serialization (#16657)
Holger Friedrich [Sun, 28 Apr 2024 18:14:31 +0000 (20:14 +0200)]
[mapdb] Explicitly set date format for serialization (#16657)

Between Java 17 and Java 21, serialization of Date has changed due to CLDR 42 which uses a narrow non-breaking space.
To ease switching JDK versions, the serialization format is explicitly set to the Java 17 format when GsonBuilder is used.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
22 months ago[openwebnet] add sendMessage rule actions to send generic OWN messages on the BUS...
M Valla [Sun, 28 Apr 2024 09:55:28 +0000 (11:55 +0200)]
[openwebnet] add sendMessage rule actions to send generic OWN messages on the BUS (#16691)

* [openwebnet] Added OpenWebNetBridgeActions class and sendMessage action

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
22 months ago[tapocontrol] new communication protocol integration / code revision (#15725)
Christian Wild [Sun, 28 Apr 2024 07:38:06 +0000 (09:38 +0200)]
[tapocontrol] new communication protocol integration / code revision (#15725)

* [tapocontrol] new tapo klap-protocol integration

Signed-off-by: Christian Wild <christian@wildclan.de>
22 months ago[saicismart] Initial contribution (#15894)
Doug Culnane [Sat, 27 Apr 2024 20:49:34 +0000 (22:49 +0200)]
[saicismart] Initial contribution (#15894)

* [saicismart] initial binding creation

Signed-off-by: Markus Heberling <markus@heberling.net>
Signed-off-by: dougculnane <doug@culnane.net>
22 months agoInterrupt running job on handler disposal (#16689)
Jacob Laursen [Sat, 27 Apr 2024 12:03:50 +0000 (14:03 +0200)]
Interrupt running job on handler disposal (#16689)

Resolves #16688

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
22 months agoIntroduce console command for history persistence (#16656)
Jacob Laursen [Sat, 27 Apr 2024 09:46:19 +0000 (11:46 +0200)]
Introduce console command for history persistence (#16656)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
22 months ago[amplipi] Update plugins (#16685)
Holger Friedrich [Sat, 27 Apr 2024 08:45:51 +0000 (10:45 +0200)]
[amplipi] Update plugins (#16685)

* openapi-generator-maven-plugin, 5.1.0 to 7.0.1, see
  https://github.com/OpenAPITools/openapi-generator/releases

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
22 months ago[openweathermap] Added "version" example to thing configuration and description....
Spiev [Sat, 27 Apr 2024 08:27:30 +0000 (10:27 +0200)]
[openweathermap] Added "version" example to thing configuration and description. (#16671)

* Added "version" example to thing configuration and description.

Signed-off-by: / <StefanMiem+github@gmail.com>
22 months agoReduce the default character limit for VARCHAR columns in MySQL (#16680)
Jacob Laursen [Sat, 27 Apr 2024 08:25:46 +0000 (10:25 +0200)]
Reduce the default character limit for VARCHAR columns in MySQL (#16680)

Resolves #13920

Resolves #16678

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
22 months ago[radiothermostat] Skip shutdown actions if thing offline (#16677)
mlobstein [Thu, 25 Apr 2024 06:08:58 +0000 (01:08 -0500)]
[radiothermostat] Skip shutdown actions if thing offline (#16677)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
22 months ago[Renault] Cockpit/odometer information no longer retrieved #16669 (#16675)
Doug Culnane [Mon, 22 Apr 2024 15:10:25 +0000 (17:10 +0200)]
[Renault] Cockpit/odometer information no longer retrieved #16669 (#16675)

Signed-off-by: dougculnane <doug@culnane.net>
23 months ago[CI] Add Java 21 compiling to J17 and native J21 (#16672)
Holger Friedrich [Mon, 22 Apr 2024 06:41:38 +0000 (08:41 +0200)]
[CI] Add Java 21 compiling to J17 and native J21 (#16672)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months ago[freeathomesystem] Initial contribution (#13703)
Andras Uhrin [Sat, 20 Apr 2024 16:14:54 +0000 (18:14 +0200)]
[freeathomesystem] Initial contribution (#13703)

Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
23 months ago[evcc] Adjust to evcc 0.125.0 API changes (#16660)
MikeTheTux [Sat, 20 Apr 2024 13:00:59 +0000 (15:00 +0200)]
[evcc] Adjust to evcc 0.125.0 API changes (#16660)

* avoid deprecated parameters evcc rest API parameters 'batteryConfigured' and 'pvConfigured'

Signed-off-by: Michael Weger <weger.michael@gmx.net>
23 months ago[openwebnet] Thermo: new channels and README updates (#16652)
M Valla [Thu, 18 Apr 2024 22:22:48 +0000 (00:22 +0200)]
[openwebnet] Thermo: new channels and README updates (#16652)

* [openwebnet] added new channels: targetTemperature, heating and cooling to bus_thermo_zone
Fixes #12019
* [openwebnet] cleaner code in updateModeAndFunction() to handle *4*1*w## messages
* [openwebnet] Updated README. Added new device images

---------

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
23 months agoNew translations livisismarthome.properties (Italian) (#16662)
openhab-bot [Thu, 18 Apr 2024 05:02:17 +0000 (07:02 +0200)]
New translations livisismarthome.properties (Italian) (#16662)

23 months ago[miio] Add Yeelight W3 RGB (#16659)
Marcel [Wed, 17 Apr 2024 16:54:27 +0000 (18:54 +0200)]
[miio] Add Yeelight W3 RGB (#16659)

* fix: Added Yeelight W3 RGB props

cherrypicked from #7717221

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] update readme

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Co-authored-by: Igor Svehla <igor@taxtris.com>
23 months ago[miio] add suppoprt Mijia Omni Robot Vacuum-Mop dreame.vacuum.p2114o (#16383)
Marcel [Wed, 17 Apr 2024 16:51:13 +0000 (18:51 +0200)]
[miio] add suppoprt Mijia Omni Robot Vacuum-Mop dreame.vacuum.p2114o (#16383)

* [miio] add suppoprt Mijia Omni Robot Vacuum-Mop dreame.vacuum.p2114o

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
23 months ago[miio] add support for Xiaomi Smart Plug 2 cuco.plug.v2eur (#16381)
Marcel [Wed, 17 Apr 2024 08:35:40 +0000 (10:35 +0200)]
[miio] add support for Xiaomi Smart Plug 2 cuco.plug.v2eur (#16381)

* [miio] add support for Xiaomi Smart Plug 2 cuco.plug.v2eur

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
23 months agoFix tariff time series update during spot price unavailability (#16654)
Jacob Laursen [Tue, 16 Apr 2024 06:21:26 +0000 (08:21 +0200)]
Fix tariff time series update during spot price unavailability (#16654)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months ago[openwebnet] Thermo: fixes update setPoint when local offset in in use (#16626)
M Valla [Sun, 14 Apr 2024 22:55:13 +0000 (00:55 +0200)]
[openwebnet] Thermo: fixes update setPoint when local offset in in use (#16626)

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
23 months agoResolve runbundles for Jollyday upgrade (#16632)
Wouter Born [Sun, 14 Apr 2024 20:21:17 +0000 (22:21 +0200)]
Resolve runbundles for Jollyday upgrade (#16632)

Related to openhab/openhab-core#4178

Signed-off-by: Wouter Born <github@maindrain.net>
23 months agoAdjust retry policy for extended spot price unavailability (#16653)
Jacob Laursen [Sun, 14 Apr 2024 19:48:34 +0000 (21:48 +0200)]
Adjust retry policy for extended spot price unavailability (#16653)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months agoFix handling of multiple sprinklers (#16630)
Mark Hilbush [Sun, 14 Apr 2024 18:04:39 +0000 (14:04 -0400)]
Fix handling of multiple sprinklers (#16630)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
23 months ago[openwebnet] Thermo: added support for HOLIDAY/VACATION central unit modes (#16605)
M Valla [Sun, 14 Apr 2024 17:32:48 +0000 (19:32 +0200)]
[openwebnet] Thermo: added support for HOLIDAY/VACATION central unit modes (#16605)

* [openwebnet] added vacationDays channel
* [openwebnet] Added support for HOLIDAY/VACATION Thermo CU modes.
Refactored Thermo mode handling using updated OWN lib.
Bump openwebnet lib to 0.13.0.
* [openwebnet] added checks for some corner cases

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
23 months agoRestrict CO2 emission datasets to price area DK1/DK2 (#16649)
Jacob Laursen [Sun, 14 Apr 2024 07:37:15 +0000 (09:37 +0200)]
Restrict CO2 emission datasets to price area DK1/DK2 (#16649)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months ago[tr064] Enable fourth WiFi channel and improvements (#16650)
J-N-K [Sun, 14 Apr 2024 07:33:01 +0000 (09:33 +0200)]
[tr064] Enable fourth WiFi channel and improvements (#16650)

Signed-off-by: Jan N. Klug <github@klug.nrw>
23 months agoImprove error handling for action calculatePrice (#16651)
Jacob Laursen [Sun, 14 Apr 2024 07:23:41 +0000 (09:23 +0200)]
Improve error handling for action calculatePrice (#16651)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months agoLog warning when spot prices are unavailable (#16648)
Jacob Laursen [Sat, 13 Apr 2024 13:31:56 +0000 (15:31 +0200)]
Log warning when spot prices are unavailable (#16648)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months agoResolves issue #16629 (#16640)
Gaël L'hopital [Sat, 13 Apr 2024 08:36:14 +0000 (10:36 +0200)]
Resolves issue #16629 (#16640)

Signed-off-by: gael@lhopital.org <gael@lhopital.org>
23 months ago[network] Fix NumberFormatException for ping when locale has comma as decimal separat...
Stephan Richter [Fri, 12 Apr 2024 19:49:11 +0000 (21:49 +0200)]
[network] Fix NumberFormatException for ping when locale has comma as decimal separator (#16636)

* fixing bug:
LatencyParser fails to parse ping times on systems with comma (,) set as decimal separator

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
23 months agoBypass WAF by using app user-agent (#16644)
Jacob Laursen [Fri, 12 Apr 2024 19:42:51 +0000 (21:42 +0200)]
Bypass WAF by using app user-agent (#16644)

Resolves #16517

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months ago[harmonyhub] Updates harmony library, uses strings for ids (#16646)
Dan Cunningham [Fri, 12 Apr 2024 19:35:12 +0000 (13:35 -0600)]
[harmonyhub] Updates harmony library, uses strings for ids (#16646)

See #6732

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
23 months ago[mybmw] Fix images not loading anymore (#16643)
Martin Grassl [Fri, 12 Apr 2024 17:46:07 +0000 (19:46 +0200)]
[mybmw] Fix images not loading anymore (#16643)

* [mybmw] fix image not loading anymore Fixes #16642

Signed-off-by: Martin Grassl <martin.grassl@digital-filestore.de>
23 months ago[deutschebahn] Fix example and update links (#16645)
Holger Friedrich [Fri, 12 Apr 2024 16:57:06 +0000 (18:57 +0200)]
[deutschebahn] Fix example and update links (#16645)

* [deutschebahn] Fix example and update links

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months agoUpdate tariff filter for Radius (#16634)
Jacob Laursen [Thu, 11 Apr 2024 20:14:26 +0000 (22:14 +0200)]
Update tariff filter for Radius (#16634)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months ago[telegram] Functionality added to delete a Query (#16631)
Christoph [Thu, 11 Apr 2024 20:02:52 +0000 (22:02 +0200)]
[telegram] Functionality added to delete a Query (#16631)

* [telegram] Functionality added to delete a Query

Signed-off-by: Christoph <fd0cwp@gmx.de>
23 months ago[tibber] Add two channels: consumption and production for current hour (#16623)
Arne Seime [Thu, 11 Apr 2024 19:58:36 +0000 (21:58 +0200)]
[tibber] Add two channels: consumption and production for current hour (#16623)

* Add 2 new live channels; consumption and production this hour (since last hour shift)

Signed-off-by: Arne Seime <arne.seime@gmail.com>
23 months ago[mqtt] fix UnDefType comparison in PercentageValue (#16639)
Cody Cutrer [Thu, 11 Apr 2024 19:54:49 +0000 (13:54 -0600)]
[mqtt] fix UnDefType comparison in PercentageValue (#16639)

Signed-off-by: Cody Cutrer <cody@cutrer.us>
23 months ago[jrubyscripting] Fix an error in received_command example (#16637)
jimtng [Thu, 11 Apr 2024 05:07:21 +0000 (15:07 +1000)]
[jrubyscripting] Fix an error in received_command example (#16637)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
23 months agoProvide unit hints for humidity/noise/volume channels (#16614)
Jacob Laursen [Sun, 7 Apr 2024 12:08:53 +0000 (14:08 +0200)]
Provide unit hints for humidity/noise/volume channels (#16614)

* Provide unit hints for humidity channel types

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Provide unit hints for noise/volume channel types

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
---------

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months ago[knx] Add JaCoCo test-coverage (#16507)
Holger Friedrich [Sun, 7 Apr 2024 08:29:51 +0000 (10:29 +0200)]
[knx] Add JaCoCo test-coverage (#16507)

Test coverage analysis is based on JaCoCo tool.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months agoProvide unit hint for water consumption channel (#16621)
Jacob Laursen [Sun, 7 Apr 2024 08:06:02 +0000 (10:06 +0200)]
Provide unit hint for water consumption channel (#16621)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months ago[intesis] Session Handling improved (#16620)
Christoph [Sat, 6 Apr 2024 15:10:47 +0000 (17:10 +0200)]
[intesis] Session Handling improved (#16620)

Signed-off-by: Christoph <fd0cwp@gmx.de>
23 months ago[siemensrds] Remove r.H. from humidity state description pattern (#16616)
Andrew Fiddian-Green [Sat, 6 Apr 2024 12:10:19 +0000 (13:10 +0100)]
[siemensrds] Remove r.H. from humidity state description pattern (#16616)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
23 months ago[lifx] Add support for new LIFX products (#16618)
Wouter Born [Sat, 6 Apr 2024 12:09:44 +0000 (14:09 +0200)]
[lifx] Add support for new LIFX products (#16618)

* [lifx] Add support for new LIFX products

Allows for discovering all the new LIFX products and their features including:

* LIFX Ceiling
* LIFX Outdoor Neon
* LIFX PAR38
* LIFX Round/Square Path
* LIFX Round Spot

See:

* https://github.com/LIFX/products/blob/master/products.json
* https://www.lifx.com/products/neon-flex-16ft-outdoor
* https://www.lifx.com/products/supercolor-1600lm-par38
* https://www.lifx.com/products/spot-light-round
* https://www.lifx.com/products/path-light-round
* https://www.lifx.com/products/path-light-square

Signed-off-by: Wouter Born <github@maindrain.net>
23 months ago[hue] fix npe (#16619)
Andrew Fiddian-Green [Sat, 6 Apr 2024 11:05:16 +0000 (12:05 +0100)]
[hue] fix npe (#16619)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
23 months ago[lutron] Implement button press notifications for Picos from LEAP (#16550)
Cody Cutrer [Fri, 5 Apr 2024 19:53:06 +0000 (13:53 -0600)]
[lutron] Implement button press notifications for Picos from LEAP (#16550)

* [lutron] implement button press notifications for Picos from LEAP
* reverse equality check for null safety

Signed-off-by: Cody Cutrer <cody@cutrer.us>
23 months ago[miio] Add Roborock S7/S7MaxV mop mode (#16608)
Rüdiger Sopp [Fri, 5 Apr 2024 19:10:32 +0000 (21:10 +0200)]
[miio] Add Roborock S7/S7MaxV mop mode (#16608)

* [miio] Add Roborock S7/S7MaxV mop mode
Signed-off-by: Ruediger Sopp <ruediger.sopp@gmail.com>
23 months ago[persistence.jpa] Pin to Java 17 (#16612)
Holger Friedrich [Fri, 5 Apr 2024 19:08:59 +0000 (21:08 +0200)]
[persistence.jpa] Pin to Java 17 (#16612)

This is a workaround to allow compiling with Java 21.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months ago[enocean] Fix Java 21 build (#16615)
Holger Friedrich [Fri, 5 Apr 2024 19:03:43 +0000 (21:03 +0200)]
[enocean] Fix Java 21 build (#16615)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months agoImprove handling of error code 14 (#16613)
Mark Hilbush [Fri, 5 Apr 2024 14:01:50 +0000 (10:01 -0400)]
Improve handling of error code 14 (#16613)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
23 months ago[Senec] Add request timeout (#16611)
Stefan Sedlmaier [Thu, 4 Apr 2024 16:25:34 +0000 (18:25 +0200)]
[Senec] Add request timeout (#16611)

Fixes #12900. Add a timeout for requests to the local Senec device. Currently there may occur some endlessly hanging requests which basically freeze the values provided by the binding.

Signed-off-by: Stefan Sedlmaier <github@ssedlmaier.de>
23 months agoBump maven-compiler-plugin to 3.13.0 (#16609)
Holger Friedrich [Thu, 4 Apr 2024 04:13:30 +0000 (06:13 +0200)]
Bump maven-compiler-plugin to 3.13.0 (#16609)

Avoid ZipException with ejc >3.30.0.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months ago[hue] Improve color setting (#16436)
Andrew Fiddian-Green [Wed, 3 Apr 2024 10:17:48 +0000 (11:17 +0100)]
[hue] Improve color setting (#16436)

* [hue] fix xy conversion when B is 0
* [hue] remove gamut correction; let Hue bridge do it instead
* [hue] fix gamma round trips; modernize instanceof syntax

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
23 months agoProvide better MySQL datatype for DateTimeType (#16604)
Jacob Laursen [Tue, 2 Apr 2024 21:42:49 +0000 (23:42 +0200)]
Provide better MySQL datatype for DateTimeType (#16604)

Resolves #15697

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months agoMove to JUPnP v3.0.1 (#16598)
lolodomo [Tue, 2 Apr 2024 20:09:25 +0000 (22:09 +0200)]
Move to JUPnP v3.0.1 (#16598)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
23 months agoDeclare countries (#16603)
Jacob Laursen [Tue, 2 Apr 2024 19:17:14 +0000 (21:17 +0200)]
Declare countries (#16603)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
23 months agoNew translations tado.properties (Italian) (#16602)
openhab-bot [Tue, 2 Apr 2024 11:00:49 +0000 (13:00 +0200)]
New translations tado.properties (Italian) (#16602)

23 months agoUpdate Cloud Connector installation procedure (#16601)
sihui [Mon, 1 Apr 2024 18:10:33 +0000 (20:10 +0200)]
Update Cloud Connector installation procedure (#16601)

Signed-off-by: sihui <10405486+sihui62@users.noreply.github.com>
23 months ago[mqtt.homie] build a per-thing thing type (#15893)
Cody Cutrer [Mon, 1 Apr 2024 15:31:35 +0000 (09:31 -0600)]
[mqtt.homie] build a per-thing thing type (#15893)

* [mqtt.homie] build a per-thing thing type

Signed-off-by: Cody Cutrer <cody@cutrer.us>
23 months ago[tado] Change humidity and heatingPower channels to QuantityType (#16531)
Andrew Fiddian-Green [Mon, 1 Apr 2024 15:21:45 +0000 (16:21 +0100)]
[tado] Change humidity and heatingPower channels to QuantityType (#16531)

* [tado] tweaks to xml

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
23 months agoAllow for compiling with Java 21 (#16594)
Holger Friedrich [Mon, 1 Apr 2024 11:58:56 +0000 (13:58 +0200)]
Allow for compiling with Java 21 (#16594)

* Support Java 17 and 21, default compilation to Java 17 class files
* Add profile "j21" to compile to Java 21 class files
* Bump ecj to 3.36.0

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months ago[boschshc] Add support for Dimmer (#16501)
David Pace [Mon, 1 Apr 2024 10:26:03 +0000 (12:26 +0200)]
[boschshc] Add support for Dimmer (#16501)

Adds support for Bosch Smart Home Dimmer devices.

Signed-off-by: David Pace <dev@davidpace.de>
23 months ago[upnpcontrol] Catch IAE when Album Art URI is invalid (#16597)
Wouter Born [Mon, 1 Apr 2024 07:43:05 +0000 (09:43 +0200)]
[upnpcontrol] Catch IAE when Album Art URI is invalid (#16597)

Fixes #16595

Signed-off-by: Wouter Born <github@maindrain.net>
23 months ago[lutron] update instructions for LEAP authentication (#16510)
Cody Cutrer [Mon, 1 Apr 2024 07:40:43 +0000 (01:40 -0600)]
[lutron] update instructions for LEAP authentication (#16510)

* [lutron] update instructions for LEAP authentication

Signed-off-by: Cody Cutrer <cody@cutrer.us>
23 months ago[boschshc] Boost unit test coverage (#16500)
David Pace [Sun, 31 Mar 2024 19:19:25 +0000 (21:19 +0200)]
[boschshc] Boost unit test coverage (#16500)

Boosts the unit test coverage for the `boschshc` binding in `src/main/java` to 94%.

Signed-off-by: David Pace <dev@davidpace.de>
23 months ago[knx] Upgrade Calimero to 2.6-rc1 (#16588)
Holger Friedrich [Sun, 31 Mar 2024 08:44:16 +0000 (10:44 +0200)]
[knx] Upgrade Calimero to 2.6-rc1 (#16588)

* [knx] Upgrade Calimero to 2.6-rc1
- Bugfixes and new subtypes for DPTs 20, 21, 22.
- Remove workarounds for issues in v2.5.1.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months agoUpgrade SAT plugin to 0.16.0 (#16582)
Holger Friedrich [Sun, 31 Mar 2024 08:43:44 +0000 (10:43 +0200)]
Upgrade SAT plugin to 0.16.0 (#16582)

Modify code which leads to build error with new version of SpotBugs.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months ago[boschshc] Add support for Light/Shutter Control II (#16400)
David Pace [Sun, 31 Mar 2024 08:36:43 +0000 (10:36 +0200)]
[boschshc] Add support for Light/Shutter Control II (#16400)

* [boschshc] Add support for Shutter Control II (#14562)
* add new channel type for child protection

Signed-off-by: David Pace <dev@davidpace.de>
23 months ago[shelly] Add support for Range Extender feature (#16419)
Markus Michels [Sun, 31 Mar 2024 08:27:47 +0000 (10:27 +0200)]
[shelly] Add support for Range Extender feature (#16419)

* Add support for Shelly Range Extender mode (Plus/Pro series only)
* Check for secondary devices also when manual scan is triggered

Signed-off-by: Markus Michels <markus7017@gmail.com>
23 months ago[dynamodb] Enable tests (#16554)
Holger Friedrich [Fri, 29 Mar 2024 18:44:02 +0000 (19:44 +0100)]
[dynamodb] Enable tests (#16554)

Add missing dependencies after Karaf upgrade #16493.

Fixes #16535.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
23 months agoBump Kotlin, okhttp, okio, and java-telegram-bot-api libraries (#16458)
Matthew Skinner [Fri, 29 Mar 2024 08:43:32 +0000 (19:43 +1100)]
Bump Kotlin, okhttp, okio, and java-telegram-bot-api libraries (#16458)

* update libs

Signed-off-by: Matthew Skinner <matt@pcmus.com>
23 months agoComplement to issue #16561 (#16589)
Gaël L'hopital [Fri, 29 Mar 2024 08:11:46 +0000 (09:11 +0100)]
Complement to issue #16561 (#16589)

Signed-off-by: gael@lhopital.org <gael@lhopital.org>
23 months ago[netatmo] Enhance RefreshCapability (#16574)
Gaël L'hopital [Fri, 29 Mar 2024 08:07:36 +0000 (09:07 +0100)]
[netatmo] Enhance RefreshCapability (#16574)

Signed-off-by: clinique <gael@lhopital.org>
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
23 months ago[linky] Binding stopped working (#16586)
Gaël L'hopital [Thu, 28 Mar 2024 17:31:41 +0000 (18:31 +0100)]
[linky] Binding stopped working (#16586)

* Change lincs entrypoint

Signed-off-by: gael@lhopital.org <gael@lhopital.org>
23 months ago[jsscripting] Fix memory leak on script execution failure (#16578)
Florian Hotze [Wed, 27 Mar 2024 20:43:07 +0000 (21:43 +0100)]
[jsscripting] Fix memory leak on script execution failure (#16578)

Make engineIdentifier a instance field to ease debugging.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
23 months ago[rrd4j] Fix missing service pid (#16569)
J-N-K [Wed, 27 Mar 2024 20:03:44 +0000 (21:03 +0100)]
[rrd4j] Fix missing service pid (#16569)

Signed-off-by: Jan N. Klug <github@klug.nrw>
23 months ago[mongodb] Fix missing service pid (#16568)
J-N-K [Wed, 27 Mar 2024 20:03:09 +0000 (21:03 +0100)]
[mongodb] Fix missing service pid (#16568)

Signed-off-by: Jan N. Klug <github@klug.nrw>
23 months ago[mapdb] Fix missing service pid (#16567)
J-N-K [Wed, 27 Mar 2024 20:02:22 +0000 (21:02 +0100)]
[mapdb] Fix missing service pid (#16567)

Signed-off-by: Jan N. Klug <github@klug.nrw>
23 months ago[mail] Fix sending HTML mails (#16587)
J-N-K [Wed, 27 Mar 2024 19:08:25 +0000 (20:08 +0100)]
[mail] Fix sending HTML mails (#16587)

Signed-off-by: Jan N. Klug <github@klug.nrw>
23 months ago[mail] Fix content processing (#16580)
J-N-K [Wed, 27 Mar 2024 04:17:45 +0000 (05:17 +0100)]
[mail] Fix content processing (#16580)

Signed-off-by: Jan N. Klug <github@klug.nrw>
23 months ago[jsscripting] Upgrade to openhab-js 4.9.0 (#16576)
Florian Hotze [Mon, 25 Mar 2024 20:11:24 +0000 (21:11 +0100)]
[jsscripting] Upgrade to openhab-js 4.9.0 (#16576)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
23 months ago[netatmo] Add a buffer to lower Home API requests (#16562)
Gaël L'hopital [Mon, 25 Mar 2024 10:41:33 +0000 (11:41 +0100)]
[netatmo] Add a buffer to lower Home API requests (#16562)

* Adding CacheCapability to HomeAPI

---------

Signed-off-by: clinique <gael@lhopital.org>
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
23 months agoEnhance getActiveChildren() (#16573)
Gaël L'hopital [Mon, 25 Mar 2024 08:19:32 +0000 (09:19 +0100)]
Enhance getActiveChildren() (#16573)

Signed-off-by: clinique <gael@lhopital.org>
23 months ago[netatmo] Enhance bridge status reporting (#16571)
Gaël L'hopital [Mon, 25 Mar 2024 08:13:48 +0000 (09:13 +0100)]
[netatmo] Enhance bridge status reporting (#16571)

* Enhance bridge status reporting

---------

Signed-off-by: clinique <gael@lhopital.org>
23 months agoSynchronized Weather cache update requests (#16572)
Gaël L'hopital [Mon, 25 Mar 2024 08:06:50 +0000 (09:06 +0100)]
Synchronized Weather cache update requests (#16572)

Signed-off-by: clinique <gael@lhopital.org>
23 months agoEnable accumulated channels for Shelly Pro 3EM (#16566)
Leif Bladt [Sun, 24 Mar 2024 15:24:06 +0000 (16:24 +0100)]
Enable accumulated channels for Shelly Pro 3EM (#16566)

Signed-off-by: Leif Bladt <leif.bladt@gmx.de>