]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
4 years agoAdded service references to DynamicCommandDescriptionProvider and DynamicStateDescrip...
Christoph Weitkamp [Mon, 21 Jun 2021 20:08:35 +0000 (22:08 +0200)]
Added service references to DynamicCommandDescriptionProvider and DynamicStateDescriptionProvider to support publishing ChannelDescriptionChangedEvent (#10717)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
4 years ago[miio] Add support gateway lumi.gateway.mieu01 (#10893)
Marcel [Mon, 21 Jun 2021 20:07:17 +0000 (22:07 +0200)]
[miio] Add support gateway lumi.gateway.mieu01 (#10893)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[mqtt.generic] Percentage range fix #10586 (#10587)
Rogier Hofboer [Mon, 21 Jun 2021 19:24:54 +0000 (21:24 +0200)]
[mqtt.generic] Percentage range fix #10586 (#10587)

Signed-off-by: Rogier Hofboer <rogier@hofboer.nl>
4 years ago[miio] fix typo (#10894)
Marcel [Mon, 21 Jun 2021 19:16:34 +0000 (21:16 +0200)]
[miio] fix typo (#10894)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years agoAdded service references to DynamicCommandDescriptionProvider to support publishing...
Christoph Weitkamp [Mon, 21 Jun 2021 19:14:37 +0000 (21:14 +0200)]
Added service references to DynamicCommandDescriptionProvider to support publishing ChannelDescriptionChangedEvent (#10716)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
4 years ago[solarwatt] Initial contribution for solarwatt energy manager (#10091)
Sven Carstens [Mon, 21 Jun 2021 16:21:50 +0000 (18:21 +0200)]
[solarwatt] Initial contribution for solarwatt energy manager (#10091)

* [ADD] First version which was tested with my local setup.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
Signed-off-by: Sven Carstens <sven.carstens@aoe.com>
* [ADD] Refactoring, add calculated value for direct self consumption and prepare for more.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [ADD] Add chanel description to README and make some channels advanced.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Remove wrong colon in channel types.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Put colon at the right place in channel types.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Fix spelling of PVPlant in constants and things.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Separate channelName from energy manager tagName.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Reduce loglevels and fix findings from code-analysis.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Move all custom calculations to the handler instances, remove custom tracking of child handlers, fix wrong calculation of the "direct consumed" values.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Improve README and remove unnecessary Nullable and NotNull annotations.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Change wrong ItemType for power items in README

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Change modeConverter to Switch

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Relay stateDevice to Thing status, anything but "OK" means ThingStatus.OFFLINE

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Remove stateDevice from items as it is represented by the device status.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Improve README and remove unnecessary logging.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Improve README.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Improve README.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Allow child things to be configured by hand with a guid.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Allow child things to be configured by hand with a guid.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Improve README and move things config to separate config.xml

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Improve README and remove all trace/debug logging.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
* [MOD] Use real channel timestamp as the refresh trigger.

Signed-off-by: Sven Carstens <s.carstens@gmx.de>
Co-authored-by: Sven Carstens <sven.carstens@aoe.com>
4 years agoFix build (#10892)
Wouter Born [Mon, 21 Jun 2021 09:50:14 +0000 (11:50 +0200)]
Fix build (#10892)

Caused by https://github.com/openhab/openhab-addons/pull/10890

Signed-off-by: Wouter Born <github@maindrain.net>
4 years ago[influxdb] v2: Fix history queries if items are not tagged (#10888)
Stefan Triller [Mon, 21 Jun 2021 06:50:13 +0000 (08:50 +0200)]
[influxdb] v2: Fix history queries if items are not tagged (#10888)

Was missing in https://github.com/openhab/openhab-addons/pull/10680

Fixes #10887

Signed-off-by: Stefan Triller <github@stefantriller.de>
4 years agoAdded missing </li> attributes in last comment section (#10890)
Puzzlr [Mon, 21 Jun 2021 06:48:48 +0000 (08:48 +0200)]
Added missing </li> attributes in last comment section (#10890)

4 years ago[miio] improve zhimi fan channels (#10882)
Marcel [Sun, 20 Jun 2021 18:58:05 +0000 (20:58 +0200)]
[miio] improve zhimi fan channels (#10882)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[snmp] Apply UoM to number channels from an SNMP target (#10681)
James Melville [Sun, 20 Jun 2021 18:30:37 +0000 (19:30 +0100)]
[snmp] Apply UoM to number channels from an SNMP target (#10681)

* Add Unit handling functionality to SNMP Reads

Signed-off-by: James Melville <jamesmelville@gmail.com>
* Use core library for Unit parsing

Signed-off-by: James Melville <jamesmelville@gmail.com>
4 years ago[OmniLink] Simplify updating properties (#10889)
Ethan Dye [Sun, 20 Jun 2021 18:26:55 +0000 (12:26 -0600)]
[OmniLink] Simplify updating properties (#10889)

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
4 years ago[icloud] Update README.md (#10886)
BigGeorgeTx [Sun, 20 Jun 2021 18:24:10 +0000 (12:24 -0600)]
[icloud] Update README.md (#10886)

4 years ago[miio] improve dreame mc1808 channels (#10873)
Marcel [Sun, 20 Jun 2021 18:19:51 +0000 (20:19 +0200)]
[miio] improve dreame mc1808 channels (#10873)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[ihc] Support for TLSv1.2 (#10856)
pali [Sun, 20 Jun 2021 18:07:12 +0000 (21:07 +0300)]
[ihc] Support for TLSv1.2 (#10856)

* [ihc] Support for TLSv1.2

So far IHC controller have supported only TLSv1. As TLSv1 is already
deprecated and upcoming IHC controller FW version will introduce support
for TLSv1.2.

This change introduce TLSv1.2 support for the binding. TLS version is
selectable to be backward compatible for older controller versions.

Communication error handling is also improved e.g. because of wrong
password or if Java environment doesn't support required TLS version.
When fatal communication error occurs, binding will not hammer
controller with retries as it need user actions.

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
* [ihc] Introduced auto mode and other improvements

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
* [ihc] introduced default constant

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
4 years ago[homeconnect] 9 channels added for washer appliance (#10809)
lolodomo [Sun, 20 Jun 2021 18:03:05 +0000 (20:03 +0200)]
[homeconnect] 9 channels added for washer appliance (#10809)

* [homeconnect] 9 channels added for washer appliance

Corresponding to 9 program options not fully supported by the API.

Fix #10704

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: formatting in XML thing file

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: add these new channels (except i-DOS) to washerdryer appliance

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: method isLinkedChannelsForUnsupportedFeatures renamed

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Change state options for rinse plus channel

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Update the new channels when the active program is updated

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: update documentation

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: typo in channel description

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[nest] Add support for Smart Device Management (SDM) API (#8947)
Wouter Born [Sun, 20 Jun 2021 17:59:46 +0000 (19:59 +0200)]
[nest] Add support for Smart Device Management (SDM) API (#8947)

* [nest] Add support for Smart Device Management (SDM) API

* Reworks WWN implementation so that the thing types have a wwn_ prefix and the classes have a WWN prefix and reside in a 'wwn' package
* Adds an SDM implementation which is also based on: https://github.com/bhigg-code/openhab-addons/tree/2.5.x/bundles/org.openhab.binding.nestdeviceaccess
* Adds unit tests for (de)serialization of the SDM and Pub/Sub API requests and responses
* Updates the binding documentation for the changes and additions

Fixes #8664

Also-by: Brian Higginbotham <brianhigginbothamtx@gmail.com>
Signed-off-by: Wouter Born <github@maindrain.net>
* Fix and improve documentation

Signed-off-by: Wouter Born <github@maindrain.net>
* Always use UTF8 when decoding SDM events

Signed-off-by: Wouter Born <github@maindrain.net>
4 years ago[remoteopenhab] Avoid registering conflicting filters for SSE connection (#10870)
lolodomo [Sun, 20 Jun 2021 17:36:34 +0000 (19:36 +0200)]
[remoteopenhab] Avoid registering conflicting filters for SSE connection (#10870)

* [remoteopenhab] Avoid registering conflicting filters for SSE connection

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Remove default constructor

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: declare the hostname verifier in a variable

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[miio] fix discovery issue when for devices with dot (#10880)
Marcel [Sun, 20 Jun 2021 12:10:48 +0000 (14:10 +0200)]
[miio] fix discovery issue when for devices with dot (#10880)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[rfxcom] Add firmware type, avoid crashing on unknown. (#10879)
James Hewitt [Sat, 19 Jun 2021 09:29:58 +0000 (10:29 +0100)]
[rfxcom] Add firmware type, avoid crashing on unknown. (#10879)

New firmware type reported from the community that's not in the SDK. Also,
we don't actually _use_ the firmware type or device type for anything, so
lets not crash if we don't match the bytes - lets just flag it unknown.

https://community.openhab.org/t/rfxcom-binding-unsupported-value/123615/12

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
4 years ago[rfxcom] Add support for additional blinds (#10877)
James Hewitt [Sat, 19 Jun 2021 06:51:22 +0000 (07:51 +0100)]
[rfxcom] Add support for additional blinds (#10877)

Based on the RFXtrx SDK, new blind types. They mostly seem to match existing logic,
so this shouldn't break existing things.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
4 years ago[homeconnect] Fix invalid authorization header during Server-Sent Events (SSE) client...
bruestel [Fri, 18 Jun 2021 09:25:13 +0000 (11:25 +0200)]
[homeconnect] Fix invalid authorization header during Server-Sent Events (SSE) client creation (#10848)

* [homeconnect] Improve logging of SSE connection and add backoff interval in case of connection error

Signed-off-by: Jonas Brüstel <jonas@bruestel.net>
* [homeconnect] Fix SSE authorization header problem

Signed-off-by: Jonas Brüstel <jonas@bruestel.net>
* [homeconnect] Fix synchronized monitor

Signed-off-by: Jonas Brüstel <jonas@bruestel.net>
4 years ago[irobot] Fix password discovery and command sending for Roomba I-Models. (using gson...
rimago [Fri, 18 Jun 2021 08:38:51 +0000 (10:38 +0200)]
[irobot] Fix password discovery and command sending for Roomba I-Models. (using gson) (#10860)

* Fix password discovery for Roomba I-Models.

Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com>
* [irobot] remove json-path dependency (use gson instead)

Signed-off-by: Florian Binder <fb@java4.info>
* [irobot] fix checkstyle warnings, preserve backward compatibility, and
remove unused parameters

Signed-off-by: Florian Binder <fb@java4.info>
Co-authored-by: Alexander Falkenstern <alexander.falkenstern@gmail.com>
4 years ago[miio] cleanup several SAT warnings (#10871)
Marcel [Wed, 16 Jun 2021 08:28:44 +0000 (10:28 +0200)]
[miio] cleanup several SAT warnings (#10871)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[miio] fix typo in temperatue unit (#10869)
Marcel [Wed, 16 Jun 2021 08:27:04 +0000 (10:27 +0200)]
[miio] fix typo in temperatue unit (#10869)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[miio] add support for Mi Smart Standing Fan Pro Global (dmaker.fan.p15) (#10855)
Marcel [Tue, 15 Jun 2021 22:03:46 +0000 (00:03 +0200)]
[miio] add support for Mi Smart Standing Fan Pro Global (dmaker.fan.p15) (#10855)

* [miio] add support for Mi Smart Standing Fan Pro Global (dmaker.fan.p15)

add support Mi Smart Standing Fan Pro EU/Global (dmaker.fan.p15)
Improve p8 & p9 fans
close #10843

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] improve timeunit

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[shelly] 1PM/1L/2.5: New device#supplyVoltage; Motion: Missing channel for vibration...
Markus Michels [Tue, 15 Jun 2021 22:00:56 +0000 (00:00 +0200)]
[shelly] 1PM/1L/2.5: New device#supplyVoltage; Motion: Missing channel for vibration; UNI: Unit for ADC voltage; PF for EM; Bulb: fix range for color temp (#10815)

* fixes #10738, #10799

Signed-off-by: Markus Michels <markus7017@gmail.com>
* - Feature #10090 New device#supplyVoltage channel for Shelly 2.5, 1PM
and 1L
- Change  #10039 Info on "not reachable / timeout" should be warning,
not info
- Fix     #10799 Missing Channel Definition for Vibration Events
- Fix     #10738 Shelly UNI - ADC Voltage units of measure missing
- Fix     #10111 Creating Equipment from Shelly Bulb Duo causes wrong
min/max
- README updated

Signed-off-by: Markus Michels <markus7017@gmail.com>
* #10737 Shelly EM - add powerFactor channel support

Signed-off-by: Markus Michels <markus7017@gmail.com>
* README updated

Signed-off-by: Markus Michels <markus7017@gmail.com>
* channel powerFactor (EM+EM3) is now of type Number:Dimensionless

Signed-off-by: Markus Michels <markus7017@gmail.com>
* Fix for #10864: Do not trigger same alarm within 5 minutes

Signed-off-by: Markus Michels <markus7017@gmail.com>
* better logic for alarm filter

Signed-off-by: Markus Michels <markus7017@gmail.com>
4 years ago[smhi] Fix exception in aggregation function when daily forecast is empty (#10851)
Anders Alfredsson [Tue, 15 Jun 2021 21:56:50 +0000 (23:56 +0200)]
[smhi] Fix exception in aggregation function when daily forecast is empty (#10851)

* Fix exception in aggregation function when daily forecast is empty

Also catch any Exception to prevent thread from crashing

Signed-off-by: Anders Alfredsson <andersb86@gmail.com>
* Refactor to improve robustness of calculations

Improve tests to cover different forecast scenarios

Signed-off-by: Anders Alfredsson <andersb86@gmail.com>
4 years ago[gpio] Improved usability of pullupdown parameter on GPIO pin (#10863)
Martin Dagarin [Tue, 15 Jun 2021 21:53:27 +0000 (23:53 +0200)]
[gpio] Improved usability of pullupdown parameter on GPIO pin (#10863)

Signed-off-by: Martin <martin.dagarin@gmail.com>
4 years ago[ipcamera] Fix null URL channels and fix multiple cameras use the same ffmpeg output...
Matthew Skinner [Tue, 15 Jun 2021 21:50:00 +0000 (07:50 +1000)]
[ipcamera] Fix null URL channels and fix multiple cameras use the same ffmpeg output folder. (#10846)

* Fix urls are null until binding restarts.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Change to using port config.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* automate the ffmpeg output folder to follow the UID.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* spotless fixes.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Update readme.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* change to using the userdata folder.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* change to better field description.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Add advanced.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Add link to docs.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* improve readme.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* improve example path in readme.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Update bundles/org.openhab.binding.ipcamera/README.md

Cut and paste bandit strikes again. thanks.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
* Change to using ipcamera as folder loc.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
4 years ago[tesla] Prevent NPE (#10872)
Kai Kreuzer [Tue, 15 Jun 2021 21:47:47 +0000 (23:47 +0200)]
[tesla] Prevent NPE (#10872)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
4 years ago[neato] Fix slow cleaning of robot (#10724)
Jan Wolf [Tue, 15 Jun 2021 20:07:03 +0000 (22:07 +0200)]
[neato] Fix slow cleaning of robot (#10724)

Signed-off-by: Jan Wolf <git@jan-wolf.de>
4 years ago[rfxcom] Update interface message support (#10844)
James Hewitt [Tue, 15 Jun 2021 17:37:07 +0000 (18:37 +0100)]
[rfxcom] Update interface message support (#10844)

Based on both the SDK and experimentation, this commit correctly identifies the
firmware and hardware version. A warning has been added for people with really
old firmware that may be different, but we didn't handle those different cases
well anyway.

Also includes updated firmware types and device types and support for pretty-
printing of the device and firmware type.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
4 years ago[deconz] Set "ontime" option only if thing has got an ONTIME channel (#10829)
Martin Herbst [Mon, 14 Jun 2021 14:01:30 +0000 (16:01 +0200)]
[deconz] Set "ontime" option only if thing has got an ONTIME channel (#10829)

* Set "ontime" option only if thing has got an ONTIME channel

Fixes #10774

Signed-off-by: Martin Herbst <develop@mherbst.de>
4 years ago[rfxcom] Add support for receiving RAW messages (#10833)
James Hewitt [Mon, 14 Jun 2021 07:05:03 +0000 (08:05 +0100)]
[rfxcom] Add support for receiving RAW messages (#10833)

This is a new feature in the Pro firmwares that provides the real raw RF
pulse lengths as shorts. Good for being able to parrot switches that aren't
otherwise supported, once we add the tx support as well.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
4 years ago[rfxcom] Add support for TFA 30.3233.1 rainmeter (#10825)
muhl [Sun, 13 Jun 2021 10:02:45 +0000 (12:02 +0200)]
[rfxcom] Add support for TFA 30.3233.1 rainmeter (#10825)

Signed-off-by: Matthias Uhl <matthias_uhl@gmx.de>
4 years ago[haywardomnilogic] Update unit formating (#10781)
Matt [Sat, 12 Jun 2021 18:03:43 +0000 (14:03 -0400)]
[haywardomnilogic] Update unit formating (#10781)

* Update unit formating

Signed-off-by: Matt Myers <mmyers75@icloud.com>
* Updates per last review

Signed-off-by: Matt Myers <mmyers75@icloud.com>
* Updated units to decimal

Signed-off-by: Matt Myers <mmyers75@icloud.com>
4 years ago[semsportal] Allow confiuration with thing file (#10842)
Iwan Bron [Sat, 12 Jun 2021 17:58:21 +0000 (19:58 +0200)]
[semsportal] Allow confiuration with thing file (#10842)

* [semsportal] Allow portal and station cofiguration with .things file

Signed-off-by: Iwan Bron <bron@olisa.eu>
* Fix README.md warning

Signed-off-by: Iwan Bron <bron@olisa.eu>
* Make thing type better visible in documentation

Signed-off-by: Iwan Bron <bron@olisa.eu>
Co-authored-by: Iwan Bron <bron@olisa.eu>
4 years ago[airquality] fixed typo in example (#10859)
2wyck3d [Sat, 12 Jun 2021 17:49:55 +0000 (10:49 -0700)]
[airquality] fixed typo in example (#10859)

4 years ago[iaqualink] Fixes critical login issue due to changed auth URLs. Moves 'model' packag...
Dan Cunningham [Sat, 12 Jun 2021 11:39:17 +0000 (04:39 -0700)]
[iaqualink] Fixes critical login issue due to changed auth URLs. Moves 'model' package to 'dto' to fix checkstyle warnings. (#10853)

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
4 years ago[rfxcom] Read multiple bytes at a time over serial connection (#10832)
James Hewitt [Sat, 12 Jun 2021 11:22:00 +0000 (12:22 +0100)]
[rfxcom] Read multiple bytes at a time over serial connection (#10832)

There's no reason not to read multiple bytes at a time (that I could find) so
for best practice, set the read limit to be the maximum size of an rfxcom
message. Tested fine on my system.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
4 years ago[epsonprojector] Update readme configuration section (#10828)
mlobstein [Sat, 12 Jun 2021 11:16:31 +0000 (06:16 -0500)]
[epsonprojector] Update readme configuration section (#10828)

* update Epson readme per standards

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
* capitalize label

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
4 years ago[tivo] refresh connection every 12 hours (#10824)
mlobstein [Sat, 12 Jun 2021 11:11:15 +0000 (06:11 -0500)]
[tivo] refresh connection every 12 hours (#10824)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
4 years ago[resol] correct handling of system date/time field (#10811)
Raphael Mack [Sat, 12 Jun 2021 11:08:55 +0000 (13:08 +0200)]
[resol] correct handling of system date/time field (#10811)

* correct handling of system date/time field to close #10684

Signed-off-by: Raphael Mack <ramack@raphael-mack.de>
* further fix

Signed-off-by: Raphael Mack <ramack@raphael-mack.de>
4 years ago[miio] avoid NPE when rssi is missing (#10854)
Marcel [Sat, 12 Jun 2021 10:54:19 +0000 (12:54 +0200)]
[miio] avoid NPE when rssi is missing (#10854)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[openwebnet] Replace scheduleAtFixedRate by scheduleWithFixedDelay (#10822)
Conte Andrea [Sat, 12 Jun 2021 10:32:00 +0000 (12:32 +0200)]
[openwebnet] Replace scheduleAtFixedRate by scheduleWithFixedDelay (#10822)

- fixed some other spotless issues

Signed-off-by: Conte Andrea <andrea@conte.com>
4 years ago[benqprojector] Migrate benqprojector binding to OH3 (#10341)
mlobstein [Sat, 12 Jun 2021 10:00:08 +0000 (05:00 -0500)]
[benqprojector] Migrate benqprojector binding to OH3 (#10341)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
4 years ago[rfxcom] Convert unsigned byte to int properly for message length (#10830)
James Hewitt [Thu, 10 Jun 2021 12:30:08 +0000 (13:30 +0100)]
[rfxcom] Convert unsigned byte to int properly for message length (#10830)

Without this, any message over 127 bytes reports a negative length and
fails the message start test, which puts the code out of sync with the
rfxcom leading to lots of errors, and eventually, complete loss of
connection.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
4 years ago[rfxcom] New sub types for undecoded messages (#10834)
James Hewitt [Thu, 10 Jun 2021 12:28:57 +0000 (13:28 +0100)]
[rfxcom] New sub types for undecoded messages (#10834)

New subtypes have been added to the firmware, these are taken from the
RFXtrx SDK documentation.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
4 years ago[pushover] Minor improvements, SAT findings (#10840)
Christoph Weitkamp [Thu, 10 Jun 2021 07:21:51 +0000 (09:21 +0200)]
[pushover] Minor improvements, SAT findings (#10840)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
4 years ago[pushover] Provides the ability to specify a timeout in the config (#10817)
ridiekel [Wed, 9 Jun 2021 05:12:30 +0000 (07:12 +0200)]
[pushover] Provides the ability to specify a timeout in the config (#10817)

* Provides the ability to specify a timeout in the config, instead of using hardcoded 10 seconds.

Signed-off-by: Geroen Dierckx <geroen.dierckx@gmail.com>
4 years ago[pidcontroller] Use framework scheduler and remove custom Action module (#10806)
Fabian Wolter [Tue, 8 Jun 2021 06:07:24 +0000 (08:07 +0200)]
[pidcontroller] Use framework scheduler and remove custom Action module (#10806)

* [pidcontroller] Use framework scheduler and remove custom Action module

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
4 years ago[radiothermostat] Add job to set thermostat clock automatically from the binding...
mlobstein [Mon, 7 Jun 2021 18:58:19 +0000 (13:58 -0500)]
[radiothermostat] Add job to set thermostat clock automatically from the binding (#10819)

* add thermostat clock sync job

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
4 years ago[gpio] Added parameter for pull up/down resistor and other improvements (#10782)
Martin Dagarin [Mon, 7 Jun 2021 18:57:08 +0000 (20:57 +0200)]
[gpio] Added parameter for pull up/down resistor and other improvements (#10782)

4 years ago[mielecloud] Fix typo and localization key resolution (#10821)
Björn Lange [Mon, 7 Jun 2021 18:56:24 +0000 (20:56 +0200)]
[mielecloud] Fix typo and localization key resolution (#10821)

Signed-off-by: Björn Lange <bjoern.lange@itemis.de>
4 years ago[venstarthermostat] Use doubles over Int or float types when processing temperatures...
Dan Cunningham [Sun, 6 Jun 2021 17:34:35 +0000 (10:34 -0700)]
[venstarthermostat] Use doubles over Int or float types when processing temperatures, fix Checkstyle Warnings (#10740)

* Use a single numeric type (double), remove ints and floats

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
* Rebases with master.  Fixes All Checkstyle warning, renames package 'model' -> 'dto'

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
4 years ago[homematic] Smaller fixes and conversion of properties files to UTF-8 (#10813)
Martin Herbst [Sun, 6 Jun 2021 16:53:51 +0000 (18:53 +0200)]
[homematic] Smaller fixes and conversion of properties files to UTF-8 (#10813)

* Prevent possible NPE

Signed-off-by: Martin Herbst <develop@mherbst.de>
* Spotless

Signed-off-by: Martin Herbst <develop@mherbst.de>
* Fixes missing unit information (especially for HmIP devices)

For some HmIP devices the "valueunit" attribute is empty and thus no
default unit type could be derived. Using the data point name solves
this problem (at least for the relevant data points).

Fixes #10533

Signed-off-by: Martin Herbst <develop@mherbst.de>
* Condition result was wrong because of missing brackets

Signed-off-by: Martin Herbst <develop@mherbst.de>
* Regenerated and reorganized descriptions

Signed-off-by: Martin Herbst <develop@mherbst.de>
* Encoding changed to UTF-8 and some smaller text corrections

Signed-off-by: Martin Herbst <develop@mherbst.de>
* Use default value as maximum if is greater than received max value

For some devices the data point definition retrieved from the CCU
contains default values that are higher than the maximum value. In order
to allow the configuration of these config options the allowed maximum
value needs to be set to the default value.

Fixes #10552

Signed-off-by: Martin Herbst <develop@mherbst.de>
4 years ago[icalendar] Short events parallel to longer current events are now also shown as...
Michael Wodniok [Sun, 6 Jun 2021 08:10:13 +0000 (10:10 +0200)]
[icalendar] Short events parallel to longer current events are now also shown as current event (#10810)

Signed-off-by: Michael Wodniok <michi@noorganization.org>
4 years ago[venstarthermostat] Venstar thermostat away mode enhancement (#10736)
Matthew Davies [Sat, 5 Jun 2021 18:10:45 +0000 (20:10 +0200)]
[venstarthermostat] Venstar thermostat away mode enhancement (#10736)

* [VENSTAR THERMOSTAT BINDING] ADD AWAY MODE

Signed-off-by: Matthew Davies
matthew.davies@skynet.be
Signed-off-by: raveydavies <84205523+raveydavies@users.noreply.github.com>
* [VENSTAR THERMOSTAT] FIXED COMMAND AWAY MODE

Signed-off-by: Matthew Davies
matthew.davies@skynet.be
Signed-off-by: raveydavies <84205523+raveydavies@users.noreply.github.com>
* VENSTAR THERMOSTAT AWAY MODE AFTER INITIAL COMMIT FEEDBACK

This code includes the Away mode of the Venstar thermostat. It is
updated following initial feedback and suggestions on my first version
from @digitaldan.

Signed-off-by: Matthew Davies <matthew.davies@skynet.be>
Signed-off-by: raveydavies <84205523+raveydavies@users.noreply.github.com>
* VENSTAR THERMOSTAT BINDING - INCLUDE AWAY MODE

Removed the updateThermostat function, now have updateSettings and
updateControls corresponding to local API URLs.

Signed-off-by: Matthew Davies
<matthew.davies@skynet.be>
Signed-off-by: raveydavies <84205523+raveydavies@users.noreply.github.com>
* VENSTAR THERMOSTAT AWAY MODE - Modification updated as per feedback 1
June 2021

Signed-off-by: Matthew Davies
<matthew.davies@skynet.be>
Signed-off-by: raveydavies <84205523+raveydavies@users.noreply.github.com>
* VENSTAR THERMOSTAT AWAY MODE INCLUSION - UPDATED README

Signed-off-by: Matthew Davies <matthew.davies@skynet.be>
Signed-off-by: raveydavies <84205523+raveydavies@users.noreply.github.com>
4 years ago[homeconnect] Undo PR 10754 (#10792)
lolodomo [Sat, 5 Jun 2021 18:08:51 +0000 (20:08 +0200)]
[homeconnect] Undo PR 10754 (#10792)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[smhi] Catch exception that could cause binding to stop updating channels (#10794)
Anders Alfredsson [Sat, 5 Jun 2021 17:39:21 +0000 (19:39 +0200)]
[smhi] Catch exception that could cause binding to stop updating channels (#10794)

Signed-off-by: Anders Alfredsson <andersb86@gmail.com>
4 years ago[homeconnect] Add missing channel update handler configuration (#10785)
lolodomo [Sat, 5 Jun 2021 17:33:30 +0000 (19:33 +0200)]
[homeconnect] Add missing channel update handler configuration (#10785)

* [homeconnect] Add missing channel update handler configuration

Related to dryer, washer and washer/dryer appliances

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* 2 new methods to factorize duplicated code

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Apply spotless

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[homeconnect] Delay update of state options when not accessible (#10784)
lolodomo [Sat, 5 Jun 2021 17:30:43 +0000 (19:30 +0200)]
[homeconnect] Delay update of state options when not accessible (#10784)

* [homeconnect] Delay update of state options when not accessible

Fix #10705

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: parseBoolean

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[openwebnet] add support for Thermoregulation (standalone thermostat and sensors...
Conte Andrea [Sat, 5 Jun 2021 17:26:52 +0000 (19:26 +0200)]
[openwebnet] add support for Thermoregulation (standalone thermostat and sensors) (#10756)

Signed-off-by: Conte Andrea <andrea@conte.com>
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Co-authored-by: Massimo Valla <mvcode00@gmail.com>
4 years ago[ahawastecollection] Change loglevel from warn to debug (#10800)
Sönke Küper [Sat, 5 Jun 2021 13:32:40 +0000 (15:32 +0200)]
[ahawastecollection] Change loglevel from warn to debug (#10800)

* 10786: Changed loglevel from warn to debug

Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
* 10786: Spotless fix

Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
Co-authored-by: Sönke Küper <soenkekueper@gmx.de>
4 years ago[kostalinverter] Added new channels frequency and cosphi (#10779)
Martin H [Sat, 5 Jun 2021 12:45:00 +0000 (14:45 +0200)]
[kostalinverter] Added new channels frequency and cosphi (#10779)

new channels frequency and power factor.

Signed-off-by: Martin Hubert <github@martin-hubert.de>
Co-authored-by: Martin Hubert <github@martin-hubert.de>
4 years ago[etherrain] Fix typo (#10805)
Christopher Schirner [Sat, 5 Jun 2021 09:33:27 +0000 (11:33 +0200)]
[etherrain] Fix typo (#10805)

4 years agoAdd channel IDs to documentation (#10793)
Anders Alfredsson [Sat, 5 Jun 2021 09:31:46 +0000 (11:31 +0200)]
Add channel IDs to documentation (#10793)

Signed-off-by: Anders Alfredsson <andersb86@gmail.com>
4 years agoRemoved required=true for parameters with default value. (#10795)
Boris Krivonog [Sat, 5 Jun 2021 09:30:55 +0000 (11:30 +0200)]
Removed required=true for parameters with default value. (#10795)

Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
4 years ago[pulseaudio] Add "idle timeout" to Pulseaudio audio sink (#10731)
Dbzman [Sat, 5 Jun 2021 09:29:59 +0000 (11:29 +0200)]
[pulseaudio] Add "idle timeout" to Pulseaudio audio sink (#10731)

* Add "idle timeout" to pulseaudio audio sink to allow the sink to disconnect after being idle

Signed-off-by: Timo Litzius <dev@dbzman-online.eu>
4 years agoupgrade to JUPnP 2.6.0 (#10801)
Kai Kreuzer [Fri, 4 Jun 2021 09:15:29 +0000 (11:15 +0200)]
upgrade to JUPnP 2.6.0 (#10801)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
4 years ago[pwm] Initial Contribution (#10205)
Fabian Wolter [Tue, 1 Jun 2021 18:23:33 +0000 (20:23 +0200)]
[pwm] Initial Contribution (#10205)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
4 years agoupdated JmDNS dependency version (#10780)
Kai Kreuzer [Mon, 31 May 2021 18:31:23 +0000 (20:31 +0200)]
updated JmDNS dependency version (#10780)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
4 years ago[touchwand] - Add support for Risco alarm system sensors and AcWand thermostat (...
Roie Geron [Sun, 30 May 2021 09:46:41 +0000 (12:46 +0300)]
[touchwand] - Add support for Risco alarm system sensors and AcWand thermostat (#10748)

* notify listeners on status change using discovery

Signed-off-by: Roie Geron <roie.geron@gmail.com>
4 years ago[homeconnect] Retrieve list of programs when an appliance becomes available (#10773)
lolodomo [Sun, 30 May 2021 07:37:10 +0000 (09:37 +0200)]
[homeconnect] Retrieve list of programs when an appliance becomes available (#10773)

Cache the list of programs for an appliance

Fix #10771

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[velbus] Add new functionality PRESSED and LONG PRESSED (#10664)
Daniel Rosengarten [Sat, 29 May 2021 18:23:29 +0000 (20:23 +0200)]
[velbus] Add new functionality PRESSED and LONG PRESSED (#10664)

* [velbus] Add new functionality PRESSED and LONG PRESSED and fix bug

New functionality:
Add the the possibility to simulate the PRESSED and LONG PRESSED message of an input.

Module supported with button simulation :
VMB1RYS (button : CH6)
VMB6IN (buttons : CH1 ... CH6)
VMB2PBN, VMB6PBN, VMB7IN, VMB8IR, VMB8PB, VMB8PBU, VMBEL1, VMBEL2, VMBEL4, VMBGP1, VMBGP1-2, VMBGP2, VMBGP2-2, VMBGP4, VMBGP4-2, VMBGP4PIR, VMBGP4PIR-2 (buttons : CH1 ... CH8)
VMBELO, VMBGPOD, VMBGPOD-2 (buttons : CH1 ... CH32)

Fix bug:
The channels names were not correctly assigned to the thing properties. The last channel had the default name, not the one retrieved from the module.

Also-by: cedricboon <cedric.boon@hotmail.com>
Signed-off-by: Daniel Rosengarten <github@praetorians.be>
4 years ago[openwebnet] calculate position only if startedMovingAt is valid. (#10775)
M Valla [Sat, 29 May 2021 18:12:50 +0000 (20:12 +0200)]
[openwebnet] calculate position only if startedMovingAt is valid. (#10775)

After OH reboot position remains UNDEF.

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
4 years ago[ecobee] logging improvements (#10772)
robnielsen [Sat, 29 May 2021 18:10:06 +0000 (13:10 -0500)]
[ecobee] logging improvements (#10772)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
4 years ago[senechome] issue #10679: Extend with additional channels; refactor and various impro...
eguib [Sat, 29 May 2021 12:29:20 +0000 (14:29 +0200)]
[senechome] issue #10679: Extend with additional channels; refactor and various improvements (#10687)

* [senechome] Extend with additional channels; refactor; improve error handling (#10679). Merged PR 9535 (rename batteryState to system state)

- charge/discharge energy/current/voltage/min/maxCellVoltage/load cycles per battery pack
- current/power/voltage per MPP
- liveHouseConsumption/livePowerGenerator
- battery,case,MCU temperature
- wallbox1: state, charging power/current, liveEnergy
- improve error handling, catch malformed JSON exception to prevent crashing the binding
- merged PR: 9535 (rename batteryState to systemState)
- renamed SenecHomeLimitation to SenecHomePower and added more channels
- refactored SenecHomeHandler to reduce code duplication (added some nice helper methods)

Signed-off-by: Erwin Guib <eguib@web.de>
4 years agoAdded support for HAN-FUN outlets / simple on-off devices (#10760)
Christoph Weitkamp [Sat, 29 May 2021 12:25:36 +0000 (14:25 +0200)]
Added support for HAN-FUN outlets / simple on-off devices (#10760)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
4 years ago[fmiweather] Fixed to work with new API (#10765)
Sami Salonen [Sat, 29 May 2021 12:23:23 +0000 (15:23 +0300)]
[fmiweather] Fixed to work with new API (#10765)

Tests updated as well

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
4 years ago[lcn] Improve readme; Allow special module IDs <5 (#10770)
Fabian Wolter [Sat, 29 May 2021 11:51:32 +0000 (13:51 +0200)]
[lcn] Improve readme; Allow special module IDs <5 (#10770)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
4 years agoMAP transformation text, add white space example (#10766)
Ross Kennedy [Fri, 28 May 2021 13:07:53 +0000 (14:07 +0100)]
MAP transformation text, add white space example (#10766)

Add simple white space escape example for MAP key

Signed-off-by: Ross Kennedy <rossko@culzean.clara.co.uk>
4 years ago[miio] add support for Yeelight 1S (mono4) (#10763)
Marcel [Fri, 28 May 2021 13:05:01 +0000 (15:05 +0200)]
[miio] add support for Yeelight 1S (mono4) (#10763)

* [miio] add support for yeelight mono4
* [miio] add support yeelight lamp 9 & 10

close #10619
close #10061

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[sonos] Add new channel heightlevel for Sonos ARC / ARC SL (#10759)
lolodomo [Fri, 28 May 2021 13:04:14 +0000 (15:04 +0200)]
[sonos] Add new channel heightlevel for Sonos ARC / ARC SL (#10759)

Fix #9874

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[homeconnect] Don't reset washer temp / spin speed when exiting from active program...
lolodomo [Fri, 28 May 2021 13:02:18 +0000 (15:02 +0200)]
[homeconnect] Don't reset washer temp / spin speed when exiting from active program (#10745)

Use the provided planned time for a washing program to set the channel "remaining_program_time_state" when no program is active

Fix #10744
Fix #10703

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[homeconnect] Build state options with a unique item for unsupported programs (#10754)
lolodomo [Fri, 28 May 2021 13:01:50 +0000 (15:01 +0200)]
[homeconnect] Build state options with a unique item for unsupported programs (#10754)

Apply to spin speed, temperature and drying taget channels

Fix #10701

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[homeconnect] Factorize handling of power command (#10747)
lolodomo [Fri, 28 May 2021 13:00:59 +0000 (15:00 +0200)]
[homeconnect] Factorize handling of power command (#10747)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[comfoair] fix data handling for restricted devices (#10685)
boehan [Wed, 26 May 2021 19:12:15 +0000 (21:12 +0200)]
[comfoair] fix data handling for restricted devices (#10685)

Signed-off-by: Hans Böhm <h.boehm@gmx.at>
4 years ago[miio] also refresh after custom commands (#10714)
Marcel [Wed, 26 May 2021 19:04:19 +0000 (21:04 +0200)]
[miio] also refresh after custom commands (#10714)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
4 years ago[mielecloud] Initial contribution of the Miele Cloud binding (#9146)
Björn Lange [Tue, 25 May 2021 20:06:49 +0000 (22:06 +0200)]
[mielecloud] Initial contribution of the Miele Cloud binding (#9146)

Also-by: Bert Plonus <bert.plonus@miele.com>
Also-by: Martin Lepsy <martin.lepsy@miele.com>
Also-by: Benjamin Bolte <benjamin.bolte@itemis.de>
Signed-off-by: Björn Lange <bjoern.lange@itemis.de>
4 years ago[linuxinput] use correct channelTypeUID for key-press channels (#10742)
Thomas Weißschuh [Sun, 23 May 2021 19:08:56 +0000 (21:08 +0200)]
[linuxinput] use correct channelTypeUID for key-press channels (#10742)

Previously there was a mismatch between the UIDs used by the handler and
the one actually registered from the XML-file.
This lead to channels not showing up in the UI.
(See https://github.com/openhab/openhab-webui/issues/406 )

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
4 years ago[linuxinput] Handle all kinds of buttons (#10730)
Thomas Weißschuh [Sun, 23 May 2021 19:03:14 +0000 (21:03 +0200)]
[linuxinput] Handle all kinds of buttons (#10730)

Previously only the basic keyboard buttons where handled.
Now all buttons known to Linux, or rather libevdev are reported.

Reported-in: https://community.openhab.org/t/linuxinput-binding-and-mouse-capture/122612
Reported-in: https://github.com/t-8ch/binding-linuxinput/issues/5

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
4 years ago[semsportal] initial contribution (#10100)
Iwan Bron [Sun, 23 May 2021 18:45:04 +0000 (20:45 +0200)]
[semsportal] initial contribution (#10100)

Signed-off-by: Iwan Bron <bron@olisa.eu>
4 years ago[homeconnect] Let the binding update item state when handling a command (#10749)
lolodomo [Sun, 23 May 2021 17:48:15 +0000 (19:48 +0200)]
[homeconnect] Let the binding update item state when handling a command (#10749)

To avoid the core framework updating automatically an item state while a
command is sent to this item but its handling by the binding is failing
or ignored

Fix #10700

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[homeconnect] Returns an empty list of options for an unsupported program (#10694)
lolodomo [Sun, 23 May 2021 17:06:52 +0000 (19:06 +0200)]
[homeconnect] Returns an empty list of options for an unsupported program (#10694)

* [homeconnect] Returns an empty list of options for an unsupported program

Fix #10689

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: List.of

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[openweathermap] Add correct default parameter. (#10739)
Jerome Luckenbach [Sat, 22 May 2021 22:27:54 +0000 (00:27 +0200)]
[openweathermap] Add correct default parameter. (#10739)

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
4 years ago[deconz] make lightgroup switch off if brightness is set to 0 (#10729)
Andres Meyer [Sat, 22 May 2021 06:16:14 +0000 (08:16 +0200)]
[deconz] make lightgroup switch off if brightness is set to 0 (#10729)

* Make lightgroup switch off lights if brightness is set to 0

Fixes #10320

Signed-off-by: Andres Meyer <andres@meyerfamily.ch>
4 years agoResolve itest runbundles for XStream upgrade (#10713)
Wouter Born [Fri, 21 May 2021 05:34:47 +0000 (07:34 +0200)]
Resolve itest runbundles for XStream upgrade (#10713)

Signed-off-by: Wouter Born <github@maindrain.net>
4 years agoUpdate README.md (#10712)
Koen Schockaert [Thu, 20 May 2021 18:29:44 +0000 (20:29 +0200)]
Update README.md (#10712)

Corrected some mistkes in the readme

Signed-off-by: Koen Schockaert <ks@qbus.be>