]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
5 years ago[shelly] Improved Motion Support, Support CoIoT Unicast, fixes (#10220)
Markus Michels [Wed, 3 Mar 2021 16:43:02 +0000 (17:43 +0100)]
[shelly] Improved Motion Support, Support CoIoT Unicast, fixes (#10220)

* New feature: Shelly Manager

Signed-off-by: Markus Michels <markus7017@gmail.com>
* Removed Shelly Manager to reduce PR size (will be another PR)

Signed-off-by: Markus Michels <markus7017@gmail.com>
* CoIoT initialization handles new COIOT options for the device,
sensorSleepTime is now adadvanced; Roller set position 0/100 is mapped
to UP/DOWN; Reference to Shelly Manager removed from README

Signed-off-by: Markus Michels <markus7017@gmail.com>
* Nullpointer check added on settings.coiot (4Pro has this null)

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

Signed-off-by: Markus Michels <markus7017@gmail.com>
* Use regex to extract fw version from string, check fw version to detect
restarted, README updated, moved channel sensorSleepTime from group
device to sensors

Signed-off-by: Markus Michels <markus7017@gmail.com>
* Review changes

Signed-off-by: Markus Michels <markus7017@gmail.com>
5 years ago[epsonprojector] Fix ONLINE status reporting (#10266)
mlobstein [Tue, 2 Mar 2021 18:21:39 +0000 (12:21 -0600)]
[epsonprojector] Fix ONLINE status reporting (#10266)

* Epsonprojector - Fix ONLINE status reporting
* review changes

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
5 years ago[http] Add intersection character to descriptions. (#10250)
Justin [Tue, 2 Mar 2021 03:29:24 +0000 (21:29 -0600)]
[http] Add intersection character to descriptions. (#10250)

* [http] Add intersection character to descriptions.
* Adjust description to pass spotless (line widths).

Signed-off-by: Justin Wilczek <justinwilczek@gmail.com>
5 years ago[ecobee] Fix logging levels (#10255)
Kai Kreuzer [Tue, 2 Mar 2021 03:23:12 +0000 (04:23 +0100)]
[ecobee] Fix logging levels (#10255)

* Fix logging levels
* addressed review comment

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[miio] add & improve dreame vacuums p2036.p2041o,p2056o,p2057 (#10254)
Marcel [Tue, 2 Mar 2021 03:07:11 +0000 (04:07 +0100)]
[miio] add & improve dreame vacuums p2036.p2041o,p2056o,p2057 (#10254)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[Tesla] Add SSO handler to authenticate against Tesla SSO service (#10259)
Christian Güdel [Mon, 1 Mar 2021 14:19:10 +0000 (15:19 +0100)]
[Tesla] Add SSO handler to authenticate against Tesla SSO service (#10259)

Signed-off-by: Christian Güdel <cg@dmesg.ch>
5 years agoUpdate bnd to 5.3.0 (#10257)
Wouter Born [Sun, 28 Feb 2021 20:33:41 +0000 (21:33 +0100)]
Update bnd to 5.3.0 (#10257)

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

Related to https://github.com/openhab/openhab-core/pull/2217

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[http] FIX Player Converter State Issue #10066 (#10213)
Scherzin83 [Sun, 28 Feb 2021 20:31:22 +0000 (21:31 +0100)]
[http] FIX Player Converter State Issue #10066 (#10213)

Signed-off-by: Matthias Scherzinger <scherzin@outlook.com>
5 years agoAdditional check for convert to double (#10224)
Piwoxar [Sun, 28 Feb 2021 20:27:53 +0000 (21:27 +0100)]
Additional check for convert to double (#10224)

Signed-off-by: Hans-Dietert Loew <hdloew@googlemail.com>
5 years agoUpdate README.md (#10261)
BigGeorgeTx [Sun, 28 Feb 2021 20:24:19 +0000 (14:24 -0600)]
Update README.md (#10261)

fix typo (cannels to channels)

5 years ago[surepetcare] Sure Petcare Binding (#9713)
Rene Scherer [Sun, 28 Feb 2021 17:39:13 +0000 (17:39 +0000)]
[surepetcare] Sure Petcare Binding (#9713)

Signed-off-by: Rene Scherer <rene@scherer-online.com>
5 years ago[mmio] sync device list to latest and cleanup chuangimi plug (#10249)
Marcel [Sat, 27 Feb 2021 05:23:16 +0000 (06:23 +0100)]
[mmio] sync device list to latest and cleanup chuangimi plug (#10249)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[MyQ] Initial commit of the MyQ binding for OH3 (#9347)
Dan Cunningham [Fri, 26 Feb 2021 22:50:25 +0000 (14:50 -0800)]
[MyQ] Initial commit of the MyQ binding for OH3 (#9347)

* Rebase with main, update license headers
* Small PR cleanups
* One last small PR cleanup
* Syntactical sugar
* Updated error handling
* Spelling mistake

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
5 years ago[miio] add support for zhimi.airpurifier.vb2 Mi Air Purifier Pro H (#10183)
Marcel [Fri, 26 Feb 2021 18:58:56 +0000 (19:58 +0100)]
[miio] add support for zhimi.airpurifier.vb2 Mi Air Purifier Pro H (#10183)

* [miio] add support for zhimi.airpurifier.vb2 Mi Air Purifier Pro H

close #10174

* [miio] update modes to values visible in app
* [miio] cleanup and fix valuu mapping
* [miio] fix duration

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[ftpupload] Add configurable passive port (#10127)
Christopher Schirner [Fri, 26 Feb 2021 18:55:19 +0000 (19:55 +0100)]
[ftpupload] Add configurable passive port (#10127)

* Add configurable passive port
* Don't use apache library; Use standard Java
* Ran spotless:apply
* Update readme

Signed-off-by: schinken <schinken@bamberg.ccc.de>
Co-authored-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years ago[squeezebox] Fix for Spotify and Tidal favorites (#10244)
Mark Hilbush [Fri, 26 Feb 2021 18:51:58 +0000 (13:51 -0500)]
[squeezebox] Fix for Spotify and Tidal favorites (#10244)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
5 years ago[miio] fix bundle restart error (#10190)
Marcel [Thu, 25 Feb 2021 23:53:19 +0000 (00:53 +0100)]
[miio] fix bundle restart error (#10190)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[homekit] make use of openHAB mDNS service (#10076)
eugen [Thu, 25 Feb 2021 23:51:07 +0000 (00:51 +0100)]
[homekit] make use of openHAB mDNS service (#10076)

* make use of openHAB mdns service
* remove unnecessary null check
* add network configuration back

Signed-off-by: Eugen Freiter <freiter@gmx.de>
5 years ago[miio] add support 5 zhimi heaters (#10231)
Marcel [Thu, 25 Feb 2021 23:45:56 +0000 (00:45 +0100)]
[miio] add support 5 zhimi heaters (#10231)

* [miio] Add zhimi heaters

add new
zhimi.heater.ma2 Mi Smart Space Heater S
zhimi.heater.ma3 Mi Smart Baseboard Heater E
zhimi.heater.mc2 Mi Smart Space Heater S
zhimi.heater.na1 Smartmi Smart Fan
zhimi.heater.nb1 Smartmi Smart Fan Heater

improving existing
zhimi.heater.za1 Smartmi Radiant Heater Smart Version
zhimi.heater.za2 Smartmi Smart Convector Heater 1S
zhimi.heater.zb1 Smartmi Smart Convector Heater 1S

* [miio] add some more options
* remove accidental development file
* [miio] fix number:duration
* [miio] remove channeltype from heaters

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[bluetooth] Fix disappearing bluetooth devices in Inbox (#10187)
Pete [Thu, 25 Feb 2021 22:51:34 +0000 (23:51 +0100)]
[bluetooth] Fix disappearing bluetooth devices in Inbox (#10187)

* [bluetooth] Notify things again when they are removed from listeners like Inbox
* [bluetooth] Add javadoc on retractDiscoveryResult()

Signed-off-by: Peter Rosenberg <prosenb.dev@gmail.com>
5 years ago[deconz] Pimp properties and channel types with proper categories (#10217)
Christoph Weitkamp [Thu, 25 Feb 2021 22:13:59 +0000 (23:13 +0100)]
[deconz] Pimp properties and channel types with proper categories (#10217)

* Pimp properties and channel types with proper categories
* Update bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/sensor-thing-types.xml

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Co-authored-by: Matthew Skinner <matt@pcmus.com>
5 years ago[alarmdecoder] Doc update (#10143)
Bob A [Thu, 25 Feb 2021 22:12:12 +0000 (17:12 -0500)]
[alarmdecoder] Doc update (#10143)

* [alarmdecoder] Doc update

Signed-off-by: Bob Adair <bob.github@att.net>
5 years ago[squeezebox] Add sleep channel (#10196)
Mark Hilbush [Thu, 25 Feb 2021 21:56:02 +0000 (16:56 -0500)]
[squeezebox] Add sleep channel (#10196)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
5 years ago[loxone] Support for HTTPS websocket connections. (#10185)
Pawel Pieczul [Thu, 25 Feb 2021 21:46:04 +0000 (22:46 +0100)]
[loxone] Support for HTTPS websocket connections. (#10185)

Signed-off-by: Pawel Pieczul <pieczul@gmail.com>
5 years ago[miio] add support for Smartmi Standing Fan 3 zhimi.fan.za5 (#10229)
Marcel [Thu, 25 Feb 2021 18:30:48 +0000 (19:30 +0100)]
[miio] add support for Smartmi Standing Fan 3 zhimi.fan.za5 (#10229)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[homekit] extend support of inverted flag to other accessories (#10212)
eugen [Thu, 25 Feb 2021 18:28:34 +0000 (19:28 +0100)]
[homekit] extend support of inverted flag to other accessories (#10212)

Signed-off-by: Eugen Freiter <freiter@gmx.de>
5 years ago[miio] add support for deerma Humidifier (#10181)
Marcel [Thu, 25 Feb 2021 18:25:39 +0000 (19:25 +0100)]
[miio] add support for deerma Humidifier (#10181)

* [miio] deerma Humidifier

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] additional vacuum channels for advanced rules (#10180)
Marcel [Thu, 25 Feb 2021 18:22:45 +0000 (19:22 +0100)]
[miio] additional vacuum channels for advanced rules  (#10180)

* [miio] add feature channels
* [miio] additional vacuum channels for advanced rules
* [miio] update readme

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[bluetooth] Adapt labels of discovery results to standard (#10209)
Kai Kreuzer [Thu, 25 Feb 2021 18:17:39 +0000 (19:17 +0100)]
[bluetooth] Adapt labels of discovery results to standard (#10209)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[keba] Improve connection establishment and stability (#10179)
MikeTheTux [Thu, 25 Feb 2021 15:29:40 +0000 (16:29 +0100)]
[keba] Improve connection establishment and stability (#10179)

Signed-off-by: Michael Weger <weger.michael@gmx.net>
* - worked in review findings
- introduced QuantityTypes
- removed redundant pwmpilotcurrent (duplicate of maxpilotcurrent)
- added maxpilotcurrentdutycyle

5 years ago[ipcamera] Improve Dahua alarms (#10078)
Matthew Skinner [Wed, 24 Feb 2021 17:07:48 +0000 (04:07 +1100)]
[ipcamera] Improve Dahua alarms (#10078)

Signed-off-by: Matthew Skinner <matt@pcmus.com>
5 years ago[mystrom] Add support for myStrom Bulb (#9910)
Fredo70 [Tue, 23 Feb 2021 22:33:12 +0000 (23:33 +0100)]
[mystrom] Add support for myStrom Bulb (#9910)

* Add support to myStrom Bulb

Add properties to myStrom devices and an action to refresh the properties.

Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch>
* Fixes according to review comments

Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch>
* Update bundles/org.openhab.binding.mystrom/README.md

Co-authored-by: J-N-K <J-N-K@users.noreply.github.com>
* Fixes according to review comments

Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch>
* Use system color temperature channel type

channel type system.color-temperature is used and values mapped from 1-18 to 0-100%

Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch>
* Better tracking of colour and brightness values

Format power state
Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch>
Co-authored-by: J-N-K <J-N-K@users.noreply.github.com>
5 years ago[shelly] Add Shelly Motion, minor improvements (#10054)
Markus Michels [Tue, 23 Feb 2021 08:48:13 +0000 (09:48 +0100)]
[shelly] Add Shelly Motion, minor improvements (#10054)

* Support for Shelly Motion, some minotr improvements, README updated

Signed-off-by: Markus Michels <markus7017@gmail.com>
* minor changes

Signed-off-by: Markus Michels <markus7017@gmail.com>
* Bug fixes from hardening

Signed-off-by: Markus Michels <markus7017@gmail.com>
* review changes applied

Signed-off-by: Markus Michels <markus7017@gmail.com>
* review change

Signed-off-by: Markus Michels <markus7017@gmail.com>
* review changes, fix creations of sensors#motion and device#externalPower
for H%T; moved images/uiroller*.png to doc/images

Signed-off-by: Markus Michels <markus7017@gmail.com>
* missing in last fix

Signed-off-by: Markus Michels <markus7017@gmail.com>
5 years ago[novafinedust] Use fire and forget commands to configure device (#10210)
Stefan Triller [Mon, 22 Feb 2021 18:13:51 +0000 (19:13 +0100)]
[novafinedust] Use fire and forget commands to configure device (#10210)

Since the device does not follow its own protocol, we do not evaluate its
replies to our configuration commands but rather do a fire and forget.

Signed-off-by: Stefan Triller <github@stefantriller.de>
5 years agoremove @J-N-K from CODEOWNERS (#10108)
J-N-K [Sat, 20 Feb 2021 17:29:05 +0000 (18:29 +0100)]
remove @J-N-K from CODEOWNERS (#10108)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[voicerss] Add support for voices (#10184)
lolodomo [Sat, 20 Feb 2021 16:21:52 +0000 (17:21 +0100)]
[voicerss] Add support for voices (#10184)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago [enocean] Improved device discovery and added SMACK capability (#10157)
Daniel Weber [Sat, 20 Feb 2021 16:13:28 +0000 (17:13 +0100)]
 [enocean] Improved device discovery and added SMACK capability (#10157)

 * Added SMACK teach in
 * Teached in devices can be teach out on a repeated teach in
 * Improved detection of RPS devices, device types can be better distinguished now
 * Bugfixes for discovery fallback to GenericThings
 * Responses to message requests are send automatically now, no need for linking SEND_COMMAND channel

Fixes #10156

Signed-off-by: Daniel Weber <uni@fruggy.de>
5 years ago[hue] Eliminate NPE in #9985 (#10199)
Andrew Fiddian-Green [Fri, 19 Feb 2021 19:16:26 +0000 (19:16 +0000)]
[hue] Eliminate NPE in #9985 (#10199)

* [hue] extra null check

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
5 years ago[icloud] Add german translation (#10164)
Pantastisch [Fri, 19 Feb 2021 13:35:23 +0000 (14:35 +0100)]
[icloud] Add german translation (#10164)

Signed-off-by: Panagiotis Doulgeris panagiotis.doulgeris@outlook.com
Signed-off-by: Pantastisch <45369229+Pantastisch@users.noreply.github.com>
5 years ago[modbus.sunspec] Fix decimal number handling for inverter channel types (#10195)
leoguiders [Thu, 18 Feb 2021 13:07:31 +0000 (14:07 +0100)]
[modbus.sunspec] Fix decimal number handling for inverter channel types (#10195)

Signed-off-by: Jan Philipp Giel <mail@philsown.de>
5 years ago[tellstick] Fix for #9841, adding support for Tellstick local API. (#10020)
Jan Gustafsson [Thu, 18 Feb 2021 08:33:22 +0000 (09:33 +0100)]
[tellstick] Fix for #9841, adding support for Tellstick local API. (#10020)

* Fix for #9841.

Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
5 years ago[mpd] fix invalid volume (#10166)
Stefan Roellin [Wed, 17 Feb 2021 20:06:34 +0000 (21:06 +0100)]
[mpd] fix invalid volume (#10166)

Fixes #10142.

Signed-off-by: Stefan Roellin <stefan@roellin-baumann.ch>
Also-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[pilight] Pilight Binding initial contribution (#9744)
Niklas Dörfler [Wed, 17 Feb 2021 18:59:54 +0000 (19:59 +0100)]
[pilight] Pilight Binding initial contribution (#9744)

Signed-off-by: Niklas Dörfler <niklas@doerfler-el.de>
5 years ago[pixometer] Update README.md, Typos corrected (#10168)
Henrik Tóth [Wed, 17 Feb 2021 16:36:13 +0000 (17:36 +0100)]
[pixometer] Update README.md, Typos corrected (#10168)

Accepted without sign-off under small patch exemption.

5 years ago[Synopanalyzer] Adding French localization, correction on overcast channel (#10113)
Gaël L'hopital [Wed, 17 Feb 2021 10:50:14 +0000 (11:50 +0100)]
[Synopanalyzer] Adding French localization, correction on overcast channel (#10113)

* Adding French localization of the binding
* Correction on overcast channel
* Correcting nullable issues

Signed-off-by: clinique <gael@lhopital.org>
5 years ago[gpio] Added instructions in case raspi-config is not available (#9899)
Seb Boulet [Wed, 17 Feb 2021 10:47:42 +0000 (10:47 +0000)]
[gpio] Added instructions in case raspi-config is not available  (#9899)

Signed-off-by: Seb Boulet <SebBoulet@users.noreply.github.com>
5 years ago[modbus] fix defaults for tcp and serial things and some other minor cleanup (#10147)
Sami Salonen [Wed, 17 Feb 2021 10:41:40 +0000 (12:41 +0200)]
[modbus] fix defaults for tcp and serial things and some other minor cleanup (#10147)

* [modbus] More strict nullness. Remove apache.commons.lang from itests
* [modbus] Defaults for tcp and serial things according to docs
* [modbus] further explicit defaults
* [modbus] document default encoding for serial.
RTU is pretty much the only one used in the field.
Previous default was ascii implicitly.
* [modbus] verify defaults are used for undefined configuration parameters

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
5 years ago[rotel] Fix command to select PC USB source (ASCII v2 mode) (#10165)
lolodomo [Wed, 17 Feb 2021 10:38:27 +0000 (11:38 +0100)]
[rotel] Fix command to select PC USB source (ASCII v2 mode) (#10165)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[homematic] [doc] Usage of custom ID not supported (#10131)
Eiko Wagenknecht [Tue, 16 Feb 2021 23:28:11 +0000 (00:28 +0100)]
[homematic] [doc] Usage of custom ID not supported (#10131)

Fixes https://github.com/openhab/openhab-addons/issues/10114

Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
5 years ago[OmniLink] Fix OmniLink temperature/humidity sensors (#10130)
Ethan Dye [Tue, 16 Feb 2021 20:48:07 +0000 (13:48 -0700)]
[OmniLink] Fix OmniLink temperature/humidity sensors (#10130)

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
5 years ago[bluetooth.generic] Enable BLE notification for linked channels (#10122)
Pete [Tue, 16 Feb 2021 20:26:34 +0000 (21:26 +0100)]
[bluetooth.generic] Enable BLE notification for linked channels (#10122)

* [bluetooth] Add BluetoothDevice.isNotifying()
* [bluetooth] Improve Characteristic properties support
* [bluez] Improve Characteristic properties support
* [bluetooth] Add BluetoothDevice.canNotify()
* [bluez] Also catch DBusExecutionException on read value
* [bluetooth.generic] Activate notifications for linked channels where characteristics are able to notify
* [bluez] Adjust javadoc
* [bluegiga] Add BluetoothDevice.isNotifying() support
* [bluegiga] Fix notification enabled check
* [bluetooth] move canNotify() to Characteristic
* [bluegiga] rename notificationEnabled to notifying
* [bluetooth.generic] use handlerToChannels to subscribe to notifications
* [bluetooth.generic] implement TODOs of canRead()/canWrite()
* [bluetooth.generic] optimize ChannelUID
* [bluetooth.generic] use channelUids for link check

Signed-off-by: Peter Rosenberg <prosenb.dev@gmail.com>
5 years ago[hdpowerview] Eliminate nightly crash dump in OH3 (#10118)
Andrew Fiddian-Green [Tue, 16 Feb 2021 20:22:27 +0000 (20:22 +0000)]
[hdpowerview] Eliminate nightly crash dump in OH3 (#10118)

* [hdpowerview] refactor from jax-rs to http client
* [hdpowerview] adopt proposals of code reviewer
* [hdpowerview] adopt additional proposals of code reviewer
* [hdpowerview] provide exception class name

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
5 years ago[homekit] add support for flag "inverted" to lock accessory (#10169)
eugen [Tue, 16 Feb 2021 18:19:37 +0000 (19:19 +0100)]
[homekit] add support for flag "inverted" to lock accessory (#10169)

* add support for inverted to lock
* run spotless

Signed-off-by: Eugen Freiter <freiter@gmx.de>
5 years ago[modbus.sunspec] Handle floating point numbers for voltage types (#10175)
leoguiders [Tue, 16 Feb 2021 17:57:04 +0000 (18:57 +0100)]
[modbus.sunspec] Handle floating point numbers for voltage types (#10175)

Signed-off-by: Jan Philipp Giel <mail@philsown.de>
5 years ago[OmniLink] Fix spelling of status (#10161)
Ethan Dye [Mon, 15 Feb 2021 17:33:11 +0000 (10:33 -0700)]
[OmniLink] Fix spelling of status (#10161)

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
5 years ago[bluetooth.bluegiga] Introduced better initialization functionality (#10148)
pali [Mon, 15 Feb 2021 17:08:14 +0000 (19:08 +0200)]
[bluetooth.bluegiga] Introduced better initialization functionality (#10148)

* [bluetooth.bluegiga] Introduced better initialization functionality

+ other improvements
* [bluetooth.bluegiga] Review change
* [bluetooth.bluegiga] Fixed typo

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
5 years ago[bluetooth.generic] Define supported bridge types for generic BT devices (#10155)
Kai Kreuzer [Sun, 14 Feb 2021 22:33:07 +0000 (23:33 +0100)]
[bluetooth.generic] Define supported bridge types for generic BT devices (#10155)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[remoteopenhab] Connection to the remote server through openHAB Cloud (#10138)
lolodomo [Sun, 14 Feb 2021 19:00:14 +0000 (20:00 +0100)]
[remoteopenhab] Connection to the remote server through openHAB Cloud (#10138)

Fix #10055

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[bluetooth] Expire discovery snapshots so that devices can be rediscovered (#10099)
Connor Petty [Sun, 14 Feb 2021 18:52:18 +0000 (10:52 -0800)]
[bluetooth] Expire discovery snapshots so that devices can be rediscovered (#10099)

Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
5 years ago[voicerss] Added all supported languages (#10146)
cURLy bOi [Sun, 14 Feb 2021 16:00:03 +0000 (17:00 +0100)]
[voicerss] Added all supported languages (#10146)

Extended the original collection with all the languages currently listed on the VoiceRSS API website. Please consider including in main branch.

Signed-off-by: cURLy bOi <curly.boi.89@gmail.com>
5 years ago[http] Added example and explanation how to provide multiple headers (#10141)
mgwoj [Sun, 14 Feb 2021 03:44:34 +0000 (04:44 +0100)]
[http] Added example and explanation how to provide multiple headers (#10141)

5 years ago[lcn] Fix RVar setpoint modification for modules before 2006 (#10115)
Fabian Wolter [Sat, 13 Feb 2021 21:55:21 +0000 (22:55 +0100)]
[lcn] Fix RVar setpoint modification for modules before 2006 (#10115)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[hue] Removed internal vendor Map and minor additional improvements (#10137)
Christoph Weitkamp [Sat, 13 Feb 2021 21:48:40 +0000 (22:48 +0100)]
[hue] Removed internal vendor Map and minor additional improvements (#10137)

* Removed internal vendor Map and minor additional improvements
* Incorporated comments from review

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[nibeheatpump] Fixed compile error in RasPi (#10135)
pali [Sat, 13 Feb 2021 20:11:17 +0000 (22:11 +0200)]
[nibeheatpump] Fixed compile error in RasPi (#10135)

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
5 years ago[melcloud] Fixed representation property (#10133)
Christoph Weitkamp [Sat, 13 Feb 2021 20:10:26 +0000 (21:10 +0100)]
[melcloud] Fixed representation property (#10133)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[boschshc] Release v1.1 (#10097)
Christian Oeing [Sat, 13 Feb 2021 20:09:30 +0000 (21:09 +0100)]
[boschshc] Release v1.1 (#10097)

* #72 changed use units of measure for the twinguard humidity and purity values

all other QuantityTypes in bindingcode are fine

* #77 changed title of binding to Bosch Smart Home

Replaced the SHC occurrences with Smart Home,
to avoid technical names.

* #62 Try to restart long polling when it fails before taking the thing offline

* #62 Run subscribe request on a new thread instead of using the thread of the previous long polling http request

This might be the reason why the subscribe request does never finish or finishes with a timeout

* #74 Run the whole long polling response handling in a new thread to not get timeout from HTTP client

* #74 Schedule initial access when long polling fails unexpected

We need to try to reconnect again and again (with 15 seconds between the requests) as the controller may have been restarted (update, manual restart,...). This is already done by the initial access, so I reuse that mechanism.

* Use direct formatting of logger.trace instead of String.format

* #76 Use i18n texts instead of raw translations for status messages about failed long polling

* #76 Use logger.debug instead of logger.warn for long poll error as it is handled now

* #78 defined api-version

each HTTP request will use now the defined "avp-version=2.1" for request to the smart home controller

* logging bundle version

removed the old static version string
access OSGi bundle version information instead

* #75 improved initial access

- added isOnline check and isAccessPossible now failed in case HTTPStatus is an error
- same HTTPStatus check done to all blocking send() request calls
- using i18n strings for all bridge updateStatus calls
- skipped the 'controller' and use only 'Bosch Smart Home' in descriptions
- added more @Nullable annotations
* added newline

Signed-off-by: Gerd Zanker <gerd.zanker@web.de>
Signed-off-by: Christian Oeing <christian.oeing@slashgames.org>
5 years ago[bluetooth.enoceanble] Changed logging level for discovered devices (#10134)
pali [Sat, 13 Feb 2021 20:00:17 +0000 (22:00 +0200)]
[bluetooth.enoceanble] Changed logging level for discovered devices (#10134)

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
5 years ago[deconz] Fixed wrong channel type for extended color light (#10132)
Christoph Weitkamp [Sat, 13 Feb 2021 11:50:20 +0000 (12:50 +0100)]
[deconz] Fixed wrong channel type for extended color light (#10132)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[deconz] Use system default channel types for lights (#10126)
Christoph Weitkamp [Fri, 12 Feb 2021 10:52:18 +0000 (11:52 +0100)]
[deconz] Use system default channel types for lights (#10126)

* Use system default channel types for lights

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years agoUpdate README.md (#10124)
goopilot [Thu, 11 Feb 2021 07:42:46 +0000 (01:42 -0600)]
Update README.md (#10124)

Signed-off-by: Alexandr Salamatov <wpgnetworks@gmail.com>
5 years ago[modbus.sunspec] fix wrong unit in binding docs (#10120)
Markus Storm [Wed, 10 Feb 2021 18:47:23 +0000 (19:47 +0100)]
[modbus.sunspec] fix wrong unit in binding docs (#10120)

Signed-off-by: Markus Storm <markus.storm@gmx.net>
5 years ago[folderwatcher] Initial contribution (#10045)
goopilot [Wed, 10 Feb 2021 18:45:47 +0000 (12:45 -0600)]
[folderwatcher] Initial contribution (#10045)

Signed-off-by: Alexandr Salamatov <wpgnetworks@gmail.com>
5 years ago[somfytahoma] Retry command submission when tahoma gateway is busy. (#10023)
Georg Siebke [Tue, 9 Feb 2021 21:03:22 +0000 (22:03 +0100)]
[somfytahoma] Retry command submission when tahoma gateway is busy. (#10023)

* Retry command submission when tahome gateway is busy.
* Changed log level, cosmetic changes
* Store list of scheduled retries; cancelled when handler is disposed.
* Made retryFutures thread-safe

Signed-off-by: Georg Siebke <github@georgsiebke.de>
5 years ago[hue] Implementing "[discovery.upnp] Devices may apply a grace period" (#9985)
Andrew Fiddian-Green [Tue, 9 Feb 2021 20:52:11 +0000 (20:52 +0000)]
[hue] Implementing "[discovery.upnp] Devices may apply a grace period" (#9985)

* [hue] implement PR #2144 in openhab.core
* [hue] add binding configuration parameter; return long

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
5 years ago[androiddebugbridge] check device awake state and minor fixes (#10106)
GiviMAD [Tue, 9 Feb 2021 01:25:52 +0000 (17:25 -0800)]
[androiddebugbridge] check device awake state and minor fixes (#10106)

* check device awake state and minor fixes
* avoid update awake channel when not linked

Signed-off-by: Miguel <miguelwork92@gmail.com>
5 years agoGH-9936 Fixed datatype for brightness of the ambient light (#10065)
Michael Rumpf [Mon, 8 Feb 2021 22:40:02 +0000 (23:40 +0100)]
GH-9936 Fixed datatype for brightness of the ambient light (#10065)

The ceiling10 Yeelight lamp has 2 dimmer for brightness:
"bright" for the main light and bg_bright for the ambient light.
Both are of type dimmer and accept percentage values between 1 and 100.
This fix changes the datatype of the bg_bright property from Number
to Dimmer in the device mapping database file ceiling4, which is also
the one that is used for the ceiling10 lamp.

Accepted without sign-off under minor change exemption.

5 years ago[pushover] Update README.md (#10094)
niebochod [Mon, 8 Feb 2021 22:34:38 +0000 (23:34 +0100)]
[pushover] Update README.md (#10094)

"format" parameter value for HTML seems that should be "html", not "HTML"

"HTML" seems to have no affect when using sendPriorityMessage, but "html" works.

Accepted without sign-off under minor change exemption.

5 years ago[Homematic] Removed Apache Commons (#10035)
Martin Herbst [Mon, 8 Feb 2021 22:26:56 +0000 (23:26 +0100)]
[Homematic] Removed Apache Commons (#10035)

Signed-off-by: Martin Herbst <develop@mherbst.de>
5 years ago[Broadlinkthermostat] Initial contribution (#9260)
Florian Mueller [Mon, 8 Feb 2021 22:08:09 +0000 (23:08 +0100)]
[Broadlinkthermostat] Initial contribution (#9260)

Signed-off-by: Florian Mueller <f.l.o.mueller@web.de>
5 years ago[smartmeter] Fix Thing OFFLINE Communication Error due Exception in last PR (#10088)
Stefan Triller [Mon, 8 Feb 2021 22:05:10 +0000 (23:05 +0100)]
[smartmeter] Fix Thing OFFLINE Communication Error due Exception in last PR (#10088)

Fixes #10087

Signed-off-by: Stefan Triller <github@stefantriller.de>
5 years ago[Tankerkoenig]: Lower minimum refresh interval (#10070)
Flole998 [Mon, 8 Feb 2021 22:03:58 +0000 (23:03 +0100)]
[Tankerkoenig]: Lower minimum refresh interval (#10070)

As per https://creativecommons.tankerkoenig.de (in the "Terms"-section) we should not make more than 1 request per 5 minutes, this changes the limit accordingly and allows doing so.

Signed-off-by: Flole <flole@flole.de>
5 years ago[powermax] Improved error handling for Powermax binding (#9817)
Ron Isaacson [Mon, 8 Feb 2021 21:48:38 +0000 (16:48 -0500)]
[powermax] Improved error handling for Powermax binding (#9817)

* Improved error handling for Powermax binding

Catch all exceptions, and take all Powermax things offline in the event
of a communication failure. Also adds a 5-minute watchdog for
connections in Standard (non-Powerlink) mode.

* More Powermax error handling improvements

1. Mark the bridge and all things as offline when communication is lost
2. Bubble all I/O exceptions up to the bridge status
3. Set all channels to UnDefType.NULL when bridge goes offline
4. Ignore CRC errors on messages of type 0xF1
5. Don't try and download partition settings for panels that don't support partitions
6. Fix logging levels to avoid unnecessary non-DEBUG messages

Signed-off-by: Ron Isaacson <isaacson.ron@gmail.com>
5 years ago[amazonechocontrol] fix smarthome device naming (#10084)
J-N-K [Sun, 7 Feb 2021 21:56:31 +0000 (22:56 +0100)]
[amazonechocontrol] fix smarthome device naming (#10084)

* fix smarthome device naming
* toString

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[loxone] fix representation property (#10086)
J-N-K [Sun, 7 Feb 2021 18:44:39 +0000 (19:44 +0100)]
[loxone] fix representation property (#10086)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[googletts] Remove references to Paper UI (#10089)
Christoph Weitkamp [Sun, 7 Feb 2021 14:23:46 +0000 (15:23 +0100)]
[googletts] Remove references to Paper UI (#10089)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[networkupstools] fix tests (#10082)
J-N-K [Sun, 7 Feb 2021 12:44:47 +0000 (13:44 +0100)]
[networkupstools] fix tests (#10082)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years agoAdjustments for nullness annotated TypeParser (#10068)
Christoph Weitkamp [Sun, 7 Feb 2021 10:43:17 +0000 (11:43 +0100)]
Adjustments for nullness annotated TypeParser (#10068)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[homekit] make min and max temperature units depedent on useFahrenheitTemperature...
eugen [Sun, 7 Feb 2021 07:04:32 +0000 (08:04 +0100)]
[homekit] make min and max temperature units depedent on useFahrenheitTemperature setting (#10074)

Signed-off-by: Eugen Freiter <freiter@gmx.de>
5 years ago[epsonprojector] Always set ready=true on disconnect and improve documentation (...
mlobstein [Sun, 7 Feb 2021 02:32:34 +0000 (20:32 -0600)]
[epsonprojector] Always set ready=true on disconnect and improve documentation (#10079)

* Always set ready on disconnect and improve documentation
* improve documentation

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
5 years ago[velbus] Fixed reading of alarm clock status on VMB4AN. (#10058)
cedricboon [Sun, 7 Feb 2021 02:30:29 +0000 (03:30 +0100)]
[velbus] Fixed reading of alarm clock status on VMB4AN. (#10058)

Added support for VMBVP1

Signed-off-by: Cedric Boon <cedric.boon@hotmail.com>
5 years ago[homekit] add support for dimmer item for slat accessories (#10019)
eugen [Sat, 6 Feb 2021 16:59:14 +0000 (17:59 +0100)]
[homekit] add support for dimmer item for slat accessories (#10019)

Signed-off-by: Eugen Freiter <freiter@gmx.de>
5 years ago[denonmarantz] Update protocol reference in readme (#10044)
Hilbrand Bouwkamp [Sat, 6 Feb 2021 16:21:57 +0000 (17:21 +0100)]
[denonmarantz] Update protocol reference in readme (#10044)

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years ago[helioseasycontrols] Internationalization + actions for messages - Attempt 2 (#9772)
Bernhard Bauer [Sat, 6 Feb 2021 16:19:01 +0000 (17:19 +0100)]
[helioseasycontrols] Internationalization + actions for messages - Attempt 2 (#9772)

* Internationalization + actions for messages

- Internationalization of UI relevant texts
- Better support for the error/warning/info/status messages received
from the device

Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Review inputs + improvements

- inputs from @ssalonen
- additional action to retrieve all messages collectively
- added rule example for handling the collective message action
- added semantic tags in items example

Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* mvn spotless:apply

Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Update bundles/org.openhab.binding.modbus.helioseasycontrols/README.md

Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Update bundles/org.openhab.binding.modbus.helioseasycontrols/README.md

Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Update bundles/org.openhab.binding.modbus.helioseasycontrols/src/main/java/org/openhab/binding/modbus/helioseasycontrols/internal/HeliosEasyControlsHandler.java

Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Update bundles/org.openhab.binding.modbus.helioseasycontrols/src/main/resources/OH-INF/i18n/helioseasycontrols_de.properties

Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Update bundles/org.openhab.binding.modbus.helioseasycontrols/src/main/resources/OH-INF/thing/thing-types.xml

Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Review inputs from @fwolter

Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Inputs from @fwolter

- changed return type for actions with a single return value
- corrected findings from static code analysis

Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Removed configurationPid from TranslationProvider

Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Changes requested by @fwolter

Signed-off-by: Bernhard Bauer <bern77@gmail.com>
* Changed log level to debug when catching InterruptedException

Signed-off-by: Bernhard Bauer <bern77@gmail.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[remoteopenhab] Suppress the IP check (#10049)
lolodomo [Sat, 6 Feb 2021 16:15:52 +0000 (17:15 +0100)]
[remoteopenhab] Suppress the IP check (#10049)

Fix #10026

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[remoteopenhab] New setting to restart the SSE connection after inact… (#10063)
lolodomo [Sat, 6 Feb 2021 16:12:22 +0000 (17:12 +0100)]
[remoteopenhab] New setting to restart the SSE connection after inact… (#10063)

* [remoteopenhab] New setting to restart the SSE connection after inactivity

Fix #9680

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

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[remoteopenhab] Detect a remote server shutdown and reconnect properly (#10060)
lolodomo [Sat, 6 Feb 2021 09:52:47 +0000 (10:52 +0100)]
[remoteopenhab] Detect a remote server shutdown and reconnect properly (#10060)

when the remote server is alive again

Related to #9680

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[openthermgateway] Added support for firmware version 5.0 (#10040)
Arjen Korevaar [Fri, 5 Feb 2021 08:06:09 +0000 (09:06 +0100)]
[openthermgateway] Added support for firmware version 5.0 (#10040)

* Added commands for second central heating circuit
* Added command for temperature sensor
* Added controlsetpoint2 and ch2_enable channels

Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
5 years ago[kostalinverter] Add Second Generation (Piko10-20) type inverters (#8574)
basse04 [Thu, 4 Feb 2021 22:17:04 +0000 (23:17 +0100)]
[kostalinverter] Add Second Generation (Piko10-20) type inverters  (#8574)

* Binding redesigned 20200923 by Örjan Backsell

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
This is the upgraded version of Kostal Inverter extended with
functionality for the Inverter type of Second generation PIKO 10-20
[kostalinverter], regarded OH3.
[WIP]

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20200923 by Örjan Backsell

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
This is the upgraded version of Kostal Inverter extended with
functionality for the Inverter type of Second generation PIKO 10-20
[kostalinverter] regarded oH3
[WIP]

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20200923 by Örjan Backsell

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
This is the upgraded version of Kostal Inverter extended with
functionality for the Inverter type of Second generation PIKO 10-20
[kostalinverter] regarded oH3
[WIP]

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20200923 by Örjan Backsell

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
This is the upgraded version of Kostal Inverter extended with
functionality for the Inverter type of Second generation PIKO 10-20
[kostalinverter] regarded oH3
[WIP]

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20200924 by Örjan Backsell

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
This is the upgraded version of Kostal Inverter extended with
functionality for the Inverter type of Second generation PIKO 10-20
[kostalinverter] regarded oH3
[WIP]

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20200924 by Örjan Backsell

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
Changes made in
org.openhab.binding.internal.kostal.inverter.secondgeneration.SecondGenerationHandler.java
found by Travis tests.

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201007 by Örjan Backsell

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
Done changes in:
Channels.xml
PIKO1020.xml
README.md
SecondGeneration.xml
SecondGenerationChannelConfiguration.java

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201008 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201012 by Örjan Backsell, regarded to @fwolter
requested changes

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201028 by Örjan Backsell, regarded to @cpmeister
requested changes.

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201105 by Örjan Backsell

Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20200923 by Örjan Backsell

'
Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
'
Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201111 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201117 by Örjan Backsell

'
Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
This is the upgraded version of Kostal Inverter extended with
functionality for the Inverter type of Second generation PIKO 10-20
[kostalinverter]
[WIP]
'

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201119 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201125 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201130 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201130, 1630 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201202 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201204 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Redesigned 20201204 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20201010 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20210112 by Örjan Backsell

'
Signed-off-by: basse04 orjan.backsell@gmail.com
Also-by: Christian Schneider <>
Also-by: René Stakemeier <>
Also-by: Christoph Weitkamp <>
This is the upgraded version of Kostal Inverter extended with
functionality for the Inverter type of Second generation PIKO 10-20
[kostalinverter]
'

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20210114 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20210119 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding (KostalInverterFactory.java)redesigned 20210119 by Örjan
Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20210125 by Örjan Backsell

* Binding redesigned 20200923 by Örjan Backsell

(KostalInverterFactory.java)

Signed-off-by: basse04 <orjan.backsell@gmail.com>
* Binding redesigned 20210125 by Örjan Backsell

Signed-off-by: basse04 <orjan.backsell@gmail.com>
5 years ago[nikobus] added option to reverse rollershutter commands (#10047)
Boris Krivonog [Thu, 4 Feb 2021 21:59:44 +0000 (22:59 +0100)]
[nikobus] added option to reverse rollershutter commands (#10047)

* Added option to reverse rollershutter commands - UP -> DOWN and DOWN -> UP - might happen if rollershuter module's output is wired differently.

* Fixed PR comments.

Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
5 years ago[homekit] add support for number and dimmer item type to window covering accessory...
eugen [Thu, 4 Feb 2021 20:09:19 +0000 (21:09 +0100)]
[homekit] add support for number and dimmer item type to window covering accessory (#10051)

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