Christoph Weitkamp
b9d3c35732
[pushover] Added universal action providing all available parameters ( #10422 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-03-31 22:00:29 +02:00
Fabian Wolter
ee49e18734
[lcn] Add dimmer profile parameter to be accessible via UI ( #10305 )
...
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2021-03-31 21:52:18 +02:00
Nathan Prins
b9fe3bef04
[pioneeravr] Added channel for changing MCACC Memory profile on AVR ( #10329 )
...
Signed-off-by: Nathan Prins <nathanprins@hotmail.com>
2021-03-31 21:50:42 +02:00
Matthew Skinner
ec8f411774
Fix warning at the wrong time. ( #10351 )
...
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2021-03-31 21:48:19 +02:00
Gabor Bicskei
d64f13351e
Fix #6939 - Forced channel triggering without previous state ( #10356 )
...
Signed-off-by: Gabor Bicskei <gbicskei@gmail.com>
2021-03-31 21:47:26 +02:00
jf114
6f516ee7ac
[upnpcontrol] Small correction to UpnpControl Binding README.md ( #10393 )
...
In the Thing Configuration section starting at Line 40, the code example had parameters transposed versus the preceding description and the true operation of the binding. The correction puts the parameters included in the original example in the thing that they belong with in Lines 80 and 81. The optional notification parameters of the renderer were not included originally and I have left it like that.
2021-03-31 21:46:03 +02:00
Antonio Tapiador
bbbb3a8ebe
Fix battary_life property ( #10394 )
...
Viomi's property battery life seems to have a weird typo. The property's real name is `battary_life` instead of `battery_life`. Using the wrong name `battery_life` makes the other properties in the batch to be undefined: `"run_state","mode","err_state","battary_life","box_type"`
The correct name `battary_life` is already used in other projects like https://github.com/rytilahti/python-miio/blob/master/miio/viomivacuum.py#L316 or 0bed81ab4f/lib/robots/viomi/ViomiValetudoRobot.js (L254)
Signed-off-by: Antonio Tapiador del Dujo <atd@singularities.org>
2021-03-31 21:44:28 +02:00
Christoph Weitkamp
12b0908806
Set channel states to UNDEF instead of NULL; Fixed SAT warnings ( #10421 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-03-31 21:42:33 +02:00
Florian
aa97da083c
Clarify if username/password fields are required ( #10416 )
...
The fields are used to login with username and password instead of a refreshToken.
They're therefore not required.
Signed-off-by: Florian Schmidt <florian.schmidt.welzow@t-online.de>
2021-03-31 21:38:39 +02:00
Wouter Denayer
634ee3ca69
[daikin] add energy usage day & week ( #9602 )
...
* add energy usage day & week
Signed-off-by: Wouter Denayer <wouter@denayer.com>
* updated readme
Signed-off-by: Wouter Denayer <wouter@denayer.com>
* updated readme
Signed-off-by: Wouter Denayer <wouter@denayer.com>
* removed email from @author, set log lvl to trace for parsed strings
Signed-off-by: Wouter Denayer <wouter@denayer.com>
* fixed some some checkstyle warnings
Signed-off-by: Wouter Denayer <wouter@denayer.com>
* addressed some checkstyle warnings
Signed-off-by: Wouter Denayer <wouter@denayer.com>
* updated copyright to 2021
Signed-off-by: Wouter Denayer <wouter@denayer.com>
* made private static final Logger logger uppercase
Signed-off-by: Wouter Denayer <wouter@denayer.com>
* made this logger lowercase again
Signed-off-by: Wouter Denayer <wouter@denayer.com>
Co-authored-by: Wouter Denayer <wouter@denayer.com>
2021-03-31 19:59:16 +02:00
Marcin Czeczko
0eb48e6abe
[automower] Add planner, calendar and command channels ( #8802 )
...
* [Automower] Enhanced binding:
- Added support for the planner and calendar data
- Added command channels
- Updated docs
Signed-off-by: Marcin Czeczko <marcin.czeczko@gmail.com>
* [Automower] Fixed consts with channel ids after removal of channel
groups. Improved the mower state update:
- Cache the last read state from API
- Use cached mower state so the items linked will always be up to date
without the need to wait for API refresh period.
- Use timeZoneProvider to user user set timezone.
Signed-off-by: Marcin Czeczko <marcin.czeczko@gmail.com>
* Rolledback NotNullByDefault annotation
Signed-off-by: Marcin Czeczko <marcin.czeczko@gmail.com>
2021-03-31 10:31:17 +02:00
Andrew Fiddian-Green
ad7472847f
[velux] fix 'required' tag again ( #10417 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2021-03-30 21:34:07 +02:00
lolodomo
843e8d2904
[bindings l-n] Fix deprecated tag "required" ( #10420 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-30 21:33:23 +02:00
lolodomo
62a0e7ac02
[somfytahoma] New method to send a command to several devices in the same place ( #10347 )
...
* [somfytahoma] New method to send a command to several devices in the same place
Also include the place into the inbox label (discovery)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: remove unnecessary method
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-29 22:00:40 +02:00
lolodomo
bd56fd8e5d
[bindings a-k] Fix deprecated tag "required" ( #10410 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-29 22:00:06 +02:00
Ondrej Pecta
89ae8afa49
[somfytahoma] Fixed bug causing Gateway and Actiongroups get never ONLINE ( #10355 )
...
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
2021-03-28 18:52:33 +02:00
Sebastian Prehn
d2edd69f36
[lgwebos] Fix text message size bug ( #10404 )
...
Fixes #10403
Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
2021-03-28 17:21:05 +02:00
Kai Kreuzer
1d8b0df4a7
[mecmeter] Initial contribution of mecmeter binding ( #9075 )
...
* Initial contribution of mecmeter binding
Also-by: Klaus Berger <klaus.berger@verbund.com>
Also-by: Florian Pazour <florian.pazour@verbund.com>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* addressed review feedback
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* added codeowners entry
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* addressed review comments
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2021-03-28 11:20:21 +02:00
Christoph Weitkamp
b1e48e0db9
[openweathermap] Added support for Air Pollution API ( #10343 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-03-27 20:04:02 +01:00
Wouter Born
1fa1f54272
[picotts] Add null annotations ( #10392 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2021-03-27 18:34:00 +01:00
M Valla
bfa7f32dd5
Move to io.github.opewebnet4j 0.4.1 from Maven Central. Fixes #10298 and #10395 ( #10397 )
...
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
2021-03-27 18:33:04 +01:00
Ion Marusic
767cbb19f0
[MiHome] Add a Bridge property for the network interface to be used for multicast traffic ( #9619 )
...
Signed-off-by: Ion Marusic <ion.marusic@gmail.com>
2021-03-27 17:43:57 +01:00
Nathan Prins
506ef2e115
[pioneeravr] Added support for Pioneer VSX-922 AVR ( #10328 )
...
Tested all channels and confirmed that they work for this model.
Signed-off-by: Nathan Prins <nathanprins@hotmail.com>
2021-03-26 18:33:03 +01:00
Christoph Weitkamp
0a2a6e738a
[sensebox] Gracefully handle JsonSyntaxException ( #10348 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-03-26 17:47:05 +01:00
Andrew Fiddian-Green
361a6726fc
[velux] Stability checks and improvements in slip io ( #10119 )
2021-03-26 17:13:37 +01:00
Wouter Born
6e1119a49a
Fix broken configfile GAV with karaf:kar ( #10391 )
...
The groupId variable results in the wrong configfile GAV when building a single KAR with karaf:kar for an add-on.
Signed-off-by: Wouter Born <github@maindrain.net>
2021-03-26 08:50:31 +01:00
Peter Schraffl
31dd73e93d
[bsblan] Updated the link to the BSB-LAN device repository in README.md ( #10382 )
...
Repository of the BSB-LAN device has been renamed.
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
2021-03-25 18:23:27 +01:00
Hans-Jörg Merk
635127b0e5
Fix Typo in ReadMe ( #10389 )
2021-03-25 13:08:36 +01:00
Wouter Born
1d34872c61
[lifx] Improve firmware version support ( #10384 )
...
* [lifx] Improve firmware version support
When the firmware of a light is upgraded the supported features can change.
With these changes the binding uses the features based on the light firmware version.
Also corrects some of the temperature ranges based on the LIFX products description.
Signed-off-by: Wouter Born <github@maindrain.net>
2021-03-24 23:39:34 +01:00
Jan Gustafsson
5477fa5fb1
[tellstick] Fix for NPE ( #10377 ) ( #10378 )
...
Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
2021-03-23 08:39:17 +01:00
Gabor Bicskei
c709f52d66
GPS accuracy state display pattern changed ( #10374 )
...
Signed-off-by: Gabor Bicskei <gbicskei@gmail.com>
2021-03-22 19:06:16 +01:00
lolodomo
0d9b20a5e3
[pulseaudio] Fix deprecated tag "required" ( #10373 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 21:50:56 +01:00
lolodomo
1c9cd6e2cb
[bticinosmarther] Fix deprecated tag "required" ( #10372 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 21:49:56 +01:00
Conte Andrea
2e770a375e
[openwebnet] add support for Energy Meter ( #10191 )
...
Signed-off-by: Andrea Conte <andrea@conte.com>
2021-03-21 20:26:21 +01:00
lolodomo
65b7467e56
[enocean] Do not set attr "required" for the param "senderIdOffset" ( #10370 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 19:18:11 +01:00
lolodomo
36d5d1fe1b
[plclogo] Fix deprecated tag "required" ( #10368 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 19:17:49 +01:00
lolodomo
8293647df5
[dmx] Fix deprecated tag "required" ( #10363 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 19:17:27 +01:00
lolodomo
5c3941e0ad
[miele] Fix deprecated tag "required" ( #10369 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 17:12:45 +01:00
Johannes Ott
cdd99c9e5b
[influxdb] Add option for using metadata value as measurement name ( #9943 )
...
* Add option for using metadata value as measurement name
Also-by: Joan Pujol <joanpujol@gmail.com>
Signed-off-by: Johannes Ott <info@johannes-ott.net>
2021-03-21 16:48:16 +01:00
lolodomo
bc3725a9a3
[tellstick] Fix deprecated tag "required" ( #10367 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 16:42:56 +01:00
lolodomo
de15410747
[wemo] Fix deprecated tag "required" ( #10365 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 16:42:13 +01:00
lolodomo
17091e7141
[digitalstrom] Fix deprecated tag "required" ( #10364 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 16:41:35 +01:00
lolodomo
47ed851aa6
[velux] Fix deprecated tag "required" ( #10362 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 16:40:29 +01:00
lolodomo
88022b1125
[somfytahoma] Improved handling of target temperature command ( #10336 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 14:23:07 +01:00
lolodomo
b707ffb8c4
[knx] Fix deprecated tag "required" ( #10361 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-21 14:11:05 +01:00
lolodomo
ebdb9164a3
[enocean] Fix deprecated tag "required" ( #10353 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-20 16:13:55 +01:00
lolodomo
14888e0612
[somfytahoma] Fix deprecated tag "required" ( #10352 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-20 16:10:26 +01:00
lolodomo
2c0015dda7
[onewire] Fix deprecated tag "required" ( #10354 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2021-03-20 16:09:32 +01:00
Björn Brings
a38b51e256
[ValloxMV] Adding Co2 measurement ( #10324 )
...
Signed-off-by: bjoernbrings <bjoernbrings@web.de>
2021-03-19 21:24:39 +01:00
Kai Kreuzer
104360e094
Change dependency group id to version available on Maven Central ( #10350 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2021-03-19 13:42:45 +01:00