Matt
831eaeb026
Minor cleanup to README.
...
Signed-off-by: Matt Toothman <matt.toothman+openhab@gmail.com>
2020-09-29 19:56:08 +02:00
miloit
4b91bfcfa0
[yioremote] Fixed reconnection and thing creation issues ( #8596 )
...
Signed-off-by: Michael Loercher <MichaelLoercher@web.de>
2020-09-29 19:48:11 +02:00
Andrew Fiddian-Green
4e72980c6c
[velux] eliminate mvn compiler warnings ( #8606 )
...
* [velux] remove redundant NonNullByDefault annotations
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2020-09-29 10:21:44 -07:00
Bob A
78c81ab93d
[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>
2020-09-29 10:16:54 -07:00
Kai Kreuzer
c071b2ea06
Fixed urls in template that resulted in a 404 ( #8601 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-28 14:10:39 -07:00
Christoph Weitkamp
bff1810aec
[avmfritz] Added support for DECT440 device ( #8588 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-09-28 12:35:37 -07:00
Andrew Fiddian-Green
64a713e74a
[velux] fix concurrency bugs, other minor issues, update readme.md (replaces #8493 ) ( #8520 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2020-09-28 18:27:46 +02:00
cedricboon
d5f6bd326c
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>
2020-09-27 23:20:25 +02:00
Marcel
d716d03787
[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>
2020-09-27 23:14:04 +02:00
Paul Frank
fe7b176cb7
Fixes #8538 (modbus extensions missing) ( #8575 )
...
Signed-off-by: Paul Frank <pail@gmx.net>
2020-09-25 22:23:51 +02:00
robnielsen
c30a5fa9e2
[insteon] remove optional from the description of network parameters ( #8555 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
2020-09-25 22:23:07 +02:00
Hilbrand Bouwkamp
1bc55a208b
Removed usage to IOUtils.toString ( #8579 )
...
Specifically the toString reading from inputstream.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-09-25 11:46:14 -07:00
Wouter Born
aa3f73d423
[nikohomecontrol] Fix deprecated MQTT transport call ( #8577 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-25 12:16:27 +02:00
Kai Kreuzer
9780cd9b5b
exclude bundles that are not yet included in the build from the aggregated feature ( #8573 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-24 23:23:10 +02:00
Wouter Born
b503dce9fd
Fix MQTT transport deprecations ( #8570 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-24 13:50:46 -07:00
Kai Kreuzer
5788ad095e
Fixed mvn reference for config files ( #8572 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-24 22:45:01 +02:00
boehan
099ae8f06d
fix channel updates ( #8563 )
...
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
2020-09-24 19:52:17 +02:00
Hilbrand Bouwkamp
daccb66b43
Fix feature names in feature.xml files ( #8569 )
...
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-09-24 10:43:08 -07:00
Wouter Born
4b7eba1ab2
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>
2020-09-24 19:42:24 +02:00
Wouter Born
f0ee7ffb2f
Remove Jersey ClientBuilder compatibility ( #8561 )
...
Fixes #7531
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-24 10:40:12 -07:00
Wouter Born
cc042dabff
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>
2020-09-24 17:50:47 +02:00
Wouter Born
4d67ef2a6b
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>
2020-09-24 15:02:38 +02:00
Wouter Born
6b4839ea7d
[avmfritz] Reenable itest ( #8567 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-24 14:51:11 +02:00
Wouter Born
5594150e54
[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>
2020-09-24 08:42:12 +02:00
Wouter Born
5d729d923a
[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>
2020-09-24 08:41:46 +02:00
Kai Kreuzer
af84a0b4c7
[yioremote] added missing entries in bom and CODEOWNERS ( #8544 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-23 21:49:30 +02:00
Wouter Born
12bef45ff8
Remove deprecated ConfigOptionProvider.getParameterOptions method ( #8556 )
...
Related to openhab/openhab-core#1667
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-23 11:28:23 -07:00
Nicolai Grødum
9c16f3c6f5
[hueemulation] Fixed nullpointer in adjustedColorStateFromItemState ( #8560 )
...
Signed-off-by: Nicolai Grødum <grodum@gmail.com>
2020-09-23 11:20:20 -07:00
Ondrej Pecta
cafa8fdcff
[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>
2020-09-23 10:43:22 -07:00
Wouter Born
f156a80d2f
Fix BaseThingHandler.initialize() deprecations ( #8553 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-23 13:32:46 +02:00
Kai Kreuzer
613c2e1082
removed pom.xml.versionsBackup files ( #8552 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-23 09:00:21 +02:00
Hilbrand Bouwkamp
be10dea6ea
[venstarthermostat] Fix venstarthermostat feature.xml ( #8542 )
...
Also added to bom pom.xml
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-09-22 15:36:18 +02:00
Wouter Born
99461f26b3
Reenable MapTransformationServiceTest ( #8533 )
...
Depends on openhab/openhab-core#1661
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-22 14:30:42 +02:00
Kai Kreuzer
edc77ec1a6
do not apply spotless to footer.xml ( #8539 )
...
* Ignore footer.xml by spotless
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-22 12:17:25 +02:00
Wouter Born
1f7da6b669
Fix ConfigurableService deprecations ( #8526 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-22 08:48:05 +02:00
Wouter Born
c82f6c4e77
Fix and reenable more integration tests ( #8535 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-22 08:19:04 +02:00
Wouter Born
5297ac2524
[imperihome] Adapt call to ZDT in Persistence API ( #8527 )
...
Fixes #8290
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-21 23:35:31 +02:00
Kai Kreuzer
2e4b1beb7f
reintroduced aggregated features and restored the standard feature name ( #8532 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-21 23:32:41 +02:00
Wouter Born
0c11a21d90
Fix ConfigConstants deprecations ( #8525 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-21 22:57:04 +02:00
Wouter Born
7f39d01a0f
Remove/ignore Eclipse project files ( #8529 )
...
Fixes #8451
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-21 22:50:37 +02:00
Mike Major
d714c0e350
Remove unused version which no longer parses due to type change ( #8515 )
...
Signed-off-by: Mike Major <mike_j_major@hotmail.com>
2020-09-21 18:54:31 +02:00
pacive
33db6b428f
Remove paperui sorting workaround ( #8517 )
...
Signed-off-by: Anders Alfredsson <andersb86@gmail.com>
2020-09-21 18:53:45 +02:00
Wouter Born
bd82ca82df
Migrate tests to JUnit 5 ( #8519 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-21 18:21:26 +02:00
Kai Kreuzer
6df6783b60
added migrated 2.x add-ons
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-21 03:37:19 +02:00
Kai Kreuzer
bbf1a7fd29
Codebase as of c53e4aed26
as an initial commit for the shrunk repo
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-20 23:57:58 +02:00