]>
git.basschouten.com Git - openhab-addons.git/log
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
openhab-bot [Thu, 18 Apr 2024 05:02:17 +0000 (07:02 +0200)]
New translations livisismarthome.properties (Italian) (#16662)
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Christoph [Sat, 6 Apr 2024 15:10:47 +0000 (17:10 +0200)]
[intesis] Session Handling improved (#16620)
Signed-off-by: Christoph <fd0cwp@gmx.de>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
openhab-bot [Tue, 2 Apr 2024 11:00:49 +0000 (13:00 +0200)]
New translations tado.properties (Italian) (#16602)
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Holger Hees [Sun, 24 Mar 2024 15:20:24 +0000 (16:20 +0100)]
Use mac address as a fallback name (#16547)
Signed-off-by: Holger Hees <holger.hees@gmail.com>
J-N-K [Sun, 24 Mar 2024 09:31:47 +0000 (10:31 +0100)]
[inmemory] Fix boundaries for queries (#16563)
Queries should include the boundaries, but the previous code did not.
Signed-off-by: Jan N. Klug <github@klug.nrw>