Commit Graph

5695 Commits

Author SHA1 Message Date
Holger Friedrich
ffa2d1722d
Fix JavaDoc output directory (#18064)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-07 22:56:07 +01:00
Jacob Laursen
d1227151e1
Correct maintainer for the Broadlink binding (#18044)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-01-07 22:40:43 +01:00
Wouter Born
8672ed0208
Start license headers with /* instead of /** (#18061)
Prevents JavaDoc tooling issues because these tools check comments starting with `/**`.

Signed-off-by: Wouter Born <github@maindrain.net>
2025-01-07 22:33:03 +01:00
Wouter Born
993129a2c3
Upgrade SAT to 0.17.0 (#18060)
For release notes, see:

https://github.com/openhab/static-code-analysis/releases/tag/0.17.0

Signed-off-by: Wouter Born <github@maindrain.net>
2025-01-07 21:21:10 +01:00
lsiepel
7639b1c3e5
Fix SAT errors (#18047)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-01-06 21:56:13 +01:00
Jeremy
8a442d9aff
[insteon] Fix scene channel state updates (#18050)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2025-01-06 21:51:11 +01:00
Jeremy
51b5c89b6b
[insteon] Add device refresh all command parameter (#18051)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2025-01-06 13:09:20 +01:00
Jeremy
19ca89c301
[insteon] Fix legacy all link broadcast message not processed (#18049)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2025-01-06 13:08:17 +01:00
mlobstein
b4bcf802f4
[benqprojector] Fix response processing for newer projectors (#18009)
* Fix message processing for newer projectors

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-01-05 22:14:30 +01:00
Anton Jansen
b5203ebff4
Fixed bug in documentation for migrating old configurations. (#18045)
Signed-off-by: AntonJansen <gradius@fmf.nl>
2025-01-05 15:59:39 +01:00
Michael Fielding
304f51f66e
Update Broadlink binding README.md (#18039)
Clarify some aspects and add context for less familiar users. Correct a few typos.

Signed-off-by: Michael Fielding <michael.fielding@gmail.com>
2025-01-05 15:57:13 +01:00
Holger Friedrich
bbec3d59f8
Upgrade plugins (#18042)
* maven-site-plugin to 3.21.0
* maven-plugin-plugin to 3.15.1

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-05 14:18:03 +01:00
Holger Friedrich
32586c096f
[velbus] Update license headers to 2025 (#18041)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-05 10:03:00 +01:00
Holger Friedrich
26749f0fc1
Upgrade plugins (#18037)
* frontend-maven-plugin to 1.15.1
* license-maven-plugin to 4.6
https://github.com/mathieucarbou/license-maven-plugin/releases
* maven-clean-plugin to 3.4.0
https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-3.4.0
* maven-dependency-plugin to 3.8.1
* maven-deploy-plugin to 3.1.3
* maven-enforcer-plugin to 3.5.0
https://github.com/apache/maven-enforcer/releases
* maven-failsafe-plugin to 3.5.2
* maven-install-plugin to 3.1.3
https://github.com/apache/maven-install-plugin/releases
* maven-jar-plugin to 3.4.2
https://github.com/apache/maven-jar-plugin/releases/tag/maven-jar-plugin-3.4.2
* maven-javadoc-plugin to 3.11.2
* maven-release-plugin to 3.1.1
* maven-site-plugin to 3.21.0
* maven-surefire-plugin to 3.5.2
* build-helper-maven-plugin to 3.6.0
https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/3.6.0

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-05 00:47:18 +01:00
Jeremy
11baab4231
[insteon] Fix x10 device message handling (#18031)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2025-01-05 00:44:31 +01:00
Daniel Rosengarten
e611b5d368
[velbus] New functionality & Bug fix (#17926)
* [velbus] New functionnality & Bug fix

Signed-off-by: Daniel Rosengarten <github@praetorians.be>
Signed-off-by: Daniel Rosengarten <rosengarten01@hotmail.com>
Co-authored-by: Simonas Kazlauskas <github@kazlauskas.me>
2025-01-04 21:15:44 +01:00
Jeremy
d54a51b732
[insteon] Add modem database backup restore console commands (#17958)
Signed-off-by: jsetton <jeremy.setton@gmail.com>
2025-01-04 21:10:41 +01:00
Catalin Sanda
36cff511b9
Fix issue openhab/openhab-addons#17959 where new channels could not be added in the Web UI (#18016)
Signed-off-by: Catalin Sanda <catalin.sanda@gmail.com>
2025-01-04 21:05:43 +01:00
Jacob Laursen
8a3baf8003
Fix NullPointerException (#18034)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-01-04 19:59:11 +01:00
lsiepel
7cc9903158
Add Christmas Tree (#17950)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-01-04 16:24:23 +01:00
Jacob Laursen
563caa0762
[energidataservice] Improve rule example for calculating totals (#18024)
* Improve rule example for calculating totals

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Co-authored-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-01-03 23:16:28 +01:00
Ethan Dye
705feffd54
[omnilink] Improve code quality (#18017)
* Fix minor spelling errors
* Reduce code complexity

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2025-01-03 08:46:47 +01:00
Jacob Laursen
6af04fc31f
Remove space before colon (#18023)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-01-02 21:38:39 +01:00
Cody Cutrer
22c7ca99ad
[mqtt.homeassistant] Re-fix null component name (#18021)
Re-fixes #15427, regressed from #17933

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2025-01-02 17:00:35 +01:00
Wouter Born
d6476042ec
Update license headers to 2025 (#18015)
* Update license headers to 2025

Signed-off-by: Wouter Born <github@maindrain.net>
2025-01-02 00:30:12 +01:00
Holger Friedrich
1a4cebd281
[mqtt.homeassistant] Fix build (#18014)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-01 23:16:14 +01:00
Holger Friedrich
6978b9978b
[knx] Allow color temperatures specified in mired (#18004)
This allows other bindings or scripts to send commands
which specify the color temperature in mired.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-01-01 11:40:10 +01:00
Cody Cutrer
36802db90e
[mqtt.homeassistant] Remove newStyleChannels temporary back-compat (#17908)
This includes removing deprecated channel IDs controlled by the same flag.

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2024-12-31 21:08:28 +01:00
akallabeth
d4cbc5f839
[xmpp] Add action for sending a group message (#17938)
* implement group message sending

Signed-off-by: akallabeth <akallabeth@posteo.net>
2024-12-31 20:36:07 +01:00
mlobstein
05382279a9
[epsonprojector] Add retrieval of source list (#18006)
* Add retrieval of source list

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-12-31 20:28:29 +01:00
jimtng
34d8fec597
[basicprofiles] Fix delta state filter handling of negative values (#17997)
* [basicprofiles] Pass the initial data for delta state filter

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-12-31 20:23:41 +01:00
Holger Friedrich
37c491bcd1
Upgrade JaCoCo to 8.12 (#18005)
Upgrades JaCoCo and corrensponding maven plugin from 8.11 to 8.12.
See changelog:
https://www.jacoco.org/jacoco/trunk/doc/changes.html

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-12-30 22:48:34 +01:00
Bernd Weymann
1b02f98b46
bugfix discovery and thing properties (#18003)
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2024-12-30 13:05:20 +01:00
Jeremy
33d3577230
[insteon] Fix motion sensor device type config typo (#18002)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2024-12-30 09:07:38 +01:00
ulfwin
057993bb40
Added note about required yearly manual step (#18000)
* Added note about required yearly manual step

Signed-off-by: ulfwin <ulfwin@gmail.com>
2024-12-30 09:06:00 +01:00
Cody Cutrer
dcb6d6e2c2
[mqtt.generic] create the proper item type for channels with units (#17929)
* [mqtt.generic] create the proper item type for channels with units

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2024-12-29 19:18:36 +01:00
openhab-bot
9e6be5a9e0
New Crowdin updates (#17999)
* New translations netatmo.properties (Italian)
* New translations livisismarthome.properties (Italian)
2024-12-29 19:05:00 +01:00
Jeremy
33b19419b6
[pushbullet] Replace deprecated URL constructor (#17982)
Signed-off-by: Jeremy Setton <jeremy.setton@gmail.com>
2024-12-29 02:02:33 +01:00
Gaël L'hopital
df1ee5fda3
[netatmo] API limit reached handling (#16489)
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2024-12-29 00:58:00 +01:00
Sven Strohschein
7b986e03d0
[livisismarthome] Add support for rebooting the smart home controller (#16969)
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Signed-off-by: Sven Strohschein <novanic@gmx.de>
2024-12-29 00:26:00 +01:00
Dan Cunningham
e2571d6f09
[openhabcloud] Send the correct response status text (#17994)
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
2024-12-28 19:06:08 +01:00
openhab-bot
c21122a3d2
New translations openaitts.properties (Italian) (#17995) 2024-12-28 17:59:43 +01:00
GiviMAD
3d547fffeb
[pipertts] Fix library load on windows (#17993)
Signed-off-by: Miguel Alvarez Diez <miguelwork92@gmail.com>
2024-12-28 17:04:31 +01:00
Holger Friedrich
d14749bb64
[persistence.jpa] Upgrade Apache Derby to 10.17.1.0 (#17990)
- Upgrade derby from 10.16.1.1 to 10.17.1.0 (requires Java 21)
- Upgrade openjpa from 4.0.0 to 4.0.1
- Upgrade jakarta.el-api from 6.0.0-RC1 to 6.0.1

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-12-28 07:58:15 +01:00
lsiepel
f225140bee
Update async-http-client (#17973)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-12-27 14:05:01 +01:00
Jeremy
24f4fc3d70
[insteon] Add led brightness on level channel parameter (#17987)
Signed-off-by: jsetton <jeremy.setton@gmail.com>
2024-12-27 00:19:58 +01:00
Jeremy
bbdf3e3479
[insteon] Fix led command stack overflow error (#17977)
Signed-off-by: jsetton <jeremy.setton@gmail.com>
2024-12-26 23:54:24 +01:00
Kai Kreuzer
c31bcb2026
Fix artifact name for PiperTTS (#17986)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2024-12-26 23:02:52 +01:00
lsiepel
1e7d01c578
Fix NumberFormatException (#17983)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-12-26 00:26:47 +01:00
Jeremy
c7e7f3059a
[insteon] Fix legacy backward compatibility (#17981)
Signed-off-by: jsetton <jeremy.setton@gmail.com>
2024-12-25 23:04:43 +01:00