Wouter Born and GitHub
83cbe746d0
Remove redundant modifiers from interfaces ( #14843 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-18 13:07:04 +02:00
J-N-K and GitHub
f2f0f4b402
[map][scale] Fix localization ( #14825 )
...
The wrong key was used in the `cachedTransformations` map. Instead of the correctyl localized UID from the registry the provided transformation function was used.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2023-04-17 21:33:28 +02:00
Boris Krivonog and GitHub
a0d84732a3
Add more connection details to add-ons ( #14837 )
...
* Adds connections details for some add-ons I maintain and/or use.
Signed-off-by: Boris Krivonog <boris.krivonog@inova.si >
2023-04-17 19:30:48 +02:00
Wouter Born and GitHub
cf96eae039
[vesync] Fix modifier order ( #14831 )
...
These modifiers are out of order with the JLS suggestions.
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-16 23:04:33 +02:00
Wouter Born and GitHub
827d4d7dc9
[bluetooth.radoneye] Fix modifier order ( #14830 )
...
These modifiers are out of order with the JLS suggestions.
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-16 23:03:23 +02:00
dependabot[bot] and GitHub
6dfd6b0120
[generacmobilelink] Bump jsoup from 1.14.3 to 1.15.4 ( #14767 )
...
Bumps [jsoup](https://github.com/jhy/jsoup ) from 1.14.3 to 1.15.4.
- [Release notes](https://github.com/jhy/jsoup/releases )
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES )
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.14.3...jsoup-1.15.4 )
Also-by: Wouter Born <github@maindrain.net >
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-16 21:47:00 +02:00
Wouter Born and GitHub
9cd055e13a
[mimictts] Fix addon.xml info ( #14821 )
...
It seems to have been copied over from macOS TTS without properly updating all details.
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-15 22:02:12 +02:00
Wouter Born and GitHub
f21f7bc8b3
Add more connection details to add-ons ( #14813 )
...
* Add more connection details to add-ons
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-15 21:23:24 +02:00
goopilot and GitHub
3b2c574684
[Folderwatcher] AWS S3 buckets monitoring support ( #14669 )
...
* Add S3 Thing
Signed-off-by: Alexandr Salamatov <goopilot@gmail.com >
2023-04-15 21:22:01 +02:00
mlobstein and GitHub
2c006ccd31
[radiothermostat] Add message display channel and improve ThingActions ( #14799 )
...
* Add price message channel
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com >
2023-04-15 21:20:20 +02:00
Holger Friedrich and GitHub
ec30333314
[knx] Adapt to ColorUtil changes in core ( #14808 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-04-15 10:25:51 +02:00
Jacob Laursen and GitHub
20f306f485
[boschindego] Implement OAuth2 authorization ( #14745 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2023-04-15 09:39:17 +02:00
Wouter Born and GitHub
7a26af7164
[windcentrale] Discover windmills when account goes online ( #14807 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-14 23:08:25 +02:00
Holger Friedrich and GitHub
b3dfba8cf5
[knx] Improve rounding when encoding DPT 232.60000 ( #14772 )
...
* [knx] Improve rounding when encoding DPT 232.60000
* [knx] SAT and warnings
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-04-14 20:23:32 +02:00
Mark Herwege and GitHub
eb668bfe0c
add connection info ( #14801 )
...
Signed-off-by: Mark Herwege <mark.herwege@telenet.be >
2023-04-14 15:59:34 +02:00
Gaël L'hopital and GitHub
a0f06ec051
Some warnings were still present at startup regarding Room initialization. ( #14784 )
...
Switched to late initialization.
Signed-off-by: clinique <gael@lhopital.org >
2023-04-14 12:48:03 +02:00
jimtng and GitHub
9f221e550b
[jrubyscripting] Update README.md ( #14798 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2023-04-14 08:09:51 +02:00
Wouter Born and GitHub
6772add88c
[windcentrale] Adapt binding to new API ( #14770 )
...
* [windcentrale] Adapt binding to new API
Reworks the binding so it can be used with the new API that also requires authentication.
Also adds the following:
* Account things to provide authentication details
* Implementation for getting and refreshing tokens using AWS Cognito
* Windmill discovery based on the participations in projects
* Properties with additional data for windmills like turbine type, build year, location coordinates
* Adds support for "Het Vliegend Hert" windmill
* Unit tests for JSON (de)serialization
Fixes #13625
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-12 23:01:36 +02:00
Wouter Born and GitHub
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: https://github.com/openhab/website/blob/257652aafc8a4ff56a2d75198f910abba7445a3d/.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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
5fd7a0a15d
Declare connection ( #14768 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2023-04-09 21:20:47 +02:00
Jacob Laursen and GitHub
4ce12ea4fd
Declare connection ( #14769 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2023-04-09 21:20:07 +02:00
Dan Cunningham and GitHub
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
Holger Friedrich and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
46a73befae
Remove org.apache.common ( #14434 )
...
Signed-off-by: lsiepel <leosiepel@gmail.com >
2023-04-07 00:39:13 +02:00
voruti and GitHub
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 and GitHub
f47abbd3c1
Update README.md ( #14751 )
2023-04-06 15:51:21 +02:00
Florian Hotze and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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