martinlindjarv
5fd82c5aa3
[hpprinter] Fix for typo in printer status channel name ( #8787 )
...
Signed-off-by: martinlindjarv <martin@lindjarv.pri.ee>
2020-10-18 20:06:58 +02:00
Kai Kreuzer
5cca30492b
[mapdb] Avoid ArrayIndexOutOfBoundsExceptions being thrown ( #8792 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-10-18 11:03:55 -07:00
Jochen Klein
42d1c26912
Fix wrong usage of representationProperty ( #8793 )
...
Signed-off-by: Jochen Klein <git@jochen.susca.de>
2020-10-18 19:43:47 +02:00
Matthew Skinner
459ee8d7cd
[ipcamera] Refactor labels and defaults for openHAB 3 ( #8752 )
...
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2020-10-18 19:40:00 +02:00
Roie Geron
7cd5510a72
[touchwand] Touchwand Binding initial contribution - migration to OH3 ( #8754 )
...
* initial migration to OH 3
Signed-off-by: Roie Geron <roie.geron@gmail.com>
2020-10-17 17:19:40 -07:00
Wouter Born
de6390501b
[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>
2020-10-17 23:32:14 +02:00
Mark Hilbush
dab6df14fd
Fix MAC comparison ( #8768 )
...
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2020-10-17 16:46:36 +02:00
Christoph Weitkamp
61d8608685
[hue] Fixed typo in Geofence Sensor config ( #8773 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-16 16:02:39 -07:00
Christoph Weitkamp
02963b8c99
[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>
2020-10-16 15:59:56 -07:00
FrancescoRisso
a97e3eaf9e
[Telegram] Improved sending to a particular chat ( #8750 )
...
Changed the README.md file to include more information as in #8733 :
Specified that the chatId in the APIs must be followed by an "L" or it won't work (at least, not for group chats).
2020-10-16 10:04:15 -07:00
Marcel
71fd87c5c9
[miio] add suppport for Mr Bond M1 pro Smart Clothes Dryer ( #8749 )
...
Add support for following types
"mrbond.airer.m1s",
"mrbond.airer.m1pro",
"mrbond.airer.m1super"
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-16 10:01:23 -07:00
Bob A
6f659f2308
[lutron] Add LEAP protocol support ( #8650 )
...
* [lutron] Add LEAP protocol support
Signed-off-by: Bob Adair <bob.github@att.net>
2020-10-15 15:59:24 -07:00
Christoph Weitkamp
25826854b4
[hue] Refactored discovery service to 'ThingHandlerService' ( #8729 )
...
* Refactored discovery service to ThingHandlerService
* Fixed discovery for Geofence Sensor
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-15 15:51:41 -07:00
Gaël L'hopital
9b7fb69e8d
[Linky] Linky issue 7610 ( #8678 )
...
* Staging work
* Refactoring the binding for OH3
Adressing Issue #7610
Added new channels
* spotless apply
* Pleasing Travis
* Code review and added disconnection logic.
* Adressing code review comments
Signed-off-by: clinique <gael@lhopital.org>
2020-10-15 10:58:38 -07:00
Kai Kreuzer
f90f91ff1f
[mapdb] Fix deserialization of values in mapDB database ( #8758 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-10-15 18:02:20 +02:00
J-N-K
2a14a9a37a
remove unused profile ( #8683 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-15 17:53:30 +02:00
Wouter Born
978e122e00
Rework ThingActions ( #8755 )
...
* Remove duplication by making use of default Java generated exceptions
* Make ThingActions labels/descriptions more consistent
Signed-off-by: Wouter Born <github@maindrain.net>
2020-10-15 10:53:53 +02:00
Marcel
aef1d10f40
[miio] Add Zhimi Heater za1 ( #8743 )
...
add model zhimi.heater.za1
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-14 13:59:38 -07:00
HoLLe
5e2c5345eb
[opensprinkler] fix nextDuration UoM transformation ( #8727 )
...
Fixes #8541
Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
2020-10-14 19:08:57 +02:00
Christoph Weitkamp
b9beaad5cd
[hue] Add support for Geofence sensor ( #8731 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-14 19:05:20 +02:00
Wouter Born
bef1046258
Rework ThingActions ( #8732 )
...
* Remove proxy workarounds
* Move ThingActions and a few other classes into the internal package
* Use more consistent action labels/descriptions
Related to:
* openhab/openhab-core#1714
* openhab/openhab-core#1639
Signed-off-by: Wouter Born <github@maindrain.net>
2020-10-14 19:01:12 +02:00
Christoph Weitkamp
4adc214c69
Added context time for parameter earliest and latest ( #8748 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-13 22:59:15 +02:00
Christoph Weitkamp
42267eaf4f
[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-13 22:29:39 +02:00
Sven Strohschein
a12e5f60ce
[innogysmarthome] Fix - No commands can get executed after a few minutes ( #8742 )
...
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
2020-10-13 10:40:03 -07:00
Christoph Weitkamp
ee92be3f9f
Changed capitalization of config context ( #8744 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-13 12:52:17 +02:00
Oleg Davudyuk
6d2bb8a216
[airvisualnode] Support AirVisual Pro version ( #8686 )
...
* [airvisualnode] Support AirVisual Pro version
* [airvisualnode] Autodetect Pro version
* [airvisualnode] Remove unused channels
Signed-off-by: Oleg Davydyuk <ilveann@gmail.com>
2020-10-12 16:46:27 -07:00
Christoph Weitkamp
0eac453308
Reduced logging ( #8740 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-12 17:14:35 +02:00
Christoph Weitkamp
a7350abd8e
Aligned spelling of DWD bindings ( #8739 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-12 17:14:21 +02:00
Michael Wodniok
168913baba
[icalendar] Updated biweekly to 0.6.4 ( #8725 )
...
* [icalendar] Updated biweekly to 0.6.4
Fixes #8647
Signed-off-by: Michael Wodniok <michi@noorganization.org>
2020-10-12 16:51:24 +02:00
Armin Stebich
e0efd8438a
[mqtt] fixed Hex/Oct formatting, resulting values were interchanged ( #8730 )
...
Signed-off-by: Armin Stebich <home@mail.lordofbikes.de>
2020-10-12 07:41:32 -07:00
Marcel
2913018e4a
[miio] add several Philips lights ( #8736 )
...
Add following models:
philips.light.sread2
philips.light.cbulb
philips.light.cbulbs
philips.light.dcolor
philips.light.rwread
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-11 18:18:43 -07:00
Marcel
343981fc12
[miio] add chungmi plug ( #8728 )
...
add
chuangmi.plug.hmi206
chuangmi.plug.hmi208
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-11 11:58:09 -07:00
Marcel
a5657bb5d9
[miio] eliminate warning org.apache.commons.io.FileUtils in readmemaker ( #8718 )
...
* [miio] eliminate warning org.apache.commons.io.FileUtils in readmemaker
Eliminate
[WARNING] org.openhab.binding.miio.internal.ReadmeHelper.java:[25]
The package org.apache.commons.io.FileUtils should not be used.
* [miio] add StandardCharsets.UTF_8 to file readwrite
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-10 19:24:06 -07:00
J-N-K
5c7fe8183a
[deconz] retry full state request if initial request failed ( #8704 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-10 22:56:22 +02:00
Marcel
aa98737e9f
[miio] Improved unsupported handler that build experimental support ( #8716 )
...
* [miio] Improved unsupported handler that build experimental support
New unsupported handler that tries to find channels for unsupported
devices and creates experimental database file for it.
* [miio] logger fixes
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-10 11:03:33 -07:00
fab-kis
54791d97d0
[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-10 19:11:24 +02:00
Wouter Born
6243ccb026
[hueemulation] Update feature ( #8719 )
...
Related to openhab/openhab-core#1709
Signed-off-by: Wouter Born <github@maindrain.net>
2020-10-10 19:09:56 +02:00
J-N-K
109442ea7c
add missing thing type ( #8717 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-10 17:44:27 +02:00
Kai Kreuzer
611e21c9c6
fixed spotless error ( #8710 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-10-10 09:50:15 +02:00
J-N-K
ac7279d02a
[rfxcom] move lib to remote ( #8700 )
...
* move lib to remote
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-10 08:23:57 +02:00
J-N-K
c7a83f4c3f
move lib to remote ( #8701 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-10 08:18:38 +02:00
mlobstein
25963100a9
[nuvo] update README.md for additional connection option ( #8691 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2020-10-09 23:00:13 +02:00
Jürgen Baginski
8eab7b6331
[rrd4j] Corrected the default configurations (third try) ( #8708 )
...
Applied the changes found by spotless.
According the comments DEFAULT_NUMERIC, DEFAULT_QUANTIFIABLE config should have 5 archives, the 4th was missing. Additionally the ConsolFunction changed in the DEFAULT_QUANTIFIABLE.
The DEFAULT_OTHER config had false computed archives.
Signed-off-by: Jürgen Baginski <opus42@gmx.de>
2020-10-09 20:45:16 +02:00
Marcel
bf72bd2ce3
[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
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-08 20:14:51 -07:00
Jürgen Baginski
082a3c2555
Corrected the default configurations ( #8698 )
...
According the comments DEFAULT_NUMERIC, DEFAULT_QUANTIFIABLE config should have 5 archives, the 4th was missing. Additionally the ConsolFunction changed in the DEFAULT_QUANTIFIABLE.
The DEFAULT_OTHER config had false computed archives.
Signed-off-by: Jürgen Baginski <opus42@gmx.de>
2020-10-08 22:16:38 +02:00
Connor Petty
0496d35f32
Adapt to changes in ExecUtil ( #8690 )
...
Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
2020-10-08 21:08:11 +02:00
Andrew Fiddian-Green
178e657d80
[velux] fix discovery service de- and re- registration ( #8673 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2020-10-08 19:13:35 +02:00
J-N-K
937c7a3a45
move lib to remote repo ( #8684 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-08 01:07:28 +02:00
Marcel
435c78ef8c
[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
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-07 14:39:27 -07:00
J-N-K
3cc162bf7e
move lib to remote ( #8687 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-10-07 21:44:42 +02:00