Commit Graph

49 Commits

Author SHA1 Message Date
Jürgen Baginski
be0b3cf5b9 [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>
2020-11-04 21:39:57 +01:00
robnielsen
4d3dd96a67
[insteon] fix documentation and specify unit for the thermostat temperature channel (#8945)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
2020-11-03 15:40:33 -08:00
Marcel
5600c13112
fix itests for 2.5 (#8950)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-11-03 15:48:49 +01:00
Marcel
8060278f38
[miio] fix readme & sync devices (#8936)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-11-02 21:57:17 -08:00
Mark Hilbush
e862a0b699
[weathercompany] Fix wind speed units (#8946)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2020-11-02 21:54:57 -08:00
Marcel
123a2a12e5
[miio] Fix handling commands with curly brackets (#8907)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-30 09:00:13 -07:00
Marcel
d9b335f8e3
Run spotless for 2.5 for travis not to error (#8900)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-29 20:04:32 +01:00
CSchlipp
b26489ceb7
[amazonrchocontrol] Fix NPE (#8891)
* Fix obviously wrong boolean condition

Signed-off-by: Christian Schlipp <christian@schlipp.de>
2020-10-28 18:53:17 +01:00
jenkins
9a90632be3 [unleash-maven-plugin] Preparation for next development cycle. 2020-10-25 14:24:21 +00:00
Marcel
f241c66de3
[miio] backport recent changes from 3.0 (#8855)
* [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

* [miio] remove change from PR
* [miio] Add temperature value to chuangmi.plug.v1 (#8832)

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

* [miio] add new country server and improve readme (#8816)
* [miio] add new country server and improve readme
* [miio] apply spotless
* [miio] Allow for custom refresh commands (#8796)
* [miio] Allow for custom refresh commands

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-24 10:05:29 -07:00
boc-tothefuture
4b22109820 [mpd] Update current song on player events (#8818)
This fixes #8817

Signed-off-by: Brian O'Connell <broconne@gmail.com>
(cherry picked from commit f5bf17875d)
2020-10-24 09:55:55 +02:00
mlobstein
2d93a26d21
[oppo] Fix issue with polling and setting verbose mode (#8849)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2020-10-23 23:58:21 -07:00
Mark Hilbush
eb982a04f8
[ecobee] Fixed setHold when using holdHours (#8842)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2020-10-23 09:31:58 -07:00
Wouter Born
cd7a22f2bd
[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>
2020-10-21 21:47:42 +02:00
Mark Hilbush
209870ee7a
[ambientweather] Fix MAC address comparison (#8825)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2020-10-21 11:29:23 -07:00
Holger Eisold
1ffdeca042
sort pom.xml alphabetical (#8812)
Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
2020-10-20 15:34:54 -07:00
Fabian Wolter
8a88b9925d
[network] Fix build (#8800)
Introduced in 895455b

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-10-19 11:38:54 +02:00
Connor Petty
895455b40f [network] Fix latency parsing on windows 10 (#8781)
Fixes #8776

Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
(cherry picked from commit ac1e4d8a83)
2020-10-18 20:46:06 +02:00
Fabian Wolter
8934554dfd [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>
(cherry picked from commit ae1d59cf99)
2020-10-18 20:45:54 +02:00
Andrew Fiddian-Green
9b2af50fc6 [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>
(cherry picked from commit 5fe7cc5810)
2020-10-18 20:28:37 +02:00
martinlindjarv
c39d30f552
[hpprinter] Fix for typo in printer status channel name (#8787)
Signed-off-by: martinlindjarv <martin@lindjarv.pri.ee>
2020-10-18 20:04:46 +02:00
FrancescoRisso
a33e995109
[Telegram] Improved sending to a particular chat section (#8733)
* Improved send to a particular chat section

I specified that the chatId in the APIs must be followed by an "L" or it won't work (at least, not for group chats).
I also mentioned that you can store the chatId inside a variable so that you can write it only once for the entire rules file.

* Update README.md
2020-10-16 10:05:15 -07:00
HoLLe
655766056a
sort CODEOWNERS alphabetical (#8764)
Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
2020-10-16 10:49:34 +02:00
HoLLe
3e82b5d6de
[opensprinkler] fix nextDuration UoM transformation (#8753)
Fixes #8541

Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
2020-10-15 18:03:53 +02:00
Christoph Weitkamp
33575e26f7 Added context time for parameter earliest and latest (#8748)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-14 19:11:36 +02:00
Christoph Weitkamp
9f57818881 [avmfritz] Improved documentation and logging (#8745)
* Improved documentation and logging
* Add details about activating the Call Monitor

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-14 19:11:09 +02:00
Sven Strohschein
3b93a7ae6b
[innogysmarthome] Fix - No commands can get executed after a few minutes (#8741)
The request idle timeout is now also set. This seems to resolve new (timeout) issues with the Innogy/Livisi backend 

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
2020-10-13 10:37:12 -07:00
Marcel
f0bc115046
[miio] backport recent enhancements (#8722)
* [miio] enable telnet for lumi gateway (#8639)
* [miio] enable telnet for lumi gateway
* allow enable telnet and some other functions on gateway
* use new fw as default for chugmi plug
* [miio] add new map elements (#8637)
* [miio] add new map elements

Add newly found mapelements for obstacles

* [miio] add yunmi waterpurifiers (#8665)
* Add several new models waterpurifiers
* Add many new properties
* [miio] allow for comments to channels in json db (#8666)
* [miio] onoffpara commandtype fix (#8675)
* [miio] Add many new Yeelights models (#8668)
* [miio] Add many new Yeelights models

closing #8082
* [miio] update doc
* [miio] add several xjx.toiletseats (#8677)
* [miio] add several xjx.toiletseats

To enjoy your quiet moment with Openhab...

* [miio] allow for device remarks in the readme from json db (#8676)

* [miio] allow for device remarks in the readme from json db
* Update bundles/org.openhab.binding.miio/src/test/java/org/openhab/binding/miio/internal/ReadmeHelper.java

* [miio] Add several Philips ceiling lights (#8681)

Adding
philips.light.bceiling1
philips.light.bceiling2
philips.light.lnblight1
philips.light.lnblight2
philips.light.lnlrlight
philips.light.lrceiling

* [miio] Miio philips miot lights (#8699)

* [miio] add Philips miot ceiling lights

adding models
philips.light.dlight
philips.light.mceil
philips.light.mceilm
philips.light.mceils
philips.light.obceil
philips.light.obceim
philips.light.obceis
philips.light.xzceil
philips.light.xzceim
philips.light.xzceis
philips.light.sceil
philips.light.sceilm
philips.light.sceils

* [miio] change name downlight
* [miio] backport Improved unsupported handler
* [miio] backport readme

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-12 16:52:42 -07:00
J-N-K
ac2ee9a01e add missing thing type (#8717)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-11 08:15:08 +02:00
fab-kis
3573f89907 [snmp] Fix memory leak in SNMP (#8672)
* Fix memory leak in SNMP. When receiving an async request it is placed in a pending request queue. Not canceling it leads to infinty life cycle for those requests, filling up memory.
* Test the canceling of the snmp aync request by its handler.

Signed-off-by: Falk Bauer <falk.bauer@k-is.com>
2020-10-11 08:14:33 +02:00
J-N-K
dce02240ce [deconz] retry full state request if initial request failed (#8704)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-11 08:14:17 +02:00
Andrew Fiddian-Green
d33a5027bc
[velux] back port of #8520 & #8673 bug fixes from OH3 to OH2.5.x (#8702)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2020-10-09 22:55:47 +02:00
boehan
0fa436e279 fix updateState (#8580)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
2020-10-06 19:52:26 +02:00
M Valla
8d5ac7b7a5 [openwebnet] Fixes #8524 and #8547, updated openwebnet4j lib to 0.3.1. Updated README (#8645)
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
2020-10-05 18:01:50 +02:00
Mateusz Bronk
cc41c560f2 [VolvoOnCall] Backported HTTP req. cache from 3.x
This change is essential for not flooding VOC servers with requests on
each channel update. Cache idea and timeout configuration copied from 3.x
branch ('main', PR#8595) and adapted to 2.5.x codebase.
Related to #8554

Also-by: clinique <gael@lhopital.org>
Signed-off-by: Mateusz Bronk <bronkm+gh@gmail.com>
2020-10-04 21:15:51 +02:00
Mateusz Bronk
a514e1de1a [VolvoOnCall] Backported fix for #8554 from 3.x
User-Agent HTTP header is no longer sent in the requests
- as Jetty/9.4.20.v20190813 is blacklisted server-side.

The backported fix uses a shim wrapper for HttpUtil, allowing to inject
a customized Jetty's HttpClient, while keeping the rest of the interface
intact (goal was to minimize changes: 3.x branch has a more elegant fix
for the same, but coupled with other changes and refactorings that are
not part of this backport).
Resolves #8554

Signed-off-by: Mateusz Bronk <bronkm+gh@gmail.com>
2020-10-04 21:15:51 +02:00
Mateusz Bronk
156492c5e1 [VolvoOnCall] Backported fix for #8518 from 3.x
Changed trip ID data type to match API response.
Resolves #8518

Signed-off-by: Mateusz Bronk <bronkm+gh@gmail.com>
2020-10-04 21:15:51 +02:00
boehan
b123a55950 fix ewt temperatures (#8608)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
2020-10-03 00:12:05 +02:00
miloit
652ad712ab [yioremote] Fixed reconnection and thing creation issues (#8596)
Signed-off-by: Michael Loercher <MichaelLoercher@web.de>
2020-09-29 19:49:13 +02:00
cedricboon
284fe7d45f Fixed 3 bugs (#8584)
Fixed 3 bugs:
- Network bridge not listening on bus
- Reconnection handler keeps reconnecting even after a successful reconnection
- Minor typo in alarm wakeup time channels

Signed-off-by: Cedric Boon <cedric.boon@hotmail.com>
2020-09-27 23:22:44 +02:00
Marcel
0a8794c923 [miio] avoid IndexOutOfBoundsException exception (#8587)
In case of the parameters & response are not equal avoid the
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-09-27 23:22:31 +02:00
Paul Frank
b004c16cb8 Fixes #8538 (modbus extensions missing) (#8575)
Signed-off-by: Paul Frank <pail@gmx.net>
2020-09-25 22:26:59 +02:00
Ondrej Pecta
95cb5746c4 [somfytahoma] fixed detection of roller shutters (#8557)
* [somfytahoma] fixed detection of roller shutters
* [somfytahoma] got rid of compile warning

Signed-off-by: Ondrej Pecta <opecta@gmail.com>
2020-09-24 19:56:45 +02:00
boehan
14bc1fcff3 fix channel updates (#8563)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
2020-09-24 19:54:05 +02:00
Hilbrand Bouwkamp
107fad0cfb [venstarthermostat] Fix venstarthermostat feature.xml (#8542)
Also added to bom pom.xml

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-09-22 15:37:52 +02:00
Mike Major
3fef17c112 Remove unused version which no longer parses due to type change (#8515)
Signed-off-by: Mike Major <mike_j_major@hotmail.com>
2020-09-21 18:58:37 +02:00
Kai Kreuzer
4cb13dc8f2 removed skeleton creation scripts
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-21 00:31:27 +02:00
jenkins
15e3fa1567 applied spotless and updated itests
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-21 00:31:09 +02:00
Kai Kreuzer
4be0e341d8 Codebase as of f11ddbc2a3 as an initial commit for the shrunk repo
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-20 23:52:13 +02:00