]>
git.basschouten.com Git - openhab-addons.git/log
Jacob Laursen [Sat, 23 Sep 2023 16:47:45 +0000 (18:47 +0200)]
Interpret more states as appliance being switched on (#15620)
Resolves #15619
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Marcel [Sat, 23 Sep 2023 16:38:58 +0000 (18:38 +0200)]
[miio] fix reported brightness for yeelight (#15611)
Fix reported brightness for yeelight when powered off.
This will fix wrong power switch visualization in the OH UI.
related to issue:
https://community.openhab.org/t/miio-and-yeelight-rgb-bulbs-behavior/135788/9
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
lsiepel [Sat, 23 Sep 2023 16:31:27 +0000 (18:31 +0200)]
Fix checkstyle (#15603)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
uqs [Sat, 23 Sep 2023 16:13:41 +0000 (18:13 +0200)]
Remove non-existing power channel (#15570)
Migrating from OH 2.5 I tripped over this, as :power no longer exists and instead one has to send ON/OFF commands to the :color channel instead.
Looks like documentation wasn't fully updated with the code changes.
Signed-off-by: uqs <uqs@FreeBSD.org>
Marcel [Sat, 23 Sep 2023 16:12:16 +0000 (18:12 +0200)]
[miio] add new robo map blocks to map parser (#15591)
* [miio] add new robo map blocks to map parser
Adding new block types in map parser.
close #15068
* [miio] fix history for newer robot models
closes #11001
---------
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Sat, 23 Sep 2023 16:05:02 +0000 (18:05 +0200)]
[miio] add support for newer Roborock vacuums (#15586)
Add support for the following models:
roborock.vacuum.a51 = Roborock S8
roborock.vacuum.a64 = Roborock G10S Pure
roborock.vacuum.a65 = Roborock S7 Max Ultra
roborock.vacuum.a66 = Roborock G10 Plus
roborock.vacuum.a69 = Roborock G20
roborock.vacuum.a70 = Roborock S8 Pro Ultra
roborock.vacuum.a72 = Roborock Q5 Pro
roborock.vacuum.a73 = Roborock Q8 Max
roborock.vacuum.a74 = Roborock P10
roborock.vacuum.a75 = Roborock Q Revo
roborock.vacuum.a76 = Roborock G10S Auto
close #15020
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Kai Kreuzer [Sat, 23 Sep 2023 15:59:40 +0000 (17:59 +0200)]
Fix config option provider to only become active for chatgpt things (#15578)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
lsiepel [Sat, 23 Sep 2023 15:40:31 +0000 (17:40 +0200)]
Fix SAT (#15428)
Signed-off-by: lsiepel <leosiepel@gmail.com>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Jacob Laursen [Sat, 23 Sep 2023 15:34:06 +0000 (17:34 +0200)]
[jdbc] Improve conversion of database value to item state (#15434)
* Improve conversion of database value to item state
* Refactor test cases to reduce redundancy
* Refactor for type-safety
* Refactor type cast
Fixes #15433
---------
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lsiepel [Fri, 22 Sep 2023 21:25:06 +0000 (23:25 +0200)]
[homematic] checkstyle fixes (#15604)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Holger Friedrich [Thu, 21 Sep 2023 05:58:53 +0000 (07:58 +0200)]
Java 17 features (T-Z) (#15576)
- add missing @override
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- simplify lambda expressions and return statements
- use replace instead of replaceAll w/o regex
- instanceof matching and multiline strings
- remove null check before instanceof
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Marcel [Tue, 19 Sep 2023 20:53:50 +0000 (22:53 +0200)]
[miio] Java style cleanup (#15610)
Introducing non-breaking improvements from #15520
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- multiline strings
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
openhab-bot [Tue, 19 Sep 2023 16:31:02 +0000 (18:31 +0200)]
New Crowdin updates (#15627)
* New translations boschshc.properties (Italian)
* New translations boschindego.properties (Italian)
Holger Friedrich [Wed, 13 Sep 2023 18:23:59 +0000 (20:23 +0200)]
[knx] Adapt to core, temperature differences (#15573)
Special handling for temperature differences in °F and °F/%,
DPT 9.002 and 9.003, needs to be adapted due to change in core.
Refs openhab/openhab-core#3792.
Implementation is valid for 4.0 and 4.x snapshot.
Fixes #15567.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Cédric Skwar [Wed, 13 Sep 2023 17:34:15 +0000 (19:34 +0200)]
Update version in create binding skeleton scripts (#15589)
Fixed the bug where you could not compile since the parent openHAB version was wrong in the build conf.
Signed-off-by: Cedric Skwar <cdrc@skwar.me>
Arjan Mels [Wed, 13 Sep 2023 06:40:33 +0000 (08:40 +0200)]
[groupepsa] Fixed timeouts in tests (#15574)
Signed-off-by: Arjan Mels <github@mels.email>
truidix [Wed, 13 Sep 2023 06:39:32 +0000 (08:39 +0200)]
[miio] Add support for Roborock Q Revo (#15358)
Signed-off-by: David Kumar <github@truidix.de>
Holger Friedrich [Wed, 13 Sep 2023 06:06:37 +0000 (08:06 +0200)]
Java 17 features (itests) (#15583)
- replace Collections by List.of and Set.of
- instanceof
- SAT warnings
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Holger Friedrich [Wed, 13 Sep 2023 06:03:31 +0000 (08:03 +0200)]
Java 17 features (N-S) (#15565)
- add missing @override
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- simplify lambda expressions and return statements
- use replace instead of replaceAll w/o regex
- instanceof matching and multiline strings
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Marcel [Wed, 13 Sep 2023 05:53:58 +0000 (07:53 +0200)]
[miio] Update device names list (#14193)
* [miio] maintenance - update device names list
Update the list with latest device names
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] Update device names list
Update the list with latest device names used by some of the support
tools
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
---------
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marc Bartelt [Sun, 10 Sep 2023 08:52:12 +0000 (10:52 +0200)]
[fronius] fix powerflowchannelpakku documentation (#15381)
* [fronius] fix powerflowchannelpakku documentation
fixes openhab#15074
---------
Signed-off-by: Marc Bartelt <github@mleuser.de>
Signed-off-by: Marc Bartelt <marcquark@users.noreply.github.com>
morph166955 [Sun, 10 Sep 2023 06:55:19 +0000 (01:55 -0500)]
[androidtv] Fixes GoogleTV Login Error (#15453)
* Updates protocol examples
* Adjusts flag based on received data
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
openhab-bot [Sun, 10 Sep 2023 05:55:43 +0000 (07:55 +0200)]
New translations hue.properties (Italian) (#15572)
Ed Martin [Sat, 9 Sep 2023 13:58:51 +0000 (09:58 -0400)]
[Juicenet] Fix Charging state controls and override functionality (#15566)
* [Juicenet] Fix typos in setOverride()
Some obvious typos in setOverride() result in the timestamp being
ignored which causes it to fail
Fixes #15564
* [Juicenet] Allow disabling the override
- The charger has default settings upon plugin, changing the current state
sets the overide to Y, this makes override settable only in the N direction
to remove whatever settings were previously applied
* [Juicenet] Document new writable status of override
---------
Signed-off-by: Ed Martin <edman007@edman007.com>
Holger Friedrich [Sat, 9 Sep 2023 13:53:39 +0000 (15:53 +0200)]
[knx] Disable tests failing due to QuantityType change in core (#15568)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
J-N-K [Sat, 9 Sep 2023 13:08:58 +0000 (15:08 +0200)]
[influxdb] Fix exception handling and improve some type conversions (#15452)
Signed-off-by: Jan N. Klug <github@klug.nrw>
Alexander Friese [Sat, 9 Sep 2023 12:09:29 +0000 (14:09 +0200)]
[easee] simplified determination of start/stop status due to recent API changes (#15538)
* simplified determination of start/stop as the opMode now has new values (7+8) to show missing authentication (before this was included in value "2")
* refactored ChargerOpState to enum
---------
Signed-off-by: Alexander Friese <af944580@googlemail.com>
Signed-off-by: Alexander Friese <alexf2015@users.noreply.github.com>
Co-authored-by: lsiepel <leosiepel@gmail.com>
Ondrej Pecta [Sat, 9 Sep 2023 10:43:08 +0000 (12:43 +0200)]
[somfytahoma] Improvements to avoid cloud login throttling (#15489)
* [somfytahoma] Improvements to avoid cloud login throttling
* [somfytahoma] add custom message to status display
---------
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
Jacob Laursen [Sat, 9 Sep 2023 10:05:38 +0000 (12:05 +0200)]
[hue] Fix and improve error logging and status descriptions for API v2 (#15512)
* Provide detailed error information on failed commands
* Log as info when command succeeds
* Revert collect(Collectors.toList()) refactoring
* Provide exception message in status description
Fixes #15511
---------
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Holger Friedrich [Sat, 9 Sep 2023 09:10:32 +0000 (11:10 +0200)]
Migrate to java.nio.file.createTempFile (#15469)
Use function from nio package as it uses more restrictive file
permissions.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Gaël L'hopital [Sat, 9 Sep 2023 09:07:26 +0000 (11:07 +0200)]
Adding "thingTypeVersion" property at thing creation (#15463)
Signed-off-by: clinique <gael@lhopital.org>
Holger Friedrich [Fri, 8 Sep 2023 12:36:59 +0000 (14:36 +0200)]
Java 17 features (H-M) (#15520)
- add missing @override
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- simplify lambda expressions and return statements
- use replace instead of replaceAll w/o regex
- instanceof matching and multiline strings
- remove null check before instanceof
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Cody Cutrer [Wed, 6 Sep 2023 16:08:43 +0000 (10:08 -0600)]
[jrubyscripting] @boc-tothefuture is no longer a maintainer (#15553)
Due to work commitments
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Wouter Born [Wed, 6 Sep 2023 15:02:55 +0000 (17:02 +0200)]
[nest] Remove WWN support (#15418)
See: https://support.google.com/googlenest/answer/
9293712 ?hl=en
> Starting September 29, 2023, all Works with Nest connections will stop working.
Closes #13525
Closes #14761
Signed-off-by: Wouter Born <github@maindrain.net>
Gaël L'hopital [Wed, 6 Sep 2023 06:36:58 +0000 (08:36 +0200)]
[netatmo] Handle new event types (#15533)
* Adding new Netatmo events
* Changed NAPushType to record.
* Adding impact on WebhookEvent
---------
Signed-off-by: clinique <gael@lhopital.org>
Дилян Палаузов [Wed, 6 Sep 2023 06:01:54 +0000 (08:01 +0200)]
systeminfo: use DataAmount for dataSent and dataReceived in the example (#15495)
as the text above does suggest so.
Holger Friedrich [Tue, 5 Sep 2023 20:30:16 +0000 (22:30 +0200)]
Java 17 features (A-G) (#15516)
- add missing @override
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- simplify lambda expressions and return statements
- use replace instead of replaceAll w/o regex
- instanceof matching and multiline strings
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Fabian Wolter [Mon, 4 Sep 2023 11:57:16 +0000 (13:57 +0200)]
[lcn] Fix deprecation warnings, refactor, add test cases (#15545)
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
andrexp [Mon, 4 Sep 2023 06:53:33 +0000 (08:53 +0200)]
[LCN] Fixes problems with fingerprint codes which were received in decimal (#15488)
* fixed problems with fingerprint codes which were received in decimal instead of hex
Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
* correct format issues
Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
* add test file for fingerprint codes
Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
* Delete openhab-addons.code-workspace
Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
---------
Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
Co-authored-by: Andre Jendrysseck <ajendry@gwdg.de>
Kai Kreuzer [Sun, 3 Sep 2023 19:10:16 +0000 (21:10 +0200)]
[denon] Extend denonmarantz binding to include Denon DRA-100 sources (#15539)
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
maniac103 [Sat, 2 Sep 2023 21:50:58 +0000 (23:50 +0200)]
[gardena] Improve and fix UoM support (#15523)
* [gardena] Improve and fix UoM support
Properly convert incoming UoM values for command durations, and output
measurements as UoM values where possible.
* [gardena] Fix signal strength channel value
Previously the binding sent 0..100, but the system expects 0..4 for the
system.signal-strength channel.
* [gardena] Update README
* [gardena] Use actual units in state description where appropriate
Signed-off-by: Danny Baumann <dannybaumann@web.de>
quidam [Sat, 2 Sep 2023 17:20:50 +0000 (19:20 +0200)]
[avmfritz] Fix NPE when Fritz!Box sends empty alert state element (<state/>) (#15479)
Signed-off-by: Ulrich Mertin <mail@ulrich-mertin.de>
mlobstein [Fri, 1 Sep 2023 21:16:16 +0000 (16:16 -0500)]
Fix Reconnect error race condition (#15536)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Wouter Born [Wed, 30 Aug 2023 20:53:16 +0000 (22:53 +0200)]
Resolve runbundles for directory-watcher upgrade (#15526)
Related to openhab/openhab-core#3790
Signed-off-by: Wouter Born <github@maindrain.net>
Alexander Friese [Wed, 30 Aug 2023 18:10:23 +0000 (20:10 +0200)]
[easee] fix date formatting issues (#15501)
* fix DateTimeException when formatting date out of range (in this case Instant.MIN)
Signed-off-by: Alexander Friese <af944580@googlemail.com>
Wouter Born [Wed, 30 Aug 2023 11:28:44 +0000 (13:28 +0200)]
Upgrade Maven and plug-ins (#15525)
* Use Maven 3.9.4 with GitHub Actions CI
* Upgrade Maven plug-ins
Signed-off-by: Wouter Born <github@maindrain.net>
mlobstein [Tue, 29 Aug 2023 16:51:44 +0000 (11:51 -0500)]
[radiothermostat] Disable Remote Temp and Message Area on shutdown (#15492)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Holger Friedrich [Tue, 29 Aug 2023 16:50:13 +0000 (18:50 +0200)]
[dwdunwetter] Handle possible XXE injection (#15466)
XMLInputFactory: Disable properties IS_SUPPORTING_EXTERNAL_ENTITIES and
SUPPORT_DTD which allow injecting external entities.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
jimtng [Tue, 29 Aug 2023 16:37:01 +0000 (02:37 +1000)]
[daikin] Support BRP069A81 adapter (#15456)
* [daikin] Support BRP069A81 adapter auto mode=1
* [daikin] Support Auto mode=7
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Matt [Tue, 29 Aug 2023 05:55:19 +0000 (01:55 -0400)]
Missing break statement bug fix (#15515)
Signed-off-by: Matt Myers <mmyers75@icloud.com>
Daniel Weber [Mon, 28 Aug 2023 20:49:20 +0000 (22:49 +0200)]
[enocean] Fix humidity and temperature readings for EEP family A5_10 (#15506)
* Updated A5-10 EEP family (corrected readings, added new channels)
* Changed fanSpeedStage channel to type Number and added new options to it
* Added dayNightModeState channel
Fixes #15458
Signed-off-by: Daniel Weber <uni@fruggy.de>
lsiepel [Sun, 27 Aug 2023 21:53:02 +0000 (23:53 +0200)]
[yamahareceiver] Show correct status detail on failure (#15510)
* Partial fix #7667
* java 17 instanceof
* Checkstyle
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
lsiepel [Sun, 27 Aug 2023 14:11:33 +0000 (16:11 +0200)]
[bticinosmarter] Fix activationdate parsing (#15474)
* Fix DateTime format
* Switch to TimeZoneProvider
Signed-off-by: lsiepel <leosiepel@gmail.com>
Wouter Born [Sun, 27 Aug 2023 11:45:36 +0000 (13:45 +0200)]
Fix compilerArguments deprecation warnings (#15504)
This fixes the following warnings:
```
[WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
```
Related to openhab/openhab-core#3512
Signed-off-by: Wouter Born <github@maindrain.net>
lsiepel [Sun, 27 Aug 2023 05:27:00 +0000 (07:27 +0200)]
[autelis] Fix checkstyle en warnings (#15423)
Signed-off-by: lsiepel <leosiepel@gmail.com>
Andrew Fiddian-Green [Sat, 26 Aug 2023 15:19:37 +0000 (16:19 +0100)]
[hue] Improve connection stability (#15477)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Holger Friedrich [Sat, 26 Aug 2023 06:56:27 +0000 (08:56 +0200)]
[persistence] Use Java 17 features (#15486)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Holger Friedrich [Sat, 26 Aug 2023 06:52:11 +0000 (08:52 +0200)]
Java 17 features (#15493)
- add missing @override
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- simplify lambda expressions and return statements
- use replace instead of replaceAll w/o regex
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Holger Friedrich [Fri, 25 Aug 2023 15:48:55 +0000 (17:48 +0200)]
[hueemulation] Java 17 features (#15496)
- add missing @override
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- simplify lambda expressions and return statements
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Konstantin Polihronov [Thu, 24 Aug 2023 12:39:24 +0000 (15:39 +0300)]
[solax] Initial contribution (#14880)
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Holger Friedrich [Thu, 24 Aug 2023 04:46:18 +0000 (06:46 +0200)]
[voice] Make use of Java17 features (#15487)
Use Map/Set/List.of instead of Collections.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Holger Friedrich [Thu, 24 Aug 2023 04:44:56 +0000 (06:44 +0200)]
[io] Use Java 17 features (#15485)
* instanceof matching and multiline strings
* use Map/Set/List.of instead of Collections
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Holger Friedrich [Thu, 24 Aug 2023 04:41:36 +0000 (06:41 +0200)]
[transform] Code optimization for Java17: instanceof matching and multiline strings (#15483)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Jacob Laursen [Thu, 24 Aug 2023 04:39:27 +0000 (06:39 +0200)]
[hue] Fix exception being displayed in bridge status description (#15475)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Wouter Born [Wed, 23 Aug 2023 18:54:50 +0000 (20:54 +0200)]
Remove build server specific timing from dynamodb and ruuvigateway (#15472)
* Remove build server specific timing from dynamodb and ruuvigateway
There should be no difference between running tests on your own PC or on a build server.
The ruuvigateway tests always fail for me during parallel builds due to its unrealistic timing.
Signed-off-by: Wouter Born <github@maindrain.net>
Holger Friedrich [Wed, 23 Aug 2023 15:27:40 +0000 (17:27 +0200)]
[automation] Use Java 17 features (#15484)
* [automation] Code optimization for Java17: instanceof matching and multiline strings
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
* [automation] Make use of Java17 features
Use Map/Set/List.of instead of Collections.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
* review comment
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
---------
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Wouter Born [Wed, 23 Aug 2023 07:14:15 +0000 (09:14 +0200)]
Resolve runbundles for CXF upgrade (#15473)
* Resolve runbundles for CXF upgrade
Related to openhab/openhab-core#3770
Signed-off-by: Wouter Born <github@maindrain.net>
* Replace Grizzly JAX-RS Client with Jetty HTTP client in hueemulation tests
It seems that the Grizzly JAX-RS Client implementation does not work well with the new CXF dependencies on the classpath.
As we do not use Grizzly anywhere else it is probably best to also stop using the Grizzly HTTP Server in these tests in the future.
Signed-off-by: Wouter Born <github@maindrain.net>
---------
Signed-off-by: Wouter Born <github@maindrain.net>
Konstantin Polihronov [Tue, 22 Aug 2023 06:47:12 +0000 (09:47 +0300)]
[paradoxalarm] Fix Paradox EVOHD zone parsing fail #10572 (#15441)
* Fix Paradox EVOHD zone parsing fail #10572
* Root cause is that EVOHD and EVO192 have much more zones which are
stored in a different memory map model. They should be treated the same
way. Fix is simple and can be downported to 3.x if decided by the
maintainers
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Wouter Born [Tue, 22 Aug 2023 06:31:20 +0000 (08:31 +0200)]
[feed] Upgrade jdom2 to 2.0.6.1 (#15476)
This addresses CVE-2021-33813
See: http://www.jdom.org/news/index.html
Signed-off-by: Wouter Born <github@maindrain.net>
lsiepel [Mon, 21 Aug 2023 19:36:07 +0000 (21:36 +0200)]
[surepetcare] Fix possible timeout bug (#15411)
Fix #11527
* Minor java 17 refactoring
* Spotless
Signed-off-by: lsiepel <leosiepel@gmail.com>
Jacob Laursen [Mon, 21 Aug 2023 19:14:18 +0000 (21:14 +0200)]
[hue] Fix compiler warnings (#15419)
* Fix compiler warnings
* Fix integration test compiler/SAT warnings
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lsiepel [Mon, 21 Aug 2023 18:12:49 +0000 (20:12 +0200)]
[homekit] Checkstyle cleanup (#15450)
* Remove package
* java 17 instanceofpattern
* EqualsAvoidNullCheck
* NoEmptyLineSeparatorCheck
* ConstantNameCheck
Signed-off-by: lsiepel <leosiepel@gmail.com>
Wouter Born [Mon, 21 Aug 2023 12:03:41 +0000 (14:03 +0200)]
Update Jackson to 2.15.2 (#15471)
Related to openhab/openhab-core#3768
Signed-off-by: Wouter Born <github@maindrain.net>
jimtng [Mon, 21 Aug 2023 04:41:28 +0000 (14:41 +1000)]
[fineoffsetweatherstation] Fix failing tests (#15470)
Holger Friedrich [Sun, 20 Aug 2023 19:29:37 +0000 (21:29 +0200)]
Use SecureRandom instead of Random (#15459)
Make sure that SecureRadom is used whenever the random number
is used for cryptographic operations, e.g. as nonce/salt.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Gaël L'hopital [Sun, 20 Aug 2023 16:06:25 +0000 (18:06 +0200)]
[openuv] Correcting NPE in IconProvider (#15465)
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
jimtng [Sat, 19 Aug 2023 20:41:54 +0000 (06:41 +1000)]
[jrubyscripting] Fix broken image in README.md (#15435)
* [jrubyscripting] Fix broken image in README.md
* [jrubyscripting] Update the base url in the regenerate instructions
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Holger Friedrich [Sat, 19 Aug 2023 18:49:37 +0000 (20:49 +0200)]
[chatgpt] Set proper default values for channel configuration (#15451)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
jimtng [Sat, 19 Aug 2023 08:48:31 +0000 (18:48 +1000)]
[jrubyscripting] Fix config description uri (#15457)
This is to match the uri defined in https://github.com/openhab/openhab-addons/pull/15438
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
J-N-K [Sat, 19 Aug 2023 08:18:49 +0000 (10:18 +0200)]
Resolve itests after core changes (#15454)
Signed-off-by: Jan N. Klug <github@klug.nrw>
lsiepel [Fri, 18 Aug 2023 14:33:39 +0000 (16:33 +0200)]
[denonmarantz] Fix NPE on connection problem (#15422)
* Checkstyle cleanup
* Fix #15444
Signed-off-by: lsiepel <leosiepel@gmail.com>
Alexander Friese [Fri, 18 Aug 2023 11:33:19 +0000 (13:33 +0200)]
[easee] Migrate charger state API endpoint, add channels (#14614)
* reworked the way to retrieve Charger state as API endpoint is now deprecated.
* fixed result processing: removed default handling by bridge handler which caused everything to go offline if a single charger had faulty config.
* additional channels / removed obsolete firmware channel
Signed-off-by: Alexander Friese <af944580@googlemail.com>
Wouter Born [Thu, 17 Aug 2023 19:49:01 +0000 (21:49 +0200)]
Fix wrong source code URLs in NOTICE files (#15448)
Alexander Friese [Thu, 17 Aug 2023 15:01:21 +0000 (17:01 +0200)]
[easee] Enable write support for smartCharging channel (#14866)
* this fixes #14863
Signed-off-by: Alexander Friese <af944580@googlemail.com>
Florian Hotze [Wed, 16 Aug 2023 19:49:20 +0000 (21:49 +0200)]
[jrubyscripting] Allow configuration from add-on page (#15438)
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Ondrej Pecta [Wed, 16 Aug 2023 18:15:18 +0000 (20:15 +0200)]
[somfytahoma] fix NPE in case that HttpClient fails to start (#15442)
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
Jacob Laursen [Tue, 15 Aug 2023 11:24:29 +0000 (13:24 +0200)]
[jdbc] Fix null annotation warnings (#15426)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lsiepel [Mon, 14 Aug 2023 20:08:22 +0000 (22:08 +0200)]
[dscalarm] Fix checkstyle and warning (#15424)
Signed-off-by: lsiepel <leosiepel@gmail.com>
miloit [Mon, 14 Aug 2023 12:14:50 +0000 (14:14 +0200)]
[volumio] Removing compiler warnings (#15379)
Signed-off-by: miloit <MichaelLoercher@web.de>
Wouter Born [Mon, 14 Aug 2023 08:38:33 +0000 (10:38 +0200)]
Resolve runbundles for workaround (#15421)
* Resolve runbundles for workaround
Related to openhab/openhab-core#3756
Signed-off-by: Wouter Born <github@maindrain.net>
lsiepel [Mon, 14 Aug 2023 06:10:29 +0000 (08:10 +0200)]
[gardena] Fix close all valves command (#15390)
* Fix #15039
* codestyle
Signed-off-by: lsiepel <leosiepel@gmail.com>
Jacob Laursen [Sun, 13 Aug 2023 20:13:18 +0000 (22:13 +0200)]
Upgrade SQLite JDBC driver to 3.42.0.0 (#15412)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
J-N-K [Sun, 13 Aug 2023 16:55:13 +0000 (18:55 +0200)]
[tr064] Fix clearing of auth (results) (#15415)
* [tr064] Fix clearing of auth (results)
In case of multiple root things the auth store (results and digests) was cleared for all clients instead of only removing the failed auth result or old authentication.
* fix TAM request
Signed-off-by: Jan N. Klug <github@klug.nrw>
Wouter Born [Sun, 13 Aug 2023 16:41:31 +0000 (18:41 +0200)]
Disable "Improved ZIP64 Extra Field Validation" in itests (#15389)
This prevents ZipException stacktraces when running the itests on JDK 17.0.8 or newer.
Related to:
* openhab/openhab-core#3718
* openhab/openhab-core#3747
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Sun, 13 Aug 2023 11:44:05 +0000 (13:44 +0200)]
Link to Java 17 documentation (#15406)
This prevents issues because older documentation may not apply to Java 17.
Signed-off-by: Wouter Born <github@maindrain.net>
openhab-bot [Sat, 12 Aug 2023 06:09:15 +0000 (08:09 +0200)]
New Crowdin updates (#15407)
* New translations hue.properties (Italian)
* New translations deconz.properties (Italian)
* New translations anel.properties (Italian)
* New translations atlona.properties (Italian)
* New translations electroluxair.properties (Italian)
* New translations groupepsa.properties (Italian)
* New translations somneo.properties (Italian)
* New translations meater.properties (Italian)
* New translations juicenet.properties (Italian)
* New translations volumio.properties (Italian)
* New translations asuswrt.properties (Italian)
Andrew Fiddian-Green [Wed, 9 Aug 2023 15:45:34 +0000 (16:45 +0100)]
[hue] Fix bug due to parallel PUT commands (#15324)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
lsiepel [Sun, 6 Aug 2023 18:00:12 +0000 (20:00 +0200)]
[microtik] Fix changed date format in firmware v7.10 (#15362)
Signed-off-by: lsiepel <leosiepel@gmail.com>
voruti [Sun, 6 Aug 2023 08:43:06 +0000 (10:43 +0200)]
Fix missing cast (#15356)
Signed-off-by: Till von Rüden <dev@tillvonrueden.de>
lsiepel [Sat, 5 Aug 2023 20:41:12 +0000 (22:41 +0200)]
[gpstracker] Fix `NumberFormatException` (#15337)
Signed-off-by: lsiepel <leosiepel@gmail.com>