]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
5 years ago [WiFi LED] Expanded example (#9627)
banzaay [Wed, 6 Jan 2021 20:12:27 +0000 (21:12 +0100)]
 [WiFi LED] Expanded example (#9627)

* Expanded example

Signed-off-by: ACTIS GROSSO MIRKO <U364286@sede.corp.sanpaoloimi.com>
* [WiFi LED] Expanded example

Signed-off-by: ACTIS GROSSO MIRKO <U364286@sede.corp.sanpaoloimi.com>
* [WiFi LED] Expanded example

* [WiFi LED] Expanded example

Signed-off-by: ACTIS GROSSO MIRKO <U364286@sede.corp.sanpaoloimi.com>
* [WiFi LED] Expanded example

Signed-off-by: ACTIS GROSSO MIRKO <U364286@sede.corp.sanpaoloimi.com>
* [WiFi LED] Expanded example

Co-authored-by: ACTIS GROSSO MIRKO <U364286@sede.corp.sanpaoloimi.com>
5 years ago[nikobus] Refresh impacted modules on simulated button press (#9716)
Boris Krivonog [Wed, 6 Jan 2021 19:41:37 +0000 (20:41 +0100)]
[nikobus] Refresh impacted modules on simulated button press (#9716)

In case of simulated Nikobus push button event refresh impacted modules too so binding fetches the updated state from affected modules.

Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
5 years ago[logreader] Correct example for telegram binding (#9663)
Sören Berger [Wed, 6 Jan 2021 19:39:01 +0000 (20:39 +0100)]
[logreader] Correct example for telegram binding (#9663)

The original example references to the old telegram action, which is no longer supported. The updated example uses the (new) telegram binding.

Signed-off-by: Sören Berger <soeren.berger@u1337.de>
5 years ago[tr064] improve documentation (#9667)
J-N-K [Wed, 6 Jan 2021 19:38:14 +0000 (20:38 +0100)]
[tr064] improve documentation (#9667)

* improve documentation

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Co-authored-by: Stefan Giehl <stefan@matomo.org>
5 years agoUpdate Mockito, JUnit and use MockitoExtensions in itests (#9702)
Wouter Born [Wed, 6 Jan 2021 13:30:40 +0000 (14:30 +0100)]
Update Mockito, JUnit and use MockitoExtensions in itests (#9702)

* Updates Mockito to 3.7.0
* Updates JUnit to 5.7.0
* Use MockitoExtensions where possible

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[groovyscripting] Update Groovy to 3.0.7 and add more docs (#9708)
Wouter Born [Wed, 6 Jan 2021 07:46:43 +0000 (08:46 +0100)]
[groovyscripting] Update Groovy to 3.0.7 and add more docs (#9708)

Fixes #8951

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[lgwebos] Remove outdated statement from README.md (#9697)
Sebastian Prehn [Tue, 5 Jan 2021 16:38:37 +0000 (17:38 +0100)]
[lgwebos] Remove outdated statement from README.md (#9697)

* [lgwebos] Remove outdated statement from README.md
Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
* Adding a sentence on why these TV settings are relevant.
Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
5 years ago[icalendar] Change migration of last_update to use ThingHandlerCallback (#9681)
Michael Wodniok [Tue, 5 Jan 2021 06:30:26 +0000 (07:30 +0100)]
[icalendar] Change migration of last_update to use ThingHandlerCallback (#9681)

* [icalendar] Change migration of last_update to use ThingHandlerCallback

Fixes #9674.

Signed-off-by: Michael Wodniok <michi@noorganization.org>
5 years ago[remoteopenhab] Catch exception when parsing item state (#9690)
lolodomo [Mon, 4 Jan 2021 23:55:25 +0000 (00:55 +0100)]
[remoteopenhab] Catch exception when parsing item state (#9690)

* [remoteopenhab] Catch exception when parsing item state
* Review comment: set channel state to UNDEF in case item state parsing failed

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[lcn] Set advanced flags more reasonably (#9676)
Fabian Wolter [Mon, 4 Jan 2021 23:53:57 +0000 (00:53 +0100)]
[lcn] Set advanced flags more reasonably (#9676)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[homekit] Improve documentation (#9683)
Jerome Luckenbach [Mon, 4 Jan 2021 21:29:39 +0000 (22:29 +0100)]
[homekit] Improve documentation (#9683)

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
5 years ago[js] Added 'ConfigOptionProvider' to provide filenames ending with '.js' in Profile...
Christoph Weitkamp [Mon, 4 Jan 2021 17:32:02 +0000 (18:32 +0100)]
[js] Added 'ConfigOptionProvider' to provide filenames ending with '.js' in Profile configuration (#9646)

* Added ConfigOptionProvider to provide file names ending with '.js' in Profile configuration

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[hue] Fixed configuration update for parameter 'ledindication' (#9685)
Christoph Weitkamp [Mon, 4 Jan 2021 17:15:44 +0000 (18:15 +0100)]
[hue] Fixed configuration update for parameter 'ledindication' (#9685)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[hue] Fixed German translations for motion sensor (#9687)
Christoph Weitkamp [Mon, 4 Jan 2021 17:09:49 +0000 (18:09 +0100)]
[hue] Fixed German translations for motion sensor (#9687)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[nikobus] open connection on refresh even if no modules exist (#9603)
Wouter Denayer [Mon, 4 Jan 2021 11:10:36 +0000 (12:10 +0100)]
[nikobus] open connection on refresh even if no modules exist (#9603)

* open connection on refresh even if no modules exist

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* ran mvn spotless:apply

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* removed unnecessary file

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* returning when the connection is offline since following code won't work
either.

Signed-off-by: Wouter Denayer <wouter@denayer.com>
Co-authored-by: Wouter Denayer <wouter@denayer.com>
5 years ago[openhabcloud] APT Installation path update for openHAB 3 (#9679)
ItIsFelix [Mon, 4 Jan 2021 10:32:56 +0000 (11:32 +0100)]
[openhabcloud] APT Installation path update for openHAB 3 (#9679)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[icalendar] Fixed issues with moved events and wrong displayed events (#9678)
Michael Wodniok [Mon, 4 Jan 2021 09:53:25 +0000 (10:53 +0100)]
[icalendar] Fixed issues with moved events and wrong displayed events (#9678)

* [icalendar] Fixed issues with moved events and wrong displayed events
* [icalendar] Changed test to use local time in test-calendar of #9647

Fixes #9647.

Handling for RFC 5545's RECURRENCE-ID field inside of
events and rounded begin (and based on it end) down in subsecond
precision.

The calendar does not define a timezone. On a machine that uses a
different timezone than Europe/Berlin the test failed. As the behavior
itself is specified, the test was changed to use local time for its
dates.

Signed-off-by: Michael Wodniok <michi@noorganization.org>
5 years ago[remoteopenhab] Consider the remote item pattern formatter (#9657)
lolodomo [Mon, 4 Jan 2021 05:35:09 +0000 (06:35 +0100)]
[remoteopenhab] Consider the remote item pattern formatter (#9657)

* [remoteopenhab] Consider the remote item pattern formatter

Fux #9645
* Review comment: use computeIfAbsent

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[lcn] Refactor and fix null warnings (#9675)
Fabian Wolter [Mon, 4 Jan 2021 05:31:56 +0000 (06:31 +0100)]
[lcn] Refactor and fix null warnings (#9675)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[tr064] fix comment in SOAP request (#9671)
J-N-K [Sun, 3 Jan 2021 17:46:50 +0000 (18:46 +0100)]
[tr064] fix comment in SOAP request (#9671)

* fix comment in SAOP request
* fix typo in channel-name

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[zoneminder] Fixed most recent event channels (#9672)
Mark Hilbush [Sun, 3 Jan 2021 16:38:15 +0000 (11:38 -0500)]
[zoneminder] Fixed most recent event channels (#9672)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
5 years ago[jdbc] Return QuantityTypes for number items with dimension (#9426)
Christoph Weitkamp [Sun, 3 Jan 2021 16:34:53 +0000 (17:34 +0100)]
[jdbc] Return QuantityTypes for number items with dimension (#9426)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[max] Removed 'advanced' flag for room and name config params as they are not advance...
Christoph Weitkamp [Sun, 3 Jan 2021 14:37:45 +0000 (15:37 +0100)]
[max] Removed 'advanced' flag for room and name config params as they are not advanced for other thing types (#9670)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[map] Added ConfigOptionProvider to provide file names ending with '.map' in Profile...
Christoph Weitkamp [Sun, 3 Jan 2021 13:38:21 +0000 (14:38 +0100)]
[map] Added ConfigOptionProvider to provide file names ending with '.map' in Profile configuration (#9641)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[scale] Added ConfigOptionProvider to provide file names ending with '.scale' in...
Christoph Weitkamp [Sun, 3 Jan 2021 13:35:46 +0000 (14:35 +0100)]
[scale] Added ConfigOptionProvider to provide file names ending with '.scale' in Profile configuration (#9640)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[http] fix initial refresh (#9626)
J-N-K [Sun, 3 Jan 2021 13:13:25 +0000 (14:13 +0100)]
[http] fix initial refresh (#9626)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[linuxinput] improve thread names (#9582)
Thomas Weißschuh [Sun, 3 Jan 2021 09:26:09 +0000 (10:26 +0100)]
[linuxinput] improve thread names (#9582)

See #9581

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
5 years ago[amazonechocontrol] fix SmartHomeDevice channels (#9644)
GiviMAD [Sun, 3 Jan 2021 08:00:55 +0000 (09:00 +0100)]
[amazonechocontrol] fix SmartHomeDevice channels (#9644)

* [amazonechocontrol] add channel-types to schema
* [amazonechocontrol] use mergedApplianceIds to query state

Signed-off-by: Miguel <miguelwork92@gmail.com>
5 years ago[gpio] GPIO Binding initial contribution (#1334)
Nils Bauer [Sun, 3 Jan 2021 07:38:22 +0000 (08:38 +0100)]
[gpio] GPIO Binding initial contribution (#1334)

* Added GPIO support

Signed-off-by: Nils Bauer <nbauer@niba.tech>
5 years ago[tivo] Update tivo binding for OH3 (#9302)
mlobstein [Sun, 3 Jan 2021 07:06:38 +0000 (01:06 -0600)]
[tivo] Update tivo binding for OH3 (#9302)

* Baseline original code from AndyXMB
* Initial updates for OH3
* fix null warnings and add sub-channel handling

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
5 years ago[loxone] Fix for #8693 - removed deadlock (#9624)
Pawel Pieczul [Sun, 3 Jan 2021 07:00:50 +0000 (08:00 +0100)]
[loxone] Fix for #8693 - removed deadlock (#9624)

Signed-off-by: Pawel Pieczul <pieczul@gmail.com>
5 years ago[tr064] fix wanBlockByIP channel and improvements to parameter handling (#9655)
J-N-K [Sun, 3 Jan 2021 01:52:15 +0000 (02:52 +0100)]
[tr064] fix wanBlockByIP channel and improvements to parameter handling (#9655)

- fix wanBlockByIP channel
- allow comments in parameter lists
- fix compiler warnings

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[remoteopenhab] Handle IllegalArgumentException when building channels (#9638)
lolodomo [Sun, 3 Jan 2021 00:25:09 +0000 (01:25 +0100)]
[remoteopenhab] Handle IllegalArgumentException when building channels (#9638)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[hueemulation] Fix nginx example configuration (#9550)
Merlin Westphal [Sun, 3 Jan 2021 00:06:56 +0000 (01:06 +0100)]
[hueemulation] Fix nginx example configuration (#9550)

5 years ago[tr064] improve documentation and add textual config example (#9648)
Lionello Marrelli [Sat, 2 Jan 2021 21:19:23 +0000 (22:19 +0100)]
[tr064] improve documentation and add textual config example (#9648)

* Expanded descriptions and note on textual config

Some paragraphs are expanded and some more info on the fritzbox subdevices are given.  Channels are grouped by subdevice.  Textual description with .items files is briefly described at the end but a clear warning on possible drawbacks is given and it is also clearly stated that it is discouraged.

Signed-of-by: Lionello Marrelli <marrelli_lio@yahoo.it>
5 years ago[draytonwiser] Fix typos in log messages and class names (#9650)
Andrew Schofield [Sat, 2 Jan 2021 21:14:22 +0000 (21:14 +0000)]
[draytonwiser] Fix typos in log messages and class names (#9650)

In some cases "DraytonWiser" was mis-spelled as "DraytonWise"

Signed-off-by: Andrew Schofield <the.uncle.fungus@gmail.com>
5 years ago[onewire] update documentation (#9656)
J-N-K [Sat, 2 Jan 2021 21:10:13 +0000 (22:10 +0100)]
[onewire] update documentation (#9656)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years agoUpdate license headers to 2021 (#9620)
Wouter Born [Sat, 2 Jan 2021 21:03:14 +0000 (22:03 +0100)]
Update license headers to 2021 (#9620)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[samsungtv] UPnP devices discovery refactored (#9525)
Kai Kreuzer [Sat, 2 Jan 2021 20:01:08 +0000 (21:01 +0100)]
[samsungtv] UPnP devices discovery refactored (#9525)

Also-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[powermax] Improve debugging in message classes (#9314)
Ron Isaacson [Sat, 2 Jan 2021 19:59:57 +0000 (14:59 -0500)]
[powermax] Improve debugging in message classes (#9314)

* Improve debugging in message classes
Each PowermaxBaseMessage subclass had its own toString() which added
useful debug info but duplicated a lot of the logic in the message
handler. I've moved the debug info inline and removed the duplication,
and also added decoding for more values to the debug output.
* Fix for 0xFF byte values, which convert to int -1
* Change to inline debug messages

Signed-off-by: Ron Isaacson <isaacson.ron@gmail.com>
5 years ago[draytonwiser] Add comfort mode option to boiler controller (#9649)
Andrew Schofield [Sat, 2 Jan 2021 19:58:16 +0000 (19:58 +0000)]
[draytonwiser] Add comfort mode option to boiler controller (#9649)

Signed-off-by: Andrew Schofield <the.uncle.fungus@gmail.com>
5 years ago[ecobee] Fix actions (#9632)
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>
5 years ago[modbus] Disable unstable ModbusDataHandlerTest#testRefreshOnData itest (#9653)
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>
5 years ago[atlona] Make volume a whole number & remove StringUtils (#9631)
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>
5 years ago[tradfri] Fix NPE if gateway is unreachable (#9629)
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>
5 years ago[dwdunwetter] documentation for binding updated (#9585)
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

5 years ago[http] Fix typo in documentation (#9612)
digitlength [Thu, 31 Dec 2020 16:02:07 +0000 (16:02 +0000)]
[http] Fix typo in documentation  (#9612)

Typo

5 years ago[http] fix missing escaping of URLs (#9618)
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>
5 years ago[icalendar] Add relevant handling of last_update channel (#9616)
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>
5 years ago[zoneminder] Update README.md (#9615)
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

5 years ago[deconz] refactoring and fix connection issues (#9614)
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>
5 years ago[modbus.helioseasycontrols] Corrected some item types in the documentation. (#9605)
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>
5 years ago[zoneminder] Rework discovery to not use the thing handler thread (#9600)
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>
5 years ago[chromecast] Prevent exception when formatting value (#9596)
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>
5 years ago[http] add pre-emptive basic authentication and fix header handling (#9584)
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>
5 years ago[yioremote] BugFix sendIRCode action (#9574)
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>
5 years ago[pioneeravr] Update README with correct examples for port configuration. (#9589)
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>
5 years ago[deconz] properly initialize colorMode (#9583)
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>
5 years ago[elerotransmitterstick] Drop responses that do not fit the command that was sent...
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>
5 years ago[googletts] Replace "Other" option when creating valid Google-Cloud-TTS OAuth2 Client...
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>
5 years agoPrevent exception when formatting value (#9597)
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>
5 years ago[dwdunwetter] Fixed channel update (#9594)
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>
5 years ago[tr064] log warning if config invalid (#9529)
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>
5 years ago[http] fix documentation for channel modes (#9593)
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

5 years ago[ecobee] Rework discovery (#9522)
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>
5 years ago[linky] Handle case when data from yesterday is still NaN (#9423)
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>
5 years ago[http] Add examples (#9540)
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>
5 years ago[ojelectronics] Fix configuration sample (#9551)
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>
5 years ago[danfossairunit] removed "advanced" attribute in channel-group-type (things-types...
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>
5 years ago[feed] Try to make tests more stable (#9565)
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>
5 years ago[influxdb] Treat a stored 1 AND 1.0 as true (#9545)
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>
5 years ago[openthermgateway] Add Diagnostics indication channel (#9516)
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>
5 years ago[pidcontroller] Initial Contribution (#9512)
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>
5 years ago[fronius] Add support for Fronius Smart Meter (#9209)
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>
5 years ago[http] Add rate-limiting to channel refresh (#9509)
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>
5 years ago[tr064] add rule action for phonebook (#9505)
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>
5 years ago[comfoair] improve data handling (#9401)
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>
5 years ago[lutron] Add debug logging in leapbridge (#9554)
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>
5 years ago[nikohomecontrol] Fix typo in readme (#9549)
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>
5 years ago[mqtt] improve documentation (#9541)
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>
5 years ago[alarmdecoder] Fix description in feature.xml (#9553)
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>
5 years ago[modbus] Added support for RTU encoding over TCP (#9435)
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>
5 years ago[generacmobilelink| Initial Contribution (#9322)
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>
5 years ago[miio] Update many channels with tags, categories & QuantityTypes (#9384)
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>
5 years ago[velux] Enabled background discovery (#9477)
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>
5 years agoMissing comma in base64 message (#9539)
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>
5 years agoimprove error handling (#9543)
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>
5 years ago[netatmo] Pimp channel types with proper categories (#9531)
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>
5 years ago[miele] Use dedicated thread for event listening (#9536)
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>
5 years ago[miio] suggest correct devicenames in readmehelper (#9379)
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>
5 years agoFix DateTime Control channel label. (#9533)
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>
5 years ago[denonmarantz] Run the Telnet socket in a dedicated thread (#9511)
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>
5 years ago[tr064] Fix CRCErrors (#9527)
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>
5 years ago[squeezebox] Clarify the process of adding/discovering the server (#9197)
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>
5 years ago[senechome] changed BatteryState to String (#9521)
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>
5 years ago[avmfritz] Pimp properties and channel types with proper categories (#9514)
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>
5 years ago[tr064] Adds new channels for DSL Max & Current Down-/Upstream Rate (#9519)
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>
5 years ago[homematic] For non HmIP dimmers stateDescription values must be corrected too (...
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>
5 years ago[icalendar] optimization of eventfilter-search and more debug output (#9501)
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>
5 years ago[epsonprojector] Add ESC/VP.net handshake for projectors with built-in ethernet ...
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>