Wouter Born
e7734449bc
Add Jython Scripting ( #9404 )
...
* Add Jython Scripting
Also-by: Scott Rushworth <openhab@5iver.com>
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-17 11:24:43 -08:00
James Melville
4586f18863
[mqtt] Correct Typo (availabe) and propose clearer naming ( #9403 )
...
Signed-off-by: James Melville <jamesmelville@gmail.com>
2020-12-17 08:36:41 -08:00
Marcel
3cdc6a8f24
[miio] fix wrong mappings in readme ( #9402 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-17 08:33:13 -08:00
Marcel
4b5b6f8f8f
[miio] fix annotation for mibasicChannel ( #9396 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-16 11:04:03 -08:00
Fabian Wolter
9d6cc070eb
[hue] Try to make tests more stable ( #9400 )
...
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-12-16 18:49:15 +01:00
Jürgen Baginski
6da71d1d3f
[Tankerkoenig] Documentation: Changed reference from Paper UI to Main… ( #9382 )
...
Signed-off-by: Jürgen Baginski <opus42@gmx.de>
2020-12-16 10:32:36 +01:00
Christoph Weitkamp
42de762b43
[jdbc] Reduce size for VARCHAR columns ( #9394 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-12-15 22:36:35 -08:00
J-N-K
12112eb67a
[http] make size of the response buffer configurable ( #9391 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-15 14:53:45 -08:00
J-N-K
1c3022d391
[tr064] fix DSL channel definition ( #9393 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-15 14:43:07 -08:00
lolodomo
4e54b5b9b5
[linky] Fix data refresh (login / logout) ( #9358 )
...
Fix #9313
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2020-12-15 22:38:52 +01:00
Hans-Jörg Merk
30485c6a5b
[energenie] Remove PaperUI reference from README ( #9377 )
...
Signed-off-by: Hans-Jörg Merk <github@hmerk.de>
2020-12-14 14:41:31 +01:00
Daniel Weber
2434e95b05
[enocean] Added tariff info for AutomatedMeterSensor ThingType channels ( #9333 ) ( #9361 )
...
* Added new channel parameter tariff to channels instantpower, totalusage, currentFlow, cumulativeValue, counter and currentNumber
* Parameter is currently just read by EEP A5_12, which is used by AutomatedMeterSensor ThingType
* AutomatedMeterSensor ThingType has extensible channels now
Fixes #9333
Signed-off-by: Daniel Weber <uni@fruggy.de>
2020-12-13 11:21:00 -08:00
Marcel
d287062acf
[miio] improve unsupported handler ( #9370 )
...
Some devices respond differently to unknown parameters
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-13 11:17:16 -08:00
J-N-K
797f808c22
fix typo in documentation ( #9366 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-13 17:38:07 +01:00
Fabian Wolter
b8721aa7b4
[teleinfo] Try to make tests more stable ( #9303 )
...
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-12-13 16:26:12 +01:00
J-N-K
b5e13041dd
[deconz] fix colorlight not updating color channel ( #9351 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-13 16:21:15 +01:00
J-N-K
c541776f7d
[deconz] fix gateway discovery ( #9362 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-13 16:18:38 +01:00
miloit
ac074ea1f0
[yioremote] Bug fix during websocket error by disposing pollingjob ( #9350 )
...
* Bug fix during websocket error by disposing pollingjob
Signed-off-by: Michael Loercher<michaelloercher@web.de>
2020-12-13 13:52:40 +01:00
Kai Kreuzer
9d054f2447
removed remaining outdated reference to modbus transport bundle ( #9356 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-12-13 11:06:55 +01:00
robnielsen
f025fb046c
[insteon] update documentation for console commands ( #9342 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
2020-12-13 09:20:12 +01:00
J-N-K
086a046b61
fix console command documentation ( #9355 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-13 09:19:51 +01:00
lolodomo
fcad4826a6
[remoteopenhab] Try to clarify that remote state channels will not be available ( #9349 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2020-12-13 08:58:57 +01:00
Wouter Born
8f53e320dc
Fix StateDescription deprecations ( #9352 )
...
Related to #1408
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-13 08:53:16 +01:00
Christoph Weitkamp
863606e311
[icalendar] Ensure Bridge is initialized and calendar is available to update child Things ( #9337 )
...
* Ensure Bridge is initialized and calendar is available to update child Things
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-12-13 07:00:16 +01:00
J-N-K
af3f8774d0
[deconz] initial support for scenes ( #9345 )
...
* initial support for scenes
* add documentation
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-12 15:30:43 -08:00
Marcel
12e5e38cb0
[miio] add support for huayi Fans, heater and lights ( #9348 )
...
* [miio] add support for huayi Fans, heater and lights
* [miio] incl right names
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-12 15:29:39 -08:00
Marcel
5bfc8940f4
[miio] Elimate several SAT warnings ( #9289 )
...
* [miio] eliminate warnings from mapdraw
* [miio] clean warnings from basic handler
* [miio] avoid apache commons warning in utils
* [miio] eliminate warnings from micloudconnector
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-12 15:27:54 -08:00
Marcel
6b3490fc57
[miio] improve yeelight json ( #9338 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-12 11:58:18 -08:00
Georgios Moutsos
ff40b5a632
[caddx] Add thing actions to the binding ( #9248 )
...
* Added keypad support and thing actions
* Related to #8116
Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
2020-12-12 11:57:10 -08:00
Joan Pujol
3a5240d00e
[influxdb] Fixes InfluxDB 2.0 issues #9247 and #8960 ( #9258 )
...
Signed-off-by: Joan Pujol <joanpujol@gmail.com>
2020-12-12 11:32:24 -08:00
Gerhard Riegler
442a7cd31e
[gardena] Rewriting the Gardena binding ( #8869 )
...
* Rewriting the Gardena binding
Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
2020-12-12 11:16:23 -08:00
Fabian Wolter
2bcb548381
[feed] Try to make tests more stable ( #9315 )
...
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-12-12 19:30:28 +01:00
J-N-K
70adea298a
[amazonechocontrol] fix text commands stopping TTS ( #9346 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-12 10:21:47 -08:00
Wouter Born
9ee81eae38
[mapdb] Recreate DB when incompatible OH2 DB is used ( #9299 )
...
The only way to recover from an incompatible OH2 database is to create a new database.
With these changes the add-on will create a new database automatically and archive the incompatible database files in a backup directory.
Fixes #8794
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-12 19:11:50 +01:00
Wouter Born
3a4d9ec89f
Remove Travis CI configuration ( #9343 )
...
* Remove all files used with Travis CI only
* Update README.md to display Jenkins build status badge
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-12 15:39:36 +01:00
Jerome Luckenbach
1eccc4c6fc
[smartthings] Fixed some minor readme issue ( #9341 )
...
* Fixed some minor readme issues
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-12 12:23:45 +01:00
Matthew Skinner
f93c418004
[hue] Refactor: change category to one that exists ( #9335 )
...
<category>DimmableLight</category>
The above category does not exist here <https://www.openhab.org/docs/concepts/categories.html > and the new UI does not have this as a valid option to select when creating an item.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2020-12-12 10:08:42 +01:00
Matthew Skinner
8cb5a8b073
[milight] Refactor: change category to one that exist ( #9336 )
...
<category>DimmableLight</category>
The above category does not exist here <https://www.openhab.org/docs/concepts/categories.html > and the new UI does not have this as a valid option to select when creating an item.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2020-12-12 10:07:44 +01:00
Mark Hilbush
7451df9865
[jdbc] Add missing item types Player and Image ( #9334 )
...
- Add missing item types Player and Image
Closes #2819
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2020-12-12 08:51:12 +01:00
J-N-K
5d49188e0b
[amazonechocontrol] fix unnecessary refresh and add text commands ( #9328 )
...
* fixed: removed unnecessary refresh on push activity
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Also-By: Tom Blum <trinitus01@googlemail.com>
Co-authored-by: Tom Blum <trinitus01@googlemail.com>
2020-12-11 16:17:20 -08:00
lolodomo
578807f452
[remoteopenhab] Asynchronous reading of big API response ( #9320 )
...
* [remoteopenhab] Asynchronous reading of big API response
Fix #9281
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2020-12-11 14:48:00 -08:00
J-N-K
dca815b73f
[deconz] support for thermostat windowopen ( #9306 )
...
* add support for windowopen in thermostats
* fix documentation
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-11 13:36:21 -08:00
lolodomo
f5e16ae5f8
[linky/powermax/lgwebos] Adapt README to OH3 ( #9332 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2020-12-11 13:33:24 -08:00
Sebastian Prehn
c0dc0daa4f
[lgwebos] Fix Volume Subscription on newer LGWebOS TVs which report volumeStatus. ( #9331 )
...
Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
2020-12-11 13:11:31 -08:00
Boris Krivonog
1362f9e5c1
[nikobus] rollershutter position estimator added ( #9294 )
...
* Implemented rollershutter position estimator.
* Removed unneeded try-catch.
Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
2020-12-11 10:29:10 -08:00
Marcel
7380b45811
[miio] add support for basic huayi lights ( #9316 )
...
* [miio] add support for basic huayi lights
also remove some double spaces in json files
* miio update devicenames
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-11 10:24:44 -08:00
Marcel
e9e8207345
[miio] extend units for miot types ( #9318 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-12-11 10:20:41 -08:00
Wouter Born
c755e85281
Fix missing feature configfiles ( #9324 )
...
* Update configfile lines for renamed openhab-addons-external artifactId
* Add missing 2.5.x configfiles files which were never merged into the main branch
* Fix configfile lines not aggregated in feature.xml file
Fixes openhab/openhab-distro#1205
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-11 14:34:44 +01:00
J-N-K
843ec092dc
[deconz] improve initialization ( #9321 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
2020-12-10 18:21:12 -08:00
Fabian Wolter
941189ad55
[bluetooth] Try to make tests more stable No.2 ( #9309 )
...
* [bluetooth] Try to make tests more stable No.2
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-12-09 16:16:40 -08:00