]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
5 years ago[deconz] fix brightness factor (#8956)
J-N-K [Wed, 4 Nov 2020 22:32:14 +0000 (23:32 +0100)]
[deconz] fix brightness factor (#8956)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[insteon] remove all @SuppressWarnings("null") (#8937)
robnielsen [Wed, 4 Nov 2020 20:05:01 +0000 (14:05 -0600)]
[insteon] remove all @SuppressWarnings("null") (#8937)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
5 years agoRemove Map null annotation workarounds (#8916)
Wouter Born [Wed, 4 Nov 2020 12:57:24 +0000 (13:57 +0100)]
Remove Map null annotation workarounds (#8916)

These workarounds to prevent false positives can be removed now the EEAs allow for proper null analysis.

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[deconz] fix lastSeenPolling and compile warnings (#8918)
J-N-K [Tue, 3 Nov 2020 22:23:57 +0000 (23:23 +0100)]
[deconz] fix lastSeenPolling and compile warnings (#8918)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[deconz] support for IncreaseDecreaseType commands (#8943)
J-N-K [Tue, 3 Nov 2020 22:10:33 +0000 (23:10 +0100)]
[deconz] support for IncreaseDecreaseType commands (#8943)

* support for IncreaseDecreaseType commands
* fix spotless

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[revogi] Initial contribution - Resubmitted for OH3 (#8534)
Andi Bräu [Tue, 3 Nov 2020 17:13:08 +0000 (18:13 +0100)]
[revogi] Initial contribution - Resubmitted for OH3 (#8534)

* Rename binding and resubmit to OH3

Signed-off-by: Andreas Bräu <ab@andi95.de>
5 years ago[WLed] Initial contribution - Binding for LED strings with a large range of built...
Matthew Skinner [Tue, 3 Nov 2020 17:09:40 +0000 (04:09 +1100)]
[WLed]  Initial contribution - Binding for LED strings with a large range of built in FX. (#8669)

* V3
* Fix null compiler warnings.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
5 years ago[senechome] implement more data points (3.0) (#8875)
Korbinian Probst [Tue, 3 Nov 2020 07:33:08 +0000 (08:33 +0100)]
[senechome] implement more data points (3.0) (#8875)

* Add KorbinianP to CODEOWNERS for senechome
* Implement Current, Voltage and Power for all three Phases
* Bugfix last commit, values are inside array
* Implement Grid Frequency
* Fix name of currentGridVoltagePerPhase
* Extend README.md with new parameters
* Implement SenecBatteryStateValue for easier comparison of values in rules
* Implement new statistic data points and battery voltage

batteryVoltage
liveBatCharge
liveBatDischarge
liveGridExport
* Bugfix item types
* Implement Review findings, change channelBatteryStateValue to QuantityType
* Revert change of channelBatteryStateValue from DecimalType to QuantityType

Signed-off-by: Korbinian Probst <kp.droid.dev@gmail.com>
5 years ago[Tankerkoenig] Fixes #8876 (#8940)
Jürgen Baginski [Tue, 3 Nov 2020 06:48:05 +0000 (07:48 +0100)]
[Tankerkoenig] Fixes #8876 (#8940)

* [Tankerkoenig] Update StationHandler

Incooperated check for 'null' iot to prevent NullPointerExceptions.
* [Tankerkoenig] Updated WebserviceHandler

Fixed false parsing of OpeningTimes.
* Applied a spotless check   Signed-off-by: Jürgen Baginski <opus42@gmx.de>

Signed-off-by: Jürgen Baginski <opus42@gmx.de>
5 years ago[tr064] Initial contribution (#8523)
J-N-K [Tue, 3 Nov 2020 05:36:19 +0000 (06:36 +0100)]
[tr064] Initial contribution (#8523)

* Initial contribution

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[weathercompany] Fix wind speed units (#8944)
Mark Hilbush [Mon, 2 Nov 2020 20:56:02 +0000 (15:56 -0500)]
[weathercompany] Fix wind speed units (#8944)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
5 years ago[lifx] Improve selector logic (#8941)
Wouter Born [Mon, 2 Nov 2020 09:15:59 +0000 (10:15 +0100)]
[lifx] Improve selector logic (#8941)

* Properly handle datagrams that are not immediately available so no NPEs are logged on debug
* Properly handle sockets channels that are not connected so no NPEs are logged on debug
* Prevent load/garbage by reusing ByteBuffer and not allocating trace logging strings

Fixes #8932

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[comfoair] Re-implement device options as channels (#8829)
boehan [Mon, 2 Nov 2020 08:19:39 +0000 (09:19 +0100)]
[comfoair] Re-implement device options as channels (#8829)

Signed-off-by: Hans Böhm <h.boehm@gmx.at>
5 years agoReturn QuantityTypes for number items with dimension (#8938)
Kai Kreuzer [Sun, 1 Nov 2020 23:26:21 +0000 (00:26 +0100)]
Return QuantityTypes for number items with dimension (#8938)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[miio] add poweroff properties to zhimi powerstrip (#8899)
Marcel [Sun, 1 Nov 2020 22:32:56 +0000 (23:32 +0100)]
[miio] add poweroff properties to zhimi powerstrip (#8899)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[mqtt.generic] Fix JUnit tests (#8921)
Jochen Klein [Sun, 1 Nov 2020 21:51:51 +0000 (22:51 +0100)]
[mqtt.generic] Fix JUnit tests (#8921)

* Fix JUnit tests
* remove extra character in copyright comment
* Cleanup mockito warnings

Signed-off-by: Jochen Klein <git@jochen.susca.de>
5 years ago[kodi] Reduce polling by checking linkage first (#8912)
Christoph Weitkamp [Sun, 1 Nov 2020 21:29:18 +0000 (22:29 +0100)]
[kodi] Reduce polling by checking linkage first (#8912)

* Reduce polling by checking linkage first

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[miio] update readme with Roborock app info (#8935)
Marcel [Sun, 1 Nov 2020 20:30:43 +0000 (21:30 +0100)]
[miio] update readme with Roborock app info (#8935)

As per  https://community.openhab.org/t/xiaomi-robot-vacuum-binding/31317/1729

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years agofix NPE in discovery (#8931)
J-N-K [Sun, 1 Nov 2020 20:29:47 +0000 (21:29 +0100)]
fix NPE in discovery (#8931)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[rrd4j] Improve performance (#8929)
Wouter Born [Sun, 1 Nov 2020 20:28:25 +0000 (21:28 +0100)]
[rrd4j] Improve performance (#8929)

* [rrd4j] Improve performance

* Cache item to improve performance
* Also return DecimalType for QuantityType values

Related to #8928
Reintroduces #8809

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[netatmo] Mention supported thermostats in the documentation (#8913)
lolodomo [Sun, 1 Nov 2020 12:59:44 +0000 (13:59 +0100)]
[netatmo] Mention supported thermostats in the documentation (#8913)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years agofix #8924 (#8925)
J-N-K [Sun, 1 Nov 2020 09:47:18 +0000 (10:47 +0100)]
fix #8924 (#8925)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[miio] remove unneeded debug msg (#8919)
Marcel [Sun, 1 Nov 2020 07:17:40 +0000 (08:17 +0100)]
[miio] remove unneeded debug msg (#8919)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[mqtt.generic] Fix re-subscribing on new connection (#8920)
Jochen Klein [Sat, 31 Oct 2020 23:57:34 +0000 (00:57 +0100)]
[mqtt.generic] Fix re-subscribing on new connection (#8920)

Signed-off-by: Jochen Klein <git@jochen.susca.de>
5 years ago[deconz] add group support (#8715)
J-N-K [Sat, 31 Oct 2020 16:17:06 +0000 (17:17 +0100)]
[deconz] add group support (#8715)

* add group message

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[insteon] fix documentation for the thermostat temperature channel (#8914)
robnielsen [Sat, 31 Oct 2020 14:32:08 +0000 (09:32 -0500)]
[insteon] fix documentation for the thermostat temperature channel (#8914)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
5 years ago[bluetooth.bluegiga] Fix broken device discovery (#8906)
Connor Petty [Sat, 31 Oct 2020 09:40:05 +0000 (02:40 -0700)]
[bluetooth.bluegiga] Fix broken device discovery (#8906)

Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
5 years agoFix build (#8911)
Wouter Born [Sat, 31 Oct 2020 00:38:23 +0000 (01:38 +0100)]
Fix build (#8911)

Broken by #8893

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[infrastructure] add external null-annotations (#8848)
J-N-K [Fri, 30 Oct 2020 23:29:03 +0000 (00:29 +0100)]
[infrastructure] add external null-annotations (#8848)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years agoRevert "[modbus] Disable failing test (#8884)" (#8895)
Christoph Weitkamp [Fri, 30 Oct 2020 23:22:09 +0000 (00:22 +0100)]
Revert "[modbus] Disable failing test (#8884)" (#8895)

This reverts commit 63987730070a40f908a6956e377d5722074fc93a.

5 years ago[rrd4j] Updated readme (#8822)
Jürgen Baginski [Fri, 30 Oct 2020 22:26:21 +0000 (23:26 +0100)]
[rrd4j] Updated readme (#8822)

Changed some wordings.

-Kept "DataSource" as the term for the way data is stored in a .rrd file. Such is more inline with the used Default Datasources (-numeric, ...).
-Removed the requirement for an everyMinute Strategy, inserted a explanation for relationship between Sample Intervall and Strategy instead.

Signed-off-by: Jürgen Baginski <opus42@gmx.de>
5 years ago[feed] Added Channel for link to feed item; Updated rome library to version 1.15...
Christoph Weitkamp [Fri, 30 Oct 2020 19:27:09 +0000 (20:27 +0100)]
[feed] Added Channel for link to feed item; Updated rome library to version 1.15 (#8893)

* Added Channel for link to latest feed; update rome deoendency to version 1.15
* Removed unsed interface
* Run spotless

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[miio] Fix handling commands with curly brackets (#8897)
Marcel [Fri, 30 Oct 2020 06:24:20 +0000 (07:24 +0100)]
[miio] Fix handling commands with curly brackets (#8897)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[OpenUV] Correcting representation property (#8761)
Gaël L'hopital [Thu, 29 Oct 2020 21:49:16 +0000 (22:49 +0100)]
[OpenUV] Correcting representation property (#8761)

* [OpenUV] Correcting representation property
Removing org.apache.commons.stringutils usage
* Corrected
* While on it, reviewed completely the binding.
* spotless applied
* Code review
* Code review enhancement

Signed-off-by: clinique <gael@lhopital.org>
5 years ago[amazonechocontrol] fix dynamic DynamicStateDescriptionProvider (#8896)
J-N-K [Thu, 29 Oct 2020 21:35:53 +0000 (22:35 +0100)]
[amazonechocontrol] fix dynamic DynamicStateDescriptionProvider (#8896)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[tado] Add channel for PresenceState and support setting HOME/AWAY. Fixes #8826 ...
Stefan Profanter [Thu, 29 Oct 2020 16:58:49 +0000 (17:58 +0100)]
[tado] Add channel for PresenceState and support setting HOME/AWAY. Fixes #8826 (#8868)

Signed-off-by: Stefan Profanter <pro@users.noreply.github.com>
5 years agoFixed typo in class name TrustAllTrustMananger (#8892)
radicale [Wed, 28 Oct 2020 23:30:37 +0000 (00:30 +0100)]
Fixed typo in class name TrustAllTrustMananger (#8892)

Signed-off-by: Alessandro Radicati <radicale@gmail.com>
5 years agoTiny tiny typo :) (#8894)
Jerry [Wed, 28 Oct 2020 21:09:24 +0000 (07:09 +1000)]
Tiny tiny typo :) (#8894)

5 years ago[intesis] Changed default pattern for temperature channels (#8887)
Hans-Jörg Merk [Wed, 28 Oct 2020 15:42:17 +0000 (16:42 +0100)]
[intesis] Changed default pattern for temperature channels (#8887)

Signed-off-by: Hans-Jörg Merk <github@hmerk.de>
5 years ago[amazonechocontrol] fix NPE (#8888)
J-N-K [Wed, 28 Oct 2020 15:04:17 +0000 (16:04 +0100)]
[amazonechocontrol] fix NPE (#8888)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years agoAdded representation property for deCONZ Gateway (#8879)
Christoph Weitkamp [Tue, 27 Oct 2020 23:32:09 +0000 (00:32 +0100)]
Added representation property for deCONZ Gateway (#8879)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years agoFixed ClassCastException; Update mariadb-java-client to version 1.4.6 (#8883)
Christoph Weitkamp [Tue, 27 Oct 2020 23:30:43 +0000 (00:30 +0100)]
Fixed ClassCastException; Update mariadb-java-client to version 1.4.6 (#8883)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[rrd4j] Correctly identify Number items with dimensions and persist them in the defin...
Kai Kreuzer [Tue, 27 Oct 2020 23:27:54 +0000 (00:27 +0100)]
[rrd4j] Correctly identify Number items with dimensions and persist them in the defined unit (#8866)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoReplace 'ByteArrayFileCache' by OHC class (#8774)
Christoph Weitkamp [Tue, 27 Oct 2020 23:21:52 +0000 (00:21 +0100)]
Replace 'ByteArrayFileCache' by OHC class (#8774)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[modbus] Disable failing test (#8884)
Wouter Born [Tue, 27 Oct 2020 21:30:27 +0000 (22:30 +0100)]
[modbus] Disable failing test (#8884)

Related to #8880

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[ecobee] Improve handling of invalid_grant error (#8857)
Mark Hilbush [Tue, 27 Oct 2020 15:10:03 +0000 (11:10 -0400)]
[ecobee] Improve handling of invalid_grant error (#8857)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
5 years ago[miio] avoid Invalid URI host: null error (#8867)
Marcel [Tue, 27 Oct 2020 15:08:13 +0000 (16:08 +0100)]
[miio] avoid Invalid URI host: null error (#8867)

* [miio] avoid Invalid URI host: null error

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[tankerkoenig] Set context 'password' for API-Key (#8878)
Christoph Weitkamp [Tue, 27 Oct 2020 15:06:33 +0000 (16:06 +0100)]
[tankerkoenig] Set context 'password' for API-Key (#8878)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[remoteopenhab] Remote openHAB binding - initial contributionn (#8791)
lolodomo [Mon, 26 Oct 2020 21:39:19 +0000 (22:39 +0100)]
[remoteopenhab] Remote openHAB binding - initial contributionn (#8791)

Fix #8407

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years agoAdd .gitattributes (#8874)
Wouter Born [Mon, 26 Oct 2020 20:12:21 +0000 (21:12 +0100)]
Add .gitattributes (#8874)

Without this configuration there are issues with line endings on Windows.

See: openhab/openhab-addons#8712

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[intesis] Fixed error channels not being updated (#8863)
Hans-Jörg Merk [Mon, 26 Oct 2020 11:53:57 +0000 (12:53 +0100)]
[intesis] Fixed error channels not being updated (#8863)

Signed-off-by: Hans-Jörg Merk <github@hmerk.de>
5 years ago[snmp] Set thing only online on valid response (#8759)
Hilbrand Bouwkamp [Sun, 25 Oct 2020 15:21:37 +0000 (16:21 +0100)]
[snmp] Set thing only online on valid response (#8759)

* [snmp] Set thing only online on valid response

Otherwise it will toggles between online and offline when the call always times-out, which can happen when the device is unreachable (or a wrong ip address configured).

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years ago[bluetooth.bluez] Complete Bluez rewrite (#8819)
Benjamin Lafois [Sun, 25 Oct 2020 14:54:33 +0000 (15:54 +0100)]
[bluetooth.bluez] Complete Bluez rewrite (#8819)

Also-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
5 years agoUpdated download url (#8859)
Kai Kreuzer [Sat, 24 Oct 2020 21:30:36 +0000 (23:30 +0200)]
Updated download url (#8859)

The app is not available in the PlayStore anymore, see https://github.com/mendhak/gpslogger/issues/849

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoDeactivated Travis on the main branch (#8860)
Kai Kreuzer [Sat, 24 Oct 2020 21:22:23 +0000 (23:22 +0200)]
Deactivated Travis on the main branch (#8860)

See https://github.com/openhab/openhab-addons/pull/8848#issuecomment-716052315

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoUse 'everyChange' as default strategy for JDBC persistence (#8841)
Christoph Weitkamp [Sat, 24 Oct 2020 20:43:39 +0000 (22:43 +0200)]
Use 'everyChange' as default strategy for JDBC persistence (#8841)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[icalendar] Add EventFilter for existing calendars (#8583)
Michael Wodniok [Sat, 24 Oct 2020 20:35:07 +0000 (22:35 +0200)]
[icalendar] Add EventFilter for existing calendars (#8583)

This commit fixes #8022.

Signed-off-by: Michael Wodniok <michi@noorganization.org>
5 years ago[pulseaudio] Fix #8843. Stop spamming logs when pulseaudio device is offline (#8850)
Robert von Könemann [Sat, 24 Oct 2020 19:00:17 +0000 (21:00 +0200)]
[pulseaudio] Fix #8843. Stop spamming logs when pulseaudio device is offline (#8850)

Signed-off-by: Robert von Könemann <lordtaifleh@gmail.com>
5 years ago[intesis] - added IntesisBox support (#8694)
Hans-Jörg Merk [Sat, 24 Oct 2020 18:17:56 +0000 (20:17 +0200)]
[intesis] - added IntesisBox support (#8694)

* Intesis Binding - added IntesisBox support

Signed-off-by: Hans-Jörg Merk <github@hmerk.de>
5 years ago[unifiedremote] Initial contribution (#8546)
GiviMAD [Sat, 24 Oct 2020 17:00:25 +0000 (19:00 +0200)]
[unifiedremote] Initial contribution (#8546)

Signed-off-by: GiviMAD <miguelwork92@gmail.com>
5 years ago[mapdb] Fixes and improvements (#8852)
Wouter Born [Sat, 24 Oct 2020 16:10:46 +0000 (18:10 +0200)]
[mapdb] Fixes and improvements (#8852)

* Fix index out of bounds when persisting empty StringType values
* Fix deserialization when strings contain type separator
* Improve debug logging
* Improve test coverage

Fixes #8790

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[mpd] Update current song on player events (#8818)
boc-tothefuture [Sat, 24 Oct 2020 07:52:26 +0000 (03:52 -0400)]
[mpd] Update current song on player events (#8818)

This fixes #8817

Signed-off-by: Brian O'Connell <broconne@gmail.com>
5 years ago[icalendar] Describe download exceptions a bit more detailed. (#8847)
Michael Wodniok [Sat, 24 Oct 2020 05:07:37 +0000 (07:07 +0200)]
[icalendar] Describe download exceptions a bit more detailed. (#8847)

* [icalendar] Describe download exceptions a bit more detailed.

Fixes #8846
* [icalendar] Apply suggestions from code review

Signed-off-by: Michael Wodniok <michi@noorganization.org>
Also-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
5 years ago[miio] delay refresh to avoid devices not ready yet (#8838)
Marcel [Sat, 24 Oct 2020 01:45:03 +0000 (03:45 +0200)]
[miio] delay refresh to avoid devices not ready yet (#8838)

* [miio] delay refresh to avoid devices not ready yet

Delay refresh after command is send as some devices are not ready yet
with the execution and will report wrong status.
This is confusing to the users.

Related forum topic:
https://community.openhab.org/t/xiaomi-mi-air-purifier-xiaomi-mi-io/34840/300

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] remove change from PR

5 years ago[homematic] Update README.md (#8840)
SmartCologne [Fri, 23 Oct 2020 17:24:55 +0000 (19:24 +0200)]
[homematic] Update README.md (#8840)

Added available icons & colors for HM-Dis-WM55

5 years ago[modbus.helioseasycontrols] Corrected channel in items example, added rule example...
Bernhard Bauer [Fri, 23 Oct 2020 17:16:00 +0000 (19:16 +0200)]
[modbus.helioseasycontrols] Corrected channel in items example, added rule example (#8804)

Signed-off-by: Bernhard Bauer <bern77@gmail.com>
5 years ago[oppo] Fix issue with polling and setting verbose mode (#8640)
mlobstein [Fri, 23 Oct 2020 16:36:36 +0000 (11:36 -0500)]
[oppo] Fix issue with polling and setting verbose mode (#8640)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
5 years ago[ecobee] Fix setHold when using holdHours (#8834)
Mark Hilbush [Thu, 22 Oct 2020 23:38:19 +0000 (19:38 -0400)]
[ecobee] Fix setHold when using holdHours (#8834)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
5 years ago[miio] add FAQ to readme (#8837)
Marcel [Thu, 22 Oct 2020 22:27:35 +0000 (00:27 +0200)]
[miio] add FAQ to readme (#8837)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[hpprinter] implement uuid as repr. prop. to stop discovery duplicates (#8810)
Andrew Fiddian-Green [Thu, 22 Oct 2020 17:19:01 +0000 (18:19 +0100)]
[hpprinter] implement uuid as repr. prop. to stop discovery duplicates (#8810)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
5 years ago[miio] cleanup duplicate paths (#8835)
Marcel [Thu, 22 Oct 2020 16:13:08 +0000 (18:13 +0200)]
[miio] cleanup duplicate paths (#8835)

Use the path defined in the binding constants

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] Add temperature value to chuangmi.plug.v1 (#8832)
Marcel [Thu, 22 Oct 2020 16:06:57 +0000 (18:06 +0200)]
[miio] Add temperature value to chuangmi.plug.v1 (#8832)

Based on: https://github.com/marcelrv/openhab2/pull/12

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years agoRemove *.bak file (#8836)
Christoph Weitkamp [Thu, 22 Oct 2020 16:05:41 +0000 (18:05 +0200)]
Remove *.bak file (#8836)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[influxdb] Fixes issue 8798 and 8697 problems storing integer types (#8831)
Joan Pujol [Thu, 22 Oct 2020 08:26:21 +0000 (10:26 +0200)]
[influxdb] Fixes issue 8798 and 8697 problems storing integer types (#8831)

* Update documentation with changed Influx2 RC port
* Fix problem with non decimal numeric types

Improve documentation with more explicit information about Influx types used
Implement toString to InfluxPoint to allow some trace info to be useful in case it's needed

Fixes #8697
Fixes #8798

Signed-off-by: Joan Pujol <joanpujol@gmail.com>
5 years ago[miio] add new country server and improve readme (#8816)
Marcel [Wed, 21 Oct 2020 21:14:14 +0000 (23:14 +0200)]
[miio] add new country server and improve readme (#8816)

* [miio] add new country server and improve readme
* [miio] apply spotless

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] Allow for custom refresh commands (#8796)
Marcel [Wed, 21 Oct 2020 21:01:22 +0000 (23:01 +0200)]
[miio] Allow for custom refresh commands (#8796)

* [miio] Allow for custom refresh commands

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[loxone] Update README.md (#8821)
nsine-zz [Wed, 21 Oct 2020 18:56:29 +0000 (20:56 +0200)]
[loxone] Update README.md (#8821)

5 years ago[lutron] Minor code and doc updates (#8795)
Bob A [Wed, 21 Oct 2020 18:50:49 +0000 (14:50 -0400)]
[lutron] Minor code and doc updates (#8795)

* [lutron] Minor code and doc updates
* [lutron] Address review comments

Signed-off-by: Bob Adair <bob.github@att.net>
5 years ago[lifx] Fix IAE for unsupported products and update products (#8827)
Wouter Born [Wed, 21 Oct 2020 18:03:23 +0000 (20:03 +0200)]
[lifx] Fix IAE for unsupported products and update products (#8827)

* Fix IllegalArgumentException when updating properties of unsupported product
* Add missing products

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[feed] Minor improvements for Feed Binding (#8824)
Christoph Weitkamp [Wed, 21 Oct 2020 15:53:46 +0000 (17:53 +0200)]
[feed] Minor improvements for Feed Binding (#8824)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[neohub] added automatic discovery of NeoHubs (#8805)
Andrew Fiddian-Green [Wed, 21 Oct 2020 15:50:44 +0000 (16:50 +0100)]
[neohub] added automatic discovery of NeoHubs (#8805)

* [neohub] add mdns hub discovery
* [neohub] mdns discovery improved code style
* [neohub] changes in response to reviewer feedback

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
5 years ago[rrd4j] Ignore item types that are not supported (#8815)
Kai Kreuzer [Wed, 21 Oct 2020 02:10:57 +0000 (04:10 +0200)]
[rrd4j] Ignore item types that are not supported (#8815)

Additionally:
- documentation has been updated and improved
- logging has been improved for better debugging

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[insteon] handle cases when channelLinked is not called after initialization (#8803)
robnielsen [Tue, 20 Oct 2020 22:54:40 +0000 (17:54 -0500)]
[insteon] handle cases when channelLinked is not called after initialization (#8803)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
5 years agosort pom.xml alphabetical (#8811)
Holger Eisold [Tue, 20 Oct 2020 22:37:05 +0000 (00:37 +0200)]
sort pom.xml alphabetical (#8811)

Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
5 years ago[bluetooth.daikinmadoka] removed duplicate channel RSSI (#8813)
Benjamin Lafois [Tue, 20 Oct 2020 20:16:20 +0000 (22:16 +0200)]
[bluetooth.daikinmadoka] removed duplicate channel RSSI (#8813)

Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
5 years ago[MeteoAlerte] Update for OH3 (#8801)
Gaël L'hopital [Mon, 19 Oct 2020 17:04:05 +0000 (19:04 +0200)]
[MeteoAlerte] Update for OH3 (#8801)

* [MeteoAlerte] Update for OH3
Replaced old gif pictures with svg nicer pictures
Added a missing alert report (vague-submersion)
Added end of validity report timestamp
Some code cleansing.

Signed-off-by: clinique <gael@lhopital.org>
5 years ago[network] Fix latency parsing on windows 10 (#8781)
Connor Petty [Sun, 18 Oct 2020 18:43:09 +0000 (11:43 -0700)]
[network] Fix latency parsing on windows 10 (#8781)

Fixes #8776

Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
5 years ago[lcn] Fix status message of RollerShutter inverting (#8735)
Fabian Wolter [Sun, 18 Oct 2020 18:39:42 +0000 (20:39 +0200)]
[lcn] Fix status message of RollerShutter inverting (#8735)

* [lcn] Fix status message of RollerShutter inverting

The status of RollerShutter was not inverted when invertUpDown=true. Fixes #8680

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[hdpowerview] discovery could wrongly return a ThingUID based on a hub's Ipv6 address...
Andrew Fiddian-Green [Sun, 18 Oct 2020 18:26:50 +0000 (19:26 +0100)]
[hdpowerview] discovery could wrongly return a ThingUID based on a hub's Ipv6 address instead of its Ipv4 address (#8778)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
5 years ago[hpprinter] Fix for typo in printer status channel name (#8787)
martinlindjarv [Sun, 18 Oct 2020 18:04:46 +0000 (21:04 +0300)]
[hpprinter] Fix for typo in printer status channel name (#8787)

Signed-off-by: martinlindjarv <martin@lindjarv.pri.ee>
5 years ago[mapdb] Avoid ArrayIndexOutOfBoundsExceptions being thrown (#8792)
Kai Kreuzer [Sun, 18 Oct 2020 18:03:55 +0000 (20:03 +0200)]
[mapdb] Avoid ArrayIndexOutOfBoundsExceptions being thrown (#8792)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoFix wrong usage of representationProperty (#8793)
Jochen Klein [Sun, 18 Oct 2020 17:43:47 +0000 (19:43 +0200)]
Fix wrong usage of representationProperty (#8793)

Signed-off-by: Jochen Klein <git@jochen.susca.de>
5 years ago [ipcamera] Refactor labels and defaults for openHAB 3 (#8752)
Matthew Skinner [Sun, 18 Oct 2020 17:40:00 +0000 (04:40 +1100)]
 [ipcamera] Refactor labels and defaults for openHAB 3 (#8752)

Signed-off-by: Matthew Skinner <matt@pcmus.com>
5 years agoFix Tradfri itest (#8788)
Wouter Born [Sun, 18 Oct 2020 13:40:14 +0000 (15:40 +0200)]
Fix Tradfri itest (#8788)

Related to openhab/openhab-core#1721

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[touchwand] Touchwand Binding initial contribution - migration to OH3 (#8754)
Roie Geron [Sun, 18 Oct 2020 00:19:40 +0000 (03:19 +0300)]
[touchwand] Touchwand Binding initial contribution  - migration to OH3  (#8754)

* initial migration to OH 3

Signed-off-by: Roie Geron <roie.geron@gmail.com>
5 years ago[groovyscripting] Add Groovy scripting support (#8772)
Wouter Born [Sat, 17 Oct 2020 21:32:14 +0000 (23:32 +0200)]
[groovyscripting] Add Groovy scripting support (#8772)

* Add Groovy scripting support

This makes it really easy to start using Groovy 3.x scripts with openHAB!

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoImprove "Command line build" section (#8767)
Wouter Born [Sat, 17 Oct 2020 19:56:55 +0000 (21:56 +0200)]
Improve "Command line build" section (#8767)

* Add/explain more command line options
* Structure options in a table
* Explain when to use -DwithResolver

Signed-off-by: Wouter Born <github@maindrain.net>
5 years agoFix MAC comparison (#8768)
Mark Hilbush [Sat, 17 Oct 2020 14:46:36 +0000 (10:46 -0400)]
Fix MAC comparison (#8768)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
5 years ago[hue] Fixed typo in Geofence Sensor config (#8773)
Christoph Weitkamp [Fri, 16 Oct 2020 23:02:39 +0000 (01:02 +0200)]
[hue] Fixed typo in Geofence Sensor config (#8773)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[hue] Added channel to enable / disable a motion sensor (#8721)
Christoph Weitkamp [Fri, 16 Oct 2020 22:59:56 +0000 (00:59 +0200)]
[hue] Added channel to enable / disable a motion sensor (#8721)

* Added channel to activate/deactivate a motion sensor
* Applied spotless

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>