]>
git.basschouten.com Git - openhab-addons.git/log
Wouter Born [Thu, 15 Oct 2020 08:53:53 +0000 (10:53 +0200)]
Rework ThingActions (#8755)
* Remove duplication by making use of default Java generated exceptions
* Make ThingActions labels/descriptions more consistent
Signed-off-by: Wouter Born <github@maindrain.net>
Marcel [Wed, 14 Oct 2020 20:59:38 +0000 (22:59 +0200)]
[miio] Add Zhimi Heater za1 (#8743)
add model zhimi.heater.za1
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
HoLLe [Wed, 14 Oct 2020 17:08:57 +0000 (19:08 +0200)]
[opensprinkler] fix nextDuration UoM transformation (#8727)
Fixes #8541
Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
Christoph Weitkamp [Wed, 14 Oct 2020 17:05:20 +0000 (19:05 +0200)]
[hue] Add support for Geofence sensor (#8731)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Wouter Born [Wed, 14 Oct 2020 17:01:12 +0000 (19:01 +0200)]
Rework ThingActions (#8732)
* Remove proxy workarounds
* Move ThingActions and a few other classes into the internal package
* Use more consistent action labels/descriptions
Related to:
* openhab/openhab-core#1714
* openhab/openhab-core#1639
Signed-off-by: Wouter Born <github@maindrain.net>
Christoph Weitkamp [Tue, 13 Oct 2020 20:59:15 +0000 (22:59 +0200)]
Added context time for parameter earliest and latest (#8748)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Christoph Weitkamp [Tue, 13 Oct 2020 20:29:39 +0000 (22:29 +0200)]
[avmfritz] Improved documentation and logging (#8745)
* Improved documentation and logging
* Add details about activating the Call Monitor
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Sven Strohschein [Tue, 13 Oct 2020 17:40:03 +0000 (19:40 +0200)]
[innogysmarthome] Fix - No commands can get executed after a few minutes (#8742)
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Christoph Weitkamp [Tue, 13 Oct 2020 10:52:17 +0000 (12:52 +0200)]
Changed capitalization of config context (#8744)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Oleg Davudyuk [Mon, 12 Oct 2020 23:46:27 +0000 (02:46 +0300)]
[airvisualnode] Support AirVisual Pro version (#8686)
* [airvisualnode] Support AirVisual Pro version
* [airvisualnode] Autodetect Pro version
* [airvisualnode] Remove unused channels
Signed-off-by: Oleg Davydyuk <ilveann@gmail.com>
Christoph Weitkamp [Mon, 12 Oct 2020 15:14:35 +0000 (17:14 +0200)]
Reduced logging (#8740)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Christoph Weitkamp [Mon, 12 Oct 2020 15:14:21 +0000 (17:14 +0200)]
Aligned spelling of DWD bindings (#8739)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Michael Wodniok [Mon, 12 Oct 2020 14:51:24 +0000 (16:51 +0200)]
[icalendar] Updated biweekly to 0.6.4 (#8725)
* [icalendar] Updated biweekly to 0.6.4
Fixes #8647
Signed-off-by: Michael Wodniok <michi@noorganization.org>
Armin Stebich [Mon, 12 Oct 2020 14:41:32 +0000 (16:41 +0200)]
[mqtt] fixed Hex/Oct formatting, resulting values were interchanged (#8730)
Signed-off-by: Armin Stebich <home@mail.lordofbikes.de>
Marcel [Mon, 12 Oct 2020 01:18:43 +0000 (03:18 +0200)]
[miio] add several Philips lights (#8736)
Add following models:
philips.light.sread2
philips.light.cbulb
philips.light.cbulbs
philips.light.dcolor
philips.light.rwread
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Sun, 11 Oct 2020 18:58:09 +0000 (20:58 +0200)]
[miio] add chungmi plug (#8728)
add
chuangmi.plug.hmi206
chuangmi.plug.hmi208
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Sun, 11 Oct 2020 02:24:06 +0000 (04:24 +0200)]
[miio] eliminate warning org.apache.commons.io.FileUtils in readmemaker (#8718)
* [miio] eliminate warning org.apache.commons.io.FileUtils in readmemaker
Eliminate
[WARNING] org.openhab.binding.miio.internal.ReadmeHelper.java:[25]
The package org.apache.commons.io.FileUtils should not be used.
* [miio] add StandardCharsets.UTF_8 to file readwrite
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
J-N-K [Sat, 10 Oct 2020 20:56:22 +0000 (22:56 +0200)]
[deconz] retry full state request if initial request failed (#8704)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Marcel [Sat, 10 Oct 2020 18:03:33 +0000 (20:03 +0200)]
[miio] Improved unsupported handler that build experimental support (#8716)
* [miio] Improved unsupported handler that build experimental support
New unsupported handler that tries to find channels for unsupported
devices and creates experimental database file for it.
* [miio] logger fixes
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
fab-kis [Sat, 10 Oct 2020 17:11:24 +0000 (19:11 +0200)]
[snmp] Fix memory leak in SNMP (#8672)
* Fix memory leak in SNMP. When receiving an async request it is placed in a pending request queue. Not canceling it leads to infinty life cycle for those requests, filling up memory.
* Test the canceling of the snmp aync request by its handler.
Signed-off-by: Falk Bauer <falk.bauer@k-is.com>
Wouter Born [Sat, 10 Oct 2020 17:09:56 +0000 (19:09 +0200)]
[hueemulation] Update feature (#8719)
Related to openhab/openhab-core#1709
Signed-off-by: Wouter Born <github@maindrain.net>
J-N-K [Sat, 10 Oct 2020 15:44:27 +0000 (17:44 +0200)]
add missing thing type (#8717)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
J-N-K [Sat, 10 Oct 2020 12:40:30 +0000 (14:40 +0200)]
remove profiles for embedding libs (#8711)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Kai Kreuzer [Sat, 10 Oct 2020 07:50:15 +0000 (09:50 +0200)]
fixed spotless error (#8710)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
J-N-K [Sat, 10 Oct 2020 06:23:57 +0000 (08:23 +0200)]
[rfxcom] move lib to remote (#8700)
* move lib to remote
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
J-N-K [Sat, 10 Oct 2020 06:18:38 +0000 (08:18 +0200)]
move lib to remote (#8701)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
mlobstein [Fri, 9 Oct 2020 21:00:13 +0000 (16:00 -0500)]
[nuvo] update README.md for additional connection option (#8691)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Jürgen Baginski [Fri, 9 Oct 2020 18:45:16 +0000 (20:45 +0200)]
[rrd4j] Corrected the default configurations (third try) (#8708)
Applied the changes found by spotless.
According the comments DEFAULT_NUMERIC, DEFAULT_QUANTIFIABLE config should have 5 archives, the 4th was missing. Additionally the ConsolFunction changed in the DEFAULT_QUANTIFIABLE.
The DEFAULT_OTHER config had false computed archives.
Signed-off-by: Jürgen Baginski <opus42@gmx.de>
Marcel [Fri, 9 Oct 2020 03:14:51 +0000 (05:14 +0200)]
[miio] Miio philips miot lights (#8699)
* [miio] add Philips miot ceiling lights
adding models
philips.light.dlight
philips.light.mceil
philips.light.mceilm
philips.light.mceils
philips.light.obceil
philips.light.obceim
philips.light.obceis
philips.light.xzceil
philips.light.xzceim
philips.light.xzceis
philips.light.sceil
philips.light.sceilm
philips.light.sceils
* [miio] change name downlight
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Jürgen Baginski [Thu, 8 Oct 2020 20:16:38 +0000 (22:16 +0200)]
Corrected the default configurations (#8698)
According the comments DEFAULT_NUMERIC, DEFAULT_QUANTIFIABLE config should have 5 archives, the 4th was missing. Additionally the ConsolFunction changed in the DEFAULT_QUANTIFIABLE.
The DEFAULT_OTHER config had false computed archives.
Signed-off-by: Jürgen Baginski <opus42@gmx.de>
Connor Petty [Thu, 8 Oct 2020 19:08:11 +0000 (12:08 -0700)]
Adapt to changes in ExecUtil (#8690)
Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
Andrew Fiddian-Green [Thu, 8 Oct 2020 17:13:35 +0000 (18:13 +0100)]
[velux] fix discovery service de- and re- registration (#8673)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
J-N-K [Wed, 7 Oct 2020 23:07:28 +0000 (01:07 +0200)]
move lib to remote repo (#8684)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Marcel [Wed, 7 Oct 2020 21:39:27 +0000 (23:39 +0200)]
[miio] Add several Philips ceiling lights (#8681)
Adding
philips.light.bceiling1
philips.light.bceiling2
philips.light.lnblight1
philips.light.lnblight2
philips.light.lnlrlight
philips.light.lrceiling
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
J-N-K [Wed, 7 Oct 2020 19:44:42 +0000 (21:44 +0200)]
move lib to remote (#8687)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Marcel [Tue, 6 Oct 2020 22:04:36 +0000 (00:04 +0200)]
[miio] allow for device remarks in the readme from json db (#8676)
* [miio] allow for device remarks in the readme from json db
* Update bundles/org.openhab.binding.miio/src/test/java/org/openhab/binding/miio/internal/ReadmeHelper.java
Signed-off-by: Marcel Verpaalen marcel@verpaalen.com
Marcel [Tue, 6 Oct 2020 19:55:44 +0000 (21:55 +0200)]
[miio] add several xjx.toiletseats (#8677)
* [miio] add several xjx.toiletseats
To enjoy your quiet moment with Openhab...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Tue, 6 Oct 2020 19:45:10 +0000 (21:45 +0200)]
[miio] onoffpara commandtype fix (#8675)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Mark Hilbush [Tue, 6 Oct 2020 18:11:13 +0000 (14:11 -0400)]
[zoneminder] Replacement for ZoneMinder binding (#8530)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
boehan [Tue, 6 Oct 2020 17:50:37 +0000 (19:50 +0200)]
fix updateState (#8580)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
Marcel [Mon, 5 Oct 2020 17:35:00 +0000 (19:35 +0200)]
[miio] Add many new Yeelights models (#8668)
* [miio] Add many new Yeelights models
closing #8082
* [miio] update doc
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
M Valla [Mon, 5 Oct 2020 15:50:38 +0000 (17:50 +0200)]
[openwebnet] Fixes #8524 and #8547, updated openwebnet4j lib to 0.3.1. Updated README (#8645)
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Marcel [Sun, 4 Oct 2020 23:56:36 +0000 (01:56 +0200)]
[miio] allow for comments to channels in json db (#8666)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Sun, 4 Oct 2020 22:29:53 +0000 (00:29 +0200)]
[miio] add yunmi waterpurifiers (#8665)
* Add several new models waterpurifiers
* Add many new properties
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Wouter Born [Sun, 4 Oct 2020 20:10:04 +0000 (22:10 +0200)]
Configure XStream security and resolve itest bundles (#8663)
* Configures XStream security to prevent "Security framework of XStream not initialized, XStream is probably vulnerable" warnings.
* Resolves the itest bundles for the upgrade to XStream 1.4.13
Related to openhab/openhab-core#1688
Signed-off-by: Wouter Born <github@maindrain.net>
Markus Michels [Sun, 4 Oct 2020 18:37:48 +0000 (20:37 +0200)]
[gree] Adaption to OH3 (representationProperty added to thing definition) (#8658)
Signed-off-by: Markus Michels <markus7017@gmail.com>
Markus Michels [Sun, 4 Oct 2020 18:36:44 +0000 (20:36 +0200)]
[magentatv] Adapted to OH 3.0 (#8657)
* add representationProperty to thing definition to make it OH3 compatible
* adapted to OH3 (representationProperty added to thing definition)
* as always...spotless:apply :-(
Signed-off-by: Markus Michels <markus7017@gmail.com>
Markus Michels [Sun, 4 Oct 2020 16:39:59 +0000 (18:39 +0200)]
[shelly] Adaption to OH3, Shelly Plug US, minor fixes (#8642)
* OH3 adaption - fixes small issues when running on OH3
* #8612: Fix total consumption for RGW2+Roller
* #8492: Shelly Plug US
* 2 more immediate = true catched and removed
* spotless applied
Signed-off-by: Markus Michels <markus7017@gmail.com>
Marcel [Sun, 4 Oct 2020 16:35:59 +0000 (18:35 +0200)]
[miio] add new map elements (#8637)
* [miio] add new map elements
Add newly found mapelements for obstacles
Signed-off-by: Marcel Verpaalen marcel@verpaalen.com
Wouter Born [Sun, 4 Oct 2020 16:34:57 +0000 (18:34 +0200)]
Resolve itest bundles for Xtext upgrade (#8653)
Related to openhab/openhab-core#1685
Signed-off-by: Wouter Born <github@maindrain.net>
Marcel [Sun, 4 Oct 2020 16:31:56 +0000 (18:31 +0200)]
[miio] enable telnet for lumi gateway (#8639)
* [miio] enable telnet for lumi gateway
* allow enable telnet and some other functions on gateway
* use new fw as default for chugmi plug
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Matthew Skinner [Sun, 4 Oct 2020 16:01:25 +0000 (03:01 +1100)]
[ipcamera] GIF recording bug fix, compatibility fix for http headers (#8654)
+ Bug fix: Recording to GIF would only record for 5 seconds.
+ Clean up readme to remove channels and configs that don't exist after
moving to actions.
+ Compatibility fix for http headers.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Kai Kreuzer [Sun, 4 Oct 2020 11:43:44 +0000 (13:43 +0200)]
removed embedded broker (#8649)
Also-by: Wouter Born <github@maindrain.net>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Sven Strohschein [Sun, 4 Oct 2020 10:07:23 +0000 (12:07 +0200)]
[netatmo] Compatibility with OpenHAB 3 (Update to newer Swagger version and code generation libraries replaced) (#8274) (#8652)
Swagger upgrade for the Netatmo binding (required to use the OAS 3 Swagger annotations, the old annotations dependencies were removed with OpenHAB 3)
- Swagger-Codegen updated to the latest version (to generate the OAS 3 Swagger annotations)
- Retrofit replaced by the default code generation (Retrofit 1 code generation is broken with newer swagger-codegen versions and an update to Retrofit 2 is also incompatible and would require more dependencies)
- NULL handling for collections introduced (newer versions of the Swagger codegen return NULL for empty collections instead of an empty collection ...)
- The binding is now working completely again (compiles and starts), but there are still some TODOs
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
sven.strohschein@gmail.com>
algestam [Sat, 3 Oct 2020 20:33:55 +0000 (22:33 +0200)]
[tradfri] Doc update: add blinds to list of supported devices and minor grammar fixes (#8644)
Signed-off-by: algestam <henrik@algestam.se>
Gaël L'hopital [Sat, 3 Oct 2020 18:59:14 +0000 (20:59 +0200)]
[VolvoOnCall] OH3 update (#8595)
* [VolvoOnCall] OH3 update
Solving issue #8554 and issue #8518
Some code corrections and enhancements.
Introduced new trigger channels.
* Doing spotless apply
* Some other code improvements
* Moving back to Jetty HttpClient
Introduced Expiring cache for request to avoid flooding voc servers
Reduced the number of requests emitted
Changed user agent identification
* Correcting spotless
* Pleasing Travis
* Code review corrections
* Adressing cpmeister code review
Signed-off-by: clinique <gael@lhopital.org>
Wouter Born [Sat, 3 Oct 2020 16:23:16 +0000 (18:23 +0200)]
Upgrade Maven compiler and fix/upgrade some TP dependencies (#8636)
Upgrades the compiler and its dependencies so the compiler results of Maven builds are more similar to those generated in recent Eclipse versions.
To fix compilation issues in Eclipse for add-ons using classes from javax.xml.stream several dependencies were upgraded/excluded.
Signed-off-by: Wouter Born <github@maindrain.net>
Kai Kreuzer [Fri, 2 Oct 2020 22:16:10 +0000 (00:16 +0200)]
exclude netatmo binding from aggregated feature (#8638)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
boehan [Fri, 2 Oct 2020 22:07:40 +0000 (00:07 +0200)]
fix ewt temperatures (#8608)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
Bob Raker [Fri, 2 Oct 2020 21:24:39 +0000 (14:24 -0700)]
Updated smartthings code URL in SmartthingsInstallation.md (#8635)
mlobstein [Fri, 2 Oct 2020 03:41:58 +0000 (22:41 -0500)]
[nuvo] Add favorites selection channel and fix a few bugs (#8631)
* Fix issue with All Mute and extra source options
* Add channel to select preset favorite
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Hilbrand Bouwkamp [Fri, 2 Oct 2020 03:27:01 +0000 (05:27 +0200)]
Remove immediate = true from all Components (#8615)
We recommend not to use this on add-ons.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Jochen Klein [Fri, 2 Oct 2020 01:07:08 +0000 (03:07 +0200)]
[mqtt.homeassistant] Make sensors compliant (#8591)
Signed-off-by: Jochen Klein <git@jochen.susca.de>
robnielsen [Thu, 1 Oct 2020 21:55:19 +0000 (16:55 -0500)]
[insteon] remove dependency on org.apache.commons.lang.StringUtils (#8630)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
Andrew Fiddian-Green [Thu, 1 Oct 2020 16:12:16 +0000 (17:12 +0100)]
[velux] eliminate dependency on org.apache.commons.lang.StringUtils (#8626)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Wouter Born [Thu, 1 Oct 2020 10:19:51 +0000 (12:19 +0200)]
[hue] Improve HueBridgeHandlerOSGiTest stability (#8621)
The ThingStatus is updated asynchronously so the test is unstable when the status is not updated immediately.
Signed-off-by: Wouter Born <github@maindrain.net>
Connor Petty [Thu, 1 Oct 2020 05:53:48 +0000 (22:53 -0700)]
Fix bluetooth unit tests (#8620)
Fixes: #8538
Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
Wouter Born [Wed, 30 Sep 2020 17:36:47 +0000 (19:36 +0200)]
Fix parallel MQTT itests execution (#8617)
* Improve exception handling of the embedded MQTT broker so the port can be reconfigured when it is already bound and it properly unlocks files
* Rework MQTT integration tests so they each run the embedded broker on their own reserved port
Signed-off-by: Wouter Born <github@maindrain.net>
Hilbrand Bouwkamp [Wed, 30 Sep 2020 08:08:31 +0000 (10:08 +0200)]
Fix openhab-addons url in NOTICE files (#8614)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Wouter Born [Wed, 30 Sep 2020 01:53:43 +0000 (03:53 +0200)]
[hueemulation] Replace Jersey dependency with JAX-RS Whiteboard (#8611)
Fixes #7647
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Tue, 29 Sep 2020 21:05:39 +0000 (23:05 +0200)]
Fix disabled integration tests (#8609)
* Fix disabled integration tests
Fixes and enables:
* org.openhab.binding.mqtt.homeassistant.tests
* org.openhab.binding.mqtt.homie.tests
* org.openhab.io.mqttembeddedbroker.tests
Fixes #8537
* Address review comment
Signed-off-by: Wouter Born <github@maindrain.net>
Matt [Mon, 28 Sep 2020 20:29:05 +0000 (16:29 -0400)]
Minor cleanup to README.
Signed-off-by: Matt Toothman <matt.toothman+openhab@gmail.com>
miloit [Tue, 29 Sep 2020 17:48:11 +0000 (19:48 +0200)]
[yioremote] Fixed reconnection and thing creation issues (#8596)
Signed-off-by: Michael Loercher <MichaelLoercher@web.de>
Andrew Fiddian-Green [Tue, 29 Sep 2020 17:21:44 +0000 (18:21 +0100)]
[velux] eliminate mvn compiler warnings (#8606)
* [velux] remove redundant NonNullByDefault annotations
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Bob A [Tue, 29 Sep 2020 17:16:54 +0000 (13:16 -0400)]
[lutron] Replace calls to methods deprecated in Java 11 (#8602)
* [lutron] Replace calls to methods deprecated in Java 11
* [lutron] Resolve comments
Signed-off-by: Bob Adair <bob.github@att.net>
Kai Kreuzer [Mon, 28 Sep 2020 21:10:39 +0000 (23:10 +0200)]
Fixed urls in template that resulted in a 404 (#8601)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Christoph Weitkamp [Mon, 28 Sep 2020 19:35:37 +0000 (21:35 +0200)]
[avmfritz] Added support for DECT440 device (#8588)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Andrew Fiddian-Green [Mon, 28 Sep 2020 16:27:46 +0000 (17:27 +0100)]
[velux] fix concurrency bugs, other minor issues, update readme.md (replaces #8493) (#8520)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
cedricboon [Sun, 27 Sep 2020 21:20:25 +0000 (23:20 +0200)]
Fixed 3 bugs (#8584)
Fixed 3 bugs:
- Network bridge not listening on bus
- Reconnection handler keeps reconnecting even after a successful reconnection
- Minor typo in alarm wakeup time channels
Signed-off-by: Cedric Boon <cedric.boon@hotmail.com>
Marcel [Sun, 27 Sep 2020 21:14:04 +0000 (23:14 +0200)]
[miio] avoid IndexOutOfBoundsException exception (#8587)
In case of the parameters & response are not equal avoid the
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Paul Frank [Fri, 25 Sep 2020 20:23:51 +0000 (22:23 +0200)]
Fixes #8538 (modbus extensions missing) (#8575)
Signed-off-by: Paul Frank <pail@gmx.net>
robnielsen [Fri, 25 Sep 2020 20:23:07 +0000 (15:23 -0500)]
[insteon] remove optional from the description of network parameters (#8555)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
Hilbrand Bouwkamp [Fri, 25 Sep 2020 18:46:14 +0000 (20:46 +0200)]
Removed usage to IOUtils.toString (#8579)
Specifically the toString reading from inputstream.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Wouter Born [Fri, 25 Sep 2020 10:16:27 +0000 (12:16 +0200)]
[nikohomecontrol] Fix deprecated MQTT transport call (#8577)
Signed-off-by: Wouter Born <github@maindrain.net>
Kai Kreuzer [Thu, 24 Sep 2020 21:23:10 +0000 (23:23 +0200)]
exclude bundles that are not yet included in the build from the aggregated feature (#8573)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Wouter Born [Thu, 24 Sep 2020 20:50:46 +0000 (22:50 +0200)]
Fix MQTT transport deprecations (#8570)
Signed-off-by: Wouter Born <github@maindrain.net>
Kai Kreuzer [Thu, 24 Sep 2020 20:45:01 +0000 (22:45 +0200)]
Fixed mvn reference for config files (#8572)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
boehan [Thu, 24 Sep 2020 17:52:17 +0000 (19:52 +0200)]
fix channel updates (#8563)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
Hilbrand Bouwkamp [Thu, 24 Sep 2020 17:43:08 +0000 (19:43 +0200)]
Fix feature names in feature.xml files (#8569)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Wouter Born [Thu, 24 Sep 2020 17:42:24 +0000 (19:42 +0200)]
Update CODEOWNERS file (#8566)
* Update CODEOWNERS file
* Add missing bundles/itests dirs
* Remove bundles/itests dirs that no longer exist
* Sort list
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Thu, 24 Sep 2020 17:40:12 +0000 (19:40 +0200)]
Remove Jersey ClientBuilder compatibility (#8561)
Fixes #7531
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Thu, 24 Sep 2020 15:50:47 +0000 (17:50 +0200)]
Remove deprecated handleUpdate from ThingHandler (#8558)
The handleUpdate method was deprecated when profiles were introduced (see eclipse-archived/smarthome#4108).
Instead the "follow profile" can be used which forwards item updates as commands to handlers.
This profile works with any binding instead of only those that implement the handleUpdate method.
Related to openhab/openhab-core#1669
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Thu, 24 Sep 2020 13:02:38 +0000 (15:02 +0200)]
Apply Spotless on disabled add-ons (#8568)
This should make it easier to fix these broken add-ons and the PRs that fix them will then not contain all these changes which make them easier to review.
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Thu, 24 Sep 2020 12:51:11 +0000 (14:51 +0200)]
[avmfritz] Reenable itest (#8567)
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Thu, 24 Sep 2020 06:42:12 +0000 (08:42 +0200)]
[ntp] Reenable itest (#8565)
With these changes and working channelLink events (openhab/openhab-core#1634) the ntp itest works again.
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Thu, 24 Sep 2020 06:41:46 +0000 (08:41 +0200)]
[feed] Reenable itest (#8564)
With these changes and working channelLink events (openhab/openhab-core#1634) the feed itest works again.
Signed-off-by: Wouter Born <github@maindrain.net>
Kai Kreuzer [Wed, 23 Sep 2020 19:49:30 +0000 (21:49 +0200)]
[yioremote] added missing entries in bom and CODEOWNERS (#8544)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Wouter Born [Wed, 23 Sep 2020 18:28:23 +0000 (20:28 +0200)]
Remove deprecated ConfigOptionProvider.getParameterOptions method (#8556)
Related to openhab/openhab-core#1667
Signed-off-by: Wouter Born <github@maindrain.net>
Nicolai Grødum [Wed, 23 Sep 2020 18:20:20 +0000 (20:20 +0200)]
[hueemulation] Fixed nullpointer in adjustedColorStateFromItemState (#8560)
Signed-off-by: Nicolai Grødum <grodum@gmail.com>
Ondrej Pecta [Wed, 23 Sep 2020 17:43:22 +0000 (19:43 +0200)]
[somfytahoma] fixed detection of roller shutters (#8557)
* [somfytahoma] fixed detection of roller shutters
* [somfytahoma] got rid of compile warning
Signed-off-by: Ondrej Pecta <opecta@gmail.com>