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
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
openhab-bot
492761513b
New translations tado.properties (Italian) ( #16602 )
2024-04-02 13:00:49 +02:00
sihui
79bfa72384
Update Cloud Connector installation procedure ( #16601 )
...
Signed-off-by: sihui <10405486+sihui62@users.noreply.github.com>
2024-04-01 20:10:33 +02:00
Cody Cutrer
d90a4a1ca2
[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>
2024-04-01 17:31:35 +02:00
Andrew Fiddian-Green
7d8a1b17f2
[tado] Change humidity and heatingPower channels to QuantityType ( #16531 )
...
* [tado] tweaks to xml
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2024-04-01 17:21:45 +02:00
David Pace
b4f973608f
[boschshc] Add support for Dimmer ( #16501 )
...
Adds support for Bosch Smart Home Dimmer devices.
Signed-off-by: David Pace <dev@davidpace.de>
2024-04-01 12:26:03 +02:00
Wouter Born
a9c0f9e936
[upnpcontrol] Catch IAE when Album Art URI is invalid ( #16597 )
...
Fixes #16595
Signed-off-by: Wouter Born <github@maindrain.net>
2024-04-01 09:43:05 +02:00
Cody Cutrer
ed5bb7d895
[lutron] update instructions for LEAP authentication ( #16510 )
...
* [lutron] update instructions for LEAP authentication
Signed-off-by: Cody Cutrer <cody@cutrer.us>
2024-04-01 09:40:43 +02:00
David Pace
12660f1c26
[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>
2024-03-31 21:19:25 +02:00
Holger Friedrich
1dd8fd10a6
[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>
2024-03-31 10:44:16 +02:00
Holger Friedrich
df884ac643
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>
2024-03-31 10:43:44 +02:00
David Pace
b77172c6bb
[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>
2024-03-31 10:36:43 +02:00
Markus Michels
afc6d949e8
[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>
2024-03-31 10:27:47 +02:00
Holger Friedrich
d2050f43a7
[dynamodb] Enable tests ( #16554 )
...
Add missing dependencies after Karaf upgrade #16493 .
Fixes #16535 .
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-03-29 19:44:02 +01:00
Matthew Skinner
09132d9c3b
Bump Kotlin, okhttp, okio, and java-telegram-bot-api libraries ( #16458 )
...
* update libs
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2024-03-29 09:43:32 +01:00
Gaël L'hopital
accec17658
Complement to issue #16561 ( #16589 )
...
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
2024-03-29 09:11:46 +01:00
Gaël L'hopital
b6e3b816ac
[netatmo] Enhance RefreshCapability ( #16574 )
...
Signed-off-by: clinique <gael@lhopital.org>
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
2024-03-29 09:07:36 +01:00
Gaël L'hopital
9f59d29c38
[linky] Binding stopped working ( #16586 )
...
* Change lincs entrypoint
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
2024-03-28 18:31:41 +01:00
Florian Hotze
66e8d7dc94
[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>
2024-03-27 21:43:07 +01:00
J-N-K
2d42e2e135
[rrd4j] Fix missing service pid ( #16569 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-03-27 21:03:44 +01:00
J-N-K
95434d8a58
[mongodb] Fix missing service pid ( #16568 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-03-27 21:03:09 +01:00
J-N-K
a4ee09a519
[mapdb] Fix missing service pid ( #16567 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-03-27 21:02:22 +01:00
J-N-K
1f65f9296f
[mail] Fix sending HTML mails ( #16587 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-03-27 20:08:25 +01:00
J-N-K
657405c2aa
[mail] Fix content processing ( #16580 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-03-27 05:17:45 +01:00
Florian Hotze
3ca4b4f749
[jsscripting] Upgrade to openhab-js 4.9.0 ( #16576 )
...
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2024-03-25 21:11:24 +01:00
Gaël L'hopital
0a8e218123
[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>
2024-03-25 11:41:33 +01:00
Gaël L'hopital
9dd2827148
Enhance getActiveChildren() ( #16573 )
...
Signed-off-by: clinique <gael@lhopital.org>
2024-03-25 09:19:32 +01:00
Gaël L'hopital
d4629599eb
[netatmo] Enhance bridge status reporting ( #16571 )
...
* Enhance bridge status reporting
---------
Signed-off-by: clinique <gael@lhopital.org>
2024-03-25 09:13:48 +01:00
Gaël L'hopital
e60d090a8a
Synchronized Weather cache update requests ( #16572 )
...
Signed-off-by: clinique <gael@lhopital.org>
2024-03-25 09:06:50 +01:00
Leif Bladt
fd882ffc75
Enable accumulated channels for Shelly Pro 3EM ( #16566 )
...
Signed-off-by: Leif Bladt <leif.bladt@gmx.de>
2024-03-24 16:24:06 +01:00
Holger Hees
504fdc611c
Use mac address as a fallback name ( #16547 )
...
Signed-off-by: Holger Hees <holger.hees@gmail.com>
2024-03-24 16:20:24 +01:00
J-N-K
a1cef70277
[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>
2024-03-24 10:31:47 +01:00
Felix Schneider
cac9e2ccda
[Jellyfin] Overhaul README.md ( #16359 )
...
* Overhaul README.md
- Fix some typos
- Add some code brackets
- Some formatting changes
* Minor spelling and grammar changes
Signed-off-by: Felix Schneider <fs@felix-schneider.org>
2024-03-22 14:37:00 +01:00
Georgios Moutsos
630847f986
Amend README with missing bridge configuration parameter ( #16556 )
...
Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
2024-03-21 22:18:39 +01:00
joerg1985
d2e9b83084
[systeminfo] Use the existing ChannelUID instance to check the linked state ( #16553 )
...
Signed-off-by: Jörg Sautter <joerg.sautter@gmx.net>
2024-03-21 22:15:34 +01:00
lolodomo
0d308665c7
[rotel] Support added for model RX-1052 ( #16486 )
...
* Two new channels to enable/disable speaker A and speaker B
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-03-21 22:14:03 +01:00
Gaël L'hopital
d68adfab21
[netatmo] Bring back auto refresh for Weather Station and HomeCoach ( #16546 )
...
* Corrects and completes PR #16492
---------
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
2024-03-21 13:43:33 +01:00
Gaël L'hopital
4f65c44872
Reverting incorrect code move ( #16548 )
...
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
2024-03-21 09:10:15 +01:00
Gaël L'hopital
329115fcbe
Avoiding reads of Energy data for Security channels ( #16543 )
...
Signed-off-by: clinique <gael@lhopital.org>
2024-03-19 08:55:25 +01:00
Holger Hees
bfa54435da
[jythonscripting] Updated documentation ( #16541 )
...
Signed-off-by: Holger Hees <holger.hees@gmail.com>
2024-03-18 20:05:57 +01:00
Mark Herwege
08f210e5d8
[systeminfo] Add CPU frequency channels ( #16012 )
...
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2024-03-18 11:58:54 +01:00
maniac103
afa65f251d
[hue] Shrink step size for increase/decrease commands ( #16538 )
...
A step size of 30 with a value range of 0..100 leads to only 4 steps,
which additionally are spaced unevenly. Shrink the step size to 10,
which yields 10 evenly spaced steps.
While at it, also deduplicate the increase/decrease code, which had
slightly different implementation in both branches.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
2024-03-18 11:56:42 +01:00
M Valla
26fd8c6528
[openwebnet] Thermo: Fixed handling of mode=AUTO for bus_thermo_zone ( #16534 )
...
* [openwebnet] improved Thermo mode/weekly/scenario channels descriptions
* [openwebnet] Fixed handling of mode=AUTO for bus_thermo_zone
Fixes #13754
---------
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
2024-03-18 11:49:43 +01:00
Holger Hees
e857f32a8a
[jythonscripting] Refactor, improve and simplify ( #16508 )
...
* moved implementation to 'internal'
* refactored JythonScriptEngineFactory
* implemented JythonScriptFileWatcher
* fixed addon.xml & package-info.java
* simplify stream list collector in JythonScriptEngineFactory
* changed codeowner for jythonscripting
* organized imports in JythonScriptEngineFactory
Signed-off-by: Holger Hees <holger.hees@gmail.com>
2024-03-17 23:14:49 +01:00
Gaël L'hopital
9af5bd0944
[netatmo] Thing properties were no more provided ( #16530 )
...
Signed-off-by: clinique <gael@lhopital.org>
2024-03-17 21:00:29 +01:00
maniac103
67daa7eca1
[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>
2024-03-17 20:47:36 +01:00
Holger Friedrich
3d65b3003f
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>
2024-03-17 20:28:10 +01:00
openhab-bot
3039f1fe9b
New Crowdin updates ( #16526 )
...
* New translations netatmo.properties (Italian)
* New translations energidataservice.properties (Italian)
2024-03-17 08:53:57 +01:00
Jacob Laursen
669ace8064
[jythonscripting] Fix addon id ( #16527 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-03-17 08:16:08 +01:00
Mark Hilbush
035f4463e5
[orbitbhyve] Handle null location attribute in devices json ( #16525 )
...
* Handle null location in devices json
---------
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2024-03-16 13:46:55 +01:00
Holger Friedrich
99d1b423c9
[knx] Increase test coverage ( #16511 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-03-16 11:51:53 +01:00
Andrew Fiddian-Green
a2db13130b
[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>
2024-03-15 13:45:57 +01:00
openhab-bot
271520e73f
New translations energidataservice.properties (Danish) ( #16522 )
2024-03-15 13:13:31 +01:00
Jacob Laursen
a7cfdcf12d
Add CO2 emission channels ( #16330 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-03-15 12:26:42 +01:00
Gaël L'hopital
03549dc5ba
[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>
2024-03-15 11:24:27 +01:00
Jacob Laursen
f0ec06daac
Fix sticky appliance ID ( #16521 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-03-15 07:54:45 +01:00
Jacob Laursen
e3b5ee9b02
Fix account bridge staying offline ( #16520 )
...
Fixes #16518
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-03-14 22:24:36 +01:00
openhab-bot
266d7b1476
New translations govee.properties (Italian) ( #16519 )
2024-03-13 23:20:05 +01:00
openhab-bot
51b63f3045
New translations miele.properties (Danish) ( #16515 )
2024-03-12 23:10:14 +01:00
Jacob Laursen
8d6ce024ef
Add laundry weight channel for washing machine ( #16514 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-03-12 22:35:33 +01:00
stefan-hoehn
79e9e96ae6
add supported H61D3/H61D5 to docs ( #16513 )
...
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
2024-03-12 22:29:06 +01:00
maniac103
ba0cf3fe1c
[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>
2024-03-12 19:08:35 +01:00
maniac103
2edacebf3f
[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>
2024-03-12 14:52:59 +01:00
coop-git
7dfebd66ce
[dsmr] Add support for capacity tariff for Belgium ( #15038 )
...
* Added support for capacity tafiff for Belgium
Signed-off-by: Lennert Coopman <github@coopman.org>
2024-03-12 05:33:39 +01:00
openhab-bot
100b0c154e
New translations tasmotaplug.properties (Italian) ( #16509 )
2024-03-11 22:52:34 +01:00
MikeTheTux
a7d183e2f6
[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>
2024-03-11 20:06:35 +01:00
mlobstein
9ad3c66e17
[tasmotaplug] Add energy monitor channels ( #16494 )
...
* Add energy monitor channels
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-03-10 21:44:26 +01:00
MikeTheTux
b4239335c9
[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>
2024-03-08 08:44:45 +01:00
openhab-bot
f3751dc09d
New translations sonos.properties (French) ( #16498 )
2024-03-07 21:20:43 +01:00
Florian Hotze
6139368d83
[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>
2024-03-07 18:49:34 +01:00
Mark Hilbush
ba06c0d138
[ecobee] Fix for error code 14 (token expired) ( #16467 )
...
* Remove AccessTokenRefreshListener
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2024-03-05 22:45:39 +01:00
Christoph
998721531b
[intesis] Improve session handling ( #16476 )
...
* [intesis] SESSION ID HANDLING IMPROVED
Signed-off-by: Christoph <fd0cwp@gmx.de>
2024-03-05 21:40:22 +01:00
troem
fb26d0ee18
[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>
2024-03-04 18:58:40 +01:00
Holger Friedrich
2c1a08679a
[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>
2024-03-04 18:56:34 +01:00
dependabot[bot]
fdb2bba7a6
[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>
2024-03-03 13:19:25 +01:00
Jacob Laursen
53694dfaf7
Add information/failure channels ( #16463 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-03-03 10:21:26 +01:00
Michael Heiß
f0675f8fd6
[Fronius] Fix broken link & spelling issues ( #16478 )
...
Signed-off-by: Michael Heiß <michael.heiss@outlook.at>
2024-03-02 23:31:01 +01:00
Li-Wen Yip
f165d43459
[http] Document translation services need to be installed before usage ( #16363 )
...
* Update README.md
Signed-off-by: Li-Wen Yip <liwen.yip@gmail.com>
2024-03-02 12:01:24 +01:00
Matthew Skinner
05725de52e
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>
2024-03-02 10:58:18 +01:00
openhab-bot
c4f166dcdc
New translations openweathermap.properties (Italian) ( #16469 )
2024-02-29 03:09:11 +01:00
ErikDB87
372058cdbb
[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>
2024-02-28 19:53:12 +01:00
openhab-bot
448466fa75
New translations fineoffsetweatherstation.properties (Italian) ( #16468 )
2024-02-28 08:35:33 +01:00
jimtng
be83cf186d
[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>
2024-02-27 15:51:24 +01:00
Andreas Berger
b6366abbdb
[fineoffsetweatherstation] Implement new Measurand free-heap-size
( #16461 )
...
Signed-off-by: Andreas Berger <andreas@berger-freelancer.com>
2024-02-27 10:57:56 +01:00
GiviMAD
021fb19d31
[Voice] Fix google and watson STT pcm format support ( #16464 )
...
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
2024-02-27 08:03:39 +01:00
mlobstein
a891956683
[nuvo] Add source menu channel ( #16443 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-26 23:26:12 +01:00
Gerd Zanker
1cfaf20fdd
[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>
2024-02-26 21:04:04 +01:00
Martin Grassl
d56c9e55e2
[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>
2024-02-25 14:03:16 +01:00
Holger Friedrich
3d9ac22fe3
[knx] Add list of supported DPTs ( #16452 )
...
* [knx] Add list of supported DPTs
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-02-25 14:00:25 +01:00
Holger Friedrich
51caca3008
[knx] Fix DPT 6.020 and 8.010 ( #16453 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-02-25 11:59:19 +01:00
lsiepel
52f4a648d0
[ism8] Add UoM support ( #14206 )
...
* Add UoM support
Signed-off-by: lsiepel <leosiepel@gmail.com>
2024-02-25 11:56:34 +01:00
Florian Hotze
df7a57af96
[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>
2024-02-25 00:39:57 +01:00
Konstantin Polihronov
cb548306e6
[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>
2024-02-24 11:49:52 +01:00
Wietse van Buitenen
09756d741c
[melcloud] Adjust to new API limits ( #16422 )
...
* [melcloud] Add minimum polling value and change default
Signed-off-by: Wietse van Buitenen <thewiep@gmail.com>
2024-02-24 11:45:39 +01:00
Florian Hotze
d15fe90f48
[sungrow] Change image file extension to fix website build ( #16450 )
...
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2024-02-23 22:58:58 +01:00
jimtng
5ef67479d2
[jrubyscripting] Upgrade to JRuby 9.4.6.0 ( #16439 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-02-22 13:41:04 +01:00
jimtng
84eb97acd0
[jrubyscripting] Update README ( #16440 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-02-22 09:30:20 +01:00
mlobstein
a332adbe80
Add A/V standby power status ( #16438 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-22 09:28:50 +01:00
robnielsen
18c86b4c58
[ecobee] fix NullPointerException in EcobeeAccountBridgeHandler.refreshThermostats() ( #16442 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
2024-02-22 08:45:55 +01:00
Holger Friedrich
dc1211b267
[knx] Fix warnings in test ( #16434 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-02-21 19:24:28 +01:00
openhab-bot
4158bd1130
New translations pipertts.properties (Italian) ( #16435 )
2024-02-21 00:34:15 +01:00
Holger Friedrich
f8e0bfd256
[knx] Add test for DPT 7.600 ( #16433 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-02-20 18:42:29 +01:00
jimtng
5682f7ab55
[jsonpath] change code-fence so it doesn't overlap with logo ( #16432 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-02-20 13:48:53 +01:00
jimtng
03af8c2af9
[ipp] Fix minor typos in README ( #16430 )
...
* [ipp] Fix minor typos in README
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-02-20 11:58:06 +01:00
Matthew Skinner
e1bd4908df
[radiobrowser] Initial contribution ( #16392 )
...
* initial code
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2024-02-20 10:11:48 +01:00
openhab-bot
4e7732293b
New Crowdin updates ( #16429 )
...
* New translations panasonicbdp.properties (Italian)
* New translations sungrow.properties (Italian)
2024-02-20 07:18:15 +01:00
GiviMAD
06eeff17f1
[PiperTTS] Initial contribution ( #15965 )
...
* [PiperTTS] Initial contribution
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
2024-02-19 22:51:41 +01:00
Holger Hees
1100cbcf59
Fix missing starting head tag ( #16426 )
...
Signed-off-by: Holger Hees <holger.hees@gmail.com>
2024-02-19 22:46:19 +01:00
MikeTheTux
f0f9cf9219
[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>
2024-02-19 18:49:23 +01:00
mlobstein
2d1e03126e
add discoveryMethods ( #16424 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-19 17:04:51 +01:00
Sönke Küper
31e88692f9
[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>
2024-02-19 14:54:21 +01:00
robnielsen
c5a3753dd2
[insteon] redact password from thing status and log file when hub initialization fails ( #16075 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
2024-02-19 14:46:53 +01:00
mlobstein
7c54f1f957
Fix discoveryMethods ( #16425 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-19 14:11:56 +01:00
Christian Kittel
9125decbdd
[homematic] Add Authentication ( #16196 )
...
* Add Authentication
---------
Signed-off-by: Christian Kittel <ckittel@gmx.de>
2024-02-19 01:09:05 +01:00
J-N-K
e1e6d715b4
Fix KNX dimmer channels ( #16421 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-02-18 22:03:24 +01:00
Markus Michels
51109f4d95
[shelly] Support for Shelly BLU H&T ( #16413 )
...
* Support for Shelly BLU H&T added
Signed-off-by: Markus Michels <markus7017@gmail.com>
2024-02-18 08:59:19 +01:00
Florian Hotze
64801798d8
[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>
2024-02-18 00:12:21 +01:00
joerg1985
5c4b8f2769
[rrd4j] Improved the internal data structure ( #16389 )
...
Signed-off-by: Jörg Sautter <joerg.sautter@gmx.net>
2024-02-17 19:53:07 +01:00
Markus Michels
4ca013d99b
[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>
2024-02-17 15:36:20 +01:00
lolodomo
5f805755fc
[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>
2024-02-17 11:51:24 +01:00
ulbi
956b8e47d5
[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>
2024-02-17 10:58:14 +01:00
Holger Friedrich
2db9fb027d
[govee] Addon info for suggestions ( #16109 )
...
* [govee] Addon info for suggestions
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-02-16 14:03:24 +01:00
lsiepel
4ed97475c2
Remove PDF ( #16415 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-02-16 11:26:46 +01:00
peter-schaeffer
6b532388b2
[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>
2024-02-16 09:50:57 +01:00
Holger Friedrich
779d1c5193
[ipcamera] Addon info for suggestions ( #16090 )
...
* [ipcamera] Addon info for suggestions
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-02-16 09:34:38 +01:00
mlobstein
4cb2df5674
[radiothermostat] Add units to README ( #16411 )
...
* Add units and minor edits
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-16 08:24:29 +01:00
openhab-bot
8d7c508cb5
New translations openweathermap.properties (Italian) ( #16414 )
2024-02-15 22:54:48 +01:00
Florian Hotze
1bb62c450c
[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>
2024-02-15 14:29:51 +01:00
mlobstein
945dd13760
[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>
2024-02-15 13:09:47 +01:00
Holger Friedrich
2e5a6c9d9f
[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>
2024-02-14 21:21:27 +01:00
Holger Friedrich
667461c6c5
[knx] Fix warnings and remove TODOs ( #16394 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-02-14 21:17:59 +01:00
Konstantin Polihronov
7434a38cf1
[solax] Cloud connection support ( #16124 )
...
* Initial rearrangement of classes and cloud response in test
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
2024-02-14 16:22:23 +01:00
Holger Friedrich
500ccb6b25
[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>
2024-02-14 13:38:58 +01:00