Commit Graph

5704 Commits

Author SHA1 Message Date
Jochen Klein
f06068a189
[mqtt.homeassistant] Make sensors compliant (#8591)
Signed-off-by: Jochen Klein <git@jochen.susca.de>
2020-10-01 18:07:08 -07:00
robnielsen
3abe27b224
[insteon] remove dependency on org.apache.commons.lang.StringUtils (#8630)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
2020-10-01 14:55:19 -07:00
Andrew Fiddian-Green
817e02b53f
[velux] eliminate dependency on org.apache.commons.lang.StringUtils (#8626)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2020-10-01 09:12:16 -07:00
Wouter Born
1b0876f719
[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>
2020-10-01 12:19:51 +02:00
Connor Petty
515658de7f
Fix bluetooth unit tests (#8620)
Fixes: #8538

Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
2020-10-01 07:53:48 +02:00
Wouter Born
fbafc365da
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>
2020-09-30 19:36:47 +02:00
Hilbrand Bouwkamp
ea55540f8b
Fix openhab-addons url in NOTICE files (#8614)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-09-30 10:08:31 +02:00
Wouter Born
c5f87b44f3
[hueemulation] Replace Jersey dependency with JAX-RS Whiteboard (#8611)
Fixes #7647

Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-29 18:53:43 -07:00
Wouter Born
d72a077ba9
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>
2020-09-29 14:05:39 -07:00
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