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