]>
git.basschouten.com Git - openhab-addons.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>