Commit Graph
5443 Commits
Author SHA1 Message Date
Gaël L'hopitalandGitHub 91f16fa16c [meteofrance] Documentation enhancements and more (#17740)
* Some binding enhancements

Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2024-11-20 23:32:33 +01:00
Jacob LaursenandGitHub b4fb5a1f1b Fix DateTimeType tests (#17764)
* Refactor test to verify UTC timestamp independently of time-zone

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-11-20 23:00:20 +01:00
maniac103andGitHub 90ee2b2341 [yamahareceiver] Fix read stall blocking OH thing handler thread pool (#17769)
Since no read timeout was set, reads blocked indefinitely, which in case
of unreachable receiver led to blocking the OH thing handler thread
pool, since multiple requests are launched into the thread pool
simultaneously.

Fixes #17768

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2024-11-19 20:08:13 +01:00
Holger FriedrichandGitHub 68a02d538a Upgrade XStream to 1.4.21 (#17763)
* Upgrade XStream from 1.4.20 to 1.4.21, fixes CVE-2024-47072.
  See changelog at https://x-stream.github.io/changes.html#1.4.21

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-11-19 11:03:33 +01:00
Holger FriedrichandGitHub 063f551d4a [metrics] Fix link to json example (#17766)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-11-18 23:25:48 +01:00
Holger FriedrichandGitHub 76ca7e449f [ism8] Fix example, regression (#17759)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-11-17 22:26:42 +01:00
lsiepelandGitHub fe91fc7b7d [zway] Remove org.apache.commons.net.util.SubnetUtils (#17410)
* Remove apache

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-11-17 11:29:15 +01:00
lsiepelandGitHub 4a5aa04c0a [plugwiseha] Improve connection stability (#17677)
* Improvements
* Sync config with readme
* Fix unit detection
* Fix NPE

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-11-17 11:25:16 +01:00
Holger FriedrichandGitHub 562ce0348f [ism8] Extend example sitemap (#17738)
* Add things, items, and sitemap for heat pump and solar module.
* Use UOM for all items.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-11-17 11:19:52 +01:00
lsiepelandGitHub a1b4cb1071 Fix absbaromin (#17736)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-11-16 14:37:42 +01:00
lsiepelandGitHub 22aeffbc44 [ipobserver] Add channel rainTotal (#17727)
* Add totalRain channel

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-11-16 14:35:49 +01:00
Felix SchneiderandGitHub 9d1c0a6dfa Unify error messages (#17746)
Signed-off-by: Felix Schneider <mail@fschneider.me>
2024-11-16 13:40:59 +01:00
Bernd WeymannandGitHub 1b686f81c8 [mercedesme] AdBlue channel for combustion vehicles (#17748)
* add adblue channel for combustion vehicles

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2024-11-16 13:06:33 +01:00
Bernd WeymannandGitHub 140fe617ee [mercedesme] Add vin automatically to discovered vehicle (#17750)
* add vin as representation property

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2024-11-16 13:04:31 +01:00
mlobsteinandGitHub c4bce9a768 [radiothermostat] Add next scheduled set point channels (#17743)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-11-16 11:59:00 +01:00
Jacob LaursenandGitHub 772026e25e Fix last hour not being considered for best price (#17731)
Resolves #17316

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-11-13 07:41:17 +01:00
Peter KretzandGitHub 10048bc625 [solarman] Add support for LSE-3 (LAN Stick Logger) (#17563)
* [solarman] Added LSE-3 (LAN Stick Logger) Support (#17559)

Signed-off-by: Peter Kretz <peter.kretz@kretz-net.de>
2024-11-11 22:49:57 +01:00
David MasshardtandGitHub 66f8c82af8 Various Onvif fixes for IpCamera (#17732)
I made various changes and fixes to the ONVIF connection in the IpCamera binding.

Signed-off-by: David Masshardt <david@masshardt.ch>
2024-11-11 20:11:25 +01:00
openhab-botandGitHub c6e9efbbc2 New translations energidataservice.properties (Danish) (#17734) 2024-11-11 19:33:54 +01:00
lolodomoandGitHub 972351b7f2 [energidataservice] Fix @ActionOutput annotations (#17679)
Related to #17636

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-11-11 14:21:12 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45cfd0335b Bump org.eclipse.jetty:jetty-server in /bundles/org.openhab.binding.http (#17570)
Bumps org.eclipse.jetty:jetty-server from 9.4.54.v20240208 to 9.4.55.v20240627.

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-10 20:02:37 +01:00
Fabian GirgertandGitHub 2d72c8a8db [avmfritz] Fix incorrect state of dimmable bulb (#17685)
* [avmfritz] Fix incorrect state of dimmable bulb

Fixes #17609

Signed-off-by: Fabian Girgert <fabian-github@girgert.name>
2024-11-10 19:50:42 +01:00
Jacob LaursenandGitHub d918c20925 Define grid tariff filters in YAML (#17690)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-11-10 19:37:54 +01:00
J-N-KandGitHub a32ac52ab7 [shelly] Add support for Shelly Plus RGBW PM (#17692)
* [shelly] Add support for Shelly Plus RGBW PM

Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-11-10 19:36:18 +01:00
Holger FriedrichandGitHub 10b3f0ae6c [knx] Improve handling of unknown encrypted frames (#17721)
* Show encrypted frames without a matching key using console command
  "openhab:knx list-unknown-ga"; sort output numerically by GA.
* Add trace logging to show decryption error due to missing key.
  Previously, those frames were silently dropped unless logging for
  Calimero was explicitly enabled as well.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-11-10 19:35:14 +01:00
jsjamesandGitHub 9a02c7f629 [lutron] Added device discovery for DivaSmartDimmer and PaddleSwitchPico (#17723)
* Added discovery of DivaSmartDimmer and PaddleSwitchPico.  Also, it will not print out ID of any unrecongnized device in the logs.

Signed-off-by: Jeff James <jeff@james-online.com>
2024-11-10 19:34:50 +01:00
Konstantin PolihronovandGitHub 288b80fba8 Fix the parsing of total consumption channel (#17726)
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
2024-11-10 19:34:12 +01:00
stefan-hoehnandGitHub 987b894458 [nanoleaf] Suppress ipv6 addr in controller discovery (#17724)
* stabilize nanoleaf binding:suppress ipv6 addresses in controller discovery

Signed-off-by: Stefan Höhn <stefan.hoehn@nfon.com>
2024-11-10 13:44:37 +01:00
Jan GustafssonandGitHub da97e57aac [electroluxappliance] Initial contribution (#17663)
* First version

Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
2024-11-10 13:30:04 +01:00
Artur-FedjukevitsandGitHub 5929ef821a [ChatGPT] Enhance binding (#17320)
Signed-off-by: Artur-Fedjukevits <fedjukevitsh@gmail.com>
2024-11-09 23:08:42 +01:00
Gaël L'hopitalandGitHub 7cab153ebf [linky] Yet another website underlaying API modification (#17538)
* Yet another website underlaying API modification
* Correction for current and previous week, month, year
* Added unitHing
* Switch peek power to kVA
* Adding new cookie and user agent

Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2024-11-09 20:44:02 +01:00
openhab-botandGitHub f0d4a0a965 New translations icalendar.properties (Italian) (#17717) 2024-11-07 22:38:30 +01:00
lsiepelandGitHub 999e94b437 [snmp] make use of openHAB network configuration (#17699)
* Network

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-11-07 19:37:19 +01:00
Nick WatertonandGitHub b7380b5cc0 [samsungtv] Fix for incorrect PowerState (#17715)
Signed-off-by: Nick Waterton <n.waterton@outlook.com>
2024-11-07 14:24:38 +01:00
Jacob LaursenandGitHub 6d9cc49baa [unifi] Provide LED channel for access point (#17702)
* Provide LED channel for access

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-11-07 06:46:30 +01:00
f37f39c03d [icalendar] Add configuration for the behavior of the time-based event filter (#16105)
* Extract time-based event search strategies into a separate class

This allows extensions without having to adapt the logic in
BiweeklyPresentableCalendar.

Signed-off-by: Christian Heinemann <ch@chlab.net>
Co-authored-by: Leo Siepel <leosiepel@gmail.com>
2024-11-06 16:52:08 +01:00
Gaël L'hopitalandGitHub 41c8c45e18 [netatmo] Consider setpoint duration when manual changing the setpoint temperature (#17662)
* setpointDefaultDuration was not always considered

Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2024-11-06 09:22:04 +01:00
Gaël L'hopitalandGitHub 51be3b258c [netatmo] Webhook events are dispatched but group id is missing (#17661)
* Events were dispatched but group id was missing

Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2024-11-06 09:21:31 +01:00
Holger FriedrichandGitHub 65132c31f6 [ism8] Improve debug logging (#17705)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-11-06 07:56:17 +01:00
Holger FriedrichandGitHub d40ecd3868 [ism8] Add channel types for heat pumps (#17688)
* [ism8] Add channel types for heat pumps

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2024-11-05 23:03:19 +01:00
Florian HotzeandGitHub fc478a7114 [jsscripting] Upgrade openhab-js to 5.8.0 & Add note to check core fix on on upgrade (#17703)
* [jsscripting] Upgrade to openhab-js 5.8.0

Signed-off-by: Florian Hotze <dev@florianhotze.com>
2024-11-05 21:16:43 +01:00
maniac103andGitHub 16e1c64bec [ecovacs] Fix expired token handling for XML-over-MQTT models (#17333)
At least the Deebot 900 sends an unusual error response in case of
expired token.

Fixes #15961

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2024-11-05 14:20:00 +01:00
Jacob LaursenandGitHub 65f1a9698d Refactor removal of accents for Thing ID normalization (#17698)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-11-04 20:03:36 +01:00
Neil GreatorexandGitHub cd099cceef [network] Modify iOS port knock to use a valid mDNS packet (#17687)
Signed-off-by: Neil Greatorex <neil@greatorex.me.uk>
2024-11-04 19:58:08 +01:00
Andrew Fiddian-GreenandGitHub 5d20cba182 [siemensrds] Fix setting of target temperature (#17697)
Signed-off-by: AndrewFG <software@whitebear.ch>
2024-11-04 16:51:14 +01:00
Jacob LaursenandGitHub 3fef5cc297 Fix suggestion finder (#17696)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-11-04 12:12:59 +01:00
J-N-KandGitHub 18862d3e28 [shelly] Fix timeDuration handling in DTOs (#17689)
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-11-03 20:55:25 +01:00
cyr1l0uandGitHub 631199a1f7 Fix dead link / org.openhab.transform.jsonpath (#17691)
Replace https://jsonpath.herokuapp.com/ (dead link) with https://jsonpath.fly.dev/

Signed-off-by: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com>
2024-11-03 01:23:52 +01:00
Stefan PledlandGitHub 566171e36e [shelly] fix NumberFormatException on Shelly2RelayStatus.timerDuration (#17269)
- If 'Auto OFF' mode is enabled on a Shelly Plus 1 device and set to a
  value with decimal places a status update throws an NumberFormatException.

  Changed timerDuration/timer_duration from Integer to Double
  fixes the problem.

Signed-off-by: Stefan Pledl <stefan@pledl.de>
2024-11-02 19:59:58 +01:00
Andrew Fiddian-GreenandGitHub 2080c85524 [various] Lamp handlers expose min/max Color Temperature in state description (#17641)
* Lamp handlers expose min/max Colour Temperature in state description
* add color temperature validit and range checks

Signed-off-by: AndrewFG <software@whitebear.ch>
2024-11-02 00:07:20 +01:00