Commit Graph

4547 Commits

Author SHA1 Message Date
Gaël L'hopital
22e3d55f85
Fix error introduced in #16681 (#16703)
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2024-04-29 18:23:47 +02:00
Gaël L'hopital
57025ce961
[netatmo] Correction of Last-Event group (#16684)
* Correction of Last-Event group

Signed-off-by: root <gael@lhopital.org>
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2024-04-29 13:35:10 +02:00
Gaël L'hopital
5f7282b21b
[netatmo] Fix Live Picture not always available (#16679)
* Adressing issue on live picture

Signed-off-by: gael@lhopital.org <gael@lhopital.org>
Signed-off-by: root <gael@lhopital.org>
2024-04-29 13:30:00 +02:00
Holger Friedrich
cf21184c1b
Update plugins (#16683)
* update multiple dependencies

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-04-29 12:24:45 +02:00
Gaël L'hopital
1437a2ac7d
Handling null WifiInformation (#16700)
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2024-04-29 01:32:55 +02:00
Holger Friedrich
1af3ecd989
[tradfri] Adapt tests to ColorUtil changes on core (#16699)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-04-29 00:32:15 +02:00
Gaël L'hopital
01e8e1c8f8
[netatmo] Presence sub events were not updated (#16681)
* Making sub event work
Signed-off-by: clinique <gael@lhopital.org>
2024-04-28 23:38:54 +02:00
Daniel Rosengarten
bd2dcba1ce
[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>
2024-04-28 22:55:54 +02:00
Martin Grassl
bc136527bc
[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>
2024-04-28 22:38:23 +02:00
Fabian Wolter
1a727f87bd
[airq] Improve error handling (#16694)
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2024-04-28 21:39:27 +02:00
Cody Cutrer
836581ebc8
[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>
2024-04-28 21:33:44 +02:00
Andrew Fiddian-Green
8329668931
[hue] fix JUnit tests for revised ColorUtil (#16559)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2024-04-28 21:05:23 +02:00
Fabian Wolter
5765a9485d
[airq] Add note about JVM cryptographic strength policy (#16695)
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2024-04-28 20:56:13 +02:00
Sami Salonen
dee61a7651
[dynamodb] Optimize consumed read capacity (#16693)
We optimize consumed read capacity

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
2024-04-28 20:52:16 +02:00
Holger Friedrich
c9c75124aa
[tado] Update plugins (#16686)
* swagger-codegen-maven-plugin, 2.3.1 to 2.4.41

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-04-28 20:49:05 +02:00
Sebastian G
5b36db63b9
Update README.md (#16668)
Fix URL for AVR-X2000/E400 document

Signed-off-by: Sebastian G. <sebastian@goodrick.ch>
2024-04-28 20:24:00 +02:00
Holger Friedrich
b6cbc7ff82
[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>
2024-04-28 20:14:31 +02:00
M Valla
1fff7eb028
[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>
2024-04-28 11:55:28 +02:00
Christian Wild
dbe970981c
[tapocontrol] new communication protocol integration / code revision (#15725)
* [tapocontrol] new tapo klap-protocol integration

Signed-off-by: Christian Wild <christian@wildclan.de>
2024-04-28 09:38:06 +02:00
Doug Culnane
652845fee5
[saicismart] Initial contribution (#15894)
* [saicismart] initial binding creation

Signed-off-by: Markus Heberling <markus@heberling.net>
Signed-off-by: dougculnane <doug@culnane.net>
2024-04-27 22:49:34 +02:00
Jacob Laursen
229c2b7032
Interrupt running job on handler disposal (#16689)
Resolves #16688

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-27 14:03:50 +02:00
Jacob Laursen
321fde5486
Introduce console command for history persistence (#16656)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-04-27 11:46:19 +02:00
Holger Friedrich
be7c6bbcdb
[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>
2024-04-27 10:45:51 +02:00
Spiev
bf7c2220b0
[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>
2024-04-27 10:27:30 +02:00
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
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
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