]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
5 years agoUpgrade Maven compiler and fix/upgrade some TP dependencies (#8636)
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>
5 years agoexclude netatmo binding from aggregated feature (#8638)
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>
5 years agofix ewt temperatures (#8608)
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>
5 years agoUpdated smartthings code URL in SmartthingsInstallation.md (#8635)
Bob Raker [Fri, 2 Oct 2020 21:24:39 +0000 (14:24 -0700)]
Updated smartthings code URL in SmartthingsInstallation.md (#8635)

5 years ago[nuvo] Add favorites selection channel and fix a few bugs (#8631)
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>
5 years agoRemove immediate = true from all Components (#8615)
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>
5 years ago[mqtt.homeassistant] Make sensors compliant (#8591)
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>
5 years ago[insteon] remove dependency on org.apache.commons.lang.StringUtils (#8630)
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>
5 years ago[velux] eliminate dependency on org.apache.commons.lang.StringUtils (#8626)
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>
5 years ago[hue] Improve HueBridgeHandlerOSGiTest stability (#8621)
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>
5 years agoFix bluetooth unit tests (#8620)
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>
5 years agoFix parallel MQTT itests execution (#8617)
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>
5 years agoFix openhab-addons url in NOTICE files (#8614)
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>
5 years ago[hueemulation] Replace Jersey dependency with JAX-RS Whiteboard (#8611)
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>
5 years agoFix disabled integration tests (#8609)
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>
5 years agoMinor cleanup to README.
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>
5 years ago[yioremote] Fixed reconnection and thing creation issues (#8596)
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>
5 years ago[velux] eliminate mvn compiler warnings (#8606)
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>
5 years ago[lutron] Replace calls to methods deprecated in Java 11 (#8602)
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>
5 years agoFixed urls in template that resulted in a 404 (#8601)
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>
5 years ago[avmfritz] Added support for DECT440 device (#8588)
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>
5 years ago[velux] fix concurrency bugs, other minor issues, update readme.md (replaces #8493...
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>
5 years agoFixed 3 bugs (#8584)
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>
5 years ago[miio] avoid IndexOutOfBoundsException exception (#8587)
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>
5 years agoFixes #8538 (modbus extensions missing) (#8575)
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>
5 years ago[insteon] remove optional from the description of network parameters (#8555)
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>
5 years agoRemoved usage to IOUtils.toString (#8579)
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>
5 years ago[nikohomecontrol] Fix deprecated MQTT transport call (#8577)
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>
5 years agoexclude bundles that are not yet included in the build from the aggregated feature...
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>
5 years agoFix MQTT transport deprecations (#8570)
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>
5 years agoFixed mvn reference for config files (#8572)
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>
5 years agofix channel updates (#8563)
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>
5 years agoFix feature names in feature.xml files (#8569)
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>
5 years agoUpdate CODEOWNERS file (#8566)
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>
5 years agoRemove Jersey ClientBuilder compatibility (#8561)
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>
5 years agoRemove deprecated handleUpdate from ThingHandler (#8558)
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>
5 years agoApply Spotless on disabled add-ons (#8568)
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>
5 years ago[avmfritz] Reenable itest (#8567)
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>
5 years ago[ntp] Reenable itest (#8565)
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>
5 years ago[feed] Reenable itest (#8564)
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>
5 years ago[yioremote] added missing entries in bom and CODEOWNERS (#8544)
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>
5 years agoRemove deprecated ConfigOptionProvider.getParameterOptions method (#8556)
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>
5 years ago[hueemulation] Fixed nullpointer in adjustedColorStateFromItemState (#8560)
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>
5 years ago[somfytahoma] fixed detection of roller shutters (#8557)
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>
5 years agoFix BaseThingHandler.initialize() deprecations (#8553)
Wouter Born [Wed, 23 Sep 2020 11:32:46 +0000 (13:32 +0200)]
Fix BaseThingHandler.initialize() deprecations (#8553)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoremoved pom.xml.versionsBackup files (#8552)
Kai Kreuzer [Wed, 23 Sep 2020 07:00:21 +0000 (09:00 +0200)]
removed pom.xml.versionsBackup files (#8552)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[venstarthermostat] Fix venstarthermostat feature.xml (#8542)
Hilbrand Bouwkamp [Tue, 22 Sep 2020 13:36:18 +0000 (15:36 +0200)]
[venstarthermostat] Fix venstarthermostat feature.xml (#8542)

Also added to bom pom.xml

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years agoReenable MapTransformationServiceTest (#8533)
Wouter Born [Tue, 22 Sep 2020 12:30:42 +0000 (14:30 +0200)]
Reenable MapTransformationServiceTest (#8533)

Depends on openhab/openhab-core#1661

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agodo not apply spotless to footer.xml (#8539)
Kai Kreuzer [Tue, 22 Sep 2020 10:17:25 +0000 (12:17 +0200)]
do not apply spotless to footer.xml (#8539)

* Ignore footer.xml by spotless

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoFix ConfigurableService deprecations (#8526)
Wouter Born [Tue, 22 Sep 2020 06:48:05 +0000 (08:48 +0200)]
Fix ConfigurableService deprecations (#8526)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoFix and reenable more integration tests (#8535)
Wouter Born [Tue, 22 Sep 2020 06:19:04 +0000 (08:19 +0200)]
Fix and reenable more integration tests (#8535)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[imperihome] Adapt call to ZDT in Persistence API (#8527)
Wouter Born [Mon, 21 Sep 2020 21:35:31 +0000 (23:35 +0200)]
[imperihome] Adapt call to ZDT in Persistence API (#8527)

Fixes #8290

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoreintroduced aggregated features and restored the standard feature name (#8532)
Kai Kreuzer [Mon, 21 Sep 2020 21:32:41 +0000 (23:32 +0200)]
reintroduced aggregated features and restored the standard feature name (#8532)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoFix ConfigConstants deprecations (#8525)
Wouter Born [Mon, 21 Sep 2020 20:57:04 +0000 (22:57 +0200)]
Fix ConfigConstants deprecations (#8525)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoRemove/ignore Eclipse project files (#8529)
Wouter Born [Mon, 21 Sep 2020 20:50:37 +0000 (22:50 +0200)]
Remove/ignore Eclipse project files (#8529)

Fixes #8451

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoRemove unused version which no longer parses due to type change (#8515)
Mike Major [Mon, 21 Sep 2020 16:54:31 +0000 (17:54 +0100)]
Remove unused version which no longer parses due to type change (#8515)

Signed-off-by: Mike Major <mike_j_major@hotmail.com>
5 years agoRemove paperui sorting workaround (#8517)
pacive [Mon, 21 Sep 2020 16:53:45 +0000 (18:53 +0200)]
Remove paperui sorting workaround (#8517)

Signed-off-by: Anders Alfredsson <andersb86@gmail.com>
5 years agoMigrate tests to JUnit 5 (#8519)
Wouter Born [Mon, 21 Sep 2020 16:21:26 +0000 (18:21 +0200)]
Migrate tests to JUnit 5 (#8519)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoadded migrated 2.x add-ons
Kai Kreuzer [Sun, 20 Sep 2020 23:58:32 +0000 (01:58 +0200)]
added migrated 2.x add-ons

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoCodebase as of https://github.com/openhab/openhab2-addons/tree/c53e4aed2627ec899c0831...
Kai Kreuzer [Sat, 20 Feb 2010 18:23:32 +0000 (19:23 +0100)]
Codebase as of https://github.com/openhab/openhab2-addons/tree/c53e4aed2627ec899c083170430399f8925e3345 as an initial commit for the shrunk repo

Signed-off-by: Kai Kreuzer <kai@openhab.org>