Commit Graph
7430 Commits
Author SHA1 Message Date
bruestelandGitHub c10ded5d64 [homeconnect] Add cleaning robot support (#20733)
- Introduce cleaning robot thing type with automatic device type detection (Roxxter vs. Spotless series) based on available programs.

Signed-off-by: Jonas Brüstel <openhab@bruestel.net>
2026-05-25 12:51:26 +02:00
Paul SmedleyandGitHub dea1606793 [ring] Fix intercom battery level (#20797)
* Small fixes

Signed-off-by: Paul Smedley <paul@smedley.id.au>
2026-05-25 12:49:42 +02:00
Christoph WeitkampandGitHub 21f2cb882c [openweathermap] Add TimeSeries support for Air Pollution forecast data (#20794)
* Add TimeSeries support for Air Pollution forecast data

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2026-05-25 11:34:14 +02:00
Giovanni FabianiandGitHub 678c400c96 [fineoffsetweatherstation] Add support for WS85 sensor (#20795)
Signed-off-by: Giovanni Fabiani <fabiani.giovanni@gmail.com>
2026-05-25 11:33:05 +02:00
Leo Siepelandlolodomo 3a895cdb36 Remove username from thing state
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-25 07:41:08 +02:00
Leo Siepelandlolodomo 8b81d1eea9 yamahareceiver fix test configuration
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-25 07:38:19 +02:00
Leo Siepelandlolodomo edd775aa0e remehaheating fix lenient in unit test
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-25 07:38:19 +02:00
Leo Siepelandlolodomo e80b1e5cb8 mercedesme tests seperated
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-25 07:38:19 +02:00
Leo Siepelandlolodomo 9e27e14cd7 energyforcast tests seperated
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-25 07:38:19 +02:00
Leo Siepelandlolodomo b6bdcdaf6e Fix boscsh
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-25 07:38:19 +02:00
Leo Siepelandlolodomo ac97f36e08 casokitchen tests seperated
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-25 07:38:19 +02:00
lsiepelandGitHub f630e2e4a6 [nuvo] Fix thing status text (#20781)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-24 23:53:04 +02:00
Jacob LaursenandGitHub 05c9fdf3d9 Add support for hourly spot prices as calculated average (#19553)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2026-05-24 23:43:31 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ac0918f223 Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (#20772)
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.2...enforcer-3.6.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-24 20:37:25 +02:00
lsiepelandGitHub 9310b4b648 [velux] Fix thing status text (#20785)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-24 12:25:23 +02:00
maniac103andGitHub 70cd07b552 [homematic] Fix deadlock on stopping discovery (#20790)
If the scan takes longer than the maximum scan time (120s by default),

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2026-05-24 10:10:10 +02:00
lsiepelandGitHub 9c123aebbb Fix thing status text (#20780)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2026-05-23 12:20:20 +02:00
81fba99b29 Update maven wrapper to 3.9.16 (#20779)
Co-authored-by: lsiepel <13950897+lsiepel@users.noreply.github.com>
2026-05-23 10:05:14 +02:00
Jan GustafssonandGitHub be6382d7db [verisure] Fix NullPointerException for specific case in climate devices (#20353)
* [verisure] Fix NPE when API returns null gui field for climate devices

Fixes #20324
2026-05-21 23:22:29 +02:00
mjagdisandGitHub ac64f3a394 [tuya] Improve handling of battery devices (#20760)
* [tuya] Improve handling of battery devices

Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
2026-05-20 22:14:34 +02:00
m-jarzebowskiandGitHub 3b4a47efe8 [renault] Consolidate EU Gigya API key into shared constant (#20769)
Most EU locales were using identical per-locale Gigya API key literals.
Extract the shared value into GIGYA_KEY_EU so locales reference one
constant, keeping only the locales with genuinely distinct keys (de_AT,
es_MX, fr_LU) as inline literals.

Signed-off-by: m jarzebowski <github@jarzebowski.eu>
2026-05-20 21:51:16 +02:00
ChristophandGitHub 8a293e7695 [telegram] Persist message and callback IDs across restarts (#20765)
* [Telegram] Persist message and callback IDs across restarts

Signed-off-by: Christoph <36006493+fd0cwp@users.noreply.github.com>
2026-05-20 21:40:39 +02:00
Florian HotzeandGitHub ca2f271da8 [froniuswattpilot] Fix disposal and increase thread-safety of reconnectJob scheduling (#20711)
* [froniuswattpilot] Fix concurrency bugs & disposal

Signed-off-by: Florian Hotze <dev@florianhotze.com>
2026-05-20 20:32:01 +02:00
743542526c Resolve itest dependencies (#20756)
Co-authored-by: lsiepel <13950897+lsiepel@users.noreply.github.com>
2026-05-19 22:48:42 +02:00
Sven SchadandGitHub b43d8f3656 [dahuadoor] Extend snapshot handling and align WebRTC URL (#20759)
* Improve snapshot handling and add VTO file retrieval, align WebRTC URL

Signed-off-by: Sven Schad <svnsssd@gmail.com>
2026-05-19 22:43:24 +02:00
Markus MichelsandGitHub a4edd1053f [shelly] Improve thread safety for ShellyHttpClient and binding/thing/api configuration management (#20396)
* Improve thread safety for class ShellyHttpClient

Signed-off-by: Markus Michels <markus7017@gmail.com>
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2026-05-19 22:35:09 +02:00
Arne SeimeandGitHub 1dc6319a21 [sensibo] Fix initialization for half-included devices (#20169)
* Fix #18018

Signed-off-by: Arne Seime <arne.seime@gmail.com>
2026-05-18 22:58:58 +02:00
Andrew Fiddian-GreenandGitHub bb961d447f [siemensrds] Fix url escaping (#20747)
* fix url escaping

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2026-05-18 22:49:59 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40f6cfdd0b Bump org.asynchttpclient:async-http-client (#20754)
Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 2.12.4 to 2.15.0.
- [Release notes](https://github.com/AsyncHttpClient/async-http-client/releases)
- [Commits](https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-2.12.4...async-http-client-project-2.15.0)

---
updated-dependencies:
- dependency-name: org.asynchttpclient:async-http-client
  dependency-version: 2.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-18 22:45:43 +02:00
Holger FriedrichandGitHub 5d40ad53f3 [timescaledb] Upgrade libraries and make Docker test optional (#20721)
* Upgrade postgresql from 42.7.9 to 42.7.11
* Upgrade hikari from 5.1.0 to 7.0.2 (lifting req. to Java 11)
* Make Docker test optional to avoid failure if Docker is not available
* Small adaptions

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2026-05-17 22:27:42 +02:00
lsiepelandGitHub 191aca20a7 Revert californium commits in shelly and tradfri (#20750) 2026-05-17 22:19:24 +02:00
Patrik GfellerandGitHub 3ab40ce9c0 [huesync] Scheduled runnable ended with an exception (#20512)
* Refactor exception handling and logging in HueSync classes; add regression tests for safe connection disposal

Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
2026-05-17 14:30:37 +02:00
Holger FriedrichandGitHub da9a00cfd7 [jdbc] Upgrade dependencies (#20722)
* [jdbc] Upgrade dependencies

* Upgrade postgresql from 42.7.9 to 42.7.11
* Upgrade hikari from 5.1.0 to 7.0.2 (lifting req. to Java 11)
* Upgrade mariadb from 5.3.7 to 5.3.8
* Upgrade mysql from 9.5.0 to 9.7.0
* Upgrade sqlite from 3.51.1.0 to 3.53.1.0

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2026-05-17 13:41:19 +02:00
Holger HeesandGitHub 17194a6a1e Update helperlib to version 1.0.19 (#20742)
Signed-off-by: Holger Hees <holger.hees@gmail.com>
2026-05-17 12:01:40 +02:00
Andrew Fiddian-GreenandGitHub d5ba6f901b [hue] Fix firmware availability issues (#20709)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2026-05-17 01:33:15 +02:00
Kai KreuzerandGitHub 85ef7f752d Add representation property information (#20741)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2026-05-17 01:21:47 +02:00
Kai KreuzerandGitHub 43f70c3b8e [knx] Allow disabling device polling (#20740)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2026-05-17 01:19:16 +02:00
Kai KreuzerandGitHub 355ea5fdb2 Add representation property information (#20739)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2026-05-16 23:19:20 +02:00
Kai KreuzerandGitHub ed123d1aed Add representation property information (#20738)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2026-05-16 23:17:59 +02:00
Kai KreuzerandGitHub eed0add078 Add representation property information (#20736)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2026-05-16 22:30:04 +02:00
Kai KreuzerandGitHub 16e14ba5c0 Add representation property information (#20737)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2026-05-16 22:29:32 +02:00
Konstantin PolihronovandGitHub ad2865ac7e [paradoxalarm] Add panel system trouble channels (#20679)
* [paradoxalarm] Fix binding not polling data correctly after restart

Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
2026-05-16 16:36:15 +02:00
Christian KittelandGitHub 9d5dbc44ad [ntfy] Initial contribution (#20560)
* ntfy Binding

Signed-off-by: Christian Kittel <ckittel@gmx.de>
2026-05-16 15:06:55 +02:00
Holger FriedrichandGitHub 8beefd56c6 [mongodb] Upgrade dependencies (#20725)
* Upgrade mongodb-client from 4.11.1 to 5.4.
* Upgrade test dependencies and helper libraries.

Not that this upgrade lifts the minmum database version to 4.0.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2026-05-16 11:20:33 +02:00
reyhardandGitHub 218d9cb604 [roborock] Add local protocol support and refresh controls (#20731)
* [roborock] Add local protocol support and refresh controls

Signed-off-by: Maciej Pham <reyhard@o2.pl>
2026-05-16 09:54:53 +02:00
lolodomoandGitHub b4d5f9dccf [powermax] Remove useless code added by #20708 (#20730)
The code removed by this PR was added by #20708 with the hope to solve a bug at OH startup but I finally discovered that this code was of any help, the bug is not in the binding but in the core framework.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2026-05-15 22:14:05 +02:00
NadaharandGitHub 88a8d447cf [shelly] Very minor tweak to #20704 (#20729)
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2026-05-15 15:08:47 +02:00
Dan CunninghamandGitHub 80a929b948 [mcp] Initial Contribution (#20636)
* [mcp] Initial Contribution

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
2026-05-14 15:05:41 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Leo Siepel
06bcee61e2 Bump fast-uri from 3.1.0 to 3.1.2 in /bundles/org.openhab.binding.matter/matter-server (#20687)
* Bump fast-uri in /bundles/org.openhab.binding.matter/matter-server

Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix lock file

Signed-off-by: Leo Siepel <leosiepel@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Leo Siepel <leosiepel@gmail.com>
2026-05-14 14:27:48 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
c86f0ee70d Bump fast-uri in /bundles/org.openhab.binding.matter/code-gen (#20686)
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-14 10:55:01 +02:00