]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
3 years ago[tesla] Stop the WebSocket client when disposing the thing handler (#14483)
lolodomo [Tue, 7 Mar 2023 19:50:37 +0000 (20:50 +0100)]
[tesla] Stop the WebSocket client when disposing the thing handler (#14483)

Fix #14341

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[mqtt.generic] separate command parsing from cached value updating (#12238)
Cody Cutrer [Tue, 7 Mar 2023 18:33:17 +0000 (11:33 -0700)]
[mqtt.generic] separate command parsing from cached value updating (#12238)

* [mqtt.generic] separate command parsing from cached value updating

fixes #12150

Previously, Value.update would parse the command, _and_ update the cached
value with that command. Which means that when sending a command towards
MQTT (instead of processing an update from MQTT), the cached value was
unintentionally updated. This prevented the REFRESH command from returning
the most recent value received from the device.

Separating the two concerns also makes the test more obvious what they are
testing, and vastly simplified a kludgy workaround that RollershutterValue
was using to be able to process Commands that aren't States.

Signed-off-by: Cody Cutrer <cody@cutrer.us>
* [mqtt.generic] split Value::parseCommand into parseMessage

so that a particular value type subclass can have varying implementations
if it desires

---------

Signed-off-by: Cody Cutrer <cody@cutrer.us>
3 years ago[knx] Improve reading of device properties (#14050)
Holger Friedrich [Tue, 7 Mar 2023 18:31:39 +0000 (19:31 +0100)]
[knx] Improve reading of device properties (#14050)

* [knx] Improve reading of device properties
* [knx] DD2 logging only in debug mode

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
3 years ago[knx] Improve thread safety, null-analysis (#14509)
Holger Friedrich [Mon, 6 Mar 2023 21:34:16 +0000 (22:34 +0100)]
[knx] Improve thread safety, null-analysis (#14509)

Carryover from smarthomej/addons#13 and smarthomej/addons#46, smarthomej/addons#60.

Also-by: Jan N. Klug <github@klug.nrw>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
3 years ago[bluetooth] Null annotations and SAT (#13967)
lsiepel [Mon, 6 Mar 2023 08:38:57 +0000 (09:38 +0100)]
[bluetooth] Null annotations and SAT (#13967)

* null annotation, checkstyle, dependency

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
3 years ago[bluetooth.bluegiga] Refactored and added null annotations (#13974)
lsiepel [Sun, 5 Mar 2023 20:29:10 +0000 (21:29 +0100)]
[bluetooth.bluegiga] Refactored and added null annotations (#13974)

* All SAT warnings

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
3 years agoNew Crowdin updates (#14541)
openhab-bot [Sun, 5 Mar 2023 19:25:51 +0000 (20:25 +0100)]
New Crowdin updates (#14541)

* New translations iCloud.properties (German)
* New translations miele.properties (German)
* New translations jruby.properties (German)
* New translations mqtt.properties (German)
* New translations influxdb.properties (German)
* New translations homekit.properties (German)
* New translations amazonechocontrol.properties (German)
* New translations amazonechocontrol.properties (German)

3 years ago[influxdb] Fix query for InfluxDB2 (#14542)
J-N-K [Sun, 5 Mar 2023 15:04:51 +0000 (16:04 +0100)]
[influxdb] Fix query for InfluxDB2 (#14542)

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years agoResolve itest runbundles for JUPnP upgrade (#14538)
Wouter Born [Sun, 5 Mar 2023 12:12:49 +0000 (13:12 +0100)]
Resolve itest runbundles for JUPnP upgrade (#14538)

Related to openhab/openhab-core#3421

Signed-off-by: Wouter Born <github@maindrain.net>
3 years agoNew Crowdin updates (#14531)
openhab-bot [Sat, 4 Mar 2023 16:20:03 +0000 (17:20 +0100)]
New Crowdin updates (#14531)

* New translations systeminfo.properties (German)
* New translations tado.properties (German)
* New translations bluetooth.properties (German)
* New translations bluetooth.properties (German)
* New translations mybmw.properties (German)
* New translations gardena.properties (German)
* New translations astro.properties (German)
* New translations avmfritz.properties (German)
* New translations chromecast.properties (German)
* New translations hue.properties (German)
* New translations logreader.properties (German)
* New translations icalendar.properties (German)
* New translations max.properties (German)
* New translations comfoair.properties (German)
* New translations denonmarantz.properties (German)
* New translations deutschebahn.properties (German)
* New translations dwdpollenflug.properties (German)
* New translations ecotouch.properties (German)
* New translations epsonprojector.properties (German)
* New translations exec.properties (German)
* New translations homematic.properties (German)
* New translations hpprinter.properties (German)
* New translations http.properties (German)
* New translations magentatv.properties (German)
* New translations awattar.properties (German)

3 years ago[homekit] Update README.md (#14521)
Jonas Bötsch [Fri, 3 Mar 2023 14:12:44 +0000 (15:12 +0100)]
[homekit] Update README.md (#14521)

Tilted blinds do not work when using the documented config.
Changed it to a working example.
Refer here: https://community.openhab.org/t/homekit-addon-adjustable-blinds-not-working-anymore/144869

3 years ago[plugwise] Remove org.apache.common (#14432)
lsiepel [Fri, 3 Mar 2023 14:11:08 +0000 (15:11 +0100)]
[plugwise] Remove org.apache.common (#14432)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[ecobee] Increase temperature precision to decimal (#14517)
darthbevis [Thu, 2 Mar 2023 19:58:34 +0000 (14:58 -0500)]
[ecobee] Increase temperature precision to decimal (#14517)

* Update EcobeeUtils.java

Correcting rounding of setHold values so we have 0.1°F tolerance instead of 1°F.  Makes it easier to use in °C

Signed-off-by: darthbevis <darthbevis@gmail.com>
3 years ago[exec] Fix whitelist not read (#14522)
J-N-K [Thu, 2 Mar 2023 19:57:02 +0000 (20:57 +0100)]
[exec] Fix whitelist not read (#14522)

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years agoUpgrade to Karaf 4.4.3 (#14040)
Wouter Born [Wed, 1 Mar 2023 17:33:50 +0000 (18:33 +0100)]
Upgrade to Karaf 4.4.3 (#14040)

* Rework Servlets to use Http Whiteboard annotations in favor of proprietary `org.openhab.core.io.http.servlet` classes
* Resolve itest runbundles
* Fix dependency issues
* Catch proper exception when starting hueemulation UpnpServer

Also-by: Jan N. Klug <github@klug.nrw>
Signed-off-by: Wouter Born <github@maindrain.net>
3 years agoNew translations rollershutter.properties (Italian) (#14514)
openhab-bot [Mon, 27 Feb 2023 19:08:51 +0000 (20:08 +0100)]
New translations rollershutter.properties (Italian) (#14514)

3 years ago[bluetooth] Add support for RadonEye (BLE) device (#11958)
petero-dk [Mon, 27 Feb 2023 17:59:50 +0000 (18:59 +0100)]
[bluetooth] Add support for RadonEye (BLE) device (#11958)

Signed-off-by: Peter Obel <peter@ecomerc.com>
3 years ago[dsmr] Improved error handling corrupt messages, discovery additional key bug fix...
Hilbrand Bouwkamp [Mon, 27 Feb 2023 16:36:02 +0000 (17:36 +0100)]
[dsmr] Improved error handling corrupt messages, discovery additional key bug fix (#14325)

* [dsmr] Improved error handling to better handle corrupt messages.

- Fix incorrect additional key in bridge discovery service.
- When corrupted P1 telegram is received don't set directly to offline, but let the watchdog do this if to many times this happens.
This makes it a bit more lenient for receiving a bad telegram once in a while. Because some connections are not that stable.
- Simplified error handling, and listeners to one enum/interface to make it more cleaner.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
3 years ago[Netatmo] Floodlight issue on Presence Camera (#14492)
Gaël L'hopital [Mon, 27 Feb 2023 07:59:20 +0000 (08:59 +0100)]
[Netatmo] Floodlight issue on Presence Camera (#14492)

* Solving issue #14458

Signed-off-by: clinique <gael@lhopital.org>
* Removes the usage of "app.netatmo.net" since api now holds these entry points.
I think it was the origin of malfunction of floodlight (to be controlled by somebody who has one).

--------

Signed-off-by: clinique <gael@lhopital.org>
3 years ago[rollershutterposition] Initial contribution (#13259)
jsjames [Sun, 26 Feb 2023 21:54:27 +0000 (13:54 -0800)]
[rollershutterposition] Initial contribution (#13259)

* Initial contribution

Signed-off-by: Jeff James <jeff@james-online.com>
3 years ago[knx] Improve documentation for DPT 1.009 (#14510)
Holger Friedrich [Sun, 26 Feb 2023 17:56:16 +0000 (18:56 +0100)]
[knx] Improve documentation for DPT 1.009 (#14510)

Carryover from smarthomej/addons#73.

Also-by: Jan N. Klug github@klug.nrw
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
3 years ago[ecobee] Alignment according to #14407 (#14506)
lsiepel [Sun, 26 Feb 2023 11:22:03 +0000 (12:22 +0100)]
[ecobee] Alignment according to #14407 (#14506)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[weathercompany] Alignment according to #14407 (#14505)
lsiepel [Sun, 26 Feb 2023 11:21:41 +0000 (12:21 +0100)]
[weathercompany] Alignment according to #14407 (#14505)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[knx] Fix DPT 3.007 (Control Dimming) for non -control channels (#14504)
Holger Friedrich [Sun, 26 Feb 2023 11:19:15 +0000 (12:19 +0100)]
[knx] Fix DPT 3.007 (Control Dimming) for non -control channels (#14504)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Also-by: Jan N. Klug <github@klug.nrw>
3 years ago[goecharger] Fix command sending (#14494)
DeJe63 [Sun, 26 Feb 2023 10:45:46 +0000 (11:45 +0100)]
[goecharger] Fix command sending (#14494)

3 years ago[km200] removed unused configuration URIs (#14488)
Markus Eckhardt [Sun, 26 Feb 2023 10:17:32 +0000 (11:17 +0100)]
[km200] removed unused configuration URIs (#14488)

Signed-off-by: Markus Eckhardt <github@familie-eckhardt.eu>
3 years ago[knx] Remove workaround for DPT 14 (#14503)
Holger Friedrich [Sun, 26 Feb 2023 09:42:26 +0000 (10:42 +0100)]
[knx] Remove workaround for DPT 14 (#14503)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
3 years ago[innogysmarthome] Remove org.apache.commons (#14407)
lsiepel [Sun, 26 Feb 2023 09:24:46 +0000 (10:24 +0100)]
[innogysmarthome] Remove org.apache.commons (#14407)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years agoResolve itests after core changes (#14498)
J-N-K [Sat, 25 Feb 2023 11:37:37 +0000 (12:37 +0100)]
Resolve itests after core changes (#14498)

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years ago[jsscripting] Upgrade openhab-js to 4.1.0 (#14495)
Florian Hotze [Sat, 25 Feb 2023 09:18:49 +0000 (10:18 +0100)]
[jsscripting] Upgrade openhab-js to 4.1.0 (#14495)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
3 years ago[upnpcontrol] fix shuffle switch also switching only play one (#14490)
Mark Herwege [Fri, 24 Feb 2023 16:20:49 +0000 (17:20 +0100)]
[upnpcontrol] fix shuffle switch also switching only play one (#14490)

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
3 years ago[denonmarantz] Add representation-property to thing-types xml (#14493)
Mark Hilbush [Fri, 24 Feb 2023 16:18:31 +0000 (11:18 -0500)]
[denonmarantz] Add representation-property to thing-types xml (#14493)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
3 years ago[evohome] Add null annotation and minor refactoring (#13885)
lsiepel [Fri, 24 Feb 2023 15:08:53 +0000 (16:08 +0100)]
[evohome] Add null annotation and minor refactoring (#13885)

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
3 years ago[tr064] Enhancements, code improvements and fixes (#14468)
J-N-K [Fri, 24 Feb 2023 15:06:53 +0000 (16:06 +0100)]
[tr064] Enhancements, code improvements and fixes (#14468)

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years ago[neohub] Use createWebSocketClient (#14482)
lolodomo [Fri, 24 Feb 2023 14:02:54 +0000 (15:02 +0100)]
[neohub] Use createWebSocketClient (#14482)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[nibeheatpump] nibegw: Fix setting debug verboseLevel (#14461)
Alex Hermann [Thu, 23 Feb 2023 08:10:31 +0000 (09:10 +0100)]
[nibeheatpump] nibegw: Fix setting debug verboseLevel (#14461)

Signed-off-by: Alex Hermann <gaaf@gmx.net>
3 years ago[daikin] Use createHttpClient (#14481)
lolodomo [Wed, 22 Feb 2023 19:48:06 +0000 (20:48 +0100)]
[daikin] Use createHttpClient (#14481)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[http] Use createHttpClient (#14480)
lolodomo [Wed, 22 Feb 2023 19:37:53 +0000 (20:37 +0100)]
[http] Use createHttpClient (#14480)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[tr064] Use createHttpClient (#14476)
lolodomo [Wed, 22 Feb 2023 16:29:03 +0000 (17:29 +0100)]
[tr064] Use createHttpClient (#14476)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[somneo] Use createHttpClient (#14477)
lolodomo [Wed, 22 Feb 2023 16:28:02 +0000 (17:28 +0100)]
[somneo] Use createHttpClient (#14477)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[tapocontrol] Use createHttpClient (#14475)
lolodomo [Wed, 22 Feb 2023 16:26:47 +0000 (17:26 +0100)]
[tapocontrol] Use createHttpClient (#14475)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[unifi] Use createHttpClient (#14474)
lolodomo [Wed, 22 Feb 2023 16:22:31 +0000 (17:22 +0100)]
[unifi] Use createHttpClient (#14474)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[ecobee] Remove org.apache.commons (#14403)
lsiepel [Wed, 22 Feb 2023 12:50:53 +0000 (13:50 +0100)]
[ecobee] Remove org.apache.commons (#14403)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[upnpcontrol] Fix javadoc links (#14471)
Mark Herwege [Tue, 21 Feb 2023 20:11:21 +0000 (21:11 +0100)]
[upnpcontrol] Fix javadoc links (#14471)

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
3 years ago[knx] FT12: Autodetect cEMI on Weinzierl devices (#14454)
Holger Friedrich [Tue, 21 Feb 2023 18:36:52 +0000 (19:36 +0100)]
[knx] FT12: Autodetect cEMI on Weinzierl devices (#14454)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
3 years ago[smartmeter] Test fix (#13907)
msteigenberger [Tue, 21 Feb 2023 15:26:44 +0000 (16:26 +0100)]
[smartmeter] Test fix (#13907)

Signed-off-by: Matthias Steigenberger <matthias.steigenberger@gmail.com>
3 years ago[vizio] Improve handling of TV's self-signed certificate (#14429)
mlobstein [Tue, 21 Feb 2023 14:58:48 +0000 (08:58 -0600)]
[vizio] Improve handling of TV's self-signed certificate (#14429)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
3 years ago[volvooncall] Adjust thread name for HTTP client (#14469)
lolodomo [Mon, 20 Feb 2023 20:47:46 +0000 (21:47 +0100)]
[volvooncall] Adjust thread name for HTTP client (#14469)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[somfytahoma] Call createHttpClient with a SslContextFactory parameter (#14467)
lolodomo [Mon, 20 Feb 2023 19:33:56 +0000 (20:33 +0100)]
[somfytahoma] Call createHttpClient with a SslContextFactory parameter (#14467)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[remoteopenhab] Call createHttpClient with a SslContextFactory parameter (#14465)
lolodomo [Mon, 20 Feb 2023 19:32:55 +0000 (20:32 +0100)]
[remoteopenhab] Call createHttpClient with a SslContextFactory parameter (#14465)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[linky] Call createHttpClient with a SslContextFactory parameter (#14464)
lolodomo [Mon, 20 Feb 2023 19:32:09 +0000 (20:32 +0100)]
[linky] Call createHttpClient with a SslContextFactory parameter (#14464)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[nanoleaf] Stop the HTTP client when disposing the thing handler (#14459)
lolodomo [Mon, 20 Feb 2023 19:28:27 +0000 (20:28 +0100)]
[nanoleaf] Stop the HTTP client when disposing the thing handler (#14459)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[yioremote] Stop the web socket client when disposing thing handler (#14340)
lolodomo [Mon, 20 Feb 2023 11:39:03 +0000 (12:39 +0100)]
[yioremote] Stop the web socket client when disposing thing handler (#14340)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[boschshc] Add unit tests (#14426)
David Pace [Mon, 20 Feb 2023 07:56:29 +0000 (08:56 +0100)]
[boschshc] Add unit tests (#14426)

Signed-off-by: David Pace <dev@davidpace.de>
3 years ago[sleepiq] Add new channels (#14447)
Mark Hilbush [Sun, 19 Feb 2023 21:53:35 +0000 (16:53 -0500)]
[sleepiq] Add new channels (#14447)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
3 years ago[elerotransmitterstick] Remove apache.commons (#14405)
lsiepel [Sun, 19 Feb 2023 21:16:32 +0000 (22:16 +0100)]
[elerotransmitterstick] Remove apache.commons (#14405)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[neato] Remove org.apache.common (#14415)
lsiepel [Sun, 19 Feb 2023 21:04:49 +0000 (22:04 +0100)]
[neato] Remove org.apache.common (#14415)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[nibeuplink] Remove org.apache.common (#14416)
lsiepel [Sun, 19 Feb 2023 20:56:55 +0000 (21:56 +0100)]
[nibeuplink] Remove org.apache.common (#14416)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[upnpcontrol] Multiple codestyle fixes (#14451)
lsiepel [Sun, 19 Feb 2023 20:55:46 +0000 (21:55 +0100)]
[upnpcontrol] Multiple codestyle fixes (#14451)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[sonos] Fix remaining org.apache.common (#14450)
lsiepel [Sun, 19 Feb 2023 20:51:00 +0000 (21:51 +0100)]
[sonos] Fix remaining org.apache.common (#14450)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[km200] Remove org.apache.commons (#14411)
lsiepel [Sun, 19 Feb 2023 20:42:33 +0000 (21:42 +0100)]
[km200] Remove org.apache.commons (#14411)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[phc] Remove import org.apache.common (#14422)
lsiepel [Sun, 19 Feb 2023 20:34:25 +0000 (21:34 +0100)]
[phc] Remove import org.apache.common (#14422)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[omnikinverter] Remove org.apache.common (#14418)
lsiepel [Sun, 19 Feb 2023 20:19:09 +0000 (21:19 +0100)]
[omnikinverter] Remove org.apache.common (#14418)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[onebusaway] Remove org.apache.common (#14419)
lsiepel [Sun, 19 Feb 2023 20:14:16 +0000 (21:14 +0100)]
[onebusaway] Remove org.apache.common (#14419)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[onkyo] Remove org.apache.common (#14420)
lsiepel [Sun, 19 Feb 2023 20:11:21 +0000 (21:11 +0100)]
[onkyo] Remove org.apache.common (#14420)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[pentair] Remove org.apache.common (#14421)
lsiepel [Sun, 19 Feb 2023 20:07:59 +0000 (21:07 +0100)]
[pentair] Remove org.apache.common (#14421)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[mycroft] Adjust thread name for web socket client (#14342)
lolodomo [Sun, 19 Feb 2023 19:59:18 +0000 (20:59 +0100)]
[mycroft] Adjust thread name for web socket client (#14342)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[deconz] Adjust thread name for web socket client (#14343)
lolodomo [Sun, 19 Feb 2023 19:58:14 +0000 (20:58 +0100)]
[deconz] Adjust thread name for web socket client (#14343)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[gardena] Adjust thread name for WEB clients (avoid IAE) (#14349)
lolodomo [Sun, 19 Feb 2023 19:56:59 +0000 (20:56 +0100)]
[gardena] Adjust thread name for WEB clients (avoid IAE) (#14349)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[tesla] Normalize thread names and avoid a possible IAE (#14351)
lolodomo [Sun, 19 Feb 2023 19:55:16 +0000 (20:55 +0100)]
[tesla] Normalize thread names and avoid a possible IAE (#14351)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years ago[smartmeter] Remove org.apache.common (#14436)
lsiepel [Sun, 19 Feb 2023 19:47:42 +0000 (20:47 +0100)]
[smartmeter] Remove org.apache.common (#14436)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[sonos] Remove org.apache.common (#14438)
lsiepel [Sun, 19 Feb 2023 19:43:01 +0000 (20:43 +0100)]
[sonos] Remove org.apache.common (#14438)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[upnpcontrol] Remove org.apache.common (#14439)
lsiepel [Sun, 19 Feb 2023 19:42:01 +0000 (20:42 +0100)]
[upnpcontrol] Remove org.apache.common (#14439)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[weathercompany] Remove org.apache.common (#14440)
lsiepel [Sun, 19 Feb 2023 19:37:08 +0000 (20:37 +0100)]
[weathercompany] Remove org.apache.common (#14440)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[imperihome] Remove org.apache.common (#14441)
lsiepel [Sun, 19 Feb 2023 19:30:58 +0000 (20:30 +0100)]
[imperihome] Remove org.apache.common (#14441)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[knx] Replace gnu.io dependency with serial transport (#14051)
Holger Friedrich [Sun, 19 Feb 2023 14:45:42 +0000 (15:45 +0100)]
[knx] Replace gnu.io dependency with serial transport (#14051)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
3 years ago[marytts] Add bnd to make serviceloader aware of marytts impl (#14064)
Holger Friedrich [Sun, 19 Feb 2023 14:32:01 +0000 (15:32 +0100)]
[marytts] Add bnd to make serviceloader aware of marytts impl (#14064)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
3 years ago[jsscripting] Fix node_modules handling (#14398)
J-N-K [Sat, 18 Feb 2023 18:53:33 +0000 (19:53 +0100)]
[jsscripting] Fix node_modules handling (#14398)

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years ago[semsportal] Fix exception due to invalid thing status update (#14387)
Jacob Laursen [Sat, 18 Feb 2023 18:13:00 +0000 (19:13 +0100)]
[semsportal] Fix exception due to invalid thing status update (#14387)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
3 years ago[kostalinverter] Fix exception due to invalid thing status update (#14386)
Jacob Laursen [Sat, 18 Feb 2023 18:12:41 +0000 (19:12 +0100)]
[kostalinverter] Fix exception due to invalid thing status update (#14386)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
3 years ago[cbus] Fix exceptions due to invalid thing status updates (#14385)
Jacob Laursen [Sat, 18 Feb 2023 18:12:21 +0000 (19:12 +0100)]
[cbus] Fix exceptions due to invalid thing status updates (#14385)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
3 years ago[km200] Fix initialization warning: "tried updating the thing status although the...
Jacob Laursen [Sat, 18 Feb 2023 18:11:54 +0000 (19:11 +0100)]
[km200] Fix initialization warning: "tried updating the thing status although the handler was already disposed." (#14384)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
3 years ago[digitalstrom] code refactoring (#14402)
lsiepel [Sat, 18 Feb 2023 17:15:27 +0000 (18:15 +0100)]
[digitalstrom] code refactoring (#14402)

Signed-off-by: lsiepel <leosiepel@gmail.com>
3 years ago[sleepiq] Rework cloud API and other enhancements (#14180)
Mark Hilbush [Sat, 18 Feb 2023 15:26:57 +0000 (10:26 -0500)]
[sleepiq] Rework cloud API and other enhancements (#14180)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
3 years agoFix build after core-changes (#14431)
J-N-K [Sat, 18 Feb 2023 14:24:58 +0000 (15:24 +0100)]
Fix build after core-changes (#14431)

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years ago[lametrictime] Move external library to internal code (#14425)
Kai Kreuzer [Sat, 18 Feb 2023 14:01:41 +0000 (15:01 +0100)]
[lametrictime] Move external library to internal code (#14425)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
3 years ago[openthermgateway] Changed command code from ST to SC for SetClock (#14424)
Arjen Korevaar [Fri, 17 Feb 2023 20:27:21 +0000 (21:27 +0100)]
[openthermgateway] Changed command code from ST to SC for SetClock (#14424)

Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
3 years agoNew Crowdin updates (#14427)
openhab-bot [Fri, 17 Feb 2023 18:25:10 +0000 (19:25 +0100)]
New Crowdin updates (#14427)

3 years ago[solarmax] Support configurable Device Address (#14366)
Jamie Townsend [Fri, 17 Feb 2023 13:28:48 +0000 (14:28 +0100)]
[solarmax] Support configurable Device Address (#14366)

Signed-off-by: Jamie Townsend <jamie_townsend@hotmail.com>
3 years agoFix typo (#14410)
Mithi83 [Thu, 16 Feb 2023 21:44:15 +0000 (22:44 +0100)]
Fix typo (#14410)

3 years ago[onewire] Code improvements and bug fixes (#14400)
J-N-K [Thu, 16 Feb 2023 17:49:00 +0000 (18:49 +0100)]
[onewire] Code improvements and bug fixes (#14400)

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years ago[jsscripting] Fix JSScriptFileWatcher not ignoring correct directory (#14393)
J-N-K [Wed, 15 Feb 2023 09:33:00 +0000 (10:33 +0100)]
[jsscripting] Fix JSScriptFileWatcher not ignoring correct directory (#14393)

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years ago[jsscripting] Bump openhab-js to 4.0.0 & Clean-Ups (#14375)
Florian Hotze [Tue, 14 Feb 2023 20:19:59 +0000 (21:19 +0100)]
[jsscripting] Bump openhab-js to 4.0.0 & Clean-Ups (#14375)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
3 years ago[TapoControl] Adding P300 to the list of supported equipments (#14364)
Gaël L'hopital [Tue, 14 Feb 2023 11:09:31 +0000 (12:09 +0100)]
[TapoControl] Adding P300 to the list of supported equipments (#14364)

* Adding P300 to the list of supported equipments

Signed-off-by: clinique <gael@lhopital.org>
3 years ago[openwebnet] light switch updates are now triggered (#14390)
M Valla [Mon, 13 Feb 2023 21:28:11 +0000 (22:28 +0100)]
[openwebnet] light switch updates are now triggered (#14390)

* [openwebnet] light switch updates are now triggered

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
3 years agoAdapt addons to core watch service changes (#14004)
J-N-K [Mon, 13 Feb 2023 15:37:57 +0000 (16:37 +0100)]
Adapt addons to core watch service changes (#14004)

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years ago[influxdb] Code improvements and enhancements (#14304)
J-N-K [Mon, 13 Feb 2023 14:23:05 +0000 (15:23 +0100)]
[influxdb] Code improvements and enhancements (#14304)

* [influxdb] code improvements

Signed-off-by: Jan N. Klug <github@klug.nrw>
3 years ago[lgwebos] Create WEB socket client using OH core method (#14382)
lolodomo [Mon, 13 Feb 2023 10:16:05 +0000 (11:16 +0100)]
[lgwebos] Create WEB socket client using OH core method (#14382)

Follow-up PR #14331

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
3 years agoAdd connection and countries (#14380)
Jacob Laursen [Mon, 13 Feb 2023 08:02:11 +0000 (09:02 +0100)]
Add connection and countries (#14380)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
3 years ago[jsscripting] Extend mapping of openhab-js classes to native openHAB counterparts...
Florian Hotze [Sun, 12 Feb 2023 10:53:51 +0000 (11:53 +0100)]
[jsscripting] Extend mapping of openhab-js classes to native openHAB counterparts (#14335)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>