Commit Graph

4882 Commits

Author SHA1 Message Date
Jacob Laursen
e67675b745
Reduce the default character limit for VARCHAR columns in MySQL (#16680)
Resolves #13920

Resolves #16678

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-27 10:25:46 +02:00
mlobstein
7eb5916804
[radiothermostat] Skip shutdown actions if thing offline (#16677)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-04-25 08:08:58 +02:00
Doug Culnane
6ebf0f974e
[Renault] Cockpit/odometer information no longer retrieved #16669 (#16675)
Signed-off-by: dougculnane <doug@culnane.net>
2024-04-22 17:10:25 +02:00
Holger Friedrich
4cc5a27984
[CI] Add Java 21 compiling to J17 and native J21 (#16672)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-04-22 08:41:38 +02:00
Andras Uhrin
f466c88406
[freeathomesystem] Initial contribution (#13703)
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
2024-04-20 18:14:54 +02:00
MikeTheTux
6db28f5b46
[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>
2024-04-20 15:00:59 +02:00
M Valla
342b7b83f9
[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>
2024-04-19 00:22:48 +02:00
openhab-bot
e97c080c16
New translations livisismarthome.properties (Italian) (#16662) 2024-04-18 07:02:17 +02:00
Marcel
b035bf3824
[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>
2024-04-17 18:54:27 +02:00
Marcel
7b690d6c89
[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>
2024-04-17 18:51:13 +02:00
Marcel
1dc4c4f4db
[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>
2024-04-17 10:35:40 +02:00
Jacob Laursen
31c33561e8
Fix tariff time series update during spot price unavailability (#16654)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-16 08:21:26 +02:00
M Valla
d498a1622f
[openwebnet] Thermo: fixes update setPoint when local offset in in use (#16626)
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
2024-04-15 00:55:13 +02:00
Wouter Born
0b9ea4d3f1
Resolve runbundles for Jollyday upgrade (#16632)
Related to openhab/openhab-core#4178

Signed-off-by: Wouter Born <github@maindrain.net>
2024-04-14 22:21:17 +02:00
Jacob Laursen
f4fada5036
Adjust retry policy for extended spot price unavailability (#16653)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-14 21:48:34 +02:00
Mark Hilbush
815ada9afc
Fix handling of multiple sprinklers (#16630)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2024-04-14 20:04:39 +02:00
M Valla
5cf2a99fe3
[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>
2024-04-14 19:32:48 +02:00
Jacob Laursen
92cc61cede
Restrict CO2 emission datasets to price area DK1/DK2 (#16649)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-14 09:37:15 +02:00
J-N-K
f164f71fd0
[tr064] Enable fourth WiFi channel and improvements (#16650)
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-04-14 09:33:01 +02:00
Jacob Laursen
80fb59525b
Improve error handling for action calculatePrice (#16651)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-14 09:23:41 +02:00
Jacob Laursen
2ac6b69270
Log warning when spot prices are unavailable (#16648)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-13 15:31:56 +02:00
Gaël L'hopital
42af6d8b4f
Resolves issue #16629 (#16640)
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
2024-04-13 10:36:14 +02:00
Stephan Richter
ec5b511a81
[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>
2024-04-12 21:49:11 +02:00
Jacob Laursen
465e84d800
Bypass WAF by using app user-agent (#16644)
Resolves #16517

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-12 21:42:51 +02:00
Dan Cunningham
0fca945b41
[harmonyhub] Updates harmony library, uses strings for ids (#16646)
See #6732

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
2024-04-12 21:35:12 +02:00
Martin Grassl
995ea2dd35
[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>
2024-04-12 19:46:07 +02:00
Holger Friedrich
7f82032643
[deutschebahn] Fix example and update links (#16645)
* [deutschebahn] Fix example and update links

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-04-12 18:57:06 +02:00
Jacob Laursen
a9f7e0fef7
Update tariff filter for Radius (#16634)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-11 22:14:26 +02:00
Christoph
c7d6f9a35c
[telegram] Functionality added to delete a Query (#16631)
* [telegram] Functionality added to delete a Query

Signed-off-by: Christoph <fd0cwp@gmx.de>
2024-04-11 22:02:52 +02:00
Arne Seime
1f631a6b8e
[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>
2024-04-11 21:58:36 +02:00
Cody Cutrer
c007c6ad5c
[mqtt] fix UnDefType comparison in PercentageValue (#16639)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
2024-04-11 21:54:49 +02:00
jimtng
28a055396a
[jrubyscripting] Fix an error in received_command example (#16637)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-04-11 07:07:21 +02:00
Jacob Laursen
2f7ad5f62e
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>
2024-04-07 14:08:53 +02:00
Holger Friedrich
051a186cf5
[knx] Add JaCoCo test-coverage (#16507)
Test coverage analysis is based on JaCoCo tool.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-04-07 10:29:51 +02:00
Jacob Laursen
0e32ad74fb
Provide unit hint for water consumption channel (#16621)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-07 10:06:02 +02:00
Christoph
21f8065203
[intesis] Session Handling improved (#16620)
Signed-off-by: Christoph <fd0cwp@gmx.de>
2024-04-06 17:10:47 +02:00
Andrew Fiddian-Green
cad9ce4010
[siemensrds] Remove r.H. from humidity state description pattern (#16616)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2024-04-06 14:10:19 +02:00
Wouter Born
79f71ee020
[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>
2024-04-06 14:09:44 +02:00
Andrew Fiddian-Green
203be9395e
[hue] fix npe (#16619)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2024-04-06 13:05:16 +02:00
Cody Cutrer
aebbbdffc4
[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>
2024-04-05 21:53:06 +02:00
Rüdiger Sopp
23502fcb9b
[miio] Add Roborock S7/S7MaxV mop mode (#16608)
* [miio] Add Roborock S7/S7MaxV mop mode
Signed-off-by: Ruediger Sopp <ruediger.sopp@gmail.com>
2024-04-05 21:10:32 +02:00
Holger Friedrich
2e4886aeaa
[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>
2024-04-05 21:08:59 +02:00
Holger Friedrich
c9c1b42fe1
[enocean] Fix Java 21 build (#16615)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-04-05 21:03:43 +02:00
Mark Hilbush
8644a771ac
Improve handling of error code 14 (#16613)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2024-04-05 16:01:50 +02:00
Stefan Sedlmaier
bf486e3744
[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>
2024-04-04 18:25:34 +02:00
Holger Friedrich
7f4686926b
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>
2024-04-04 06:13:30 +02:00
Andrew Fiddian-Green
8687fec77c
[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>
2024-04-03 12:17:48 +02:00
Jacob Laursen
9a178cf1d5
Provide better MySQL datatype for DateTimeType (#16604)
Resolves #15697

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-02 23:42:49 +02:00
lolodomo
79739c6930
Move to JUPnP v3.0.1 (#16598)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-04-02 22:09:25 +02:00
Jacob Laursen
d0af65cd50
Declare countries (#16603)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-02 21:17:14 +02:00