]>
git.basschouten.com Git - openhab-addons.git/log
Mark Hilbush [Sat, 2 Jan 2021 19:28:33 +0000 (14:28 -0500)]
[ecobee] Fix actions (#9632)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
Wouter Born [Sat, 2 Jan 2021 16:58:21 +0000 (17:58 +0100)]
[modbus] Disable unstable ModbusDataHandlerTest#testRefreshOnData itest (#9653)
Related to #9617
Signed-off-by: Wouter Born <github@maindrain.net>
mlobstein [Sat, 2 Jan 2021 14:02:55 +0000 (08:02 -0600)]
[atlona] Make volume a whole number & remove StringUtils (#9631)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
t2000 [Fri, 1 Jan 2021 20:45:55 +0000 (21:45 +0100)]
[tradfri] Fix NPE if gateway is unreachable (#9629)
Fixes #9628
Signed-off-by: Stefan Triller <github@stefantriller.de>
Jens Schanz [Fri, 1 Jan 2021 15:52:34 +0000 (16:52 +0100)]
[dwdunwetter] documentation for binding updated (#9585)
* Update README.md
examples updated
broken link for CAP DWD Profile fixed
some debugging information added
mapping files renamed to fit naming convention for files containing German language
additional mapping for weather warning added
examples also updated
mapping files extended with mapping for UNDEF state
digitlength [Thu, 31 Dec 2020 16:02:07 +0000 (16:02 +0000)]
[http] Fix typo in documentation (#9612)
Typo
J-N-K [Thu, 31 Dec 2020 15:55:03 +0000 (16:55 +0100)]
[http] fix missing escaping of URLs (#9618)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Michael Wodniok [Thu, 31 Dec 2020 15:48:24 +0000 (16:48 +0100)]
[icalendar] Add relevant handling of last_update channel (#9616)
Also add migration for older things as compatible.
Fixes #9613
Signed-off-by: Michael Wodniok <michi@noorganization.org>
Marek Hulán [Thu, 31 Dec 2020 15:17:35 +0000 (16:17 +0100)]
[zoneminder] Update README.md (#9615)
leftover after renaming of zm -> zoneminder
J-N-K [Thu, 31 Dec 2020 14:03:57 +0000 (15:03 +0100)]
[deconz] refactoring and fix connection issues (#9614)
* fix connection attempts when thing disposed
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* refactor session handling
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* rename
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* refactoring
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Bernhard Bauer [Thu, 31 Dec 2020 13:49:51 +0000 (14:49 +0100)]
[modbus.helioseasycontrols] Corrected some item types in the documentation. (#9605)
* Corrected some item types in the documentation.
Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Correction as per @ssalonen's review.
Signed-off-by: Bernhard Bauer <bern77@gmail.com>
Mark Hilbush [Thu, 31 Dec 2020 12:16:23 +0000 (07:16 -0500)]
[zoneminder] Rework discovery to not use the thing handler thread (#9600)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
Christoph Weitkamp [Thu, 31 Dec 2020 11:54:29 +0000 (12:54 +0100)]
[chromecast] Prevent exception when formatting value (#9596)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
J-N-K [Thu, 31 Dec 2020 11:23:32 +0000 (12:23 +0100)]
[http] add pre-emptive basic authentication and fix header handling (#9584)
* add preemptive basic authentication
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* improve header handling
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* Update bundles/org.openhab.binding.http/README.md
Co-authored-by: t2000 <t2000@users.noreply.github.com>
Co-authored-by: t2000 <t2000@users.noreply.github.com>
miloit [Thu, 31 Dec 2020 11:21:49 +0000 (12:21 +0100)]
[yioremote] BugFix sendIRCode action (#9574)
* Corrected sendIRCode handler
Signed-off-by: Michael Loercher <MichaelLoercher@web.de>
* Update YIOremoteDockHandler.java
Updating IR receiver switch handler so it's running now
Solved issue during triggering channel while it was disposed
Signed-off-by: Michael Loercher <MichaelLoercher@web.de>
* Update YIOremoteDockHandler.java
Signed-off-by: Michael Loercher <MichaelLoercher@web.de>
Chris Carman [Thu, 31 Dec 2020 11:17:55 +0000 (06:17 -0500)]
[pioneeravr] Update README with correct examples for port configuration. (#9589)
Fixes #1594.
Signed-off-by: Chris Carman <namraccr@gmail.com>
J-N-K [Thu, 31 Dec 2020 11:05:31 +0000 (12:05 +0100)]
[deconz] properly initialize colorMode (#9583)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
vbier [Thu, 31 Dec 2020 10:01:01 +0000 (11:01 +0100)]
[elerotransmitterstick] Drop responses that do not fit the command that was sent. (#9562)
Signed-off-by: vbier <volker.bier@web.de>
Zimmermann Zsolt [Wed, 30 Dec 2020 20:56:13 +0000 (21:56 +0100)]
[googletts] Replace "Other" option when creating valid Google-Cloud-TTS OAuth2 Client Type (#9608)
No "Other" option in Google-Cloud-TTS OAuth2 Client Type options. Choose "TV and Limited Input" instead. Rest of readme works as expected.
Signed-off-by: Zimmermann Zsolt <cina@cina.hu>
Christoph Weitkamp [Wed, 30 Dec 2020 17:27:16 +0000 (18:27 +0100)]
Prevent exception when formatting value (#9597)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Christoph Weitkamp [Wed, 30 Dec 2020 14:59:35 +0000 (15:59 +0100)]
[dwdunwetter] Fixed channel update (#9594)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
J-N-K [Wed, 30 Dec 2020 14:57:50 +0000 (15:57 +0100)]
[tr064] log warning if config invalid (#9529)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Marek Hulán [Wed, 30 Dec 2020 13:50:34 +0000 (14:50 +0100)]
[http] fix documentation for channel modes (#9593)
Based on https://github.com/openhab/openhab-addons/blob/
8de5652ed19775900ae1ee4c9e59686590112db9 /bundles/org.openhab.binding.http/src/main/java/org/openhab/binding/http/internal/config/HttpChannelMode.java#L23 and some experimenting, the correct values are WRITEONLY and READONLY
Mark Hilbush [Wed, 30 Dec 2020 00:18:42 +0000 (19:18 -0500)]
[ecobee] Rework discovery (#9522)
* Rework discovery
* Consolidate discovery into one service
Signed-off-by: Mark Hilbush <mark@hilbush.com>
lolodomo [Tue, 29 Dec 2020 18:43:31 +0000 (19:43 +0100)]
[linky] Handle case when data from yesterday is still NaN (#9423)
* [linky] Handle case when data from yesterday is still NaN
Fix #9386
* Refresh every 2 hours until data from yesterday are available
* Log yesterday even for month and year requests
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
J-N-K [Tue, 29 Dec 2020 14:02:38 +0000 (15:02 +0100)]
[http] Add examples (#9540)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Matthias Schulte [Tue, 29 Dec 2020 13:59:16 +0000 (14:59 +0100)]
[ojelectronics] Fix configuration sample (#9551)
Signed-off-by: Matthias Schulte <matthias.schulte@viadee.de>
pravussum [Tue, 29 Dec 2020 13:51:45 +0000 (14:51 +0100)]
[danfossairunit] removed "advanced" attribute in channel-group-type (things-types.xml) to address issue #9568 (corresponding core issue https://github.com/openhab/openhab-core/pull/1410) (#9569)
Signed-off-by: Robert Bach <openhab@mortalsilence.net>
Fabian Wolter [Tue, 29 Dec 2020 13:42:17 +0000 (14:42 +0100)]
[feed] Try to make tests more stable (#9565)
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
t2000 [Tue, 29 Dec 2020 13:21:33 +0000 (14:21 +0100)]
[influxdb] Treat a stored 1 AND 1.0 as true (#9545)
Signed-off-by: Stefan Triller <github@stefantriller.de>
Arjen Korevaar [Mon, 28 Dec 2020 18:13:51 +0000 (19:13 +0100)]
[openthermgateway] Add Diagnostics indication channel (#9516)
* Added Diagnostics indication channel
Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
Fabian Wolter [Mon, 28 Dec 2020 17:31:17 +0000 (18:31 +0100)]
[pidcontroller] Initial Contribution (#9512)
* [pidcontroller] Initial Contribution
* Incorporate review feedback No.1
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
jimtng [Mon, 28 Dec 2020 17:24:10 +0000 (03:24 +1000)]
[fronius] Add support for Fronius Smart Meter (#9209)
* [fronius] Add support for Fronius Smart Meter
* [fronius] Use DTO, implement UoM
* [fronius] fix README.md
* [fronius] Add mandatory label for channel-type and fix property update
* [fronius] Store meterRealtimeBodyData instead of meterRealtimeResponse
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
J-N-K [Mon, 28 Dec 2020 17:18:06 +0000 (18:18 +0100)]
[http] Add rate-limiting to channel refresh (#9509)
* add rate limiter for requests and catch transformation exception
* address review comment
* address review comments
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
J-N-K [Mon, 28 Dec 2020 17:14:01 +0000 (18:14 +0100)]
[tr064] add rule action for phonebook (#9505)
* add rule action for phonebook
* address review comments
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
boehan [Mon, 28 Dec 2020 17:03:54 +0000 (18:03 +0100)]
[comfoair] improve data handling (#9401)
* improve data handling and suspend
* fix command position
* add ACK to subResponse
* fix data position
* fix reactivation, trim too long responses
* ensure correct setting of activation channel
* Remove @SuppressWarnings(null), which is not needed anymore
* Remove updateState on dispose
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
Bob A [Mon, 28 Dec 2020 06:40:05 +0000 (01:40 -0500)]
[lutron] Add debug logging in leapbridge (#9554)
Signed-off-by: Bob Adair <bob.github@att.net>
Dries Vandenneucker [Mon, 28 Dec 2020 06:26:47 +0000 (07:26 +0100)]
[nikohomecontrol] Fix typo in readme (#9549)
[nikohomecontrol] Small README update.
While searching why I can't get my electricity working, I think I spotted this typo.
Signed-off-by: Dries Vandenneucker <dries.vandenneucker@yahoo.com>
J-N-K [Mon, 28 Dec 2020 05:56:35 +0000 (06:56 +0100)]
[mqtt] improve documentation (#9541)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Bob A [Mon, 28 Dec 2020 05:55:06 +0000 (00:55 -0500)]
[alarmdecoder] Fix description in feature.xml (#9553)
Signed-off-by: Bob Adair <bob.github@att.net>
Andrew Fiddian-Green [Mon, 28 Dec 2020 05:53:53 +0000 (05:53 +0000)]
[modbus] Added support for RTU encoding over TCP (#9435)
* [modbus] add support for rtu encoded over tcp
* [modbus] move classes to openhab/jamod
* [modbus] spotless
* [modbus] revert EndpointPoolConfiguration
* [modbus] remove virtual serial
* [modbus] resolve dependencies
* [modbus.studer] add support for RTU over TCP bridge
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Dan Cunningham [Mon, 28 Dec 2020 05:49:30 +0000 (21:49 -0800)]
[generacmobilelink| Initial Contribution (#9322)
* This is the initial contribution of the Generac MobileLink binding. This allows the Generac line of generators using their MobileLink cloud service to be monitored as things in openHAB.
* bump to 3.1
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Marcel [Mon, 28 Dec 2020 05:25:15 +0000 (06:25 +0100)]
[miio] Update many channels with tags, categories & QuantityTypes (#9384)
* [miio] Update many channels with tags, categories & QuantityTypes
* [miio] remove unit from dimmers
* [miio] fix readme mappings for channels
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Andrew Fiddian-Green [Mon, 28 Dec 2020 01:55:20 +0000 (01:55 +0000)]
[velux] Enabled background discovery (#9477)
* [velux] enable background discovery
* [velux] spotless
* [velux] adopt reviewer feedback
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Michael R. Maletich [Sun, 27 Dec 2020 17:37:11 +0000 (11:37 -0600)]
Missing comma in base64 message (#9539)
In trying the example I got an error from the serial binding. But by adding a `,` the serial binding was able to handle the example.
Signed-off-by: Michael R. Maletich <maleticm@gmail.com>
J-N-K [Sun, 27 Dec 2020 17:21:21 +0000 (18:21 +0100)]
improve error handling (#9543)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Christoph Weitkamp [Sun, 27 Dec 2020 12:22:29 +0000 (13:22 +0100)]
[netatmo] Pimp channel types with proper categories (#9531)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Kai Kreuzer [Sun, 27 Dec 2020 09:15:04 +0000 (10:15 +0100)]
[miele] Use dedicated thread for event listening (#9536)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Marcel [Sun, 27 Dec 2020 01:04:14 +0000 (02:04 +0100)]
[miio] suggest correct devicenames in readmehelper (#9379)
* [miio] suggest correct devicenames in readmehelper
* add newline at file end to make git happy
* [miio] update logic for mapping in readmeComments
* Allow readme maker to fix mappings based on the current options.
* [miio] make readmeOptionMapping static
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Jerome Luckenbach [Sat, 26 Dec 2020 22:36:24 +0000 (23:36 +0100)]
Fix DateTime Control channel label. (#9533)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
jwveldhuis [Sat, 26 Dec 2020 19:21:21 +0000 (20:21 +0100)]
[denonmarantz] Run the Telnet socket in a dedicated thread (#9511)
* Run the Telnet socket in a dedicated thread, not from the shared thread pool.
Fixes #9494
Signed-off-by: Jan-Willem Veldhuis <jwveldhuis@gmail.com>
J-N-K [Sat, 26 Dec 2020 11:25:52 +0000 (12:25 +0100)]
[tr064] Fix CRCErrors (#9527)
Fixes #9526
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
tophee [Sat, 26 Dec 2020 09:32:57 +0000 (10:32 +0100)]
[squeezebox] Clarify the process of adding/discovering the server (#9197)
* Clarify the process of adding/discovering the server
* Update bundles/org.openhab.binding.squeezebox/README.md
Co-authored-by: Connor Petty <mistercpp2000@gmail.com>
Co-authored-by: Connor Petty <mistercpp2000@gmail.com>
Korbinian Probst [Sat, 26 Dec 2020 08:36:28 +0000 (09:36 +0100)]
[senechome] changed BatteryState to String (#9521)
Signed-off-by: Korbinian Probst <kp.droid.dev@gmail.com>
Christoph Weitkamp [Sat, 26 Dec 2020 08:33:01 +0000 (09:33 +0100)]
[avmfritz] Pimp properties and channel types with proper categories (#9514)
* Pimp channel types with proper categories
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Stefan Giehl [Fri, 25 Dec 2020 21:15:54 +0000 (22:15 +0100)]
[tr064] Adds new channels for DSL Max & Current Down-/Upstream Rate (#9519)
Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
Martin Herbst [Fri, 25 Dec 2020 20:30:43 +0000 (21:30 +0100)]
[homematic] For non HmIP dimmers stateDescription values must be corrected too (#9434)
Older HM dimmers are using a maximum values of 1.0. But also for these
devices the values must be corrected.
Signed-off-by: Martin Herbst <develop@mherbst.de>
Michael Wodniok [Fri, 25 Dec 2020 17:54:37 +0000 (18:54 +0100)]
[icalendar] optimization of eventfilter-search and more debug output (#9501)
* [icalendar] Optimize searching events and adding a bit debug output
Fixes #9498 by limiting series events when retrieving possible events via
filter.
Adding a bit more debug output to allow debugging the correct scheduling of
events.
Signed-off-by: Michael Wodniok <michi@noorganization.org>
mlobstein [Fri, 25 Dec 2020 14:44:59 +0000 (08:44 -0600)]
[epsonprojector] Add ESC/VP.net handshake for projectors with built-in ethernet (#9375)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Christoph Weitkamp [Fri, 25 Dec 2020 14:44:03 +0000 (15:44 +0100)]
[hue] Catch exception of 'AllGroup' does not exist (#9502)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Markus Gafner [Fri, 25 Dec 2020 14:41:09 +0000 (15:41 +0100)]
[nibeheatpump] Added device support for SMO40 control (#9376)
Signed-off-by: Markus Gafner <markus.gafner@hotmail.com>
mlobstein [Fri, 25 Dec 2020 13:36:58 +0000 (07:36 -0600)]
[atlona] Add support for the AT-PRO3HD66M (#9385)
* Add support for the AT-PRO3HD66M
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Christoph Weitkamp [Fri, 25 Dec 2020 13:17:03 +0000 (14:17 +0100)]
[deconz] Pimp channel types with proper categories (#9513)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Hilbrand Bouwkamp [Fri, 25 Dec 2020 08:41:40 +0000 (09:41 +0100)]
[opensprinkler] Cleanup NOTICE. pi4j library not used anymore (#9500)
Support was removed in https://github.com/openhab/openhab2-addons/commit/
8aeeb49c693db7f64b5672c80a1dff484b49effe #diff-
b6edf78e29afc34859018f4e11ec53bded97a615b62040712227b883ba5c13f8
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Hilbrand Bouwkamp [Thu, 24 Dec 2020 15:49:08 +0000 (16:49 +0100)]
[dsmr] cleanup message file (#9510)
For some reason the dutch message file contained all kind of garbage.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
schmidmuc [Thu, 24 Dec 2020 13:07:58 +0000 (14:07 +0100)]
[tr064] Update channel names in documentation (#9461)
Failure in list, two channel names were listed two times
Holger Friedrich [Thu, 24 Dec 2020 11:01:15 +0000 (12:01 +0100)]
[openweathermap] Adapt channels dew-point and visibility in daily forecast (#9497)
* Fix typos in example code
* One Call API: add channe dew-point for daily forecast
* One Call API: remove channel visibility in daily forecast as not included
in data
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
lolodomo [Thu, 24 Dec 2020 01:22:54 +0000 (02:22 +0100)]
[hue] Make sure the serial number will be in lowercase (#9367)
* [hue] Make sure the serial number will be in lowercase
Necessary for the auto-ignore discovery feature with the representation property.
Fix #9364
* Check that the serial number is not null
* Check that the serial number is not blank
* Build a discovery result even without a serial number
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Christoph Weitkamp [Thu, 24 Dec 2020 01:19:08 +0000 (02:19 +0100)]
[jdbc] Consider local timezone to create time filter (#9445)
* Consider local timezone to create time filter
* Use user-defined timeZone
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Mike Major [Thu, 24 Dec 2020 01:18:26 +0000 (01:18 +0000)]
[hueemulation] Correct format of UDN and serialNumber fields in description.xml (#9463)
* [hueemulation] Correct format of UDN and serialNumber fields
* Avoid changing device ids on upgrade
* Revert light and group ids back to a number rather than hexadeximal
* Fix failing tests
Signed-off-by: Mike Major <mike_j_major@hotmail.com>
Wouter Born [Wed, 23 Dec 2020 23:58:48 +0000 (00:58 +0100)]
Resolve itest runbundles for XStream 1.4.15 (#9489)
Signed-off-by: Wouter Born <github@maindrain.net>
eugen [Wed, 23 Dec 2020 19:07:25 +0000 (20:07 +0100)]
[homekit] fix for #9478. add listener for metadata changes (#9484)
Signed-off-by: Eugen Freiter <freiter@gmx.de>
J-N-K [Wed, 23 Dec 2020 18:45:26 +0000 (19:45 +0100)]
[tr064] fix wrong soapconnector (#9488)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
robnielsen [Wed, 23 Dec 2020 03:51:22 +0000 (21:51 -0600)]
[ecobee] only log stack traces to openhab.log if debug is enabled (#9443)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
J-N-K [Wed, 23 Dec 2020 03:19:37 +0000 (04:19 +0100)]
[tr064] fix fritz.box lookup (#9454)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Christoph Weitkamp [Wed, 23 Dec 2020 03:18:25 +0000 (04:18 +0100)]
[checkstyle] Treat packages containing .dto. the same way as java classes ending in DTO (#7257) (#9466)
* Treat packages containing .dto. the same way as java classes ending in DTO
Signed-off-by: Arne Seime <arne.seime@gmail.com>
Co-authored-by: Christoph Weitkamp <github@christophweitkamp.de>
olivierkeke [Wed, 23 Dec 2020 03:08:39 +0000 (04:08 +0100)]
[teleinfo] Use new apparent power unit (#9456)
* Use new apparent power unit
* Apply spotless formatting
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
J-N-K [Wed, 23 Dec 2020 00:18:58 +0000 (01:18 +0100)]
[deconz] improve sensor thing initialization (#9453)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
pali [Tue, 22 Dec 2020 23:40:33 +0000 (01:40 +0200)]
[bluegiga] Improved illegal frame receiving handling (#9442)
Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
Mark Hilbush [Tue, 22 Dec 2020 23:31:33 +0000 (18:31 -0500)]
[bigassfan] Add representation property (#9472)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
Christoph Weitkamp [Tue, 22 Dec 2020 23:30:04 +0000 (00:30 +0100)]
[avmfritz] Minor improvements in code an documentation (#9464)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Mark Hilbush [Tue, 22 Dec 2020 22:07:25 +0000 (17:07 -0500)]
[globalcache] Add representation property (#9471)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
Anders Alfredsson [Tue, 22 Dec 2020 21:50:27 +0000 (22:50 +0100)]
[smhi] Add aggregated channels for daily forecast. (#9387)
* Add aggregated channels for daily forecast.
Also updates to use Optionals instead of @Nullables, and add unit tests
* Revert unsing explicit unit definition
Signed-off-by: Anders Alfredsson <andersb86@gmail.com>
Marcel [Tue, 22 Dec 2020 21:49:54 +0000 (22:49 +0100)]
[miio] Add support for xiaomi.airconditions c/ma/mc/mh/mt modesl (#9380)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Tue, 22 Dec 2020 21:49:26 +0000 (22:49 +0100)]
[miio] change vacuum segment channel from undef to - (#9371)
To support alexa integration.
closing #9172
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Michael Wodniok [Tue, 22 Dec 2020 21:48:16 +0000 (22:48 +0100)]
[icalendar] added last_update-channel (#9383)
last_update describes the last successful update of the calendar. Fixes #9301.
Signed-off-by: Michael Wodniok <michi@noorganization.org>
Mark Hilbush [Tue, 22 Dec 2020 20:06:42 +0000 (15:06 -0500)]
Fix pressure units (#9450)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
Christoph Weitkamp [Tue, 22 Dec 2020 19:55:08 +0000 (20:55 +0100)]
Added humidity channel, minor fixes (#9467)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Fabian Wolter [Tue, 22 Dec 2020 19:31:04 +0000 (20:31 +0100)]
[danfossairunit] Try to make tests more stable (#9473)
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Hilbrand Bouwkamp [Tue, 22 Dec 2020 19:03:08 +0000 (20:03 +0100)]
[astro] Fix for incorrect calculation of next season. (#9474)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Wouter Born [Tue, 22 Dec 2020 12:10:16 +0000 (13:10 +0100)]
Add "Bundles" to automation project names (#9457)
Fixes #9451
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Tue, 22 Dec 2020 12:09:50 +0000 (13:09 +0100)]
[groovyscripting] Fix build warnings (#9460)
Fixes these warnings:
[WARNING] /openhab-addons/bundles/org.openhab.automation.groovyscripting/pom.xml [10:52]: Invalid property key: `groovy.runtime.metaclass;resolution`: << groovy.runtime.metaclass;resolution:=optional,>>
[WARNING] /openhab-addons/bundles/org.openhab.automation.groovyscripting/pom.xml [11:61]: Invalid property key: `groovyjarjarantlr4.stringtemplate;resolution`: << groovyjarjarantlr4.stringtemplate;resolution:=optional,>>
[WARNING] /openhab-addons/bundles/org.openhab.automation.groovyscripting/pom.xml [12:50]: Invalid property key: `org.abego.treelayout.*;resolution`: << org.abego.treelayout.*;resolution:=optional,>>
[WARNING] /openhab-addons/bundles/org.openhab.automation.groovyscripting/pom.xml [13:44]: Invalid property key: `org.apache.ivy.*;resolution`: << org.apache.ivy.*;resolution:=optional,>>
[WARNING] /openhab-addons/bundles/org.openhab.automation.groovyscripting/pom.xml [14:53]: Invalid property key: `org.stringtemplate.v4.*;resolution`: << org.stringtemplate.v4.*;resolution:=optional,\\>>
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Tue, 22 Dec 2020 09:37:44 +0000 (10:37 +0100)]
Apply Spotless, update skeleton project version, resolve itest runbundles (#9459)
Signed-off-by: Wouter Born <github@maindrain.net>
Kai Kreuzer [Mon, 21 Dec 2020 20:32:15 +0000 (21:32 +0100)]
Improved README for Jython scripting (#9447)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
jenkins [Mon, 21 Dec 2020 10:36:42 +0000 (10:36 +0000)]
[unleash-maven-plugin] Preparation for next development cycle.
Matthew Skinner [Sun, 20 Dec 2020 13:43:48 +0000 (00:43 +1100)]
[All addons] Review all readme.md files for V3 changes. (#9439)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* modbus.e3dc: newlines added and remove broken anchor.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* modbus.stie..:remove multiple newlines.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* modbus.sunspec: remove multiple newlines.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Nanoleaf: remove PaperUI.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Neato: Remove openhab 2
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Nibe: remove PaperUI.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* NibeUplink: Remove PaperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Niko: Remove PaperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Nuki: Remove Paper UI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* OneWire: Remove multiple newlines.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* OpenUV: remove paperui
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* OpenWebNet: Remove paperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Pentair: remove openhab2 path
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Fix typo
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* RFXCOM: remove PaperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Russound: Remove PaperUI.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Samsung: remove paperui
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Siemens: remove paperui
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Samsung Smartthings: remove openhab 2 mention.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Somfy myLink: remove paperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Somfy Tahoma: remove paperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Sonos: Remove paperui ref
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Spotify: remove paperui
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Tankerkönig: remove java8 and paperUI references.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Tellstick: remove paperui
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Tibber: remove paperui
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Velbus: remove paperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Vitotronic: remove paperui
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* VolvoOnCall: remove paperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* WiFi LED: remove paperui
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* WlanThermo: remove paperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* XmlTV: remove openhab2 path
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Z-Way: Remove paperUI
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Update bundles/org.openhab.binding.nanoleaf/README.md
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
* MagentaTV: Fix typo
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* MagentaTV: Change to userId
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
J-N-K [Sun, 20 Dec 2020 12:22:59 +0000 (13:22 +0100)]
[deconz] fix alert channel (#9441)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
t2000 [Sat, 19 Dec 2020 22:49:59 +0000 (23:49 +0100)]
[icalendar] Provide example for Nextcloud usage (#9432)
* [icalendar] Provide example for Netcloud usage
Users of the icalender OH 1 binding might wonder how to get the url for the
ical file for their calenders. It took me a couple of hours to find this, so
I think it might be useful to have it as an example in the documentation.
Signed-off-by: Stefan Triller <github@stefantriller.de>
J-N-K [Sat, 19 Dec 2020 19:25:12 +0000 (20:25 +0100)]
[amazonechocontrol] Fixed link to UI (#9431)
* fix link in servlet
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Christoph Weitkamp [Sat, 19 Dec 2020 19:24:00 +0000 (20:24 +0100)]
Fixed Channel suffix for newly created Things (#9430)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>