Commit Graph

1953 Commits

Author SHA1 Message Date
J-N-K
2a14a9a37a
remove unused profile (#8683)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-15 17:53:30 +02:00
Wouter Born
978e122e00
Rework ThingActions (#8755)
* Remove duplication by making use of default Java generated exceptions
* Make ThingActions labels/descriptions more consistent

Signed-off-by: Wouter Born <github@maindrain.net>
2020-10-15 10:53:53 +02:00
Marcel
aef1d10f40
[miio] Add Zhimi Heater za1 (#8743)
add model zhimi.heater.za1

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-14 13:59:38 -07:00
HoLLe
5e2c5345eb
[opensprinkler] fix nextDuration UoM transformation (#8727)
Fixes #8541 

Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
2020-10-14 19:08:57 +02:00
Christoph Weitkamp
b9beaad5cd
[hue] Add support for Geofence sensor (#8731)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-14 19:05:20 +02:00
Wouter Born
bef1046258
Rework ThingActions (#8732)
* Remove proxy workarounds
* Move ThingActions and a few other classes into the internal package
* Use more consistent action labels/descriptions

Related to:

* openhab/openhab-core#1714
* openhab/openhab-core#1639

Signed-off-by: Wouter Born <github@maindrain.net>
2020-10-14 19:01:12 +02:00
Christoph Weitkamp
4adc214c69
Added context time for parameter earliest and latest (#8748)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-13 22:59:15 +02:00
Christoph Weitkamp
42267eaf4f
[avmfritz] Improved documentation and logging (#8745)
* Improved documentation and logging
* Add details about activating the Call Monitor

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-13 22:29:39 +02:00
Sven Strohschein
a12e5f60ce
[innogysmarthome] Fix - No commands can get executed after a few minutes (#8742)
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
2020-10-13 10:40:03 -07:00
Christoph Weitkamp
ee92be3f9f
Changed capitalization of config context (#8744)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-13 12:52:17 +02:00
Oleg Davudyuk
6d2bb8a216
[airvisualnode] Support AirVisual Pro version (#8686)
* [airvisualnode] Support AirVisual Pro version
* [airvisualnode] Autodetect Pro version
* [airvisualnode] Remove unused channels

Signed-off-by: Oleg Davydyuk <ilveann@gmail.com>
2020-10-12 16:46:27 -07:00
Christoph Weitkamp
0eac453308
Reduced logging (#8740)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-12 17:14:35 +02:00
Christoph Weitkamp
a7350abd8e
Aligned spelling of DWD bindings (#8739)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-12 17:14:21 +02:00
Michael Wodniok
168913baba
[icalendar] Updated biweekly to 0.6.4 (#8725)
* [icalendar] Updated biweekly to 0.6.4

Fixes #8647 

Signed-off-by: Michael Wodniok <michi@noorganization.org>
2020-10-12 16:51:24 +02:00
Armin Stebich
e0efd8438a
[mqtt] fixed Hex/Oct formatting, resulting values were interchanged (#8730)
Signed-off-by: Armin Stebich <home@mail.lordofbikes.de>
2020-10-12 07:41:32 -07:00
Marcel
2913018e4a
[miio] add several Philips lights (#8736)
Add following models:
philips.light.sread2
philips.light.cbulb
philips.light.cbulbs
philips.light.dcolor
philips.light.rwread

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-11 18:18:43 -07:00
Marcel
343981fc12
[miio] add chungmi plug (#8728)
add
chuangmi.plug.hmi206
chuangmi.plug.hmi208

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-11 11:58:09 -07:00
Marcel
a5657bb5d9
[miio] eliminate warning org.apache.commons.io.FileUtils in readmemaker (#8718)
* [miio] eliminate warning org.apache.commons.io.FileUtils in readmemaker

Eliminate
[WARNING] org.openhab.binding.miio.internal.ReadmeHelper.java:[25]
The package org.apache.commons.io.FileUtils should not be used.

* [miio] add StandardCharsets.UTF_8 to file readwrite

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-10 19:24:06 -07:00
J-N-K
5c7fe8183a
[deconz] retry full state request if initial request failed (#8704)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-10 22:56:22 +02:00
Marcel
aa98737e9f
[miio] Improved unsupported handler that build experimental support (#8716)
* [miio] Improved unsupported handler that build experimental support

New unsupported handler that tries to find channels for unsupported
devices and creates experimental database file for it.

* [miio] logger fixes

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-10 11:03:33 -07:00
fab-kis
54791d97d0
[snmp] Fix memory leak in SNMP (#8672)
* Fix memory leak in SNMP. When receiving an async request it is placed in a pending request queue. Not canceling it leads to infinty life cycle for those requests, filling up memory.
* Test the canceling of the snmp aync request by its handler.

Signed-off-by: Falk Bauer <falk.bauer@k-is.com>
2020-10-10 19:11:24 +02:00
Wouter Born
6243ccb026
[hueemulation] Update feature (#8719)
Related to openhab/openhab-core#1709

Signed-off-by: Wouter Born <github@maindrain.net>
2020-10-10 19:09:56 +02:00
J-N-K
109442ea7c
add missing thing type (#8717)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-10 17:44:27 +02:00
Kai Kreuzer
611e21c9c6
fixed spotless error (#8710)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-10-10 09:50:15 +02:00
J-N-K
ac7279d02a
[rfxcom] move lib to remote (#8700)
* move lib to remote

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-10 08:23:57 +02:00
J-N-K
c7a83f4c3f
move lib to remote (#8701)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-10 08:18:38 +02:00
mlobstein
25963100a9
[nuvo] update README.md for additional connection option (#8691)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2020-10-09 23:00:13 +02:00
Jürgen Baginski
8eab7b6331
[rrd4j] Corrected the default configurations (third try) (#8708)
Applied the changes found by spotless.

According the comments DEFAULT_NUMERIC, DEFAULT_QUANTIFIABLE config should have 5 archives, the 4th was missing. Additionally the ConsolFunction changed in the DEFAULT_QUANTIFIABLE.
The DEFAULT_OTHER config had false computed archives.

Signed-off-by: Jürgen Baginski <opus42@gmx.de>
2020-10-09 20:45:16 +02:00
Marcel
bf72bd2ce3
[miio] Miio philips miot lights (#8699)
* [miio] add Philips miot ceiling lights

adding models
philips.light.dlight
philips.light.mceil
philips.light.mceilm
philips.light.mceils
philips.light.obceil
philips.light.obceim
philips.light.obceis
philips.light.xzceil
philips.light.xzceim
philips.light.xzceis
philips.light.sceil
philips.light.sceilm
philips.light.sceils

* [miio] change name downlight

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-08 20:14:51 -07:00
Jürgen Baginski
082a3c2555
Corrected the default configurations (#8698)
According the comments DEFAULT_NUMERIC, DEFAULT_QUANTIFIABLE config should have 5 archives, the 4th was missing. Additionally the ConsolFunction changed in the DEFAULT_QUANTIFIABLE.
The DEFAULT_OTHER config had false computed archives.

Signed-off-by: Jürgen Baginski <opus42@gmx.de>
2020-10-08 22:16:38 +02:00
Connor Petty
0496d35f32
Adapt to changes in ExecUtil (#8690)
Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
2020-10-08 21:08:11 +02:00
Andrew Fiddian-Green
178e657d80
[velux] fix discovery service de- and re- registration (#8673)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2020-10-08 19:13:35 +02:00
J-N-K
937c7a3a45
move lib to remote repo (#8684)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-08 01:07:28 +02:00
Marcel
435c78ef8c
[miio] Add several Philips ceiling lights (#8681)
Adding
philips.light.bceiling1
philips.light.bceiling2
philips.light.lnblight1
philips.light.lnblight2
philips.light.lnlrlight
philips.light.lrceiling

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-07 14:39:27 -07:00
J-N-K
3cc162bf7e
move lib to remote (#8687)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-07 21:44:42 +02:00
Marcel
782a4210a4
[miio] allow for device remarks in the readme from json db (#8676)
* [miio] allow for device remarks in the readme from json db
* Update bundles/org.openhab.binding.miio/src/test/java/org/openhab/binding/miio/internal/ReadmeHelper.java

Signed-off-by: Marcel Verpaalen marcel@verpaalen.com
2020-10-06 15:04:36 -07:00
Marcel
3403216154
[miio] add several xjx.toiletseats (#8677)
* [miio] add several xjx.toiletseats

To enjoy your quiet moment with Openhab...

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-06 12:55:44 -07:00
Marcel
43be10c204
[miio] onoffpara commandtype fix (#8675)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-06 12:45:10 -07:00
Mark Hilbush
7615e5fd09
[zoneminder] Replacement for ZoneMinder binding (#8530)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2020-10-06 20:11:13 +02:00
boehan
cd16c680eb
fix updateState (#8580)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
2020-10-06 19:50:37 +02:00
Marcel
a980dbfb4d
[miio] Add many new Yeelights models (#8668)
* [miio] Add many new Yeelights models

closing #8082
* [miio] update doc

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-05 10:35:00 -07:00
M Valla
e32a262c30
[openwebnet] Fixes #8524 and #8547, updated openwebnet4j lib to 0.3.1. Updated README (#8645)
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
2020-10-05 17:50:38 +02:00
Marcel
a857592f07
[miio] allow for comments to channels in json db (#8666)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-04 16:56:36 -07:00
Marcel
7b2d184676
[miio] add yunmi waterpurifiers (#8665)
* Add several new models waterpurifiers
* Add many new properties

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-04 15:29:53 -07:00
Wouter Born
be7e9c9680
Configure XStream security and resolve itest bundles (#8663)
* Configures XStream security to prevent "Security framework of XStream not initialized, XStream is probably vulnerable" warnings.
* Resolves the itest bundles for the upgrade to XStream 1.4.13

Related to openhab/openhab-core#1688

Signed-off-by: Wouter Born <github@maindrain.net>
2020-10-04 22:10:04 +02:00
Markus Michels
3ea3570306
[gree] Adaption to OH3 (representationProperty added to thing definition) (#8658)
Signed-off-by: Markus Michels <markus7017@gmail.com>
2020-10-04 11:37:48 -07:00
Markus Michels
6921f8119c
[magentatv] Adapted to OH 3.0 (#8657)
* add representationProperty to thing definition to make it OH3 compatible
* adapted to OH3 (representationProperty added to thing definition)
* as always...spotless:apply :-(

Signed-off-by: Markus Michels <markus7017@gmail.com>
2020-10-04 11:36:44 -07:00
Markus Michels
ff4d97eb2a
[shelly] Adaption to OH3, Shelly Plug US, minor fixes (#8642)
* OH3 adaption - fixes small issues when running on OH3
* #8612: Fix total consumption for RGW2+Roller
* #8492: Shelly Plug US
* 2 more immediate = true catched and removed
* spotless applied

Signed-off-by: Markus Michels <markus7017@gmail.com>
2020-10-04 09:39:59 -07:00
Marcel
9c6c80d41f
[miio] add new map elements (#8637)
* [miio] add new map elements

Add newly found mapelements for obstacles

Signed-off-by: Marcel Verpaalen marcel@verpaalen.com
2020-10-04 09:35:59 -07:00
Marcel
e6dfd0c946
[miio] enable telnet for lumi gateway (#8639)
* [miio] enable telnet for lumi gateway

* allow enable telnet and some other functions on gateway
* use new fw as default for chugmi plug

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-04 09:31:56 -07:00
Matthew Skinner
e1cde78557
[ipcamera] GIF recording bug fix, compatibility fix for http headers (#8654)
+ Bug fix: Recording to GIF would only record for 5 seconds.

+ Clean up readme to remove channels and configs that don't exist after
moving to actions.

+ Compatibility fix for http headers.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
2020-10-04 18:01:25 +02:00
Kai Kreuzer
112f46c95e
removed embedded broker (#8649)
Also-by: Wouter Born <github@maindrain.net>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-10-04 13:43:44 +02:00
Sven Strohschein
f24f4971d6
[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>
2020-10-04 12:07:23 +02:00
algestam
d2e5f71009
[tradfri] Doc update: add blinds to list of supported devices and minor grammar fixes (#8644)
Signed-off-by: algestam <henrik@algestam.se>
2020-10-03 22:33:55 +02:00
Gaël L'hopital
5648f5e51d
[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>
2020-10-03 11:59:14 -07:00
Wouter Born
d42efe0b22
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>
2020-10-03 18:23:16 +02:00
Kai Kreuzer
d1de8a2ed6
exclude netatmo binding from aggregated feature (#8638)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-10-03 00:16:10 +02:00
boehan
7d1c6ee371
fix ewt temperatures (#8608)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
2020-10-03 00:07:40 +02:00
Bob Raker
67edb76fc6
Updated smartthings code URL in SmartthingsInstallation.md (#8635) 2020-10-02 23:24:39 +02:00
mlobstein
4c6d63df38
[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>
2020-10-01 20:41:58 -07:00
Hilbrand Bouwkamp
003c3af985
Remove immediate = true from all Components (#8615)
We recommend not to use this on add-ons.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-10-01 20:27:01 -07:00
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
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
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
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
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
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
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
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
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
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