Jacob Laursen
94d110a98c
[surepetcare] Fix DateTimeParseException ( #16087 )
...
Fixes #16082
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-12-22 11:20:40 +01:00
Jacob Laursen
eb850e5175
[jdbc] Fix addon id for SQLite ( #15877 )
...
Fixes #15847
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-12-21 15:02:46 +01:00
GiviMAD
d498b492a0
[rustpotterks] Fix for Windows, avoid load library multiple times ( #15945 )
...
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
2023-11-25 14:40:38 +01:00
Markus Michels
280fdb0962
[shelly] Fix resource leak, BLU script installation, TRV init, NPE on IPv6 mDNS discovery ( #15798 )
...
* Fix resource leak when discovery handling failed and NPE when a IPv6
address is reported.
* remove callApi(request/innerRequest from Shelly1HttpApi, which changes
to callApi/httpRequest in ShellyHttpCLient.
Signed-off-by: Markus Michels <markus7017@gmail.com>
2023-11-13 19:43:02 +01:00
openhab-bot
2c00b30e67
[unleash-maven-plugin] Preparation for next development cycle.
2023-11-03 17:01:07 +00:00
Gaël L'hopital
0c5a5a4fea
Adressing issue #15377 ( #15664 )
...
There was a forgotten leftover here.
Signed-off-by: clinique <gael@lhopital.org>
2023-11-02 22:17:42 +01:00
Wouter Born
d64dc9a046
[shelly] Always try to stop WebSocketClient ( #15721 )
...
If the client is not stopped it will not be garbage collected because the ShutdownThread keeps a reference to the client so it can be stopped on shutdowns.
See: https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/jetty-websocket/websocket-client/src/main/java/org/eclipse/jetty/websocket/client/WebSocketClient.java#L420-L433
Signed-off-by: Wouter Born <github@maindrain.net>
2023-10-17 13:15:17 +02:00
Jacob Laursen
04bbbbbd09
Fix authentication after communication error ( #15747 )
...
Fixes #15746
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-10-16 21:23:07 +02:00
Jacob Laursen
fb86e05d32
[hue] Fix channel refresh (API v2) ( #15736 )
...
* Fix refresh/initial state request
Fixes #15735
* Fix channel updates when thing comes online
Fixes #15669
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Also-by: Andrew Fiddian-Green <software@whitebear.ch>
2023-10-15 14:05:56 +02:00
Andrew Fiddian-Green
7c322fca82
[hue] support new effects ( #15732 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2023-10-15 14:04:03 +02:00
Dan Cunningham
d3609d4673
Fixes broken authentication due to changes in the myq cloud api ( #15755 )
...
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
2023-10-14 19:07:29 +02:00
J-N-K
c8634f7e6f
[influxdb] Fix exception handling and improve some type conversions ( #15452 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-10-08 11:24:23 +02:00
lsiepel
cb9ff7aae3
[chromecast] Fix STOP command
...
Fixes #14516
Signed-off-by: lsiepel <leosiepel@gmail.com>
2023-10-07 11:36:53 +02:00
Holger Friedrich
177d75e7dd
[chatgpt] Set proper default values for channel configuration ( #15451 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2023-09-13 20:55:33 +02:00
mlobstein
313cca64cc
Fix Reconnect error race condition ( #15536 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2023-09-12 21:47:32 +02:00
openhab-bot
9567c9bc57
[unleash-maven-plugin] Preparation for next development cycle.
2023-09-09 15:32:42 +00:00
Gaël L'hopital
31d4c7dc27
Adding "thingTypeVersion" property at thing creation ( #15463 )
...
Signed-off-by: clinique <gael@lhopital.org>
2023-09-09 12:14:54 +02:00
Jacob Laursen
9f753e879a
[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>
2023-09-09 12:14:16 +02:00
Wouter Born
4be53bcf6f
Resolve runbundles for directory-watcher upgrade ( #15526 )
...
Related to openhab/openhab-core#3790
Signed-off-by: Wouter Born <github@maindrain.net>
2023-09-02 23:03:52 +02:00
Wouter Born
5a1164f4c2
Apply Spotless
...
Signed-off-by: Wouter Born <github@maindrain.net>
2023-09-02 22:58:10 +02:00
Alexander Friese
20a2ef5363
[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>
2023-08-30 20:12:04 +02:00
Matt
ce1709102d
Missing break statement bug fix ( #15515 )
...
Signed-off-by: Matt Myers <mmyers75@icloud.com>
2023-08-29 17:45:22 +02:00
Andrew Fiddian-Green
933f753cb6
[hue] Improve connection stability ( #15477 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2023-08-26 17:20:24 +02:00
Jacob Laursen
891edff945
[hue] Fix exception being displayed in bridge status description ( #15475 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-08-24 07:08:37 +02:00
Gaël L'hopital
9c9d946e15
[openuv] Correcting NPE in IconProvider ( #15465 )
...
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2023-08-20 18:08:22 +02:00
jimtng
013fa6fdcf
[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>
2023-08-19 10:48:51 +02:00
lsiepel
727e5b2cda
[denonmarantz] Fix NPE on connection problem ( #15422 )
...
* Checkstyle cleanup
* Fix #15444
Signed-off-by: lsiepel <leosiepel@gmail.com>
2023-08-18 16:34:41 +02:00
Florian Hotze
b0845cb3ce
[jrubyscripting] Allow configuration from add-on page ( #15438 )
...
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2023-08-16 21:50:37 +02:00
Ondrej Pecta
afd3b973b7
[somfytahoma] fix NPE in case that HttpClient fails to start ( #15442 )
...
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
2023-08-16 20:17:25 +02:00
openhab-bot
512a94569f
[unleash-maven-plugin] Preparation for next development cycle.
2023-08-15 22:19:30 +00:00
Wouter Born
fa7ad7e43f
Resolve runbundles for workaround ( #15421 )
...
* Resolve runbundles for workaround
Related to openhab/openhab-core#3756
Signed-off-by: Wouter Born <github@maindrain.net>
2023-08-14 11:11:44 +02:00
J-N-K
5a306d32f2
[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>
2023-08-13 18:56:09 +02:00
Andrew Fiddian-Green
0d1fa7cb8e
[hue] Fix bug due to parallel PUT commands ( #15324 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2023-08-09 17:46:20 +02:00
Jacob Laursen
cd4d66ce17
[enocean] Fix disposal of running tasks ( #15329 )
...
* Fix disposal of running tasks
Fixes #15328
---------
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-08-09 17:24:10 +02:00
lsiepel
00c06990c6
[gpstracker] Fix NumberFormatException
( #15337 )
...
Signed-off-by: lsiepel <leosiepel@gmail.com>
2023-08-05 22:42:32 +02:00
Arjen Korevaar
15143b337f
[openthermgateway] Remove 'reserved' channels (with invalid channelUIDs) ( #15355 )
...
* Removed invalid characters from channel UIDs
* Removed unused message ids
Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
2023-08-02 14:51:35 +02:00
Florian Hotze
d7a6d1055e
[jsscripting] Upgrade openhab-js to 4.5.1 to fix cached injection ( #15336 )
...
It was found out that a recent change to the webpack config for the library injection bundle heavily affected performance of the evaluation of the cached injection.
openhab-js 4.5.1 fixes that regression and one minor bug, see https://github.com/openhab/openhab-js/blob/main/CHANGELOG.md#451 .
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2023-08-02 14:42:18 +02:00
lsiepel
0a503307d1
[bluetooth.bluez] Fix NullPointerException
during discovery ( #15347 )
...
Signed-off-by: lsiepel <leosiepel@gmail.com>
2023-08-01 16:53:52 +02:00
Jacob Laursen
c3a7f38930
Reintroduce LK Wiser dimmer work-around for API v2 ( #15316 )
...
Fixes #15315
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-07-31 16:51:02 +02:00
openhab-bot
ff341fbf56
[unleash-maven-plugin] Preparation for next development cycle.
2023-07-28 11:06:48 +00:00
Jacob Laursen
e9c03a5161
Fix ArrayStoreException ( #15320 )
...
Fixes #15313
Partially reverts #13967
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-07-28 10:02:32 +02:00
Jacob Laursen
e60446d305
Fix StringIndexOutOfBoundsException ( #15319 )
...
Fixes #15318
Reverts #14402
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-07-28 10:02:24 +02:00
Markus Michels
7f6502d769
[shelly] Fix Plus/Pro Auth support ( #15284 )
...
* Reimplement Auth Digist to return response as http header field instead
of being part of post data; avoid sending Basic Auth for Gen2 and
/shelly
Signed-off-by: Markus Michels <markus7017@gmail.com>
2023-07-27 15:42:39 +02:00
Andrew Fiddian-Green
91c008a06c
[hue] Fix reconnection, parallel commands, trigger channels, and light level formula ( #15169 )
...
* [hue] post merge tweaks
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [hue] abandon internal restart
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [hue] remove externalRestartScheduled flag
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [hue] serialize PUT calls
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [hue] GET requests shall not activate trigger channels
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [hue] fix LightLevel formula
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [hue] fix Button DTO null error
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
---------
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
(cherry picked from commit ae36108cbd
)
2023-07-27 15:02:00 +02:00
Florian Hotze
974847fc0a
[jsscripting] Fix timerId not returned by JS timer methods ( #15308 )
...
Regression from #15193 .
Reported on the community, see https://community.openhab.org/t/openhab-4-0-release-discussion/147957/53?u=florian-h05 .
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2023-07-26 16:29:10 +02:00
Gwendal Roulleau
8f5fab45fa
[enocean] Fix unusable bundle after a refactoring about null annotation ( #15302 )
...
Fix bundle unusable after #14023 (closes #15181 )
Fix a case issue with some directory
Fix trigger channel issue
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
2023-07-26 13:22:34 +02:00
lolodomo
fdb10451ec
[googletts] Avoid UnsupportedOperationException during dispose ( #15305 )
...
Fix #15303
It is not allowed to clear an unmodified hash set.
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-07-26 13:19:24 +02:00
Wouter Born
4fe1f76444
Resolve runbundles ( #15298 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2023-07-24 09:43:41 +02:00
Kai Kreuzer
72607d3bee
Apply spotless
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2023-07-24 01:20:31 +02:00
openhab-bot
809fceaff3
[unleash-maven-plugin] Preparation for next development cycle.
2023-07-23 19:19:01 +00:00