Wouter Born
d2e5c3e7dd
Remove SmartHome leftovers ( #9283 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-08 18:03:49 +01:00
Christoph Weitkamp
af4371844d
[dwdunwetter] Rework channel creation ( #9229 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-12-07 20:53:29 -08:00
Christian Kittel
8d389b7e2e
[ojelectronics] Add discovery; enable writable properties ( #9168 )
...
* Add methods to update via Command; Add discovery
* add vacation channels; rework README
* Fixed code review issues: Corrected TimeZone-Handling
Signed-off-by: Christian Kittel <ckittel@gmx.de>
2020-12-07 17:23:04 -08:00
James Melville
20e03c257a
[openthermgateway] Fix for #9205 incorrect control setpoint override ( #9206 )
...
* Initial attempt to resolve issue with flickering statuses when override
present on OTGW
* Update Units
Signed-off-by: James Melville <jamesmelville@gmail.com>
2020-12-07 17:03:40 -08:00
J-N-K
e19c16565d
[deconz] add categories and tags to lights (where applicable) ( #9257 )
...
* add categories and tags (where applicable)
* also add tags for groups
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-07 16:02:32 -08:00
J-N-K
4453a04eea
[amazonechocontrol] proper handling of null values in reminders ( #9285 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-07 15:31:32 -08:00
Boris Krivonog
25ea32e2bf
[nikobus] - added new trigger channels for Nikobus push button ( #9166 )
...
* Added new trigger channels for Nikobus push button.
Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
2020-12-07 15:05:29 -08:00
Marcel
82976235bc
[miio] improve dreame vacuum support ( #9272 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-07 14:58:22 -08:00
Bernhard Bauer
345e30928e
[helioseasycontrols] Fixes heat echanger type ( #9274 )
...
Signed-off-by: Bernhard Bauer <bern77@gmail.com>
2020-12-07 14:43:15 -08:00
lolodomo
fea317a675
[remoteopenhab] Reduced response size from REST API items ( #9284 )
...
Related to #9281
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2020-12-07 14:38:29 -08:00
J-N-K
12183f1c46
[kostalinverter] Fix channel item-type definitions ( #9225 )
...
Channels for power should use item-type `Number:Power` instead of `Number:Energy`.
Fixes #8738
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-07 22:27:16 +01:00
J-N-K
beacec311e
[digitalstrom] remove unnecessary call to bridgeStatusChanged ( #9263 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-07 12:35:35 -08:00
J-N-K
a44f7f17cc
[exec] improve logging and documentation ( #9282 )
...
* explain usage of input channel
* fix wording
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-07 12:23:11 -08:00
J-N-K
e3a659e8d3
[amazonechocontrol] improve logging ( #9241 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-07 12:05:11 -08:00
Marcel
84703631fc
[miio] add support dreame 9 (dreame.vacuum.p2008) ( #9278 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-07 09:14:56 -08:00
eugen
91f05f0ea3
[homekit] remove support for legacy tags and fix issue with semantic tags ( #9277 )
...
Signed-off-by: Eugen Freiter <freiter@gmx.de>
2020-12-07 17:04:59 +01:00
Wouter Born
ac6f08908f
Use renamed Units class ( #9267 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-07 10:34:02 +01:00
J-N-K
d0480d0f2e
[fronius] Fix thing definition ( #9255 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-06 22:20:23 -08:00
Marcel
ab3dcba5dc
[miio] channels removal ( #9237 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-06 22:18:53 -08:00
Hans-Jörg Merk
7bc48a220b
[intesis] Add error channels to intesisHome thing ( #9221 )
...
Signed-off-by: Hans-Jörg Merk <github@hmerk.de>
2020-12-06 22:00:15 -08:00
Matthew Skinner
84995bac83
[ipcamera] Improve ONVIF discovery and bug fixes. ( #9199 )
...
* Fix Offline detection and Improve discovery.
* Motion options bug fix.
* Message content bug fix.
* Fix all handlers to process all chunks as one.
* Remove password from FFmpeg command log.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2020-12-06 21:56:25 -08:00
JuanFran Adame Lorite
b8dc504f84
[powermax] Update README.md ( #9207 )
...
* Update README.md
Added some comments on how to enable bypass switching
Signed-off-by: JuanFran Adame <juanfran.adame@gmail.com>
2020-12-06 22:34:40 +01:00
Stefan M. Haller
a8e91dca55
[comfoair] Update README.md ( #9193 )
...
As the ComfoairControl item changed from Number to Switch in the new binding also the sitemap mapping should OFF=CC and ON=APP instead of 0 and 1.
(cherry picked from commit ad2a1e3635
)
2020-12-06 22:30:01 +01:00
Wouter Born
ac18da7fc3
Use core unit classes ( #9261 )
...
Add-ons should not depend on tec.uom.se classes but use core unit classes instead so they are less impacted when this library is replaced or upgraded.
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-06 19:57:26 +01:00
Sven Killig
4fafb06251
[amazonechocontrol] HandlerTemperatureSensor: increase resolution ( #9246 )
...
Signed-off-by: Sven Killig <sven@killig.de>
2020-12-06 18:31:47 +01:00
J-N-K
f199142ef8
update CODEOWNERS ( #9254 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-06 11:22:04 +01:00
Marcel
0cde89c327
[miio] update json files to new definition ( #9239 )
...
* Update some of the miot files to the new definition
* Apply units,category & tags for some channels
* apply standard sorting
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-05 12:59:48 -08:00
Patrick Fink
601415db17
[bluetooth.enoceanble] Initial contribution EnOcean BLE Binding ( #9223 )
...
* [bluetooth.enoceanble] Initial contribution EnOcean BLE Binding
Signed-off-by: Patrick Fink <mail@pfink.de>
* Put @Nullable annotation inline
Signed-off-by: Patrick Fink <mail@pfink.de>
Co-authored-by: Connor Petty <mistercpp2000@gmail.com>
* [bluetooth.enoceanble] Add binding to CODEOWNERS
Signed-off-by: Patrick Fink <mail@pfink.de>
* [bluetooth.enoceanble] Remove obsolete transport serial feature
Signed-off-by: Patrick Fink <mail@pfink.de>
* [bluetooth.enoceanble] Add binding to footer.xml
Signed-off-by: Patrick Fink <mail@pfink.de>
* [bluetooth.enoceanble] Replace ruuvitag leftovers
Signed-off-by: Patrick Fink <mail@pfink.de>
* [bluetooth.enoceanble] Remove tinyB reference
Signed-off-by: Patrick Fink <mail@pfink.de>
Co-authored-by: Connor Petty <mistercpp2000@gmail.com>
2020-12-05 19:11:38 +01:00
Sven Killig
68dd5569f0
[amazonechocontrol] HandlerThermostatController ( #9212 )
...
* HandlerThermostatController
Signed-off-by: Sven Killig <sven@killig.de>
2020-12-05 17:20:17 +01:00
J-N-K
b8bc020348
[tr064] Add support for PPP connections ( #9222 )
...
* add PPP external IP
* fix connection status
* fix PPP uptime
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-04 21:44:00 -08:00
Michael Wodniok
de390b96be
[icalendar] Fix race condition while initialization of EventFilterHandler ( #9230 )
...
* [icalendar] Fix race condition while initialization of EventFilterHandler
Should fix #9029 . The channels do not get updated as the known channels by the binding where only updated if Bridge was already online while initializing EventFilterHandler.
Also added a bit more output.
* [icalendar] use implicit conversion to string for logging
Signed-off-by: Michael Wodniok <michi@noorganization.org>
Co-authored-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
2020-12-04 21:35:14 -08:00
Marcel
05b7bbdccf
[miio] Add discovery from cloud feature. ( #9176 )
...
* [miio] Add discovery from cloud feature.
This allows to discover things that are not directly on the same subnet
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Co-authored-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
2020-12-04 21:26:44 -08:00
Fabian Wolter
568da33684
[modbus] BaseModbusThingHandler: Add ability to retrieve slave address ( #9181 )
...
* [modbus] BaseModbusThingHandler: Add ability to retrieve slave address
* Rework error handling
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-12-04 21:24:55 -08:00
Fabian Wolter
86bd264cb9
[lcn] add workaround for dynamic text firmware bug ( #9232 )
...
Some LCN-GTxD don't display the text if it fits exactly in one chunk (12 bytes). Observed with GT10D 8.0.
Closes #9208
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-12-04 21:22:47 -08:00
Gaétan Collaud
f9866b2c77
[digitalstrom] fixes StringIndexOutOfBoundsException ( #9194 )
...
* [digitalstrom] catch issues when adding devices
Signed-off-by: Gaétan Collaud <gaetancollaud@gmail.com>
* Update bundles/org.openhab.binding.digitalstrom/src/main/java/org/openhab/binding/digitalstrom/internal/discovery/DiscoveryServiceManager.java
Signed-off-by: Gaétan Collaud <gaetancollaud@gmail.com>
2020-12-04 16:06:59 -08:00
Rafael
7582117759
[mihome] Update README.md, addresses #9160 ( #9161 )
...
* Update README.md
The general description of how Xiaomi works with OpenHAB is out of date.
Development mode is not supported in new Gateways.
2020-12-04 16:00:57 -08:00
Patrick Fink
4b1a976285
[bluetooth.bluez] Remove tinyB reference from BlueZ Binding docs ( #9235 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2020-12-04 15:48:10 -08:00
J-N-K
0b26e0b335
[amazonechocontrol] improve documentation ( #9226 )
...
* clarify login issue documentation
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-04 13:03:22 -08:00
Marcel
2597ff20d4
[miio] dynamically generate channelTypes ( #9158 )
...
* [miio] dynamically generate channelTypes
Simplify the json database creation for new models and less chance for
errors
Related to #7276
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Co-authored-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
2020-12-04 13:01:18 -08:00
J-N-K
97d9bda0a1
[hdpowerview] fix classnotfoundexception ( #9224 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-04 10:25:41 -08:00
Marcel
35528eda3b
[miio] Implement alternative MiIoQuantityTypes ( #9203 )
...
* [miio] Implement alternative MiIoQuantityTypes
* Improved way avoiding multiple entries for Unit
* Test cases for the MiIoQuantityTypes class
* Apply suggestions from code review
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Co-authored-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
2020-12-04 09:37:49 -08:00
mlobstein
ffe252ccd5
[epsonprojector] Update epsonprojector binding for OH3 ( #9021 )
...
* baseline EpsonProjector code from ysc
* Improvements for OH3
* Finish epsonprojector binding for OH3
* improve exception logging
* cleanup exception logging
* Make connection specific thing types
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2020-12-03 17:34:23 -08:00
Gaël L'hopital
48dcb27a61
[OpenUV] Issue when UV index < 1 ( #9198 )
...
* [OpenUV] Correcting incorrect behaviour when UV < 1
and some code enhancements
* Correcting SAT findings
* Initiating bundle localization in French
Signed-off-by: clinique <gael@lhopital.org>
2020-12-03 17:31:18 -08:00
J-N-K
b27ddbe9fc
[amazonechoontrol] fix announcement without speak ( #9213 )
...
* fix announcement without speak
* improve code
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-03 17:24:56 -08:00
J-N-K
33faa51d7c
[digitalstrom] fix ClassCastException ( #9214 )
...
* fix ClassCastException
* fix spotless
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-03 17:20:43 -08:00
Sonic-Amiga
7a821a6c40
[irobot] iRobot binding ( #8723 )
...
* [irobot] iRobot binding
Supports iRobot Roomba and probably some other iRobots (in parts where they
are compatible)
* [irobot] Drop custom hivemq wrapper
setUnsubscribeOnStop() has been introduced in
org.openhab.core.io.transport.mqtt.MqttBrokerConnection, so it can now handle
iRobot's quirks. The custom wrapper is no more needed, remove it
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
2020-12-03 12:28:17 -08:00
Kai Kreuzer
a736e64402
[avmfritz] Properly interrupt monitor thread upon dispose ( #9201 )
...
* Properly interrupt monitor thread upon dispose
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-12-03 17:19:10 +01:00
tophee
72b0c1473c
[squeezebox] Match the name of the binding with the name it has in the UI ( #9195 )
...
I kept searching for "Logitech" in PaperUI but couldn't find it. Until I saw that it's actually called "Squeezebox Binding"
2020-12-02 09:32:12 -08:00
Marcel
707d840c73
[miio] Channel Updates to Quantitypes ( #9196 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-02 09:25:25 -08:00
lolodomo
ef31659452
[powermax] New channel of type Contact to show the zone arm status ( #9192 )
...
Allow using lock icon from the classic iconset
Allow displaying the "Locks" badge in MainUI
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2020-12-02 09:21:05 -08:00