]> git.basschouten.com Git - openhab-addons.git/log
openhab-addons.git
5 years ago[sonos] Fix battery level (Move) (#10024)
lolodomo [Wed, 3 Feb 2021 09:43:09 +0000 (10:43 +0100)]
[sonos] Fix battery level (Move) (#10024)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[modbus] Modbus transformations: cascaded/chained transformations and new-style trans...
Sami Salonen [Tue, 2 Feb 2021 07:33:07 +0000 (09:33 +0200)]
[modbus] Modbus transformations: cascaded/chained transformations and new-style transformation string (#9945)

* [modbus] Cascaded transforms with ∩
* [modbus] README to mention cascaded transformations
* [modbus] Take cascaded transformation into use
* [modbus] README to show preference towards new syntax
* [modbus] examples to use new syntax
* [modbus] fix test
* [modbus] remove apache commons lang dependency
- see also PR #10002
- I removed equals and hashCode implementation all-together, I could not see they played any role in practice.

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
5 years ago[modbus.sbc] Initial contribution (#9174)
Fabian Wolter [Tue, 2 Feb 2021 07:28:58 +0000 (08:28 +0100)]
[modbus.sbc] Initial contribution (#9174)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[linky] One unique method to update daily and weekly data channels (#9840)
lolodomo [Mon, 1 Feb 2021 11:42:27 +0000 (12:42 +0100)]
[linky] One unique method to update daily and weekly data channels (#9840)

Also check data availability for the peak consumption of yesterday
Also log power peak data

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[lcn] Fix several bugs in measurement processing with firmware before 2013 (#9991)
Fabian Wolter [Mon, 1 Feb 2021 11:09:09 +0000 (12:09 +0100)]
[lcn] Fix several bugs in measurement processing with firmware before 2013 (#9991)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[modbus] Replace apache commons lang usage with plain java (#10002)
Sami Salonen [Mon, 1 Feb 2021 11:07:52 +0000 (13:07 +0200)]
[modbus] Replace apache commons lang usage with plain java (#10002)

* [modbus] fix item creation in tests

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
5 years ago[sonos] Add new channel for microphone (Arc, Beam, Move, One) (#9999)
lolodomo [Sun, 31 Jan 2021 21:49:46 +0000 (22:49 +0100)]
[sonos] Add new channel for microphone (Arc, Beam, Move, One) (#9999)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[smartmeter] Fix NPE while trying to get ChannelType (#10007)
Stefan Triller [Sun, 31 Jan 2021 20:59:22 +0000 (21:59 +0100)]
[smartmeter] Fix NPE while trying to get ChannelType (#10007)

Fixes #10006

Signed-off-by: Stefan Triller <github@stefantriller.de>
5 years ago[remoteopenhab] Prefer StringContentProvider (#10001)
lolodomo [Sun, 31 Jan 2021 20:15:55 +0000 (21:15 +0100)]
[remoteopenhab] Prefer StringContentProvider (#10001)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[sonos] Add new channels for battery (Sonos Move) (#9998)
lolodomo [Sun, 31 Jan 2021 20:07:23 +0000 (21:07 +0100)]
[sonos] Add new channels for battery (Sonos Move) (#9998)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[pidcontroller] Reset command Item; Fix read-only states of config parameters (#9992)
Fabian Wolter [Sun, 31 Jan 2021 20:03:25 +0000 (21:03 +0100)]
[pidcontroller] Reset command Item; Fix read-only states of config parameters (#9992)

* [pidcontroller] Reset state of command Item after command has been processed
* Fix read-only state of item parameters

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[amazondashbutton] fix representation property (#9988)
J-N-K [Sat, 30 Jan 2021 19:59:58 +0000 (20:59 +0100)]
[amazondashbutton] fix representation property (#9988)

* fix representation property

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

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[miio] validate response id matching command id (#9966)
Marcel [Sat, 30 Jan 2021 11:05:08 +0000 (12:05 +0100)]
[miio] validate response id matching command id (#9966)

* [miio] validate response id matching command id

This PR prevents out of sync issues in case devices are too slow to
respond or the timeout is set too short.

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] spotless adding space

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] update based on review

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[influxdb] Update README.md (#9989)
neutmute [Sat, 30 Jan 2021 11:02:46 +0000 (22:02 +1100)]
[influxdb] Update README.md (#9989)

5 years ago[espmilighthub] Initial contribution (#9218)
Matthew Skinner [Fri, 29 Jan 2021 20:05:55 +0000 (07:05 +1100)]
[espmilighthub] Initial contribution (#9218)

* espmilighthub inital

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[homematic] Use .equals() to compare two Integers instead of == (code style fix)...
Paul Vogel [Fri, 29 Jan 2021 19:36:42 +0000 (20:36 +0100)]
[homematic] Use .equals() to compare two Integers instead of == (code style fix) (#9976)

Signed-off-by: Paul Vogel <github@paulvogel.me>
5 years ago[amazonechocontrol] fix api url (#9982)
J-N-K [Fri, 29 Jan 2021 19:33:32 +0000 (20:33 +0100)]
[amazonechocontrol] fix api url (#9982)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[miio] remove unit from color temperature (#9970)
Marcel [Fri, 29 Jan 2021 13:07:54 +0000 (14:07 +0100)]
[miio] remove unit from color temperature (#9970)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[http] Fix duplicate commands on PlayerItemConverter (#9981)
J-N-K [Fri, 29 Jan 2021 08:59:20 +0000 (09:59 +0100)]
[http] Fix duplicate commands on PlayerItemConverter (#9981)

Fixes #9957

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[heos] Fix runtime error; Support for new Denon "Home" speaker added (#9935)
Johannes Einig [Thu, 28 Jan 2021 21:41:28 +0000 (22:41 +0100)]
[heos] Fix runtime error; Support for new  Denon "Home" speaker added (#9935)

* Support for Denon "Home" speaker as bridge added
* Fixed a runtime issue if no serial number is provided by the player, by using the PID as a fallback if no serial number is available

Signed-off-by: Wire82 <johannes.einig@me.com>
5 years ago[OpenUV] Marked the SafeExposure channel as extensible so user can add it via UI...
Gaël L'hopital [Wed, 27 Jan 2021 17:08:29 +0000 (18:08 +0100)]
[OpenUV] Marked the SafeExposure channel as extensible so user can add it via UI. (#9967)

Signed-off-by: clinique <gael@lhopital.org>
5 years ago[miio] add support for zhimi.humidifier.cb2 Smartmi Evaporative Humidifier (#9968)
Marcel [Wed, 27 Jan 2021 15:23:03 +0000 (16:23 +0100)]
[miio] add support for zhimi.humidifier.cb2 Smartmi Evaporative Humidifier (#9968)

* [miio] add support for zhimi.humidifier.cb2 Smartmi Evaporative
Humidifier

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

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[openthermgateway] fix automatic reconnect after connection attempt fails (#9965)
Arjen Korevaar [Wed, 27 Jan 2021 14:32:50 +0000 (15:32 +0100)]
[openthermgateway] fix automatic reconnect after connection attempt fails (#9965)

* Added callback to disconnected() when connection attempt fails

Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
* Updated version number

Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
* Cancel reconnect task when disposing

Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
5 years ago[sonos] Add support for Sonos Move (#9962)
lolodomo [Wed, 27 Jan 2021 02:39:13 +0000 (03:39 +0100)]
[sonos] Add support for Sonos Move (#9962)

* [sonos] Add support for Sonos Move

Fix #9950

* README: updated list of supported Sonos models

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[hue] Added support for different color temperature capabilities and added Channel...
Christoph Weitkamp [Tue, 26 Jan 2021 17:27:14 +0000 (18:27 +0100)]
[hue] Added support for different color temperature capabilities and added Channel to set value in Kelvin (#9939)

* Added support for color temperature capabilities and set value in Kelvin
* Use system default channel type

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[sonos] Fix sub/surround controls (#9961)
lolodomo [Tue, 26 Jan 2021 17:14:28 +0000 (18:14 +0100)]
[sonos] Fix sub/surround controls (#9961)

Related to #9874

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[OmniLink] Use for each loop in getChildThing() (#9963)
Ethan Dye [Tue, 26 Jan 2021 16:20:39 +0000 (09:20 -0700)]
[OmniLink] Use for each loop in getChildThing() (#9963)

* Use for each loop in getChildThing()

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* Further refine getChildThing() using stream map

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* Fix spotless errors

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
5 years ago[tivo] fix bugs with standby mode and channel parsing (#9964)
mlobstein [Tue, 26 Jan 2021 15:45:59 +0000 (09:45 -0600)]
[tivo] fix bugs with standby mode and channel parsing (#9964)

* fix some tivo binding bugs

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
* update search example rule

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
5 years ago[ihc] Fixed extensible channel names (#9956)
pali [Tue, 26 Jan 2021 04:45:45 +0000 (06:45 +0200)]
[ihc] Fixed extensible channel names (#9956)

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
5 years ago[irobot] Add command "cleanRegions" to clean specific regions only (#9775)
rimago [Tue, 26 Jan 2021 04:19:49 +0000 (05:19 +0100)]
[irobot] Add command "cleanRegions" to clean specific regions only (#9775)

Signed-off-by: Florian Binder <fb@java4.info>
5 years ago[miio] use json db to drive temperature channel definitions (#9960)
Marcel [Tue, 26 Jan 2021 04:15:26 +0000 (05:15 +0100)]
[miio] use json db to drive temperature channel definitions (#9960)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] allow all quantitytypes and units (#9959)
Marcel [Tue, 26 Jan 2021 04:14:10 +0000 (05:14 +0100)]
[miio] allow all quantitytypes and units (#9959)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[samsungtv] WebSocket TVs stay UNKNOWN until first power-on #9764 (#9923)
morph166955 [Mon, 25 Jan 2021 22:19:13 +0000 (16:19 -0600)]
[samsungtv] WebSocket TVs stay UNKNOWN until first power-on #9764 (#9923)

Fixed #9764

Signed-off-by: morph166955 <rosenblumb@gmail.com>
5 years ago[HEOS] Update pause/stop handling (#9941)
Martin van Wingerden [Mon, 25 Jan 2021 21:56:08 +0000 (22:56 +0100)]
[HEOS] Update pause/stop handling (#9941)

Update PAUSE/STOP handling depending on the item that is currently playing.

Signed-off-by: Martin van Wingerden <martin@martinvw.nl>
5 years agofix missing re-connect if first request timed out (#9955)
J-N-K [Mon, 25 Jan 2021 21:51:43 +0000 (22:51 +0100)]
fix missing re-connect if first request timed out (#9955)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[sonos] Add sub/surround controls to Beam, Playbar and Playbase (#9952)
lolodomo [Mon, 25 Jan 2021 21:50:28 +0000 (22:50 +0100)]
[sonos] Add sub/surround controls to Beam, Playbar and Playbase (#9952)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years agofix wrong unit in TotalBytes (#9954)
J-N-K [Mon, 25 Jan 2021 20:26:01 +0000 (21:26 +0100)]
fix wrong unit in TotalBytes (#9954)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years agoAdd issue template config (#9882)
mueller-ma [Mon, 25 Jan 2021 20:14:01 +0000 (21:14 +0100)]
Add issue template config (#9882)

Instead of using a dummy issue template for support questions, use a issue template config.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
5 years ago[serial] Correct config examples (#9949)
Mike Major [Mon, 25 Jan 2021 18:53:43 +0000 (18:53 +0000)]
[serial] Correct config examples (#9949)

Signed-off-by: Mike Major <mike_j_major@hotmail.com>
5 years ago[sonos] Add bass/treble/loudness controls (#9918)
lolodomo [Mon, 25 Jan 2021 16:50:45 +0000 (17:50 +0100)]
[sonos] Add bass/treble/loudness controls (#9918)

* [sonos] Add bass/treble/loudness controls

Related to #9874

Disable these controls when the output level is fixed

* Review suggestion: use OnOffType.from
* Add bass/treble/loudness channels to Arc and Arc SL models
* Review comment: remove usage of keySet

Factorize code
Define constants

* Use Map.of to simplify the code
* Review comments considered

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years agoAdd POM and feature dependencies for commons-net (#9940)
Wouter Born [Mon, 25 Jan 2021 12:45:12 +0000 (13:45 +0100)]
Add POM and feature dependencies for commons-net (#9940)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[bluetooth.govee] Govee Bluetooth Binding initial contribution (#8610)
Connor Petty [Mon, 25 Jan 2021 07:44:03 +0000 (23:44 -0800)]
[bluetooth.govee] Govee Bluetooth Binding initial contribution (#8610)

Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
5 years agoFixed errrornous urls from merged private branch
Kai Kreuzer [Sun, 24 Jan 2021 20:15:19 +0000 (21:15 +0100)]
Fixed errrornous urls from merged private branch

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[icalendar] Use cache folder to store calendar file (#9911)
Christoph Weitkamp [Sun, 24 Jan 2021 20:07:43 +0000 (21:07 +0100)]
[icalendar] Use cache folder to store calendar file (#9911)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[fronius] fix invalid json error on meter data (#9912)
jimtng [Sun, 24 Jan 2021 20:05:15 +0000 (06:05 +1000)]
[fronius] fix invalid json error on meter data (#9912)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
5 years ago[neeo] fix forwardActionServlet and code improvements (#9929)
J-N-K [Sun, 24 Jan 2021 19:55:48 +0000 (20:55 +0100)]
[neeo] fix forwardActionServlet and code improvements (#9929)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years agomade roku binding compile again after merge of private branch
Kai Kreuzer [Sun, 24 Jan 2021 16:20:26 +0000 (17:20 +0100)]
made roku binding compile again after merge of private branch

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agomade Enigma2 binding compile again after merge of private branch
Kai Kreuzer [Sun, 24 Jan 2021 15:58:46 +0000 (16:58 +0100)]
made Enigma2 binding compile again after merge of private branch

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years ago[deconz] add ontime feature (#9914)
J-N-K [Sun, 24 Jan 2021 15:27:56 +0000 (16:27 +0100)]
[deconz] add ontime feature (#9914)

* add ontime

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* Update bundles/org.openhab.binding.deconz/README.md

Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[sonos] Add support for Sonos Arc/Arc SL + new controls for sub/surround speakers...
lolodomo [Sun, 24 Jan 2021 15:10:33 +0000 (16:10 +0100)]
[sonos] Add support for Sonos Arc/Arc SL + new controls for sub/surround speakers (#9916)

* [sonos] Add support for Sonos Arc/Arc SL + new controls for sub/surround speakers

Related to #9874

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Use OnOffType.from

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
5 years ago[map] Update README.md (#9886)
xi1I [Sun, 24 Jan 2021 14:55:04 +0000 (15:55 +0100)]
[map] Update README.md (#9886)

* Update README.md

Signed-off-by: xi <hugo.boss2997@gmail.com>
* Update bundles/org.openhab.transform.map/README.md

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
5 years ago[mqtt.generic] Update README.md (#9881)
Jay Sprenkle [Sun, 24 Jan 2021 14:51:42 +0000 (08:51 -0600)]
[mqtt.generic] Update README.md (#9881)

Correct grammar in troubleshooting section

5 years ago[tradfri] Use system default channel types for lights (#9864)
Christoph Weitkamp [Sun, 24 Jan 2021 14:50:22 +0000 (15:50 +0100)]
[tradfri] Use system default channel types for lights (#9864)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[openweathermap] Fixed UV-Index Channel Group Creation (#9832)
Christoph Weitkamp [Sun, 24 Jan 2021 14:47:15 +0000 (15:47 +0100)]
[openweathermap] Fixed UV-Index Channel Group Creation (#9832)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years agoMerge pull request from GHSA-r2hc-pmr7-4c9r
Kai Kreuzer [Sun, 24 Jan 2021 14:06:00 +0000 (15:06 +0100)]
Merge pull request from GHSA-r2hc-pmr7-4c9r

* Configured XML parsers to resist XXE attacks

Signed-off-by: Kai Kreuzer <kai@openhab.org>
* added fix for avmfritz

Signed-off-by: Kai Kreuzer <kai@openhab.org>
* added fix for sonos

Signed-off-by: Kai Kreuzer <kai@openhab.org>
* added fix for vitotronic and bosesoundtouch

Signed-off-by: Kai Kreuzer <kai@openhab.org>
* changed avmfritz to singleton pattern

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

Signed-off-by: Kai Kreuzer <kai@openhab.org>
* address all uses of DocumentBuilderFactory

Signed-off-by: Kai Kreuzer <kai@openhab.org>
* fixed other occurrences in roku binding

Signed-off-by: Kai Kreuzer <kai@openhab.org>
5 years agoBump Apache Commons Net to 3.7.2 (#9921)
Stefan Triller [Sun, 24 Jan 2021 12:21:28 +0000 (13:21 +0100)]
Bump Apache Commons Net to 3.7.2 (#9921)

See discussion https://github.com/openhab/openhab-core/pull/2141#issuecomment-764938965

Nrjavaserial needs it and we want the latest version

Also-by: Wouter Born <github@maindrain.net>
Signed-off-by: Stefan Triller <github@stefantriller.de>
5 years ago[hue] Fix rule example (#9928)
Daniel Pape [Sun, 24 Jan 2021 10:36:56 +0000 (11:36 +0100)]
[hue] Fix rule example (#9928)

Updated README.md with example working under openhab 3.0.
The receivedEvent does no longer have a method getEvent().

5 years ago[http] add note on escaping URLs (#9924)
J-N-K [Sat, 23 Jan 2021 20:29:22 +0000 (21:29 +0100)]
[http] add note on escaping URLs (#9924)

* add note on escaping URLs

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years agoFix trigger channel definition (#9927)
J-N-K [Sat, 23 Jan 2021 20:21:37 +0000 (21:21 +0100)]
Fix trigger channel definition (#9927)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[mqtt.generic] Fix default values in switch/contact channels (#9760)
Jochen Klein [Sat, 23 Jan 2021 20:11:39 +0000 (21:11 +0100)]
[mqtt.generic] Fix default values in switch/contact channels (#9760)

Signed-off-by: Jochen Klein <git@jochen.susca.de>
5 years ago[deconz] fix loglevel (#9915)
J-N-K [Sat, 23 Jan 2021 10:22:41 +0000 (11:22 +0100)]
[deconz] fix loglevel (#9915)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[miio] add support for zhimi airpurifier 3C (mb4) (#9885)
Marcel [Fri, 22 Jan 2021 22:36:58 +0000 (23:36 +0100)]
[miio] add support for zhimi airpurifier 3C (mb4) (#9885)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[haywardomnilogic] Replacement for Hayward Omnilogic Pool Automation Binding (#8685)
Matt [Fri, 22 Jan 2021 22:32:52 +0000 (17:32 -0500)]
[haywardomnilogic] Replacement for Hayward Omnilogic Pool Automation Binding (#8685)

* Initial Contribution

Signed-off-by: Matt Myers <mmyers75@icloud.com>
5 years agoDo not define bundel related versions in OH feature file (#9904)
Christoph Weitkamp [Fri, 22 Jan 2021 12:24:28 +0000 (13:24 +0100)]
Do not define bundel related versions in OH feature file (#9904)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years agoRemoval of reference to PaperUI (#9905)
Hilbrand Bouwkamp [Fri, 22 Jan 2021 08:51:24 +0000 (09:51 +0100)]
Removal of reference to PaperUI (#9905)

Related to #8607.

In some cases removed information that is actually generic information and should not be in binding readme.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years ago[miio] Fix double stratus update (#9901)
Marcel [Fri, 22 Jan 2021 02:01:31 +0000 (03:01 +0100)]
[miio] Fix double stratus update (#9901)

closing: #9898

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] fix channels with invalid names (#9888)
Marcel [Fri, 22 Jan 2021 02:00:25 +0000 (03:00 +0100)]
[miio] fix channels with invalid names (#9888)

* [miio] fix channels with invalid names
* [miio] allow for readbale friendly names

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] reorganise the device list (#9887)
Marcel [Fri, 22 Jan 2021 01:59:17 +0000 (02:59 +0100)]
[miio] reorganise the device list (#9887)

to make finding devices easier

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[dsmr] Fix test after openhab-core change #2126 (#9900)
Hilbrand Bouwkamp [Thu, 21 Jan 2021 15:41:36 +0000 (16:41 +0100)]
[dsmr] Fix test after openhab-core change #2126 (#9900)

PortInUseException interface changed.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years ago[androiddebugbridge] Initial contribution (#9259)
GiviMAD [Thu, 21 Jan 2021 10:11:50 +0000 (11:11 +0100)]
[androiddebugbridge] Initial contribution (#9259)

* Initial contribution

Signed-off-by: Miguel <miguelwork92@gmail.com>
5 years ago[tr064] Improve PHONEBOOK profile documentation (#9854)
t2000 [Wed, 20 Jan 2021 22:09:36 +0000 (23:09 +0100)]
[tr064] Improve PHONEBOOK profile documentation (#9854)

* [tr064] Improve PHONEBOOK profile documentation

Signed-off-by: Stefan Triller <github@stefantriller.de>
5 years ago[tr064] Update docs: Manual scan (#9879)
nowaterman [Wed, 20 Jan 2021 21:16:33 +0000 (22:16 +0100)]
[tr064] Update docs: Manual scan (#9879)

* [tr064] Update docs: Manual scan

Signed-off-by: Andreas Watermeyer <andreas@watermeyer.org>
* Update bundles/org.openhab.binding.tr064/README.md

Co-authored-by: J-N-K <J-N-K@users.noreply.github.com>
5 years ago[tellstick] Fixes NoClassDefFoundError (#9634)
kalleboll [Wed, 20 Jan 2021 15:56:53 +0000 (16:56 +0100)]
[tellstick] Fixes NoClassDefFoundError (#9634)

Fixes #7024

The problem was caused by the asynchttpclient dependency that seemed to require another version of the Netty dependency than what is added by the openhab.tp-netty feature.
This caused some of the classes in the ssl package to not be found during initialization.
I fixed it by upgrading the asynchttpclient dependency to a version that use the same version of Netty that is bundled(4.1.42.Final).

Signed-off-by: Jörgen Nilsson <mail.jnilsson@gmail.com>
5 years ago[omnilink] Initial contribution (#8922)
Ethan Dye [Tue, 19 Jan 2021 23:31:10 +0000 (16:31 -0700)]
[omnilink] Initial contribution (#8922)

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
Co-authored-by: Dan Cunningham <dan@digitaldan.com>
Co-authored-by: Craig Hamilton <craigh@quailholdings.com>
Co-authored-by: Brian O'Connell <boc@us.ibm.com>
Co-authored-by: Dan Cunningham <dan@digitaldan.com>
Co-authored-by: Craig Hamilton <craigh@quailholdings.com>
Co-authored-by: Brian O'Connell <boc@us.ibm.com>
5 years ago[tr064] Update documentation for textual config (#9876)
gordongeissler [Tue, 19 Jan 2021 20:29:09 +0000 (21:29 +0100)]
[tr064] Update documentation for textual config (#9876)

WAN and WANCon changed to 'subdevice' in textual configuration example in accordance with binding documentation.

5 years ago[modbus] update verbose logging guide in README (#9871)
Sami Salonen [Tue, 19 Jan 2021 15:55:17 +0000 (17:55 +0200)]
[modbus] update verbose logging guide in README (#9871)

As a result of openhab#9268 the logger is now in core.

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
5 years ago[pidcontroller] Fix for handling trigger input in action (#9842)
Hilbrand Bouwkamp [Tue, 19 Jan 2021 09:34:49 +0000 (10:34 +0100)]
[pidcontroller] Fix for handling trigger input in action (#9842)

* [pidcontroller] Catch empty commandTopic

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
* [pidcontroller] Fix handling action

keys in action context from trigger are passed with prefix of trigger  name.
This change removes the prefix to get the actual name and checks if it matches an item.
Else it tries the original name.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
* [pidcontroller] review comment

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
5 years ago[hue] Use system default channel types for lights (#9856)
Christoph Weitkamp [Tue, 19 Jan 2021 07:01:30 +0000 (08:01 +0100)]
[hue] Use system default channel types for lights (#9856)

* Use system default channel types for lights

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[WlanThermo] Add support for new ESP32-powered devices [V3.x] (#9579)
CSchlipp [Mon, 18 Jan 2021 23:58:20 +0000 (00:58 +0100)]
[WlanThermo] Add support for new ESP32-powered devices [V3.x] (#9579)

* Add support for ESP32 devices
* Add Unit Tests
Ensure Gson objects are NonNull
Generify Handlers
Generify Utils

Signed-off-by: Christian Schlipp <christian@schlipp.de>
5 years ago[miio] add support for Mijia Smart Pet Water Dispensers (#9861)
Marcel [Mon, 18 Jan 2021 20:58:50 +0000 (21:58 +0100)]
[miio] add support for Mijia Smart Pet Water Dispensers (#9861)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[roku] binding - initial implementation (#9571)
mlobstein [Mon, 18 Jan 2021 20:57:42 +0000 (14:57 -0600)]
[roku] binding - initial implementation (#9571)

* Roku binding - initial implementation
* update channel names to camelCase
* review changes
* spelling
* update README.md

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
5 years agoFix links and NOTICE files (#9860)
Wouter Born [Mon, 18 Jan 2021 20:49:06 +0000 (21:49 +0100)]
Fix links and NOTICE files (#9860)

* Updates links to target the openhab-addons 'main' branch instead of the 'master' branch
* Updates some NOTICE files to indicate content is maintained by openHAB instead of Eclipse SmartHome

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[miio] add support for nwt.derh.wdh318efw1 Internet Dehumidifier (#9787)
Marcel [Mon, 18 Jan 2021 20:43:49 +0000 (21:43 +0100)]
[miio] add support for nwt.derh.wdh318efw1 Internet Dehumidifier (#9787)

* [miio] add support for nwt.derh.wdh318efw1 Internet Dehumidifier

based on json provided & tested by @feodor85
closing #9737

* [miio] change autohumidity
* [miio] fix switched property

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] add support for dreame vacuum d9 (#9859)
Marcel [Mon, 18 Jan 2021 20:42:19 +0000 (21:42 +0100)]
[miio] add support for dreame vacuum d9 (#9859)

* [miio] Add support for Dreame D9 robot

Closing #9558

* [miio] remove channelType
* [miio] dropdown for reset actions

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] readme update (#9858)
Marcel [Mon, 18 Jan 2021 20:37:23 +0000 (21:37 +0100)]
[miio] readme update (#9858)

Update screenshots to OH3
Minor improvements readme
update device_names list to latest

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] fix printed zone clean command (#9865)
Marcel [Mon, 18 Jan 2021 20:24:14 +0000 (21:24 +0100)]
[miio] fix printed zone clean command (#9865)

as per https://community.openhab.org/t/xiaomi-vacuum-map-viewer-to-find-coordinates-for-zone-cleaning/103500/47

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[miio] improve Mi Water Purifier 600G yunmi.waterpuri.lx8. (#9752)
Marcel [Mon, 18 Jan 2021 18:56:58 +0000 (19:56 +0100)]
[miio] improve Mi Water Purifier 600G yunmi.waterpuri.lx8. (#9752)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[buienradar] Avoid to much log noise (#9804)
Björn Brings [Mon, 18 Jan 2021 07:35:11 +0000 (08:35 +0100)]
[buienradar] Avoid to much log noise (#9804)

Signed-off-by: Björn Brings <bjoernbrings@web.de>
5 years ago[avmfritz] Added initial refresh of Call Monitor channels and improved thread handlin...
Christoph Weitkamp [Sun, 17 Jan 2021 22:04:25 +0000 (23:04 +0100)]
[avmfritz] Added initial refresh of Call Monitor channels and improved thread handling (#9734)

* Added initial refresh of Call Monitor channels

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[boschshc] Initial contribution - Bindings for Bosch Smart Home devices (#8629)
Christian Oeing [Sun, 17 Jan 2021 21:20:20 +0000 (22:20 +0100)]
[boschshc] Initial contribution - Bindings for Bosch Smart Home devices (#8629)

* Initial code from create_openhab_binding_skeleton.sh

Signed-off-by: Stefan Kaestle <stefan@mad-kow.de>
Signed-off-by: Christian Oeing <christian.oeing@slashgames.org>
Signed-off-by: Gerd Zanker <gerd.zanker@web.de>
Co-authored-by: Stefan Kaestle <stefan@mad-kow.de>
Co-authored-by: Gerd Zanker <gerd.zanker@web.de>
Co-authored-by: Christian Oeing <christian.oeing@scalamat.de>
Co-authored-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
5 years agoremove dependency on o.a.c.l (#9835)
J-N-K [Sun, 17 Jan 2021 18:22:07 +0000 (19:22 +0100)]
remove dependency on o.a.c.l (#9835)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[icalendar] Ensure DecimalType will be used if no unit given (#9849)
Christian Bandowski [Sun, 17 Jan 2021 13:34:14 +0000 (14:34 +0100)]
[icalendar] Ensure DecimalType will be used if no unit given (#9849)

Fixes #9820
Related to #9771

Signed-off-by: Christian Bandowski <christian@myvm.de>
5 years ago[tesla] Removed dependency on org.apache.commons (#9815)
Christoph Weitkamp [Sat, 16 Jan 2021 11:35:31 +0000 (12:35 +0100)]
[tesla] Removed dependency on org.apache.commons (#9815)

* Removed dependency on org.apache.commons

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
5 years ago[miio] Improve Airpurifiers (#9756)
Marcel [Sat, 16 Jan 2021 09:07:19 +0000 (10:07 +0100)]
[miio] Improve Airpurifiers (#9756)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[digitalstrom] fix concurrency issue (#9834)
J-N-K [Fri, 15 Jan 2021 22:48:48 +0000 (23:48 +0100)]
[digitalstrom] fix concurrency issue (#9834)

* fix concurrency issue
* address review comments
* address review comment

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years ago[one wire][fix absolute humidity channel type (#9833)
J-N-K [Fri, 15 Jan 2021 21:11:56 +0000 (22:11 +0100)]
[one wire][fix absolute humidity channel type (#9833)

The channel is added dynamically with a channel-type `abshumidity`, but the channel-type definition was names `absolutehumidity`

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
5 years agoResolve itests for BOM changes (#9828)
Wouter Born [Fri, 15 Jan 2021 21:09:59 +0000 (22:09 +0100)]
Resolve itests for BOM changes (#9828)

Signed-off-by: Wouter Born <github@maindrain.net>
5 years ago[miio] add support for viomi.waterheater.e1 (#9798)
Marcel [Fri, 15 Jan 2021 20:31:56 +0000 (21:31 +0100)]
[miio] add support for viomi.waterheater.e1 (#9798)

* [miio] add support for viomi.waterheater.e1
* Update bundles/org.openhab.binding.miio/src/main/resources/database/viomi.waterheater.e1.json
* [miio] fix typo in readme

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
5 years ago[epsonprojector] reset ready flag on disconnect (#9770)
mwe [Fri, 15 Jan 2021 13:57:52 +0000 (14:57 +0100)]
[epsonprojector] reset ready flag on disconnect (#9770)

Signed-off-by: Weisser, Matthias <matthias.weisser@onsol.de>
5 years ago[satel] Removed dependency on 'org.apache.commons.lang' (#9805)
druciak [Fri, 15 Jan 2021 13:56:15 +0000 (14:56 +0100)]
[satel] Removed dependency on 'org.apache.commons.lang' (#9805)

Signed-off-by: Krzysztof Goworek <krzysztof.goworek@gmail.com>