Commit Graph
6598 Commits
Author SHA1 Message Date
Cody CutrerandGitHub b4741092f6 [matter] Send a source with all commands to items (#19480)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
2025-10-16 09:36:27 +02:00
Jacob LaursenandGitHub 86b29290e0 [hueemulation] Fix IllegalArgumentException (#19484)
* Fix IllegalArgumentException

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-10-16 09:34:31 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e38dce7985 Bump the jacoco group with 2 updates (#19475)
Bumps the jacoco group with 2 updates: [org.jacoco:org.jacoco.agent](https://github.com/jacoco/jacoco) and [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco).


Updates `org.jacoco:org.jacoco.agent` from 0.8.13 to 0.8.14
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14)

---
updated-dependencies:
- dependency-name: org.jacoco:org.jacoco.agent
  dependency-version: 0.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jacoco
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-version: 0.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jacoco
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 18:51:30 +02:00
Philipp S.andGitHub e585d8e417 [airq] Add support for mold and virus index (#19446)
* Implemented collection of values for the virus and mold index (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* Added new channel descriptions for mold and virus index (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* Update documentation (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* Spotless check (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* Add translation for new properties (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* [review] Changing channel names for better understanding. (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* [review] fix translation (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* [fix] File does not end with a newline. (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* [review] revert DE translation (#19444)

- translation are created and maintained in crowdin

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* [review] Compound adjective should be capitalized (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* [review] Description added for Virus-&Mold-Free MaxErr channel (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* [review] Spelling corrected in the README (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

* [review] add translation for labels (#19444)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>

---------

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>
2025-10-12 22:04:59 +02:00
NadaharandGitHub 650cd9225a Fix discovery tests to accommodate https://github.com/openhab/openhab-core/pull/5032 (#19473)
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-10-12 21:39:07 +02:00
f0973cc779 [satel] Discovery tests fixed (#19471)
Signed-off-by: Krzysztof Goworek <krzysztof.goworek@gmail.com>
Co-authored-by: Krzysztof Goworek <krzysztof.goworek@gmail.com>
2025-10-12 17:58:32 +02:00
Gaël L'hopitalandGitHub 30446cf1f6 [airquality] Switch API access from http to https (#19472)
Resolves #19461

Signed-off-by: clinique <gael@lhopital.org>
2025-10-12 17:42:03 +02:00
Jacob LaursenandGitHub 32a7c33e95 Provide example configuration for YAML (#19435)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-10-12 13:08:17 +02:00
Jacob LaursenandGitHub c9c46bcb1d Update tariff filter for Cerius (#19433)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-10-12 10:03:01 +02:00
lsiepelandGitHub 154d9dc99e Remove allplay binding (#19366)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-10-12 09:57:30 +02:00
Ravi NadaharandJacob Laursen 2e1d71eff2 Disable all suspect tests
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-10-12 00:43:36 +02:00
Ravi NadaharandJacob Laursen 316ae22eae Disable problematic Satel Binding tests
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-10-12 00:43:36 +02:00
Ravi NadaharandJacob Laursen 1d0c8ad5ef [homematic] Temporary workarounds for timing issues
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-10-12 00:43:36 +02:00
Ravi NadaharandJacob Laursen fb2de4af55 Adjust tests to accommodate https://github.com/openhab/openhab-core/pull/5032
openhab/openhab-core#5032 made discovery result registration asynchronous, which led to some tests failing because the discovery results aren't immediately available one the call to thingDiscovered() returns - because the registration itself is done in a different thread. This has been addressed by pausing slightly before testing the results.

Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-10-12 00:43:36 +02:00
Ravi NadaharandJacob Laursen a5bb4782c1 Fix ActionHandler.execute() nullness annotation
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-10-12 00:43:36 +02:00
Дилян ПалаузовandGitHub a5d1015b48 [pythonscripting] typo “A(n) scope module” (#19469) 2025-10-11 17:14:24 +02:00
Holger HeesandGitHub cb3844110f [pythonscripting] current marketplace version of pythonscripting next (#19190)
* initial changes

Signed-off-by: Holger Hees <holger.hees@gmail.com>
2025-10-11 15:29:46 +02:00
Jacob LaursenandGitHub 20a6a30a1d Fix login with special characters in password (#19438)
Resolves #13445

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-10-11 15:26:18 +02:00
Jacob LaursenandGitHub f346fa2236 Fix warnings (#19453)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-10-11 13:26:36 +02:00
Jacob LaursenandGitHub 231f216f57 Refactor Optional fields to nullable (#19462)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-10-11 13:13:37 +02:00
Thomas LauterbachandGitHub cc8a8b4f6f [mqtt.awtrix3] Corrected DSL Code and better App examples (#19460)
* Corrected DSL Code and better App examples

Signed-off-by: Thomas Lauterbach <2452988+DrRSatzteil@users.noreply.github.com>
2025-10-11 13:12:51 +02:00
Дилян ПалаузовandGitHub 791e0cc05c [pythonscripting] typos “A(n) scope module”, plural form (#19467) 2025-10-11 13:12:13 +02:00
Thomas LauterbachandGitHub f63c36c783 [mqtt.awtrix3] Parse font tags for multi-colored app texts (#19466)
* Allow color tags in app text

Signed-off-by: Thomas Lauterbach <2452988+DrRSatzteil@users.noreply.github.com>
2025-10-11 13:09:03 +02:00
Florian HotzeandGitHub e8d136e83c [jsscripting] Refactor script types to not rely on Graal.js defined consts (#19440)
This effectively changes the script types 

Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-10-11 09:07:11 +02:00
Philipp S.andGitHub 3a91588a8a [fenecon] Change default port to 80 (#19442)
* Changed default port from 8084 to 80 (#19441)

- see port example
https://docs.fenecon.de/de/fems/fems-app/App_REST-JSON_Lesezugriff.html

* Update link in documentation (#19441)

Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>
2025-10-10 22:59:55 +02:00
Nick WatertonandGitHub c470cbbc2f [samsungtv] media input and token fix (#19083)
* [samsungtv] media input fix

Signed-off-by: Nicholas Waterton <n.waterton@outlook.com>
2025-10-10 13:33:30 +02:00
MikeTheTuxandGitHub 0e42e8c70d [ondilo] Handle command REFRESH (#19455)
* handle command REFRESH

Signed-off-by: Michael Weger <weger.michael@gmx.net>
2025-10-10 13:27:08 +02:00
MikeTheTuxandGitHub e375b93848 [automower] Implement individual Things for configuration dependent items (#19268)
* split automower stayout zones and work areas into individual things/AutomowerCommand.java

Signed-off-by: Michael Weger <weger.michael@gmx.net>
2025-10-10 13:24:57 +02:00
Florian HotzeandGitHub 6bacd8e552 [jsscripting] Wrapper: Always enable for actions, configurable for conditions (#19443)
See https://community.openhab.org/t/rules-and-return-codes/166438 for discussion.

Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-10-09 22:06:33 +02:00
Florian HotzeandGitHub 125e0055e0 [jsscripting] Check if language is available (#19439)
This is required due to the service loading used by Graal, see https://github.com/openhab/openhab-osgiify/blob/81a752c60450ae9b5eb70bbf30f89ba18377a86e/README.md.

Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-10-09 21:59:12 +02:00
Дилян ПалаузовandGitHub 707cbeb5bf [jsscripting] README: fix broken link to the openhab-js documentation (#19454) 2025-10-09 21:12:54 +02:00
Andrew Fiddian-GreenandGitHub 9f184b8ad6 mdns fix (#19458)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2025-10-09 21:01:13 +02:00
Jacob LaursenandGitHub 9a003419e5 Fix bridge player channels (#19457)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-10-09 20:46:15 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
c96c6fc2de Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 (#19448)
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.1...enforcer-3.6.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.2
  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>
2025-10-06 17:50:29 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
43e6da248d Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.1 (#19449)
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.1 to 3.6.1.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.1...3.6.1)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.1
  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-06 17:50:16 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
94c254d7ce Bump org.apache.maven.plugins:maven-dependency-plugin (#19450)
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.8.1...maven-dependency-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-version: 3.9.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-06 17:50:02 +02:00
openhab-botandGitHub 2fedb2a984 New translations dwdunwetter.properties (German) (#19447) 2025-10-06 08:41:00 +02:00
Florian HotzeandGitHub 58785dddb2 [jsscripting] Make event object conversion work independent of wrapper (#19429)
* [jsscripting] Make event object conversion work independent of wrapper

Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-10-05 18:49:12 +02:00
mjagdisandGitHub 39b81ea03f [tuya] Allow translations for Thing statuses (#19434)
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
2025-10-04 17:39:34 +02:00
NadaharandGitHub 9b5d188a4e [network] Use a threaded consumer for Process output consumption (#19398)
* Use a threaded consumer for Process output consumption

Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-10-03 17:17:13 +02:00
NadaharandGitHub 7b30391016 Fix synchronization problems (#19355)
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-10-03 17:06:19 +02:00
mjagdisandGitHub c093e9860c [tuya] Add missing dependency (#19426)
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
2025-10-03 16:39:56 +02:00
mjagdisandGitHub 54ff79f96d [tuya] Use dynamic providers to make channels, command and options translateable (#18949)
* [tuya] Sort local schemas by DP id

Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
2025-10-03 14:05:30 +02:00
Christoph WeitkampandGitHub 8518769a01 Add hint for renaming product brand from FRITZ DECT to FRITZ SMART (#19163)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2025-10-03 12:02:20 +02:00
Christoph WeitkampandGitHub dee2a7b797 [OpenWeatherMap] Add unitHint for ChannelType definitions with ItemType 'Number:Dimensionless' (#19423)
* Added unitHint for ChannelType definitions with ItemType 'Number:Dimensionless'
* Remove min/max from ChannelType definitions

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2025-10-03 11:45:13 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
01ade2a455 Bump com.github.eirslett:frontend-maven-plugin from 1.15.1 to 1.15.4 (#19407)
Bumps [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.15.1 to 1.15.4.
- [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.15.1...frontend-plugins-1.15.4)

---
updated-dependencies:
- dependency-name: com.github.eirslett:frontend-maven-plugin
  dependency-version: 1.15.4
  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>
2025-10-03 10:45:19 +02:00
Paul SmedleyandGitHub fe55a91b2c Possible fix for jetty error (#19409)
Signed-off-by: Paul Smedley <paul@smedley.id.au>
2025-10-03 10:15:21 +02:00
lo92frandGitHub ebe1d5146c [frenchgovtenergydata] Fix IllegalArgumentException for thing type tempo (#19424)
* fix tempo tariff EMPTY_LINE format

Signed-off-by: Laurent ARNAL <laurent@clae.net>
2025-10-03 10:06:21 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
c14b7cec81 Bump org.apache.maven.plugins:maven-scm-plugin from 2.1.0 to 2.2.1 (#19406)
Bumps [org.apache.maven.plugins:maven-scm-plugin](https://github.com/apache/maven-scm) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/apache/maven-scm/releases)
- [Commits](https://github.com/apache/maven-scm/compare/maven-scm-2.1.0...v2.2.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-scm-plugin
  dependency-version: 2.2.1
  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-03 09:50:49 +02:00
lsiepelandGitHub 30770fd6f2 [various] Add null annotations to bindings F (#18995)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-10-03 09:49:27 +02:00