]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
5 years ago[siemensrds] Hide already instantiated Things in the InBox (#9808)
Andrew Fiddian-Green [Wed, 13 Jan 2021 20:09:41 +0000 (20:09 +0000)]
[siemensrds]  Hide already instantiated Things in the InBox (#9808)

* [siemensrds] null value check
* [siemensrds] representation property

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
5 years ago[jablotron] fixed programmable gates channels are not visible in the OH3 UI (#9809)
Ondrej Pecta [Wed, 13 Jan 2021 20:00:50 +0000 (21:00 +0100)]
[jablotron] fixed programmable gates channels are not visible in the OH3 UI (#9809)

- fixed programmable gates channels are not visible in the OH3 UI

Signed-off-by: Ondrej Pecta <opecta@gmail.com>
5 years ago[miio] update readme maker (#9797)
Marcel [Wed, 13 Jan 2021 19:57:13 +0000 (20:57 +0100)]
[miio] update readme maker (#9797)

Update the readme maker to not suggest invalid item names (containing
hyphens)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[tesla] Correctly handle floating point numbers (#9802)
Kai Kreuzer [Wed, 13 Jan 2021 19:53:10 +0000 (20:53 +0100)]
[tesla] Correctly handle floating point numbers (#9802)

Fixes #9636

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[miio] add support for chungmiplug 212a01 (#9795)
Marcel [Wed, 13 Jan 2021 19:52:24 +0000 (20:52 +0100)]
[miio] add support for chungmiplug 212a01 (#9795)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[teleinfo] Fix memory leak (#9724)
olivierkeke [Wed, 13 Jan 2021 19:40:25 +0000 (20:40 +0100)]
[teleinfo] Fix memory leak (#9724)

* Use set instead list to avoid duplicate listeners
* Remove from listeners when bridge is not ONLINE
* Unsubscribe from bridge handler events when thing handler is disposed

Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
5 years ago[tado] added representation property (#9801)
Andrew Fiddian-Green [Wed, 13 Jan 2021 10:58:48 +0000 (10:58 +0000)]
[tado] added representation property (#9801)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
5 years ago[tplinksmarthome] Add support for KP115 plug (#9800)
Evan Anderson [Wed, 13 Jan 2021 10:56:09 +0000 (04:56 -0600)]
[tplinksmarthome] Add support for KP115 plug (#9800)

The KP115 plug is a WiFi smart plug with energy monitoring support.
It uses the same API as existing TP-Link smart home devices. This change adds support in the binding for the KP115.

Signed-off-by: Evan Anderson <evan@eaanderson.com>
5 years ago[draytonwiser] MDNS Fixes (#9806)
James Melville [Wed, 13 Jan 2021 10:54:27 +0000 (10:54 +0000)]
[draytonwiser] MDNS Fixes (#9806)

1. Fixes #8786 invalid uid on discovered hub
2. Resolve issue on startup in OH3 discovery result without address

Signed-off-by: James Melville <jamesmelville@gmail.com>
5 years ago[openhabcloud] Updated the openhab-cloud readme for OH3 (#9633)
Stefan300381 [Wed, 13 Jan 2021 10:48:54 +0000 (11:48 +0100)]
[openhabcloud] Updated the openhab-cloud readme for OH3 (#9633)

5 years ago[nanoleaf] Fixed color temperature setting (#9786)
Kai Kreuzer [Wed, 13 Jan 2021 07:24:41 +0000 (08:24 +0100)]
[nanoleaf] Fixed color temperature setting (#9786)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[linky] Set channel to UNDEF when data not yet available (#9774)
lolodomo [Tue, 12 Jan 2021 21:17:35 +0000 (22:17 +0100)]
[linky] Set channel to UNDEF when data not yet available (#9774)

Fix #9666

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[kostalinverter] Fixed package structure (#9559)
Hilbrand Bouwkamp [Tue, 12 Jan 2021 21:15:21 +0000 (22:15 +0100)]
[kostalinverter] Fixed package structure (#9559)

The internal package was placed before the binding specific package, and it should be the other way around.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years ago[neato] Fix npe in discovery service. (#9561) (#9564)
Jeff Lauterbach [Tue, 12 Jan 2021 21:14:38 +0000 (15:14 -0600)]
[neato] Fix npe in discovery service. (#9561) (#9564)

Signed-off-by: Jeff Lauterbach <jjlauterbach@gmail.com>
5 years ago[homematic] Fix for two (re)connection problems (#9692)
Martin Herbst [Tue, 12 Jan 2021 21:11:52 +0000 (22:11 +0100)]
[homematic] Fix for two (re)connection problems (#9692)

* Replace deprecated constructors
* Removed no longer existing settings from the documentation. They were already marked as deprecated since several versions.
* Refactored communication with the HM gateway
- simplified coding for the communication with the gateway
- buffer size for communication is now configurable to avoid problems
with too small buffers
- Previous solution for #6963 was not sufficient. Should be finally done
with these changes
* Retrieving the duty cycle is sufficient to check connection
- ping requests could therefore be safely removed problems with the automatic reconnection were solved.
* Changed to explicit list of Exception

Fixes #8808

Signed-off-by: Martin Herbst <develop@mherbst.de>
5 years agoNormalized thread names (#9581)
Hilbrand Bouwkamp [Tue, 12 Jan 2021 21:10:01 +0000 (22:10 +0100)]
Normalized thread names (#9581)

Related to #8216

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years ago[lcn] Fix displaying of "not enough licenses" message (#9761)
Fabian Wolter [Tue, 12 Jan 2021 21:05:12 +0000 (22:05 +0100)]
[lcn] Fix displaying of "not enough licenses" message (#9761)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
5 years agoUpdate bnd to 5.2.0 (#9785)
Wouter Born [Tue, 12 Jan 2021 21:02:35 +0000 (22:02 +0100)]
Update bnd to 5.2.0 (#9785)

See: https://github.com/bndtools/bnd/wiki/Changes-in-5.2.0

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[pidcontroller] Remove limits, make Ki dependent from the loop time, add reset comman...
Fabian Wolter [Tue, 12 Jan 2021 16:16:29 +0000 (17:16 +0100)]
[pidcontroller] Remove limits, make Ki dependent from the loop time, add reset command (#9759)

* [pidcontroller] Remove limits, make Ki dependent from the loop time

Also fix naming of thread and shutdown executor.

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[smartmeter] Fix flooding logs with warnings if serial port is not accesible (#9781)
t2000 [Mon, 11 Jan 2021 18:39:56 +0000 (19:39 +0100)]
[smartmeter] Fix flooding logs with warnings if serial port is not accesible (#9781)

Fixes #9780

Signed-off-by: Stefan Triller <github@stefantriller.de>
5 years ago[mqtt] Only unsubscribe if we subscribed before (#9758)
Jochen Klein [Sun, 10 Jan 2021 15:25:54 +0000 (16:25 +0100)]
[mqtt] Only unsubscribe if we subscribed before (#9758)

Fix for 9730

Signed-off-by: Jochen Klein <git@jochen.susca.de>
5 years ago[homekit] fix pairing after update (#9769)
eugen [Sun, 10 Jan 2021 15:25:18 +0000 (16:25 +0100)]
[homekit] fix pairing after update (#9769)

Signed-off-by: Eugen Freiter <freiter@gmx.de>
Co-authored-by: Eugen Freiter <freiter@gmx.de>
5 years agoFixes #9673 (#9762)
morph166955 [Sat, 9 Jan 2021 23:34:42 +0000 (17:34 -0600)]
Fixes #9673 (#9762)

Signed-off-by: morph166955 <rosenblumb@gmail.com>
5 years ago[deconz] Added channel to enable / disable motion sensor (#9686)
Christoph Weitkamp [Sat, 9 Jan 2021 21:53:23 +0000 (22:53 +0100)]
[deconz] Added channel to enable / disable motion sensor (#9686)

* Added channel to enable / disable motion sensor

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[tr064] reduce network load and improve XML handling (#9693)
J-N-K [Sat, 9 Jan 2021 09:41:22 +0000 (10:41 +0100)]
[tr064] reduce network load and improve XML handling (#9693)

* reduce network load
* adjust soap timeout

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[tr064] Merge duplicate phone book entries (#9739)
t2000 [Sat, 9 Jan 2021 09:39:21 +0000 (10:39 +0100)]
[tr064] Merge duplicate phone book entries (#9739)

* [tr064] Merge duplicate phone book entries

Fixes #9738

Signed-off-by: Stefan Triller <github@stefantriller.de>
5 years ago[tr064] Fixed parameter patterns (#9749)
J-N-K [Sat, 9 Jan 2021 09:37:44 +0000 (10:37 +0100)]
[tr064] Fixed parameter patterns (#9749)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[epsonprojector] Fix keycode channel to allow non-numeric characters (#9698)
mlobstein [Fri, 8 Jan 2021 22:22:46 +0000 (16:22 -0600)]
[epsonprojector] Fix keycode channel to allow non-numeric characters (#9698)

* Fix keycode channel to allow non-numeric characters

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
* Add additional enum values

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
5 years ago[homekit] use item name as accessory serial (#9748)
eugen [Fri, 8 Jan 2021 22:18:32 +0000 (23:18 +0100)]
[homekit] use item name as accessory serial (#9748)

Signed-off-by: Eugen Freiter <freiter@gmx.de>
Co-authored-by: Eugen Freiter <freiter@gmx.de>
5 years ago [dsmr] Fix handling problem reading gasmeter (#9736)
Hilbrand Bouwkamp [Fri, 8 Jan 2021 22:16:33 +0000 (23:16 +0100)]
 [dsmr] Fix handling problem reading gasmeter (#9736)

* [dsmr] Fix handling problem reading gasmeter

The gasmeter seem to return an invalid date value in some cases.
Possible problems with the meter. This however caused the whole meter readings to be ignored, while it should only ignore the single problem value.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
* [dsmr] Make eclipse happy again.

Don't ask...

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
* [dsmr] Removed sat warnings

Removed usage of apache library and added NonNullByDefault to test classes..

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years ago[innogysmarthome] NullPointerException fixed which could occur when no device state...
Sven Strohschein [Fri, 8 Jan 2021 22:07:38 +0000 (23:07 +0100)]
[innogysmarthome] NullPointerException fixed which could occur when no device state is available (#9660) (#9677)

* [innogysmarthome] Bug-fix - NPE solved which could occur when devices without a corresponding device state were returned by the API. That happened with the virtual device "NotificationSender" which is unimportant for the binding.

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] JavaDoc fixed

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimizations (warnings fixed)

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code refactoring (InnogyClient class split to make it smaller)

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization ; Potential bug with the reachable attribute solved (it was set multiple times within a loop)

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Tests added

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Tests added

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code changed to not overwrite the reachable state provided by the API (when no corresponding message is available)

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Copyright notice updated

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
* [innogysmarthome] Code and performance optimization

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Co-authored-by: Sven Strohschein <sven.strohschein@gmail.com>
5 years ago[homekit] add support for QR code based pairing (#9475)
eugen [Fri, 8 Jan 2021 22:03:54 +0000 (23:03 +0100)]
[homekit] add support for QR code based pairing (#9475)

* add support qrcode based pairing

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* add screenshots

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* fix typo

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* update config only if differnt to prevent endless update loop

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* clean up

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* add support qrcode based pairing

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* add screenshots

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* fix typo

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* update config only if differnt to prevent endless update loop

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* clean up

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* incorporate review feedback

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* fix Nullable based on feedback

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* correct the java hap version

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* Update bundles/org.openhab.io.homekit/pom.xml

* adapt groupid

Signed-off-by: Eugen Freiter <freiter@gmx.de>
* incorporate review feedback

Signed-off-by: Eugen Freiter <freiter@gmx.de>
Co-authored-by: Eugen Freiter <freiter@gmx.de>
Co-authored-by: J-N-K <J-N-K@users.noreply.github.com>
5 years ago[openwebnet] Improvements for ZigBee USB and Dimmers (#9662)
M Valla [Fri, 8 Jan 2021 22:00:55 +0000 (23:00 +0100)]
[openwebnet] Improvements for ZigBee USB and Dimmers (#9662)

* [openwebnet] Log messages cleanup

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] Fixed normalizeWhere
* added builder for Bus Where addresses
* added messages to OwnIdTest
* depend on own4j 0.3.3-SNAPSHOT

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] Discovery & reconnect for ZigBee USB gateways
* added mgmt of disconnect/reconnect of ZigBee USB Gateway from serial (#9170)
* added ZigBee USB Gateway auto discovery (#9171)

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] fixed up/down automation for old fw (#9651)
* now using openwebnet4j 0.3.3 (nrjavaserial 5.2.1)

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] Fixes lowering dimmers from 20 to 10% does not change device level #9317
- bump openwebnet4j to 0.3.4

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] changes after PR review

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
5 years ago[tr064] Normalize numbers in phonebook entries (#9733)
maniac103 [Thu, 7 Jan 2021 16:38:47 +0000 (17:38 +0100)]
[tr064] Normalize numbers in phonebook entries (#9733)

* [tr064] Normalize numbers in phone book entries.

Phone book numbers and numbers to be looked up might be formatted
differently (real world example: '+49 (12345) 67890' vs. '01234567890'
(where the former is phonebook formatting and the latter is the format
transmitted by the avmfritz binding). Make sure such formatting
differences do not cause lookup mismatches.

Signed-off-by: Danny Baumann <dannybaumann@web.de>
5 years ago[icalendar] Update Items configuration in README (#9714)
Felix Hirschberg [Thu, 7 Jan 2021 06:48:36 +0000 (07:48 +0100)]
[icalendar] Update Items configuration in README (#9714)

Signed-off-by: Felix Hirschberg <felix@diescouts.de>
5 years ago[draytonwiser] Expose Smart Plug Power Metering, Improve null handling (#9706)
James Melville [Wed, 6 Jan 2021 23:09:11 +0000 (23:09 +0000)]
[draytonwiser] Expose Smart Plug Power Metering, Improve null handling (#9706)

* [draytonwiser] Expose Smart Plug Power Metering
* [draytonwiser] Handle null values from offline devices

Signed-off-by: James Melville <jamesmelville@gmail.com>
5 years ago[openweathermap] Added more supported languages (#9717)
Christoph Weitkamp [Wed, 6 Jan 2021 21:22:52 +0000 (22:22 +0100)]
[openweathermap] Added more supported languages (#9717)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[tibber] Fix typos in README.md (#9721)
Taxifahrer [Wed, 6 Jan 2021 21:18:35 +0000 (22:18 +0100)]
[tibber] Fix typos in README.md (#9721)

* Update README.md

Fixed some typos

* Update README.md

Fixed some typos

Signed-off-by: Taxifahrer <77075719+Taxifahrer@users.noreply.github.com>
5 years ago[modbus] itests: Fix testRefreshOnData (#9668)
Sami Salonen [Wed, 6 Jan 2021 21:15:38 +0000 (23:15 +0200)]
[modbus] itests: Fix testRefreshOnData (#9668)

* [modbus] itests: Fix testRefreshOnData

Resolves #9617

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
* [modbus] using default timeouts for waitForAssert

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
* [modbus] mvn spotless:apply

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
5 years ago[http] enable UoM for number channels (#9601)
J-N-K [Wed, 6 Jan 2021 21:12:31 +0000 (22:12 +0100)]
[http] enable UoM for number channels (#9601)

* add unit

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* documentation an XML

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* address review comments

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* improvements

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* improvements

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[Daikinmadoka] New channels and fixes (#9368)
Benjamin Lafois [Wed, 6 Jan 2021 20:50:55 +0000 (21:50 +0100)]
[Daikinmadoka] New channels and fixes (#9368)

* added new channels and extra fixes

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
* wip

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
* added multiple channels

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
* fixes after PR comments

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
* added support for AUTO fan mode

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
* Fixes units

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
* Fix PR

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
* PR fixes

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
* PR fixes

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
* Fixed copyright 2020->2021

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
5 years ago[xmppclient] Update examples rules for OH3 usage (#9643)
s0-er-eN [Wed, 6 Jan 2021 20:46:25 +0000 (21:46 +0100)]
[xmppclient] Update examples rules for OH3 usage (#9643)

- Rename parameter 1 of "getActions" from "xmpp" to "xmppclient".
- Remove "getEvent()" as "receivedEvent" automatically contains the String since OH3.

5 years ago[remoteopenhab] Fix Remote openHAB Readme typos and introduce non-breaking spaces...
Stefan [Wed, 6 Jan 2021 20:44:18 +0000 (21:44 +0100)]
[remoteopenhab] Fix Remote openHAB Readme typos and introduce non-breaking spaces in 'openHAB v' for readability (#9652)

Signed-off-by: Stefan Gänsler <openhab-git_19@green-sparklet.de>
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>