Commit Graph

5704 Commits

Author SHA1 Message Date
Marcel
8606f57b56
[miio] cleanup duplicate paths (#8835)
Use the path defined in the binding constants

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-22 18:13:08 +02:00
Marcel
49580b59bb
[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>
2020-10-22 18:06:57 +02:00
Christoph Weitkamp
bc518e489e
Remove *.bak file (#8836)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-22 18:05:41 +02:00
Joan Pujol
c3666581b5
[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>
2020-10-22 10:26:21 +02:00
Marcel
ed6d68ffd7
[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>
2020-10-21 14:14:14 -07:00
Marcel
998d11455c
[miio] Allow for custom refresh commands (#8796)
* [miio] Allow for custom refresh commands

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2020-10-21 14:01:22 -07:00
nsine-zz
499bc1ac83
[loxone] Update README.md (#8821) 2020-10-21 11:56:29 -07:00
Bob A
800b500e01
[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>
2020-10-21 11:50:49 -07:00
Wouter Born
52b7c8e920
[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 20:03:23 +02:00
Christoph Weitkamp
333cae9e72
[feed] Minor improvements for Feed Binding (#8824)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-10-21 08:53:46 -07:00
Andrew Fiddian-Green
44e3f9c90f
[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>
2020-10-21 08:50:44 -07:00
Kai Kreuzer
90e659d8d7
[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>
2020-10-20 19:10:57 -07:00
robnielsen
0f3112d3f8
[insteon] handle cases when channelLinked is not called after initialization (#8803)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
2020-10-21 00:54:40 +02:00
Holger Eisold
62109eef64
sort pom.xml alphabetical (#8811)
Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
2020-10-20 15:37:05 -07:00
Benjamin Lafois
09b6906c39
[bluetooth.daikinmadoka] removed duplicate channel RSSI (#8813)
Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
2020-10-20 13:16:20 -07:00
Gaël L'hopital
08ce65a939
[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>
2020-10-19 10:04:05 -07:00
Connor Petty
ac1e4d8a83
[network] Fix latency parsing on windows 10 (#8781)
Fixes #8776

Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
2020-10-18 20:43:09 +02:00
Fabian Wolter
ae1d59cf99
[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>
2020-10-18 11:39:42 -07:00
Andrew Fiddian-Green
5fe7cc5810
[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>
2020-10-18 20:26:50 +02:00
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
Wouter Born
3dbcf37b74
Fix Tradfri itest (#8788)
Related to openhab/openhab-core#1721

Signed-off-by: Wouter Born <github@maindrain.net>
2020-10-18 15:40:14 +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
Wouter Born
fd1a40aaba
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>
2020-10-17 12:56:55 -07: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
HoLLe
de37ecc5e9
CODEOWNERS remove whitespace (#8765)
While I was at fixing the sort of the CODEWONERS file in 2.5.x I stumpled upon this whitespace and also add a PR even if its a minor change.

Signed-off-by: Holger Eisold <kugelsicha@gmail.com>
2020-10-16 10:48:48 +02: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