Commit Graph
89 Commits
Author SHA1 Message Date
Dan CunninghamandGitHub fb88301d32 [unifi] Unifi family of addons (#20598)
* Unify UniFi Network, Protect and Access bindings

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
2026-06-18 18:42:33 +02:00
Vlad KolotovandGitHub 0af60ee874 [bluetooth] Bump bluez-dbus-osgi to 0.3.5 (#20926)
Pick up the upstream bluez-dbus fix that returns a snapshot from
DeviceManager.getDevices() (hypfvieh/bluez-dbus#75), avoiding a
ConcurrentModificationException when BlueZ mutates the device list
during iteration, which could take the bridge offline and stall
updates.

Updates the bundle dependency, the BlueZ Karaf feature, and the
aggregated Bluetooth feature to 0.3.5.

Signed-off-by: Vlad Kolotoff <vkolotoff@pm.me>
2026-06-11 07:03:28 +02:00
Vlad KolotovandGitHub 321299a50c [bluetooth] Bump bluez-dbus-osgi to 0.3.4 (#20881)
* [bluetooth] Bump bluez-dbus-osgi to 0.3.3

Picks up the upstream bluez-dbus fix that evicts cached device wrappers when
BlueZ removes the underlying DBus object (hypfvieh/bluez-dbus#73), so the binding
recovers from stale device objects instead of getting stuck on a dead proxy.

* [bluetooth] Bump bluez-dbus-osgi to 0.3.4

Use the corrected release containing the verified BlueZ object-lifecycle and retryable GATT discovery fixes.

Signed-off-by: Vlad Kolotoff <vkolotoff@pm.me>
2026-06-08 10:49:24 +02:00
Holger FriedrichandGitHub c1a21f3bae Upgrade Karaf to 4.4.10 (#20224)
* Revert "Downgrade karaf-maven-plugin to 4.4.8"
  This reverts commit c6c4eb0f82.
* Add bytebuddy to bootdelegation
* Upgrade Karaf to 4.4.10, this includes upgrades for the following libraries:
   pax-logging from 2.3.1 to 2.3.2
* Temporarily disable broken itests
* [mqtt.ruuvigateway] Add strings for itest
* Upgrade logback

Also-by: Wouter Born <github@maindrain.net>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2026-02-18 16:48:20 +01:00
Дилян ПалаузовandGitHub f5b2a2df61 features/header.xml: update Karaf XML schema version (#20001) 2026-01-26 18:55:07 +01:00
Holger Friedrichandlsiepel c6c4eb0f82 Downgrade karaf-maven-plugin to 4.4.8
This is a workaround for apache/karaf#2218 and openhab/openhab-core#5234.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2026-01-11 22:10:37 +01:00
Jacob Laursenandlsiepel 13e6000fbc Manually update remaining headers
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2026-01-02 10:51:48 +01:00
Jacob Laursenandlsiepel a3cce8efd7 Update license headers
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2026-01-02 10:51:48 +01:00
Holger FriedrichandGitHub 207ca71fc4 Prepare for OH 5.2.0 (#19868)
* Fix spotless after unleash
* Resolve itest runbundles

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-12-23 00:01:46 +01:00
openhab-bot ee3817accd [unleash-maven-plugin] Preparation for next development cycle. 2025-12-22 17:11:00 +00:00
Holger FriedrichandGitHub 75d39dd805 [modbus.foxinverter] Properly add to Modbus binding (#19846)
Adds foxinverter binding when Modbus binding is installed.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-12-21 10:44:33 +01:00
Cody CutrerandGitHub 9a387ce4a9 [homie] Split Homie from MQTT Binding (#19700)
* [homie] Split Homie from MQTT Binding

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2025-12-13 09:46:44 +01:00
Christian KochandGitHub e393064c19 [modbus.lambda] Initial contribution (#19378)
* New Crowdin updates (#19375)

Signed-off-by: Christian Koch <78686276+chilobo@users.noreply.github.com>
Signed-off-by: Johannes Koch <github@lockhead.net>
2025-11-23 11:07:57 +01:00
Cody CutrerandGitHub ac8b30a39e [homeassistant] Split Home Assistant from MQTT binding (#19496)
* [mqtt] Collapse mqtt.generic into mqtt

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2025-11-23 10:52:15 +01:00
Cody CutrerandGitHub af8a01cf76 [homeassistant] Upgrade to Graal 25 (#19518)
* [homeassistant] Upgrade to Graal 25.01

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2025-10-29 18:31:37 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e25dc38b6a Bump org.apache.maven.plugins:maven-antrun-plugin from 3.1.0 to 3.2.0 (#19543)
Bumps [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-antrun-plugin/releases)
- [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-3.1.0...maven-antrun-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-antrun-plugin
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-25 20:32:15 +02:00
Jacob LaursenandGitHub d222fcaaf0 Add Bluetooth Listener binding (#19499)
Resolves #19498

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-10-18 12:28:56 +02:00
Jacob LaursenandGitHub 1e13bef624 [bluetooth.bluez] Upgrade bluez-dbus to 0.3.2 (#19074)
* Upgrade bluez-dbus to 0.3.2
* Simplify code

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-07-29 11:38:07 +02:00
lsiepelandGitHub 901927d0a2 Fix markdown repo files (#19033)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-07-26 12:13:39 +02:00
lsiepelandGitHub 90b3d12aa3 Spotless after release (#19002)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-07-21 20:21:58 +02:00
openhab-bot d779c17335 [unleash-maven-plugin] Preparation for next development cycle. 2025-07-21 09:29:14 +00:00
Cody CutrerandGitHub c6c14d91c6 [mqtt.homeassistant] Use GraalPy and import actual Home Assistant templating code (#18857)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
2025-07-08 17:40:57 +02:00
Wouter BornandGitHub 9669f0445b [modbus.kermi] Add bundle to Modbus feature (#18855)
This was missing from the initial contribution PR (#16329)

Signed-off-by: Wouter Born <github@maindrain.net>
2025-06-26 22:15:11 +02:00
Cody CutrerandGitHub f7713a54f4 [mqtt.homeassistant] Revert "Use GraalPy and import actual Home Assistant templating code (#18601)" (#18788)
This reverts commit 5a2179106e.

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2025-06-11 08:59:32 +02:00
Florian HotzeandGitHub fd1dbe479f [mqtt] Update dependencies in aggregated Karaf feature (#18753)
* [mqtt] Update dependencies for aggregated MQTT bundle
* [mqtt.homeassistant] Add comment about feature modifications

Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-06-04 13:46:43 +02:00
Thomas LauterbachandGitHub 155a07b0d6 [mqtt.awtrix3] Initial contribution (#18242)
* Initial contribution

Signed-off-by: Thomas Lauterbach <thomas@pop-os.amfthome.org>
2025-02-27 20:14:06 +01:00
Wouter BornandGitHub 8a7a411ccc Use Spotless sortpom plug-in (#18318)
Similar to openhab/openhab-core#4618

Signed-off-by: Wouter Born <github@maindrain.net>
2025-02-23 20:23:16 +01:00
joerg1985andGitHub f51e8f6186 [bluetooth.bluez] update to dbus version 0.3.1 (#18146)
Signed-off-by: Jörg Sautter <joerg.sautter@gmx.net>
2025-01-20 21:42:49 +01:00
joerg1985andGitHub 241829dd18 [bluetooth.bluez] update to dbus version 0.3.0 (#18124)
Signed-off-by: Jörg Sautter <joerg.sautter@gmx.net>
2025-01-18 17:37:08 +01:00
Wouter BornandGitHub 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 FriedrichandGitHub 639a1cb263 Prepare for OH 5.0.0 (#17906)
* Switch to 5.0.0-SNAPSHOT
* Fix spotless after unleash
* resolve itest runbundles

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-12-15 20:30:05 +01:00
openhab-bot f80fd3d18c [unleash-maven-plugin] Preparation for next development cycle. 2024-12-15 13:46:58 +00:00
Cody CutrerandGitHub 5829b9056b [mqtt.homeassistant] Update Jinjava to 2.7.4 (#17858)
* [mqtt.homeassistant] Update Jinjava to 2.7.4

Which includes support for break/continue, which is what Zigbee2MQTT's
new event component uses in their template.

Signed-off-by: Cody Cutrer <cody@cutrer.us>

* update bndrun file

Signed-off-by: Cody Cutrer <cody@cutrer.us>

---------

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2024-12-08 00:06:58 +01:00
Cody CutrerandGitHub bcfbd6480a [mqtt.homeassistant] Update Jinjava to 2.7.3 (#17412)
* [mqtt.homeassistant] Update Jinjava to 2.7.3

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2024-09-23 16:57:21 +02:00
Scott HansonandGitHub 163f517f6f [fpp] Initial contribution (#16298)
* working on FPP

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
2024-09-20 20:59:10 +02:00
Mark HerwegeandGitHub c1dbc33cf3 [jdbc] Fix error in addon info for Oracle (#17403)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2024-09-11 18:54:22 +02:00
Cody CutrerandGitHub 110fd9b1ca [mqtt.homeassistant] Use Jinjava directly (#17378)
* [mqtt.homeassistant] Use Jinjava directly

Signed-off-by: Cody Cutrer <cody@cutrer.us>
2024-09-09 14:54:08 +02:00
Andrew Fiddian-GreenandGitHub 313212709e [bluetooth.hdpowerview] New binding using Bluetooth Low Energy (#17099)
* [bluetooth.hdpowerview] initial contribution

Signed-off-by: AndrewFG <software@whitebear.ch>
2024-09-08 17:28:30 +02:00
lsiepelandGitHub 5df7e7d12e Update to 0.2.0 (#17123)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-07-27 17:52:31 +02:00
Andrew Fiddian-GreenandGitHub 31dcc27692 [bluetooth.grundfosalpha] Add to footer.xml (#17117)
Signed-off-by: AndrewFG <software@whitebear.ch>
2024-07-21 17:14:58 +02:00
lsiepelandGitHub 05cbd1a92f [bluetooth.bluez] Sync dbus version 0.1.4 (#17115)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-07-21 14:51:20 +02:00
lsiepelandGitHub 71a208b91b Apply Spotless after release (#17016)
* Spotless

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-07-07 23:20:16 +02:00
openhab-bot 4b5e4646ac [unleash-maven-plugin] Preparation for next development cycle. 2024-07-07 18:09:31 +00:00
Wouter BornandGitHub d8603270eb [modbus.sungrow] Add missing sungrow bundle (#16557)
Fixes #16558

Signed-off-by: Wouter Born <github@maindrain.net>
2024-03-22 12:35:10 +01:00
Jacob LaursenandGitHub f4596f581e Update license headers to 2024 (#16168)
* Update copyright year in configuration
* Update license headers
* Manually update nibeheatpump headers (.cpp/.h/.ino)
* Manually update smsmodem header
* Manually update hueemulation header
* Manually update addon-header.xml header

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-01-01 18:14:57 +01:00
Holger FriedrichandGitHub 533cc666ab Apply spotless after release (#16097)
* Apply spotless after release
* itests: resolve bundles

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2023-12-22 23:30:38 +01:00
openhab-bot 83e0485219 [unleash-maven-plugin] Preparation for next development cycle. 2023-12-22 14:37:48 +00:00
Mark HerwegeandGitHub 0aab1f5818 capture all addon xml files (#16044)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2023-12-11 14:19:41 +01:00
J-N-KandGitHub a850df1e8f build addon xml (#15870)
Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-12-04 22:42:40 +01:00
Wouter BornandGitHub 1759058921 [jdbc] Upgrade H2 to 2.2.224 (#15726)
Upgrades H2 database from 1.4.191 to 2.2.224.

Add ';NON_KEYWORDS=VALUE' to the JDBC URL because the add-on uses 'value' (which is also a keyword) as column name.

Also fixes some queries used by the command extension because H2 always uses upper case table names.

For the change log, see:

https://h2database.com/html/changelog.html

For migration notes, see:

https://h2database.com/html/migration-to-v2.html

Fixes #13115

Signed-off-by: Wouter Born <github@maindrain.net>
2023-10-10 13:14:48 +02:00