Christian Bandowski
675de38272
[icalendar] Ensure DecimalType will be used if no unit given ( #9849 )
...
Fixes #9820
Related to #9771
Signed-off-by: Christian Bandowski <christian@myvm.de>
2021-01-17 14:34:14 +01:00
Christoph Weitkamp
de3cacc603
[tesla] Removed dependency on org.apache.commons ( #9815 )
...
* Removed dependency on org.apache.commons
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-01-16 12:35:31 +01:00
Marcel
c426d6de79
[miio] Improve Airpurifiers ( #9756 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2021-01-16 10:07:19 +01:00
J-N-K
cc70f5609a
[digitalstrom] fix concurrency issue ( #9834 )
...
* fix concurrency issue
* address review comments
* address review comment
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2021-01-15 14:48:48 -08:00
J-N-K
6cf488f5aa
[one wire][fix absolute humidity channel type ( #9833 )
...
The channel is added dynamically with a channel-type `abshumidity`, but the channel-type definition was names `absolutehumidity`
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2021-01-15 22:11:56 +01:00
Wouter Born
59dffd03a4
Resolve itests for BOM changes ( #9828 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2021-01-15 22:09:59 +01:00
Marcel
afb9ea1870
[miio] add support for viomi.waterheater.e1 ( #9798 )
...
* [miio] add support for viomi.waterheater.e1
* Update bundles/org.openhab.binding.miio/src/main/resources/database/viomi.waterheater.e1.json
* [miio] fix typo in readme
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2021-01-15 12:31:56 -08:00
mwe
f3f957e3bd
[epsonprojector] reset ready flag on disconnect ( #9770 )
...
Signed-off-by: Weisser, Matthias <matthias.weisser@onsol.de>
2021-01-15 14:57:52 +01:00
druciak
acc5eb911c
[satel] Removed dependency on 'org.apache.commons.lang' ( #9805 )
...
Signed-off-by: Krzysztof Goworek <krzysztof.goworek@gmail.com>
2021-01-15 14:56:15 +01:00
fundef1
d95fc925e9
[mqtt-homeassistant] added JOSNPath and JINJA as requirements ( #9572 )
...
Signed-off-by: Jo Degraef <jo.degraef@addestino.be>
2021-01-14 11:43:17 +01:00
hutdev
c7210dc8bf
[influxdb] Added path of the configuration file ( #9819 )
2021-01-14 10:34:30 +01:00
Andrew Fiddian-Green
3a0561becd
[velux] Remove jar from prior PR ( #9822 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2021-01-14 10:06:46 +01:00
Christoph Weitkamp
b53c61b1e8
[nanoleaf] Removed dependency on org.apache.commons ( #9811 )
...
* Removed dependency on org.apache.commons
* Incorporated changes from review
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-01-13 16:40:11 -08:00
Stian Kjoglum
3f85b32502
[tibber] Enhancement, added channel and channel corrections due to API changes ( #9814 )
...
Signed-off-by: Stian Kjoglum <stiankj@online.no>
2021-01-13 16:35:03 -08:00
J-N-K
7e5e0e2295
[amazonechocontrol] fix thermostat handler ( #9812 )
...
* fix thermostat handler
* fix spotless
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2021-01-13 16:34:17 -08:00
Christoph Weitkamp
43b5e79d78
[avmfritz] Fixed channel update for DECT440 rocker ( #9753 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-01-13 14:58:03 -08:00
Christoph Weitkamp
7e28fbb3c5
[avmfritz] Added warning if temperature command cannot be converted to Celsius ( #9778 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-01-13 14:32:42 -08:00
J-N-K
e651aa6d03
[amazonechocontrol] refactor arrays to modern types ( #9476 )
...
* refactor arrays to modern types
* address review comments
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2021-01-13 14:31:26 -08:00
Christoph Weitkamp
04d87f33db
[jdbc] Bump mysql-connector-java to version 8.0.22 ( #9810 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-01-13 23:03:56 +01:00
Andrew Fiddian-Green
b4705eb75c
[velux] Fixed a couple of bugs if the Bridge contains one or more Scenes ( #9794 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2021-01-13 23:01:01 +01:00
druciak
8616c72ce1
[satel] Thing discovery fix ( #9718 )
...
Signed-off-by: Krzysztof Goworek <krzysztof.goworek@gmail.com>
2021-01-13 13:16:34 -08:00
Matthew Skinner
ec1a91c6d7
[ipcamera] Fix for Instar and HLS. ( #9766 )
...
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2021-01-13 22:11:46 +01:00
Ron Isaacson
0a9c5a0b2c
[powermax] Refactor state objects ( #9684 )
...
* Improve debugging in message classes
Each PowermaxBaseMessage subclass had its own toString() which added
useful debug info but duplicated a lot of the logic in the message
handler. I've moved the debug info inline and removed the duplication,
and also added decoding for more values to the debug output.
* Fix for 0xFF byte values, which convert to int -1
Signed-off-by: Ron Isaacson <isaacson.ron@gmail.com>
2021-01-13 12:29:22 -08:00
Andrew Fiddian-Green
18d06bbb8a
[siemensrds] Hide already instantiated Things in the InBox ( #9808 )
...
* [siemensrds] null value check
* [siemensrds] representation property
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2021-01-13 12:09:41 -08:00
Ondrej Pecta
41f8ae6acc
[jablotron] fixed programmable gates channels are not visible in the OH3 UI ( #9809 )
...
- fixed programmable gates channels are not visible in the OH3 UI
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
2021-01-13 21:00:50 +01:00
Marcel
a46d9cb306
[miio] update readme maker ( #9797 )
...
Update the readme maker to not suggest invalid item names (containing
hyphens)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2021-01-13 11:57:13 -08:00
Kai Kreuzer
eea5750b73
[tesla] Correctly handle floating point numbers ( #9802 )
...
Fixes #9636
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2021-01-13 20:53:10 +01:00
Marcel
cdbf10efdb
[miio] add support for chungmiplug 212a01 ( #9795 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2021-01-13 11:52:24 -08:00
olivierkeke
4e73b05ff0
[teleinfo] Fix memory leak ( #9724 )
...
* Use set instead list to avoid duplicate listeners
* Remove from listeners when bridge is not ONLINE
* Unsubscribe from bridge handler events when thing handler is disposed
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
2021-01-13 11:40:25 -08:00
Andrew Fiddian-Green
3e7014dafb
[tado] added representation property ( #9801 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2021-01-13 11:58:48 +01:00
Evan Anderson
2a00ac53f0
[tplinksmarthome] Add support for KP115 plug ( #9800 )
...
The KP115 plug is a WiFi smart plug with energy monitoring support.
It uses the same API as existing TP-Link smart home devices. This change adds support in the binding for the KP115.
Signed-off-by: Evan Anderson <evan@eaanderson.com>
2021-01-13 11:56:09 +01:00
James Melville
e9b1e35eb7
[draytonwiser] MDNS Fixes ( #9806 )
...
1. Fixes #8786 invalid uid on discovered hub
2. Resolve issue on startup in OH3 discovery result without address
Signed-off-by: James Melville <jamesmelville@gmail.com>
2021-01-13 11:54:27 +01:00
Stefan300381
db8dc5d94b
[openhabcloud] Updated the openhab-cloud readme for OH3 ( #9633 )
2021-01-13 11:48:54 +01:00
Kai Kreuzer
0dd50f226e
[nanoleaf] Fixed color temperature setting ( #9786 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2021-01-13 08:24:41 +01:00
lolodomo
36e7366d27
[linky] Set channel to UNDEF when data not yet available ( #9774 )
...
Fix #9666
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-01-12 22:17:35 +01:00
Hilbrand Bouwkamp
e3ae01df91
[kostalinverter] Fixed package structure ( #9559 )
...
The internal package was placed before the binding specific package, and it should be the other way around.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2021-01-12 22:15:21 +01:00
Jeff Lauterbach
c4887f30f2
[neato] Fix npe in discovery service. ( #9561 ) ( #9564 )
...
Signed-off-by: Jeff Lauterbach <jjlauterbach@gmail.com>
2021-01-12 22:14:38 +01:00
Martin Herbst
706af08fb6
[homematic] Fix for two (re)connection problems ( #9692 )
...
* Replace deprecated constructors
* Removed no longer existing settings from the documentation. They were already marked as deprecated since several versions.
* Refactored communication with the HM gateway
- simplified coding for the communication with the gateway
- buffer size for communication is now configurable to avoid problems
with too small buffers
- Previous solution for #6963 was not sufficient. Should be finally done
with these changes
* Retrieving the duty cycle is sufficient to check connection
- ping requests could therefore be safely removed problems with the automatic reconnection were solved.
* Changed to explicit list of Exception
Fixes #8808
Signed-off-by: Martin Herbst <develop@mherbst.de>
2021-01-12 22:11:52 +01:00
Hilbrand Bouwkamp
ac3f907b36
Normalized thread names ( #9581 )
...
Related to #8216
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2021-01-12 22:10:01 +01:00
Fabian Wolter
79dfb43e42
[lcn] Fix displaying of "not enough licenses" message ( #9761 )
...
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2021-01-12 22:05:12 +01:00
Wouter Born
0f118c6b7e
Update bnd to 5.2.0 ( #9785 )
...
See: https://github.com/bndtools/bnd/wiki/Changes-in-5.2.0
Signed-off-by: Wouter Born <github@maindrain.net>
2021-01-12 22:02:35 +01:00
Fabian Wolter
795189d605
[pidcontroller] Remove limits, make Ki dependent from the loop time, add reset command ( #9759 )
...
* [pidcontroller] Remove limits, make Ki dependent from the loop time
Also fix naming of thread and shutdown executor.
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2021-01-12 17:16:29 +01:00
t2000
d223696a8e
[smartmeter] Fix flooding logs with warnings if serial port is not accesible ( #9781 )
...
Fixes #9780
Signed-off-by: Stefan Triller <github@stefantriller.de>
2021-01-11 19:39:56 +01:00
Jochen Klein
b6eea715fa
[mqtt] Only unsubscribe if we subscribed before ( #9758 )
...
Fix for 9730
Signed-off-by: Jochen Klein <git@jochen.susca.de>
2021-01-10 16:25:54 +01:00
eugen
79b94e3e34
[homekit] fix pairing after update ( #9769 )
...
Signed-off-by: Eugen Freiter <freiter@gmx.de>
Co-authored-by: Eugen Freiter <freiter@gmx.de>
2021-01-10 16:25:18 +01:00
morph166955
25498701bf
Fixes #9673 ( #9762 )
...
Signed-off-by: morph166955 <rosenblumb@gmail.com>
2021-01-10 00:34:42 +01:00
Christoph Weitkamp
382ce10a0a
[deconz] Added channel to enable / disable motion sensor ( #9686 )
...
* Added channel to enable / disable motion sensor
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-01-09 22:53:23 +01:00
J-N-K
ef87af3712
[tr064] reduce network load and improve XML handling ( #9693 )
...
* reduce network load
* adjust soap timeout
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2021-01-09 10:41:22 +01:00
t2000
43a0439089
[tr064] Merge duplicate phone book entries ( #9739 )
...
* [tr064] Merge duplicate phone book entries
Fixes #9738
Signed-off-by: Stefan Triller <github@stefantriller.de>
2021-01-09 10:39:21 +01:00
J-N-K
673535a551
[tr064] Fixed parameter patterns ( #9749 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2021-01-09 10:37:44 +01:00