J-N-K and GitHub
9400ced25f
[freecurrency] Initial contribution ( #16194 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2024-01-15 22:55:14 +01:00
lsiepel and GitHub
84d4dd3ef4
[network] Add configuration parameter for using iOS wake-up ( #16259 )
...
Fixes #9575
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-01-15 22:37:38 +01:00
David Pace and GitHub
777def6ed2
[boschshc] Cache mDNS-based bridge discovery results ( #16211 )
...
* [boschshc] Cache mDNS-based bridge discovery results
The bridge discovery participant receives lots of mDNS events.
Previously, all events that contained IP addresses of potential bridges
were actively contacted using HTTP requests. On some systems eventually
the long polling stops due to too many requests.
With this change, we
* only consider mDNS events where the name property starts with "Bosch
SHC"
* cache already discovered bridges so we don't have to contact them over
and over again
* make sure that this happens in a thread-safe manner because the mDNS
events are handled in individual concurrently running threads
Signed-off-by: David Pace <dev@davidpace.de >
2024-01-15 21:09:45 +01:00
Jacob Laursen and GitHub
7c2abc4115
Update tariff filter for NOE Net ( #16283 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-15 20:46:32 +01:00
morph166955 and GitHub
3da55dbfcc
Adds additional default apps to appdb ( #16290 )
...
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com >
2024-01-15 20:10:59 +01:00
openhab-bot and GitHub
807fddf503
New translations mqtt.properties (Italian) ( #16287 )
2024-01-15 18:47:42 +01:00
Christian Kittel and GitHub
77e935aac1
Adjust command handling ( #16159 )
...
Signed-off-by: Christian Kittel <ckittel@gmx.de >
2024-01-15 18:47:17 +01:00
Sönke Küper and GitHub
deb423e22c
[tibber] Add time series support for Tibber prices ( #16275 )
...
Signed-off-by: Sönke Küper <soenkekueper@gmx.de >
2024-01-15 18:46:50 +01:00
jimtng and GitHub
601ab42207
[MAP] Minor corrections in README ( #16286 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2024-01-15 12:29:44 +01:00
J-N-K and GitHub
0fe8d79c9c
[http] Improve binding ( #16282 )
...
This adds many improvements, new features and contains bugfixes.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2024-01-14 22:08:11 +01:00
J-N-K and GitHub
1c67114daf
[yamahareceiver] Fix ChannelTypeProvider ( #16278 )
...
* [yamahareceiver] Fix ChannelTypeProvider
* [yamaha] Fix remaining ChannelTypeProvider (#23 )
Also-by: Florian Hotze <florianh_dev@icloud.com >
Signed-off-by: Jan N. Klug <github@klug.nrw >
2024-01-14 21:53:57 +01:00
Cody Cutrer and GitHub
78669daeb5
[mqtt.generic] Expose more advanced rollshutter config options ( #16051 )
...
That are used by the Home Assistant binding, but may be useful
for others.
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-01-14 21:38:48 +01:00
René Bärecke and GitHub
9753731943
[luxtronik] Add channel for fixed heating return temperature ( #16218 )
...
* Fix documentation typo
Signed-off-by: René Bärecke <77075719+Taxifahrer@users.noreply.github.com >
* Add channel temperatureHeatingFixedReturnTarget
Signed-off-by: René Bärecke <77075719+Taxifahrer@users.noreply.github.com >
* Make new channel advanced
Signed-off-by: René Bärecke <77075719+Taxifahrer@users.noreply.github.com >
* Added thingTypeVersion to thing-types.xml
Signed-off-by: René Bärecke <77075719+Taxifahrer@users.noreply.github.com >
---------
Signed-off-by: René Bärecke <77075719+Taxifahrer@users.noreply.github.com >
2024-01-14 21:35:01 +01:00
Dan Cunningham and GitHub
1abc35e134
Small fix when retying token ( #16280 )
...
Signed-off-by: Dan Cunningham <dan@digitaldan.com >
2024-01-14 21:13:24 +01:00
J-N-K and GitHub
dd1b3b91bc
[dmx] Improve exception handling in refresh job ( #16281 )
...
If an exception is thrown while sending (or connecting) the refreshJob died. This exception is now handled gracefully.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2024-01-14 20:29:38 +01:00
morph166955 and GitHub
c4c692a74b
[androidtv] Resolves discovery issues ( #16264 )
...
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com >
2024-01-14 17:47:20 +01:00
Wouter Born and GitHub
afb20ca473
Resolve runbundles for Jollyday upgrade ( #16267 )
...
Related to https://github.com/openhab/openhab-core/pull/4033
Signed-off-by: Wouter Born <github@maindrain.net >
2024-01-14 16:41:34 +01:00
openhab-bot and GitHub
dd47b64fbb
New Crowdin updates ( #16272 )
...
* New translations androidtv.properties (Italian)
* New translations energidataservice.properties (Danish)
* New translations energidataservice.properties (Italian)
2024-01-13 19:32:25 +01:00
Jacob Laursen and GitHub
9afbe0b4f7
Remove obsoleted advanced channel hourly-prices ( #16190 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-13 17:26:22 +01:00
Jacob Laursen and GitHub
daea030c11
Refactor java.util.Date usages to java.time.Instant ( #16239 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-13 17:12:49 +01:00
Jacob Laursen and GitHub
3f4aac9485
Fix exception handling for InfluxDB 1.x ( #16234 )
...
Fixes #16233
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-13 13:27:29 +01:00
openhab-bot and GitHub
d5bbda6936
New translations sonos.properties (Italian) ( #16265 )
2024-01-12 19:02:18 +01:00
morph166955 and GitHub
8993d86262
[androidtv] Fixes Bugs and Prepares for PhilipsTV ( #16191 )
...
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com >
2024-01-12 18:53:35 +01:00
Jacob Laursen and GitHub
444d824a41
Fix removal of discovery results ( #16232 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-12 09:09:14 +01:00
morph166955 and GitHub
4a03fea490
Add TrueHD71 ( #16261 )
...
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com >
2024-01-12 09:00:40 +01:00
Wouter Born and GitHub
f73818da83
[network] Cleanup code ( #16235 )
...
* Reuse ExpiringCacheAsync from Core
* Use Duration and Instant
* Replace Optional with null annotations
* Cleanup JavaDocs
* Improve logging
* Add missing null annotations
* Simplify code
Signed-off-by: Wouter Born <github@maindrain.net >
2024-01-11 17:55:23 +01:00
openhab-bot and GitHub
1543568aaa
New translations miele.properties (Danish) ( #16253 )
2024-01-10 19:40:25 +01:00
Jacob Laursen and GitHub
cc0e80280e
Use localized labels for discovery results ( #16250 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-10 00:03:14 +01:00
Wouter Born and GitHub
a2868bb0dc
Use diamond operator and remove redundant type arguments ( #16249 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2024-01-09 23:46:15 +01:00
mlobstein and GitHub
c858e05c74
[roku] Improve TV discovery model name and add timeout ( #16210 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com >
2024-01-08 20:18:05 +01:00
Andrew Fiddian-Green and GitHub
71dbd7826e
[tellstick] Add support for suggestion finder ( #16228 )
...
Also updates the readme for the new URL.
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch >
2024-01-08 19:22:00 +01:00
Cody Cutrer and GitHub
40d68ed07e
[mqtt] recognize -NaN as UNDEF as well ( #16245 )
...
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-01-08 17:15:02 +01:00
Stefan Roellin and GitHub
70d59370f0
[pilight] Various minor code improvements ( #16227 )
...
- Fix warnings from static code analysis
- Remove superfluous if
- Remove redundant member
- Introduce constant
- Use correct thing type uids in PilightDeviceDiscoveryService
- Fix log messages
Signed-off-by: Stefan Roellin <stefan@roellin-baumann.ch >
2024-01-08 17:09:18 +01:00
Dan Cunningham and GitHub
c8d2d4b171
[hydrawise] Handle API auth changes ( #16221 )
...
* Handles a new condition where the service rejects a request as unauthorized, but really we just need to refresh our token after 60 seconds.
Signed-off-by: Dan Cunningham <dan@digitaldan.com >
2024-01-07 14:39:38 +01:00
Andrew Fiddian-Green and GitHub
90480d0a10
[elerotransmitterstick] Support suggestion finder ( #16229 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch >
2024-01-07 14:07:32 +01:00
Andrew Fiddian-Green and GitHub
9a4c55610b
[tellstick] Adopt new API url ( #16220 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch >
2024-01-07 12:24:27 +01:00
Jacob Laursen and GitHub
75dcdd2967
Reduce redundant persistence of tariffs ( #16222 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-07 11:30:20 +01:00
Jacob Laursen and GitHub
89803c1a19
Reduce currency unit work-around after core fix ( #16217 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-06 18:19:55 +01:00
Wouter Born and GitHub
3415397a83
Remove unnecessary semicolons ( #16214 )
...
This helps with stopping the proliferation of unnecessary semicolons.
Signed-off-by: Wouter Born <github@maindrain.net >
2024-01-05 23:56:58 +01:00
Jacob Laursen and GitHub
20d2f161a0
Fix thing action backwards compatibility ( #16212 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-05 21:38:54 +01:00
Wouter Born and GitHub
64c08e55fe
Resolve runbundles for JmDNS upgrade ( #16215 )
2024-01-05 21:07:48 +01:00
Wouter Born and GitHub
4fe00bb2bf
Remove redundant feature dependencies ( #16204 )
...
* Remove redundant feature dependencies
The following features are already dependencies of openhab-runtime-base:
* openhab-core-base
* openhab-core-model-item
* openhab-core-model-script
* openhab-transport-mdns
See also: https://github.com/openhab/openhab-addons/pull/16202#issuecomment-1876875456
* Remove redundant openhab.tp-jackson and openhab.tp-jaxb feature dependencies
Signed-off-by: Wouter Born <github@maindrain.net >
2024-01-05 20:00:24 +01:00
Kai Kreuzer and GitHub
40d484b89f
[bluetooth.generic] Upgrade to latest gatt parser library ( #16209 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2024-01-04 23:52:44 +01:00
Wouter Born and GitHub
099dc692c8
Remove openhab-transport-http feature dependencies ( #16202 )
...
The openhab-transport-http feature dependency is redundant since OH 2.3 when it was added to the openhab-runtime-base feature dependencies.
See:
* https://github.com/openhab/openhab-core/pull/344
* https://github.com/openhab/openhab-addons/pull/16181#issuecomment-1876015592
Signed-off-by: Wouter Born <github@maindrain.net >
2024-01-04 13:03:32 +01:00
J-N-K and GitHub
b8c3c3df77
[systeminfo] Bump OSHI to 6.4.8 ( #16197 )
...
This is the latest OSHI version that is compatible with the Karaf provided JNA 5.13.0
Signed-off-by: Jan N. Klug <github@klug.nrw >
2024-01-04 09:02:50 +01:00
David Pace and GitHub
6968522c11
[boschshc] Handle invalid long poll responses gracefully ( #16002 )
...
If the long poll response from the Smart Home Controller does not
contain valid JSON, the subscription is gracefully terminated a new one
is initiated after 15 seconds.
closes #15912
Signed-off-by: David Pace <dev@davidpace.de >
2024-01-04 08:19:33 +01:00
Holger Friedrich and GitHub
b9ed29c71d
[chromecast] Update protobuf from 2.6.0 to protobuf-javalite 3.25.1 ( #16186 )
...
Switch from vitalidze/chromecast-java-api-v2 to de.sfuhrm/chromecast-java-api-v2.
This fork updates protobuf-java from 2.6.0 to protobuf-javalite 3.25.1.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-01-03 22:59:14 +01:00
Holger Friedrich and GitHub
ce1f366a39
[knx] Code cleanup ( #16199 )
...
- Enhance trace logging
- Remove unused file
- Null annotations
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-01-03 21:54:21 +01:00
Wouter Born and GitHub
18da5075f9
[network] Add parameter for limiting network interfaces to fix performance issues ( #16145 )
...
* [network] Add parameter for limiting network interfaces to fix performance issues
* Use last known reachable interface
---------
Signed-off-by: Wouter Born <github@maindrain.net >
2024-01-03 19:28:23 +01:00
openhab-bot and GitHub
b93a7112f2
New translations panasonicbdp.properties (Italian) ( #16192 )
2024-01-03 15:48:36 +01:00