GiviMAD and GitHub
8b8b79cf04
[unifiedremote] Initial contribution ( #8546 )
...
Signed-off-by: GiviMAD <miguelwork92@gmail.com >
2020-10-24 10:00:25 -07:00
Wouter Born and GitHub
cb5d8711b8
[mapdb] Fixes and improvements ( #8852 )
...
* Fix index out of bounds when persisting empty StringType values
* Fix deserialization when strings contain type separator
* Improve debug logging
* Improve test coverage
Fixes #8790
Signed-off-by: Wouter Born <github@maindrain.net >
2020-10-24 18:10:46 +02:00
boc-tothefuture and GitHub
f5bf17875d
[mpd] Update current song on player events ( #8818 )
...
This fixes #8817
Signed-off-by: Brian O'Connell <broconne@gmail.com >
2020-10-24 09:52:26 +02:00
Michael Wodniok and GitHub
d960199e8f
[icalendar] Describe download exceptions a bit more detailed. ( #8847 )
...
* [icalendar] Describe download exceptions a bit more detailed.
Fixes #8846
* [icalendar] Apply suggestions from code review
Signed-off-by: Michael Wodniok <michi@noorganization.org >
Also-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com >
2020-10-23 22:07:37 -07:00
Marcel and GitHub
788ca22724
[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
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com >
* [miio] remove change from PR
2020-10-23 18:45:03 -07:00
SmartCologne and GitHub
e70dfd7450
[homematic] Update README.md ( #8840 )
...
Added available icons & colors for HM-Dis-WM55
2020-10-23 10:24:55 -07:00
Bernhard Bauer and GitHub
1c7c2dc4fe
[modbus.helioseasycontrols] Corrected channel in items example, added rule example ( #8804 )
...
Signed-off-by: Bernhard Bauer <bern77@gmail.com >
2020-10-23 19:16:00 +02:00
mlobstein and GitHub
24343948cb
[oppo] Fix issue with polling and setting verbose mode ( #8640 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com >
2020-10-23 18:36:36 +02:00
Mark Hilbush and GitHub
e8280b2ef9
[ecobee] Fix setHold when using holdHours ( #8834 )
...
Signed-off-by: Mark Hilbush <mark@hilbush.com >
2020-10-22 16:38:19 -07:00
Marcel and GitHub
df261980c8
[miio] add FAQ to readme ( #8837 )
...
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com >
2020-10-22 15:27:35 -07:00
Andrew Fiddian-Green and GitHub
e439ad68f6
[hpprinter] implement uuid as repr. prop. to stop discovery duplicates ( #8810 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch >
2020-10-22 19:19:01 +02:00
Marcel and GitHub
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 and GitHub
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 and GitHub
bc518e489e
Remove *.bak file ( #8836 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de >
2020-10-22 18:05:41 +02:00
Joan Pujol and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
499bc1ac83
[loxone] Update README.md ( #8821 )
2020-10-21 11:56:29 -07:00
Bob A and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
62109eef64
sort pom.xml alphabetical ( #8811 )
...
Signed-off-by: Holger Eisold <kugelsicha@gmail.com >
2020-10-20 15:37:05 -07:00
Benjamin Lafois and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and Wouter Born
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
dab6df14fd
Fix MAC comparison ( #8768 )
...
Signed-off-by: Mark Hilbush <mark@hilbush.com >
2020-10-17 16:46:36 +02:00
Christoph Weitkamp and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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