]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
4 years ago[openthermgateway] add new statistics channels (#10203)
Arjen Korevaar [Sun, 4 Apr 2021 16:48:23 +0000 (18:48 +0200)]
[openthermgateway] add new statistics channels (#10203)

* Added new channels

Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
* Fixed typo in channels

Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
* Added UoM for hours count channels

Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
4 years ago[somfytahoma] Avoid potentiel NPE (#10453)
lolodomo [Sun, 4 Apr 2021 15:34:25 +0000 (17:34 +0200)]
[somfytahoma] Avoid potentiel NPE (#10453)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[comfoair] Update README.md (#10427)
rfaelens [Sat, 3 Apr 2021 20:57:50 +0000 (22:57 +0200)]
[comfoair] Update README.md (#10427)

* Update README.md

Avoid confusion connecting RS232 to a CAN bus, wasting days of work...

* Update bundles/org.openhab.binding.comfoair/README.md

Co-authored-by: boehan <boehan@users.noreply.github.com>
Co-authored-by: boehan <boehan@users.noreply.github.com>
4 years ago[hdpowerview] Correctly embed dependency in binding (#10450)
Kai Kreuzer [Sat, 3 Apr 2021 19:59:15 +0000 (21:59 +0200)]
[hdpowerview] Correctly embed dependency in binding (#10450)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
4 years ago[bindings o-r] Fix deprecated tag "required" (#10452)
lolodomo [Sat, 3 Apr 2021 19:57:54 +0000 (21:57 +0200)]
[bindings o-r] Fix deprecated tag "required" (#10452)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[enocean] Update README.md (#10443)
David [Sat, 3 Apr 2021 17:44:18 +0000 (19:44 +0200)]
[enocean] Update README.md (#10443)

4 years ago[somfytahoma] New channel on the gateway to execute scenes (#10346)
lolodomo [Sat, 3 Apr 2021 11:35:02 +0000 (13:35 +0200)]
[somfytahoma] New channel on the gateway to execute scenes (#10346)

* [somfytahoma] New channel on the bridge to execute scenes

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

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Console command added to list the scenarios IDs

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Update state of new channel

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: set auto update policy to recommend

Signed-off-by: Laurent Garnier <lg./hc@free.fr>
4 years ago[somfytahoma] Faster feedback for commands initiated by the binding (#10409)
lolodomo [Fri, 2 Apr 2021 20:31:35 +0000 (22:31 +0200)]
[somfytahoma] Faster feedback for commands initiated by the binding (#10409)

Also fix references to OH2

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years agoUpdate README.md (#10379)
Ross Kennedy [Fri, 2 Apr 2021 20:26:32 +0000 (21:26 +0100)]
Update README.md (#10379)

Try to clarify beginners should not be using channels direct on broker Bridge Thing.

Signed-off-by: Ross Kennedy <rossko@culzean.clara.co.uk>
4 years ago[haywardomnilogic] Fix bridge thing status upon re-establishing server comms (#10371)
Matt [Fri, 2 Apr 2021 20:24:31 +0000 (16:24 -0400)]
[haywardomnilogic] Fix bridge thing status upon re-establishing server comms (#10371)

* Update HaywardBridgeHandler to set thingstatus online upon succesful getTelemetryData

Signed-off-by: matchews <mmyers75@icloud.com>
* updated default endpoint url

Signed-off-by: matchews <mmyers75@icloud.com>
* Bug fixes.  Prevent bridge status toggling if a single request fails.  Don't evaluate xml if http response if != 200

Signed-off-by: matchews <mmyers75@icloud.com>
4 years ago[tacmi] Fix unintended toggleing and add update policy (#10095)
Christian Niessner [Fri, 2 Apr 2021 20:15:38 +0000 (22:15 +0200)]
[tacmi] Fix unintended toggleing and add update policy (#10095)

* [tacmi] TA-CMI: Improvements on Schema API Connection

* Removed deprecation warning
* Ensure channels get re-added when removed manually
* Debounce unintended toggeling when status-polling overlaps with new commands.
  Status fetching sometimes takes longer and then it occurs the status page reports still the old/previous value.
  With this change values for things will be ignored when the thing was updated after the start of the page fetch.

Signed-off-by: Christian Niessner <github-marvkis@christian-niessner.de>
* [tacmi] TA-CMI: Schema API Connection: Bugfix: On initialization check if custom channel types still exists and re-create them when needed...

Signed-off-by: Christian Niessner <github-marvkis@christian-niessner.de>
* [tacmi] TA-CMI: Schema API Connection: Improvement: channels now have a 'updatePolicy' configuration parameter to specify the update behaviour

Signed-off-by: Christian Niessner <github-marvkis@christian-niessner.de>
* [tacmi] TA-CMI: Improvements & some initial SI-Units for the COE connection handler

Signed-off-by: Christian Niessner <github-marvkis@christian-niessner.de>
* [tacmi] TA-CMI: only catch URISyntaxException instead of generic Exception

Signed-off-by: Christian Niessner <github-marvkis@christian-niessner.de>
4 years agoUpgrade Karaf to 4.3.1 (#10424)
Wouter Born [Fri, 2 Apr 2021 18:00:30 +0000 (20:00 +0200)]
Upgrade Karaf to 4.3.1 (#10424)

* Upgrades Karaf to 4.3.1
* Uses Pax Logging as runtime dependency instead of Felix Log
  To change the log level in itests, change the value of org.ops4j.pax.logging.DefaultServiceLog.level in itest-include.bndrun
* Adds --add-opens and nashorn.args in itest-include.bndrun to prevent some warnings being logged in itests

Related to openhab/openhab-distro#1167

Signed-off-by: Wouter Born <github@maindrain.net>
4 years agoRename README.MD to README.md
Kai Kreuzer [Fri, 2 Apr 2021 08:46:26 +0000 (10:46 +0200)]
Rename README.MD to README.md

4 years ago[lutron] Add support for bridged RadioRA (classic) systems (#10302)
Bob A [Wed, 31 Mar 2021 20:44:58 +0000 (16:44 -0400)]
[lutron] Add support for bridged RadioRA (classic) systems (#10302)

Signed-off-by: Bob Adair <bob.github@att.net>
4 years ago[shelly] New Shelly Manager (more detailed information, status, integrated firmware...
Markus Michels [Wed, 31 Mar 2021 20:42:33 +0000 (22:42 +0200)]
[shelly] New Shelly Manager (more detailed information, status, integrated firmware upgrade) (#10276)

* This PR brings in the Shelly Manager, check doc/ShellyManager.md for
additional information.
* Restart Device in Manager when CoIoT Mode has changed
* Updated pattern to extract version info (thanks @fwolter), CoIoT warning
for non-Motion devices fixed; AdvancedUsers.md now refers to Shelly
Manager
* Modified message when beta is detected (reference to 1.5.7 release build
confuses users running 1.10 beta)
* Fix for Enable/Disable AP roaming
* Handle button events also in detached mode, README updated
* Ignore inconsistent version string for initial 1.10 releases
* removed display of firmware id (there are various formats and it has
no value)

Signed-off-by: Markus Michels <markus7017@gmail.com>
4 years ago[pushover] Added universal action providing all available parameters (#10422)
Christoph Weitkamp [Wed, 31 Mar 2021 20:00:29 +0000 (22:00 +0200)]
[pushover] Added universal action providing all available parameters (#10422)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
4 years ago[lcn] Add dimmer profile parameter to be accessible via UI (#10305)
Fabian Wolter [Wed, 31 Mar 2021 19:52:18 +0000 (21:52 +0200)]
[lcn] Add dimmer profile parameter to be accessible via UI (#10305)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
4 years ago[pioneeravr] Added channel for changing MCACC Memory profile on AVR (#10329)
Nathan Prins [Wed, 31 Mar 2021 19:50:42 +0000 (12:50 -0700)]
[pioneeravr] Added channel for changing MCACC Memory profile on AVR (#10329)

Signed-off-by: Nathan Prins <nathanprins@hotmail.com>
4 years agoFix warning at the wrong time. (#10351)
Matthew Skinner [Wed, 31 Mar 2021 19:48:19 +0000 (06:48 +1100)]
Fix warning at the wrong time. (#10351)

Signed-off-by: Matthew Skinner <matt@pcmus.com>
4 years agoFix #6939 - Forced channel triggering without previous state (#10356)
Gabor Bicskei [Wed, 31 Mar 2021 19:47:26 +0000 (21:47 +0200)]
Fix #6939 - Forced channel triggering without previous state (#10356)

Signed-off-by: Gabor Bicskei <gbicskei@gmail.com>
4 years ago[upnpcontrol] Small correction to UpnpControl Binding README.md (#10393)
jf114 [Wed, 31 Mar 2021 19:46:03 +0000 (21:46 +0200)]
[upnpcontrol] Small correction to UpnpControl Binding README.md (#10393)

In the Thing Configuration section starting at Line 40, the code example had parameters transposed versus the preceding description and the true operation of the binding.  The correction puts the parameters included in the original example in the thing that they belong with in Lines 80 and 81.  The optional notification parameters of the renderer were not included originally and I have left it like that.

4 years agoFix battary_life property (#10394)
Antonio Tapiador [Wed, 31 Mar 2021 19:44:28 +0000 (21:44 +0200)]
Fix battary_life property (#10394)

Viomi's property battery life seems to have a weird typo. The property's real name is `battary_life` instead of `battery_life`. Using the wrong name `battery_life` makes the other properties in the batch to be undefined: `"run_state","mode","err_state","battary_life","box_type"`

The correct name `battary_life` is already used in other projects like https://github.com/rytilahti/python-miio/blob/master/miio/viomivacuum.py#L316 or https://github.com/Hypfer/Valetudo/blob/0bed81ab4f0ddccdad044ce805dda3af8736eb96/lib/robots/viomi/ViomiValetudoRobot.js#L254

Signed-off-by: Antonio Tapiador del Dujo <atd@singularities.org>
4 years agoSet channel states to UNDEF instead of NULL; Fixed SAT warnings (#10421)
Christoph Weitkamp [Wed, 31 Mar 2021 19:42:33 +0000 (21:42 +0200)]
Set channel states to UNDEF instead of NULL; Fixed SAT warnings (#10421)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
4 years agoClarify if username/password fields are required (#10416)
Florian [Wed, 31 Mar 2021 19:38:39 +0000 (21:38 +0200)]
Clarify if username/password fields are required (#10416)

The fields are used to login with username and password instead of a refreshToken.
They're therefore not required.

Signed-off-by: Florian Schmidt <florian.schmidt.welzow@t-online.de>
4 years ago[daikin] add energy usage day & week (#9602)
Wouter Denayer [Wed, 31 Mar 2021 17:59:16 +0000 (19:59 +0200)]
[daikin] add energy usage day & week (#9602)

* add energy usage day & week

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* updated readme

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* updated readme

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* removed email from @author, set log lvl to trace for parsed strings

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* fixed some some checkstyle warnings

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* addressed some checkstyle warnings

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* updated copyright to 2021

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* made private static final Logger logger uppercase

Signed-off-by: Wouter Denayer <wouter@denayer.com>
* made this logger lowercase again

Signed-off-by: Wouter Denayer <wouter@denayer.com>
Co-authored-by: Wouter Denayer <wouter@denayer.com>
4 years ago[automower] Add planner, calendar and command channels (#8802)
Marcin Czeczko [Wed, 31 Mar 2021 08:31:17 +0000 (10:31 +0200)]
[automower] Add planner, calendar and command channels (#8802)

* [Automower] Enhanced binding:
- Added support for the planner and calendar data
- Added command channels
- Updated docs

Signed-off-by: Marcin Czeczko <marcin.czeczko@gmail.com>
* [Automower] Fixed consts with channel ids after removal of channel
groups. Improved the mower state update:
- Cache the last read state from API
- Use cached mower state so the items linked will always be up to date
  without the need to wait for API refresh period.
- Use timeZoneProvider to user user set timezone.

Signed-off-by: Marcin Czeczko <marcin.czeczko@gmail.com>
* Rolledback NotNullByDefault annotation

Signed-off-by: Marcin Czeczko <marcin.czeczko@gmail.com>
4 years ago[velux] fix 'required' tag again (#10417)
Andrew Fiddian-Green [Tue, 30 Mar 2021 19:34:07 +0000 (20:34 +0100)]
[velux] fix 'required' tag again (#10417)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
4 years ago[bindings l-n] Fix deprecated tag "required" (#10420)
lolodomo [Tue, 30 Mar 2021 19:33:23 +0000 (21:33 +0200)]
[bindings l-n] Fix deprecated tag "required" (#10420)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[somfytahoma] New method to send a command to several devices in the same place ...
lolodomo [Mon, 29 Mar 2021 20:00:40 +0000 (22:00 +0200)]
[somfytahoma] New method to send a command to several devices in the same place (#10347)

* [somfytahoma] New method to send a command to several devices in the same place

Also include the place into the inbox label (discovery)

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

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[bindings a-k] Fix deprecated tag "required" (#10410)
lolodomo [Mon, 29 Mar 2021 20:00:06 +0000 (22:00 +0200)]
[bindings a-k] Fix deprecated tag "required" (#10410)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
4 years ago[somfytahoma] Fixed bug causing Gateway and Actiongroups get never ONLINE (#10355)
Ondrej Pecta [Sun, 28 Mar 2021 16:52:33 +0000 (18:52 +0200)]
[somfytahoma] Fixed bug causing Gateway and Actiongroups get never ONLINE (#10355)

Signed-off-by: Ondrej Pecta <opecta@gmail.com>
4 years ago[lgwebos] Fix text message size bug (#10404)
Sebastian Prehn [Sun, 28 Mar 2021 15:21:05 +0000 (17:21 +0200)]
[lgwebos] Fix text message size bug (#10404)

Fixes #10403

Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
4 years ago[mecmeter] Initial contribution of mecmeter binding (#9075)
Kai Kreuzer [Sun, 28 Mar 2021 09:20:21 +0000 (11:20 +0200)]
[mecmeter] Initial contribution of mecmeter binding (#9075)

* Initial contribution of mecmeter binding

Also-by: Klaus Berger <klaus.berger@verbund.com>
Also-by: Florian Pazour <florian.pazour@verbund.com>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* addressed review feedback

Signed-off-by: Kai Kreuzer <kai@openhab.org>
* added codeowners entry

Signed-off-by: Kai Kreuzer <kai@openhab.org>
* addressed review comments

Signed-off-by: Kai Kreuzer <kai@openhab.org>
4 years ago[openweathermap] Added support for Air Pollution API (#10343)
Christoph Weitkamp [Sat, 27 Mar 2021 19:04:02 +0000 (20:04 +0100)]
[openweathermap] Added support for Air Pollution API (#10343)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
4 years ago[picotts] Add null annotations (#10392)
Wouter Born [Sat, 27 Mar 2021 17:34:00 +0000 (18:34 +0100)]
[picotts] Add null annotations (#10392)

Signed-off-by: Wouter Born <github@maindrain.net>
4 years agoMove to io.github.opewebnet4j 0.4.1 from Maven Central. Fixes #10298 and #10395 ...
M Valla [Sat, 27 Mar 2021 17:33:04 +0000 (18:33 +0100)]
Move to io.github.opewebnet4j 0.4.1 from Maven Central. Fixes #10298 and #10395 (#10397)

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
4 years ago[MiHome] Add a Bridge property for the network interface to be used for multicast...
Ion Marusic [Sat, 27 Mar 2021 16:43:57 +0000 (17:43 +0100)]
[MiHome] Add a Bridge property for the network interface to be used for multicast traffic (#9619)

Signed-off-by: Ion Marusic <ion.marusic@gmail.com>
4 years ago[pioneeravr] Added support for Pioneer VSX-922 AVR (#10328)
Nathan Prins [Fri, 26 Mar 2021 17:33:03 +0000 (10:33 -0700)]
[pioneeravr] Added support for Pioneer VSX-922 AVR (#10328)

Tested all channels and confirmed that they work for this model.

Signed-off-by: Nathan Prins <nathanprins@hotmail.com>
4 years ago[sensebox] Gracefully handle JsonSyntaxException (#10348)
Christoph Weitkamp [Fri, 26 Mar 2021 16:47:05 +0000 (17:47 +0100)]
[sensebox] Gracefully handle JsonSyntaxException (#10348)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
4 years ago[velux] Stability checks and improvements in slip io (#10119)
Andrew Fiddian-Green [Fri, 26 Mar 2021 16:13:37 +0000 (16:13 +0000)]
[velux] Stability checks and improvements in slip io (#10119)

4 years agoFix broken configfile GAV with karaf:kar (#10391)
Wouter Born [Fri, 26 Mar 2021 07:50:31 +0000 (08:50 +0100)]
Fix broken configfile GAV with karaf:kar (#10391)

The groupId variable results in the wrong configfile GAV when building a single KAR with karaf:kar for an add-on.

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[bsblan] Updated the link to the BSB-LAN device repository in README.md (#10382)
Peter Schraffl [Thu, 25 Mar 2021 17:23:27 +0000 (18:23 +0100)]
[bsblan] Updated the link to the BSB-LAN device repository in README.md (#10382)

Repository of the BSB-LAN device has been renamed.

Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
5 years agoFix Typo in ReadMe (#10389)
Hans-Jörg Merk [Thu, 25 Mar 2021 12:08:36 +0000 (13:08 +0100)]
Fix Typo in ReadMe (#10389)

5 years ago[lifx] Improve firmware version support (#10384)
Wouter Born [Wed, 24 Mar 2021 22:39:34 +0000 (23:39 +0100)]
[lifx] Improve firmware version support (#10384)

* [lifx] Improve firmware version support

When the firmware of a light is upgraded the supported features can change.
With these changes the binding uses the features based on the light firmware version.
Also corrects some of the temperature ranges based on the LIFX products description.

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[tellstick] Fix for NPE (#10377) (#10378)
Jan Gustafsson [Tue, 23 Mar 2021 07:39:17 +0000 (08:39 +0100)]
[tellstick] Fix for NPE (#10377) (#10378)

Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
5 years agoGPS accuracy state display pattern changed (#10374)
Gabor Bicskei [Mon, 22 Mar 2021 18:06:16 +0000 (19:06 +0100)]
GPS accuracy state display pattern changed (#10374)

Signed-off-by: Gabor Bicskei <gbicskei@gmail.com>
5 years ago[pulseaudio] Fix deprecated tag "required" (#10373)
lolodomo [Sun, 21 Mar 2021 20:50:56 +0000 (21:50 +0100)]
[pulseaudio] Fix deprecated tag "required" (#10373)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[bticinosmarther] Fix deprecated tag "required" (#10372)
lolodomo [Sun, 21 Mar 2021 20:49:56 +0000 (21:49 +0100)]
[bticinosmarther] Fix deprecated tag "required" (#10372)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[openwebnet] add support for Energy Meter (#10191)
Conte Andrea [Sun, 21 Mar 2021 19:26:21 +0000 (20:26 +0100)]
[openwebnet] add support for Energy Meter (#10191)

Signed-off-by: Andrea Conte <andrea@conte.com>
5 years ago[enocean] Do not set attr "required" for the param "senderIdOffset" (#10370)
lolodomo [Sun, 21 Mar 2021 18:18:11 +0000 (19:18 +0100)]
[enocean] Do not set attr "required" for the param "senderIdOffset" (#10370)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[plclogo] Fix deprecated tag "required" (#10368)
lolodomo [Sun, 21 Mar 2021 18:17:49 +0000 (19:17 +0100)]
[plclogo] Fix deprecated tag "required" (#10368)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[dmx] Fix deprecated tag "required" (#10363)
lolodomo [Sun, 21 Mar 2021 18:17:27 +0000 (19:17 +0100)]
[dmx] Fix deprecated tag "required" (#10363)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[miele] Fix deprecated tag "required" (#10369)
lolodomo [Sun, 21 Mar 2021 16:12:45 +0000 (17:12 +0100)]
[miele] Fix deprecated tag "required" (#10369)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[influxdb] Add option for using metadata value as measurement name (#9943)
Johannes Ott [Sun, 21 Mar 2021 15:48:16 +0000 (16:48 +0100)]
[influxdb] Add option for using metadata value as measurement name (#9943)

* Add option for using metadata value as measurement name

Also-by: Joan Pujol <joanpujol@gmail.com>
Signed-off-by: Johannes Ott <info@johannes-ott.net>
5 years ago[tellstick] Fix deprecated tag "required" (#10367)
lolodomo [Sun, 21 Mar 2021 15:42:56 +0000 (16:42 +0100)]
[tellstick] Fix deprecated tag "required" (#10367)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[wemo] Fix deprecated tag "required" (#10365)
lolodomo [Sun, 21 Mar 2021 15:42:13 +0000 (16:42 +0100)]
[wemo] Fix deprecated tag "required" (#10365)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[digitalstrom] Fix deprecated tag "required" (#10364)
lolodomo [Sun, 21 Mar 2021 15:41:35 +0000 (16:41 +0100)]
[digitalstrom] Fix deprecated tag "required" (#10364)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[velux] Fix deprecated tag "required" (#10362)
lolodomo [Sun, 21 Mar 2021 15:40:29 +0000 (16:40 +0100)]
[velux] Fix deprecated tag "required" (#10362)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[somfytahoma] Improved handling of target temperature command (#10336)
lolodomo [Sun, 21 Mar 2021 13:23:07 +0000 (14:23 +0100)]
[somfytahoma] Improved handling of target temperature command (#10336)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[knx] Fix deprecated tag "required" (#10361)
lolodomo [Sun, 21 Mar 2021 13:11:05 +0000 (14:11 +0100)]
[knx] Fix deprecated tag "required" (#10361)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[enocean] Fix deprecated tag "required" (#10353)
lolodomo [Sat, 20 Mar 2021 15:13:55 +0000 (16:13 +0100)]
[enocean] Fix deprecated tag "required" (#10353)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[somfytahoma] Fix deprecated tag "required" (#10352)
lolodomo [Sat, 20 Mar 2021 15:10:26 +0000 (16:10 +0100)]
[somfytahoma] Fix deprecated tag "required" (#10352)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[onewire] Fix deprecated tag "required" (#10354)
lolodomo [Sat, 20 Mar 2021 15:09:32 +0000 (16:09 +0100)]
[onewire] Fix deprecated tag "required" (#10354)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[ValloxMV] Adding Co2 measurement (#10324)
Björn Brings [Fri, 19 Mar 2021 20:24:39 +0000 (21:24 +0100)]
[ValloxMV] Adding Co2 measurement (#10324)

Signed-off-by: bjoernbrings <bjoernbrings@web.de>
5 years agoChange dependency group id to version available on Maven Central (#10350)
Kai Kreuzer [Fri, 19 Mar 2021 12:42:45 +0000 (13:42 +0100)]
Change dependency group id to version available on Maven Central (#10350)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoFix Java and Jetty deprecations (#10349)
Wouter Born [Fri, 19 Mar 2021 09:40:14 +0000 (10:40 +0100)]
Fix Java and Jetty deprecations (#10349)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoResolve itest runbundles for Gson and Commons Lang upgrades and fix JsonParser deprec...
Wouter Born [Thu, 18 Mar 2021 11:15:15 +0000 (12:15 +0100)]
Resolve itest runbundles for Gson and Commons Lang upgrades and fix JsonParser deprecations (#10345)

* Resolve itest runbundles for Gson and Commons Lang upgrades
* Fix JsonParser deprecations too
* Fix feature verification

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[nanoleaf] Refactored code to use core features and more (#10101)
Kai Kreuzer [Wed, 17 Mar 2021 08:12:04 +0000 (09:12 +0100)]
[nanoleaf] Refactored code to use core features and more (#10101)

This is a bigger refactoring bringing these (breaking) changes:
- System channel types are used where applicable
- Obsolete channels (such as power) were removed
- Some channel types were marked "advanced"
- "Tap" channels were converted to a trigger channel type providing a "system button" behavior
- Layout can now be requested by a console command
- Command options for effect channel are dynamically provided
- Log level has been reduced where appropriate
- HTTP request timeouts were reduced
- handleRemoval now returns quickly as expected
- Fixed hanging thread / infinite loop when requesting layouts for non-square panels
- Various other smaller enhancements and fixes
- Documentation has been adapted accordingly

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[magentatv] Adapt to new Telekom OAuth flow (required to retrieve the userId) (#10267)
Markus Michels [Tue, 16 Mar 2021 20:54:55 +0000 (21:54 +0100)]
[magentatv] Adapt to new Telekom OAuth flow (required to retrieve the userId) (#10267)

Signed-off-by: Markus Michels <markus7017@gmail.com>
5 years ago[caddx] Corrected wrong casing on enum members to uppercase (#10344)
Georgios Moutsos [Tue, 16 Mar 2021 19:53:50 +0000 (21:53 +0200)]
[caddx] Corrected wrong casing on enum members to uppercase (#10344)

Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
5 years ago[OmniLink] Minor restructuring of binding code (#10280)
Ethan Dye [Tue, 16 Mar 2021 19:51:25 +0000 (13:51 -0600)]
[OmniLink] Minor restructuring of binding code (#10280)

* Minor restructuring of binding code

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* Ensure that SystemType is present before switch

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* Log on invalid System Type

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
5 years ago[nuki] Update README.md (#10342)
KHOne23 [Tue, 16 Mar 2021 12:13:41 +0000 (13:13 +0100)]
[nuki] Update README.md (#10342)

5 years agoRework more commons-lang usages (#10314)
Wouter Born [Tue, 16 Mar 2021 11:38:16 +0000 (12:38 +0100)]
Rework more commons-lang usages (#10314)

* Reworks many commons-lang usages to use standard Java
* Updates all remaining commons.lang imports to commons.lang3

Related to openhab/openhab-addons#7722

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[ipcamera] Improve Hikvision alarm reliability (#10319)
Matthew Skinner [Mon, 15 Mar 2021 22:58:11 +0000 (09:58 +1100)]
[ipcamera] Improve Hikvision alarm reliability (#10319)

Signed-off-by: Matthew Skinner <matt@pcmus.com>
5 years ago[openweathermap] Added hint about deprecation of UV Index API (#10326)
Christoph Weitkamp [Mon, 15 Mar 2021 22:25:32 +0000 (23:25 +0100)]
[openweathermap] Added hint about deprecation of UV Index API (#10326)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[caddx] Correct thing status on bridge initialization (#10317)
Georgios Moutsos [Mon, 15 Mar 2021 22:20:22 +0000 (00:20 +0200)]
[caddx] Correct thing status on bridge initialization (#10317)

* Log event message construction improved

Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
* Changed level to debug for some logs

Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
* Added status request commands to b send when the bridge initializes

Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
* Don't change the label of the zone

Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
* Removed comment

Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
5 years ago[e3dc] documentation fix (#10337)
Bernd Weymann [Mon, 15 Mar 2021 22:15:00 +0000 (23:15 +0100)]
[e3dc] documentation fix (#10337)

* Fixed mixed up description in thing.xmls, readme.de and translation

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
* spotless run

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
5 years ago[airvisualnode] Change dependency group id to version available on Maven Central...
Kai Kreuzer [Mon, 15 Mar 2021 15:03:57 +0000 (16:03 +0100)]
[airvisualnode] Change dependency group id to version available on Maven Central (#10333)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoRemove org.jetbrains.annotations.NotNull (#10334)
Wouter Born [Sun, 14 Mar 2021 22:22:52 +0000 (23:22 +0100)]
Remove org.jetbrains.annotations.NotNull (#10334)

Only Eclipse JDT annotations should be used, see:

https://www.openhab.org/docs/developer/guidelines.html#null-annotations

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[sonos] Fix discovery of Ikea SYYMFONISK models (#10323)
lolodomo [Sun, 14 Mar 2021 17:16:40 +0000 (18:16 +0100)]
[sonos] Fix discovery of Ikea SYYMFONISK models (#10323)

Fix #10313

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[chromecast] Added play URL actions to chromecast binding (#10245)
Scott H [Sun, 14 Mar 2021 17:16:30 +0000 (13:16 -0400)]
[chromecast] Added play URL actions to chromecast binding (#10245)

* Added play url actions to chromeCast binding

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
5 years ago[somfytahoma] Setting of channels at init + UoM for channels (#10300)
lolodomo [Sun, 14 Mar 2021 13:20:52 +0000 (14:20 +0100)]
[somfytahoma] Setting of channels at init + UoM for channels (#10300)

Fix #10291
Fix #10285

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[nikohomecontrol] Add shutter invert and fix connection with NHC does not recover...
Mark Herwege [Sat, 13 Mar 2021 19:44:36 +0000 (20:44 +0100)]
[nikohomecontrol] Add shutter invert and fix connection with NHC does not recover (#10281)

* Ignore devices.changed event.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* Null warnings cleanup.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* Remove @NonNullByDefault({})

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* Shorten logger messages.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* Introduce rollershutter invert flag.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* Add null annotations.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* Connection resilience improvements and log level cleanup.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* Update bundles/org.openhab.binding.nikohomecontrol/src/main/resources/OH-INF/thing/thing-types.xml

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[androiddebugbridge] fix power wake lock and minor fixes (#10316)
GiviMAD [Sat, 13 Mar 2021 19:26:57 +0000 (20:26 +0100)]
[androiddebugbridge] fix power wake lock and minor fixes (#10316)

Signed-off-by: Miguel <miguelwork92@gmail.com>
5 years ago[espmilighthub] Fix things stay initializing (#10315)
Matthew Skinner [Sat, 13 Mar 2021 19:25:08 +0000 (06:25 +1100)]
[espmilighthub] Fix things stay initializing (#10315)

Fixed bug caused by asking a bridge thing for its bridge's UID instead of just the UID.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
5 years ago[oppo] Fix setting verbose mode at startup issue (#10306)
mlobstein [Sat, 13 Mar 2021 19:21:27 +0000 (13:21 -0600)]
[oppo] Fix setting verbose mode at startup issue (#10306)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
5 years ago[icalendar] Fixes #10303: small changes to docs (#10304)
Michael Wodniok [Sat, 13 Mar 2021 19:18:37 +0000 (20:18 +0100)]
[icalendar] Fixes #10303: small changes to docs (#10304)

Signed-off-by: Michael Wodniok <michi@noorganization.org>
5 years ago[somfytahoma] Add tag representation_property in things XML files (#10299)
lolodomo [Sat, 13 Mar 2021 19:16:18 +0000 (20:16 +0100)]
[somfytahoma] Add tag representation_property in things XML files (#10299)

Fix #10296

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[atlona] Fix PROPERTY_VERSION not displaying correct value on UHD models (#10279)
mlobstein [Sat, 13 Mar 2021 19:10:05 +0000 (13:10 -0600)]
[atlona] Fix PROPERTY_VERSION not displaying correct value on UHD models (#10279)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
5 years ago[openhabcloud] Add note about missing ability to delete things/items/rules (#10258)
Jürgen Baginski [Sat, 13 Mar 2021 19:05:52 +0000 (20:05 +0100)]
[openhabcloud] Add note about missing ability to delete things/items/rules (#10258)

Signed-off-by: Jürgen Baginski <opus42@gmx.de>
5 years ago[WLED] Zero out MSB as it will be treated as white (#10252)
DerFetzer [Sat, 13 Mar 2021 19:00:42 +0000 (20:00 +0100)]
[WLED] Zero out MSB as it will be treated as white (#10252)

Signed-off-by: Matthias Fetzer <kontakt@der-fetzer.de>
5 years ago[yeelight] Add mono4 and strip6 (#10222)
TomoKRK [Sat, 13 Mar 2021 18:52:33 +0000 (19:52 +0100)]
[yeelight] Add mono4 and strip6 (#10222)

Adding additional models to deviceType enum - "mono4" and "strip6" (please note this is not a typo in "strip6" - six is at the end and without 'e')   - based on the analysis of the debug info those new models are not being recognised by Yeelight binding in OH3 and as a result the bulb or the led stripe is constantly showing offline despite correct device id.

5 years ago[homematic] Additional check for convert to double (#10207)
Piwoxar [Sat, 13 Mar 2021 18:50:20 +0000 (19:50 +0100)]
[homematic] Additional check for convert to double (#10207)

Co-authored-by: Hans-Dieter <hdloew@freenet.de>
5 years ago[mongodb] Collection per Item (#10202)
Marc [Sat, 13 Mar 2021 18:48:19 +0000 (19:48 +0100)]
[mongodb] Collection per Item (#10202)

Put Item in separate Collections

Signed-off-by: Marc <iseli_marc@hotmail.com>
5 years ago[homekit] make usage of mDNS configurable (#10286)
eugen [Fri, 12 Mar 2021 16:18:09 +0000 (17:18 +0100)]
[homekit] make usage of mDNS configurable (#10286)

* make usage of mDNS configurable

Signed-off-by: Eugen Freiter <freiter@gmx.de>
5 years ago[lifx] Fix all SAT findings (#10307)
Wouter Born [Wed, 10 Mar 2021 08:52:39 +0000 (09:52 +0100)]
[lifx] Fix all SAT findings (#10307)

* Remove dependency on commons-lang classes
* Use HexUtils
* Fix/add missing initial contribution author lines
* Add unit test for MACAddress
* Rename protocol package to dto

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[mcp23017] Fixes #9503 by updating Pi4j to the recently released version 1.4. (#10293)
Michael Rumpf [Sun, 7 Mar 2021 15:31:39 +0000 (16:31 +0100)]
[mcp23017] Fixes #9503 by updating Pi4j to the recently released version 1.4. (#10293)

This version introduces Java 11 compatibility by implementing a missing
function as native code and thus dropping the dependency to the
function jdk.internal.misc.SharedSecrets.
See https://github.com/Pi4J/pi4j/issues/442 for details.

Signed-off-by: Michael Rumpf <michael@rumpfonline.de>
5 years agoUpgrade Jackson to 2.12.2 (#10288)
Wouter Born [Sun, 7 Mar 2021 09:19:32 +0000 (10:19 +0100)]
Upgrade Jackson to 2.12.2 (#10288)

* Adds a jackson.version property to simplify managing the version
* Make sure the specified version is used as add-on dependency by excluding Jackson from transitive dependencies
* Use openhab.tp-jackson feature with dynamodb
* Remove jackson-dataformat-cbor dependency from features which is now also provided by the openhab.tp-jackson feature

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoImprove CODEOWNERS (#10289)
Wouter Born [Sat, 6 Mar 2021 15:47:12 +0000 (16:47 +0100)]
Improve CODEOWNERS (#10289)

* Fix wrong username
* Remove modbus transport

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[OmniLink] Use jomnilink for command numbers (#10273)
Ethan Dye [Wed, 3 Mar 2021 22:04:38 +0000 (15:04 -0700)]
[OmniLink] Use jomnilink for command numbers (#10273)

Signed-off-by: Ethan Dye <mrtops03@gmail.com>