Wouter Born
ada1763cf8
[dsmr] Use lower-case country codes in addon.xml ( #14778 )
...
When using upper-case country codes the XSD pattern does not match and IDEs will show errors for this.
See: 257652aafc/.vuepress/public/schemas/addon-1.0.0.xsd (L60-L64)
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-12 12:53:35 +02:00
Gaël L'hopital
b145ef4186
Declare connection on few bindings ( #14786 )
...
* Declare connection on few bindings
* Corrected format of gce addons.xml.
* Removed myself from VolvoOnCall binding codeowners.
* Adding countries where fr makes sense.
Signed-off-by: Gael L'hopital <gael@lhopital.org >
2023-04-12 12:51:59 +02:00
Hans-Jörg Merk
af09624fb2
Declare connection on few bindings ( #14787 )
...
Signed-off-by: Hans-Jörg Merk <github@hmerk.de >
2023-04-12 12:48:45 +02:00
Gaël L'hopital
aee454850b
[Tapocontrol] Restore child device querying ( #14788 )
...
Signed-off-by: Gael L'hopital <gael@lhopital.org >
2023-04-12 09:58:08 +02:00
David Pace
cc626de89a
Support for Thermostat SilentMode ( #14779 ) ( #14781 )
...
- Add new channel definition for silent mode
- Implement silent mode service
- Add unit tests
- Add documentation
- Fix some minor documentation issues
Closes #14779
Signed-off-by: David Pace <dev@davidpace.de >
2023-04-11 22:09:56 +02:00
David Pace
1a7a1251d4
[boschshc] Enhance device associations in discovery ( #14672 ) ( #14752 )
...
- fix door/window contact device model (SWD instead of WRC2)
- fix in-wall light switch device model (BSM instead of PSM)
- fix thing type of BWTH (should be a wall thermostat, not a thermostat)
- add association for PSM (smart plug)
- add association for LEDVANCE_LIGHT (smart light bulb)
- add association for TRV (thermostat)
Closes #14672
Signed-off-by: David Pace <dev@davidpace.de >
2023-04-11 20:54:12 +02:00
Jerome Luckenbach
ce3f673380
[Documentation] Markdown improvements t to z ( #14371 )
...
* Apply markdown fixes for bindings with letter _t_
* Apply markdown fixes for bindings with letter _u_
* Apply markdown fixes for bindings with letter _v_
* Apply markdown fixes for bindings with letter _w_
* Apply markdown fixes for bindings with letter _x_
* Apply markdown fixes for bindings with letter _y_
* Apply markdown fixes for bindings with letter _z_
Signed-off-by: Jerome Luckenbach <github@luckenba.ch >
2023-04-11 12:54:54 +02:00
lolodomo
69a09ed825
Declare connection on few bindings ( #14776 )
...
* Declare connection on few bindings
Done for bindings I am maintaining or contributing.
Signed-off-by: Laurent Garnier <lg.hc@free.fr >
2023-04-10 21:46:22 +02:00
Holger Friedrich
38cba518cd
Declare connection on few bindings ( #14777 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-04-10 15:52:58 +02:00
Robert D
71dfbcf12c
[eKey] Add sourceIp in cases of NAT (Kubernetes deployments) ( #14616 )
...
* add natIp
Signed-off-by: querdenker2k <querdenker2k@gmx.de >
---------
Signed-off-by: querdenker2k <querdenker2k@gmx.de >
2023-04-10 10:35:56 +02:00
goopilot
14d6b3e4fe
[Yeelight] Support of ceil26 and ceiling11 devices ( #14668 )
...
* Support of ceil26 and ceiling11 devices
Signed-off-by: Alexandr Salamatov <goopilot@gmail.com >
2023-04-10 10:31:01 +02:00
Gaël L'hopital
ca667e39c5
[Netatmo] Fix duplicate id on single home ( #14765 )
...
* Solve duplicate id on single home
* Solving "Handler DeviceHandler of thing netatmo:welcome:compte:maison:camera tried accessing its bridge although the handler was already disposed."
Signed-off-by: clinique <gael@lhopital.org >
2023-04-09 22:21:22 +02:00
Jacob Laursen
5fd7a0a15d
Declare connection ( #14768 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2023-04-09 21:20:47 +02:00
Jacob Laursen
4ce12ea4fd
Declare connection ( #14769 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2023-04-09 21:20:07 +02:00
Dan Cunningham
41701f518e
[generacmobilelink] Major rewrite of the Generac MobileLink Binding ( #14638 )
...
* [generacmobilelink] Major rewrite of the Generac MobileLink Binding
Signed-off-by: Dan Cunningham <dan@digitaldan.com >
2023-04-09 11:48:12 +02:00
J-N-K
09c394b928
Disable mielecloud tests ( #14762 )
...
As they always fail and therefore CI builds fail.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2023-04-08 12:24:18 +02:00
Holger Friedrich
3cd9c6c86c
Adapt to ColorUtil changes in core ( #14724 )
...
* [deconz][dmx][mqtt.generic][mqtt.homeassistant][tado][tradfri][webthing] Adapt to core change (ColorUtil)
openhab/openhab-core#3479
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-04-08 11:42:18 +02:00
Christian Kittel
64723db7aa
[OJElectronics] Add SignalR for requesting data from OJ Electronics cloud ( #13782 )
...
* Fixed some Nullable annotation warnings
* Use SignalR instead pooling
Signed-off-by: Christian Kittel <ckittel@gmx.de >
2023-04-08 11:40:59 +02:00
openhab-bot
6748dfedd7
New Crowdin updates ( #14759 )
...
* New translations fineoffsetweatherstation.properties (German)
* New translations tr064.properties (German)
* New translations rollershutter.properties (German)
* New translations vat.properties (German)
* New translations mielecloud.properties (German)
* New translations speedtest.properties (Italian)
2023-04-08 10:21:40 +02:00
Dave
70a9f463ed
[astro] Add getTotalRadiation to AstroActions ( #14756 )
...
* Add getTotalRadiation action
Signed-off-by: David Sislak <sisdale@seznam.cz >
2023-04-07 22:18:17 +02:00
Dave
538ee94148
[astro] Add getTotalRadiation to AstroActions ( #14756 )
...
* Add getTotalRadiation action
Signed-off-by: David Sislak <sisdale@seznam.cz >
2023-04-07 22:17:32 +02:00
Holger Friedrich
36a594842e
[knx] Improve config description for GAs ( #14624 )
...
* [knx] Improve config description for GAs
Carryover from smarthomej/addons#257 .
Also-by: Jan N. Klug <github@klug.nrw >
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-04-07 14:43:31 +02:00
maniac103
49e407d028
[gardena] Improve GardenaSmartImpl initialization order ( #14722 )
...
If an exception occurs during httpClient.start(), webSocketClient
remained null, which led to another (then unhandled) exception being thrown
by dispose(), called in the exception handler.
With the new initialization order it's ensured webSocketClient is not
null at dispose() time, thus allowing proper propagation of the
exception thrown at HTTP startup.
Signed-off-by: Danny Baumann <dannybaumann@web.de >
2023-04-07 14:25:20 +02:00
bigbasec
86f829fa21
[speedtest] Binding for Ookla's Speedtest - Initial contribution ( #9913 )
...
Also-by: Brian Homeyer <bhomeyer@gmail.com >
Signed-off-by: Michael Weger <weger.michael@gmx.net >
2023-04-07 10:18:02 +02:00
lsiepel
46a73befae
Remove org.apache.common ( #14434 )
...
Signed-off-by: lsiepel <leosiepel@gmail.com >
2023-04-07 00:39:13 +02:00
voruti
c12715bda7
Fix typo in Stiebel Eltron binding ( #14746 )
...
Signed-off-by: Till von Rüden <dev@tillvonrueden.de >
2023-04-06 20:31:20 +02:00
Poltorak Serguei
f47abbd3c1
Update README.md ( #14751 )
2023-04-06 15:51:21 +02:00
Florian Hotze
03b305bde2
[jsscripting] Bump openhab-js to 4.2.1 ( #14749 )
...
* [jsscripting] Upgrade openhab-js to 4.2.1
* [jsscripting] Note that it is based on GraalJS
Signed-off-by: Florian Hotze <florianh_dev@icloud.com >
2023-04-06 15:50:09 +02:00
Thomas
c969f71891
[solarwatt] Add smart heater device support ( #14741 )
...
* Add smart heater device support
Signed-off-by: Thomas Schumm <thomas.schumm@yahoo.de >
2023-04-06 11:06:46 +02:00
schmidmuc
ab2b29bff5
Update README.md ( #14748 )
...
Added device "Technisat VIOLA 2 C IR" as an supported radio
2023-04-06 00:56:57 +02:00
Felix Schneider
b8c419829e
[deutschebahn] Fix spelling and remove empty white image ( #14657 )
...
* Remove unused image and fix spelling
* Remove emtpy image
Image is only a small white square
Signed-off-by: Felix Schneider <fs@felix-schneider.org >
2023-04-04 11:59:03 +02:00
Gwendal Roulleau
d07580c0a7
[doorbird] Add audio sink information to README ( #14737 )
...
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com >
2023-04-02 13:30:28 +02:00
Wouter Born
ece4e51838
[groovyscripting] Update Groovy to 4.0.11 ( #14734 )
...
Updates Groovy from 4.0.9 to 4.0.11.
This fixes a few bugs including a memory leak, see:
http://groovy-lang.org/changelogs/changelog-4.0.10.html
http://groovy-lang.org/changelogs/changelog-4.0.11.html
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-02 09:08:53 +02:00
Arne Seime
a546a50555
[tapocontrol] Color values must be int, not decimal ( #14656 )
...
* Send int values to API, not decimal
* Added missing channels in README for L920 + minor thing file config
Signed-off-by: Arne Seime <arne.seime@gmail.com >
2023-04-01 16:46:02 +02:00
lsiepel
766a451a7c
[zway] Code improvements ( #14688 )
...
* Code improvements
Signed-off-by: lsiepel <leosiepel@gmail.com >
2023-03-31 09:24:34 +02:00
openhab-bot
bb626768e4
New Crowdin updates ( #14725 )
...
* New translations jsscripting.properties (German)
* New translations jsscripting.properties (Italian)
2023-03-30 23:37:14 +02:00
Gerd Zanker
fa0ab00dcd
updated boschshc code owner ( #14693 )
...
Thank you, Stefan & Christian!
Welcome David!
Signed-off-by: Gerd Zanker <gerd.zanker@web.de >
2023-03-30 18:33:55 +02:00
David Pace
ed20ebb41b
[boschshc] Code Enhancements ( #14667 )
...
* [boschshc] Code Enhancements
This commit fixes several compiler warnings as well as several
Checkstyle, FindBugs, PMD and Sonar issues.
* instantiate loggers consistently
* add missing logger calls
* add chained exceptions to logger calls
* provide central Gson instance that does not serialize or deserialize
loggers
* avoid catching NullPointerExceptions
* extract methods where cyclomatic complexity was too high
* remove unnecessary null check in combination with instanceof
* rename local variables that shadow fields
* add missing @NonNull and @Nullable annotations
Signed-off-by: David Pace <dev@davidpace.de >
2023-03-30 18:31:54 +02:00
Zhivka Dimova
b6004a77de
[enocean] Add support for EEP in group A5_09 ( #13793 )
...
* [enocean] Support for gas sensors from A5_09 group
Implementing support for gas sensors with EEP A5_09_02, 04, 05, 08, 09,
0C, 0D, adding new changels - CO, CO2, VOC, VOCId, TVOC and regenerate
I18N properties file
Fixes #13785 , #13472
Signed-off-by: Zhivka Dimova <zhivka.dimova@myforest.net >
2023-03-29 23:00:31 +02:00
Holger Friedrich
bc03e8c5cf
[knx] Code cleanup ( #14719 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-03-29 09:22:23 +02:00
Poltorak Serguei
a96701f7a2
Update README.md ( #14712 )
2023-03-28 22:30:25 +02:00
Holger Friedrich
dba83a33e5
[knx] Java17 instanceof pattern matching ( #14718 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-03-28 20:49:31 +02:00
Cody Cutrer
2c2ba4bed1
[mqtt.homeassistant] fix JSON Schema lights ( #14717 )
...
https://github.com/openhab/openhab-addons/pull/12238 was merged after
JSON Schema Light was implemented, and changed some assumptions.
this commit adjusts to the changed interface
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2023-03-28 18:26:13 +02:00
Mark Hilbush
0a3d9ece3c
[sleepiq] Add functionality to control the bed foundation ( #14714 )
...
* Add foundation functionality
Signed-off-by: Mark Hilbush <mark@hilbush.com >
2023-03-28 17:27:31 +02:00
Mark Hilbush
1983bc36f1
Replace deprecated MulticastSocket methods ( #14611 )
...
* Replace deprecated methods
* Call leaveGroup method in shutdown
Signed-off-by: Mark Hilbush <mark@hilbush.com >
2023-03-28 15:14:30 +02:00
lsiepel
d4a231e8a9
[enocean] Add null annotations ( #14023 )
...
* mainly null annotations
Signed-off-by: lsiepel <leosiepel@gmail.com >
* checkstyle fixes
Signed-off-by: lsiepel <leosiepel@gmail.com >
* another checkstyle pass
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Fix review comments
Signed-off-by: lsiepel <leosiepel@gmail.com >
* fix most review comments
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Generic => temp_generic
Signed-off-by: lsiepel <leosiepel@gmail.com >
* temp_generic => generic
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Generic fix try 2
Signed-off-by: lsiepel <leosiepel@gmail.com >
* another generic commit
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Final pass for changing generic packages/folder
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Mised comment
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Conflict folder change trial 1
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Conflict folder change final
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Conflict folder change trial 2
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Move folder
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Review comment
Signed-off-by: lsiepel <leosiepel@gmail.com >
---------
Signed-off-by: lsiepel <leosiepel@gmail.com >
2023-03-28 11:05:37 +02:00
openhab-bot
a0e10b2120
New Crowdin updates ( #14715 )
...
* New translations deconz.properties (German)
* New translations anthem.properties (Italian)
2023-03-28 07:11:52 +02:00
Mark Hilbush
ec78fe7428
Add connection element to addon.xml ( #14692 )
...
Signed-off-by: Mark Hilbush <mark@hilbush.com >
2023-03-27 23:08:31 +02:00
Andrew Fiddian-Green
62100b5522
[addon.xml] add connection element ( #14690 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch >
2023-03-27 20:41:42 +02:00
Cody Cutrer
558908e69a
[jrubyscripting] update README, and default configuration installing gem ( #14489 )
...
README is generated by YARD from USAGE.md in the gem.
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2023-03-27 15:22:48 +02:00