]>
git.basschouten.com Git - openhab-addons.git/log
Mark Hilbush [Tue, 7 Mar 2023 22:13:18 +0000 (17:13 -0500)]
[sleepiq] Add thing type update instructions (#14460)
* Add thing type update instructions
* Move thingTypeVersion to correct thing type
* Add groupIds to update instructions
Signed-off-by: Mark Hilbush <mark@hilbush.com>
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>
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>
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>
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>
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>
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>
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)
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>
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>
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)
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
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>
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>
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>
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>
openhab-bot [Mon, 27 Feb 2023 19:08:51 +0000 (20:08 +0100)]
New translations rollershutter.properties (Italian) (#14514)
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>
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>
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>
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>
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>
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>
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>
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>
DeJe63 [Sun, 26 Feb 2023 10:45:46 +0000 (11:45 +0100)]
[goecharger] Fix command sending (#14494)
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
lsiepel [Sun, 19 Feb 2023 21:16:32 +0000 (22:16 +0100)]
[elerotransmitterstick] Remove apache.commons (#14405)
Signed-off-by: lsiepel <leosiepel@gmail.com>
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>
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>
lsiepel [Sun, 19 Feb 2023 20:55:46 +0000 (21:55 +0100)]
[upnpcontrol] Multiple codestyle fixes (#14451)
Signed-off-by: lsiepel <leosiepel@gmail.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
lsiepel [Sat, 18 Feb 2023 17:15:27 +0000 (18:15 +0100)]
[digitalstrom] code refactoring (#14402)
Signed-off-by: lsiepel <leosiepel@gmail.com>
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>
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>
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>
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>
openhab-bot [Fri, 17 Feb 2023 18:25:10 +0000 (19:25 +0100)]
New Crowdin updates (#14427)
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>
Mithi83 [Thu, 16 Feb 2023 21:44:15 +0000 (22:44 +0100)]
Fix typo (#14410)
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>
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>
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>
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>
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>
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>
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>
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>
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>