]>
git.basschouten.com Git - openhab-addons.git/log
jimtng [Mon, 9 Sep 2024 21:01:56 +0000 (07:01 +1000)]
[map] Add a way to customize inline-map delimiters (#17327)
* [map] Add a way to customize inline-map delimiters
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
lsiepel [Mon, 9 Sep 2024 19:21:37 +0000 (21:21 +0200)]
[melcloud] Improve null handling (#17295)
* Add null annotations
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Gaël L'hopital [Mon, 9 Sep 2024 17:48:06 +0000 (19:48 +0200)]
[netatmo] Fix doorbell channels flapping (#17367)
* Adressing issue #13002
* Second row of url validity check
* Take snapshot expiration in account
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
lsiepel [Mon, 9 Sep 2024 17:12:23 +0000 (19:12 +0200)]
[senechome] Fix `ArrayIndexOutOfBoundsException` when less than 4 packs (#17299)
* Fix issue and warnings
* Fix operator
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
lsiepel [Mon, 9 Sep 2024 16:56:55 +0000 (18:56 +0200)]
[evcc] Fix `IllegalArgumentException` for specific vehicle Id's (#17380)
* Handle semicolon in car id
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Cody Cutrer [Mon, 9 Sep 2024 12:54:08 +0000 (06:54 -0600)]
[mqtt.homeassistant] Use Jinjava directly (#17378)
* [mqtt.homeassistant] Use Jinjava directly
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Marcel [Mon, 9 Sep 2024 12:48:24 +0000 (14:48 +0200)]
[androidTV] fix version parsing for newer Philips TV models (#17373)
* [androidTV] fix version parsing for newer Philips TV models
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Bernd Weymann [Mon, 9 Sep 2024 06:14:12 +0000 (08:14 +0200)]
[solarforecast] Add manual update feature (#17335)
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
openhab-bot [Sun, 8 Sep 2024 22:52:53 +0000 (00:52 +0200)]
New translations bluetooth.properties (Italian) (#17391)
jsjames [Sun, 8 Sep 2024 20:41:27 +0000 (13:41 -0700)]
[flume] Initial contribution (#17152)
* Initial submission
Signed-off-by: Jeff James <jeff@james-online.com>
Mark Herwege [Sun, 8 Sep 2024 20:09:51 +0000 (22:09 +0200)]
[jdbc] Add Oracle DB support (#17317)
* Allow Oracle extensions to url definition
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
lsiepel [Sun, 8 Sep 2024 19:26:59 +0000 (21:26 +0200)]
[openweathermap] Fix `NullPointerException` (#17189)
* Fix compilation warnings
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Holger Friedrich [Sun, 8 Sep 2024 17:16:43 +0000 (19:16 +0200)]
Upgrade to JmDNS 3.5.12 (#17389)
Adapt itests to core, see openhab/openhab-core#4337.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Andrew Fiddian-Green [Sun, 8 Sep 2024 15:28:30 +0000 (16:28 +0100)]
[bluetooth.hdpowerview] New binding using Bluetooth Low Energy (#17099)
* [bluetooth.hdpowerview] initial contribution
Signed-off-by: AndrewFG <software@whitebear.ch>
mlobstein [Sun, 8 Sep 2024 13:00:46 +0000 (08:00 -0500)]
Improve volume event handling (#17387)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Wouter Born [Sun, 8 Sep 2024 12:55:31 +0000 (14:55 +0200)]
[groovyscripting] Fix default preset scope not applied (#17383)
This allows for removing many imports from scripts which results in less code.
Fixes #17247
Signed-off-by: Wouter Born <github@maindrain.net>
Philipp S. [Sun, 8 Sep 2024 12:48:26 +0000 (14:48 +0200)]
[fenecon] Initial contribution (#17174)
* Initial implementation of the FENECON Binding
Signed-off-by: Philipp Schneider <philipp.schneider@nixo-soft.de>
Matthew Skinner [Sun, 8 Sep 2024 11:14:09 +0000 (21:14 +1000)]
Add another motion detection topic for VivoTek FD9388-HTV (#17388)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Wouter Born [Sat, 7 Sep 2024 20:49:53 +0000 (22:49 +0200)]
[lifx] Add support for new LIFX products (#17386)
Allows for discovering the new LIFX B10 and T10 Candle products and their features.
See: https://github.com/LIFX/products/blob/master/products.json
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Sat, 7 Sep 2024 18:11:49 +0000 (20:11 +0200)]
Replace deprecated stale bot with stale action (#17384)
The stale bot is deprecated and no longer maintained.
Instead the stale GHA should be used.
Signed-off-by: Wouter Born <github@maindrain.net>
lsiepel [Sat, 7 Sep 2024 08:06:56 +0000 (10:06 +0200)]
[smartmeter] Fix Undelivered IOException (#17133)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
mtraxiot [Sat, 7 Sep 2024 05:30:51 +0000 (15:30 +1000)]
[tesla] Update README.md remove hardcoded units (#17017)
* Update README.md remove hardcoded units
remove miles to unit to cater for metric in example
Signed-off-by: mtraxiot <37993378+mtraxiot@users.noreply.github.com>
* Update README.md add unit for kms metric
* Update README.md add dimension to range items
add length dimension to range items
* Update bundles/org.openhab.binding.tesla/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: mtraxiot <37993378+mtraxiot@users.noreply.github.com>
---------
Signed-off-by: mtraxiot <37993378+mtraxiot@users.noreply.github.com>
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk>
Daedalus [Fri, 6 Sep 2024 21:56:40 +0000 (23:56 +0200)]
[goecharger] Update README.md (#17283)
* Update README.md - Update name of chargers and setup instructions
I got stuck connecting my charger, because I did not find any hint in the readme that elaborates the need to activate the local HTTP API on the app first. Added this hint with a short chapter.
Signed-off-by: Daedalus <37384006+Boldfor@users.noreply.github.com>
James Melville [Fri, 6 Sep 2024 21:44:28 +0000 (22:44 +0100)]
[warmup] Fixes & Enhancements (#16387)
* Update docs for multiple device support
Signed-off-by: James Melville <jamesmelville@gmail.com>
Josh Proehl [Fri, 6 Sep 2024 19:31:33 +0000 (14:31 -0500)]
[tplinksmarthome] Add new device: EP25 (#17377)
The EP25 appears to be a version of the KP125 that lacks the LED.
Because of this, and per the comments in #16027, this commit
mimics #11771 and simply copies the KP125, without the LED channel.
Signed-off-by: Josh Proehl <josh@daedalusdreams.com>
Catalin Sanda [Fri, 6 Sep 2024 17:49:25 +0000 (20:49 +0300)]
Sync inverter definition files from upstream. (#17379)
Signed-off-by: Catalin Sanda <catalin.sanda@gmail.com>
mlobstein [Fri, 6 Sep 2024 14:43:41 +0000 (09:43 -0500)]
[kaleidescape] Support discovery of Strato V (#17371)
* Support discovery of Strato V
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
jimtng [Fri, 6 Sep 2024 14:24:50 +0000 (00:24 +1000)]
[modbus] Support chaining transformations without an intersection symbol (#17306)
* [modbus] Refactor to use ChannelTransformation
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
J-N-K [Wed, 4 Sep 2024 21:07:21 +0000 (23:07 +0200)]
[transform.jinja] Properly use jinjava OSGi (#17358)
Depends on https://github.com/openhab/openhab-osgiify/pull/49
Signed-off-by: Jan N. Klug <github@klug.nrw>
Mark Herwege [Tue, 3 Sep 2024 15:56:15 +0000 (17:56 +0200)]
fix basic alarm (#17360)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
jimtng [Sun, 1 Sep 2024 16:17:57 +0000 (02:17 +1000)]
[mqtt.homeassistant] Update config abbreviations (#17359)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
jimtng [Sun, 1 Sep 2024 10:54:37 +0000 (20:54 +1000)]
[mqtt.generic] Support chaining transformations without an intersection symbol (#17290)
* [mqtt.generic] Support chaining transformations without an intersection symbol
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
jimtng [Sun, 1 Sep 2024 10:51:05 +0000 (20:51 +1000)]
[jinja] Use osgiified Jinjava (#17356)
* [jinja] Use osgiified Jinjava
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
jimtng [Sun, 1 Sep 2024 10:43:19 +0000 (20:43 +1000)]
[serial] Support chaining transformations without an intersection symbol (#17313)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
jimtng [Fri, 30 Aug 2024 18:44:30 +0000 (04:44 +1000)]
[basicprofile] Fix statefilter check against item's value on the rhs (#17346)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
tl-photography [Fri, 30 Aug 2024 16:14:44 +0000 (18:14 +0200)]
[awattarar] Add aWATTar API class (#17169)
Signed-off-by: Thomas Leber <thomas@tl-photography.at>
Bernd Weymann [Thu, 29 Aug 2024 18:58:23 +0000 (20:58 +0200)]
[mercedesme] Additional mappings and channels (#17143)
* starter battery mappings
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
Jørgen Austvik [Thu, 29 Aug 2024 15:01:45 +0000 (17:01 +0200)]
[AirGradient] Convert from AbstractDiscoveryService to AbstractThingHandlerDiscoveryService (#17332)
* [AirGradient] Convert from AbstractDiscoveryService to AbstractThingHandlerDiscoveryService
Because we get NPE on apiHandler in 4.2.1 (not on 4.2.0).
Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
Martin [Thu, 29 Aug 2024 12:09:33 +0000 (14:09 +0200)]
[visualcrossing] Fix missing dimension (#17347)
* remove ui hint
Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
Christian Kemper [Thu, 29 Aug 2024 11:01:57 +0000 (13:01 +0200)]
[Tibber] Improve connection logic (#17344)
* Fixes #14735
Optimized Logging and sending Ping Frames. See also PR #17214
Signed-off-by: christian <dev@bestof5.de>
Martin [Thu, 29 Aug 2024 08:38:13 +0000 (10:38 +0200)]
[visualcrossing] Initial contribution (#17239)
* EVERYTHING
Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
Dan Cunningham [Wed, 28 Aug 2024 22:50:26 +0000 (15:50 -0700)]
[hydrawise] Various Fixes (#17345)
* Workaround for a bad response from the Hydrawise API
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Bernd Weymann [Wed, 28 Aug 2024 18:12:07 +0000 (20:12 +0200)]
[mercedesme] Fix trip channel type id (#17267)
* bugfix trip channel naming
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
jimtng [Wed, 28 Aug 2024 14:28:10 +0000 (00:28 +1000)]
[basicprofiles] Add additional comparisons to State Filter profile (#17323)
* Add inequality comparisons to State Filter profile
- Fix bug where undefined `mismatchState` passed `UNDEF` instead of ignoring state updates
- Support multiline conditions
- Support comparing against the input state from handler to filter out
unwanted data
* Support comparing item to item or input to item
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Sönke Küper [Wed, 28 Aug 2024 13:54:57 +0000 (15:54 +0200)]
[homematic] Fixed #16940: Spaces in URLs are not allowed (#17206)
* #16940: Added check in handler for invalid configuration values.
Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
jimtng [Wed, 28 Aug 2024 09:43:16 +0000 (19:43 +1000)]
[daikin] Update channels immediately after a successful API command (#17149)
* [daikin] Update channels immediately after a successful API command
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
jsjames [Tue, 27 Aug 2024 19:33:47 +0000 (12:33 -0700)]
fixed xml uri ID (#17341)
Signed-off-by: Jeff James <jeff@james-online.com>
J-N-K [Tue, 27 Aug 2024 19:27:42 +0000 (21:27 +0200)]
Add J-N-K as code-owner to http and basicprofiles add-ons (#17339)
Signed-off-by: Jan N. Klug <github@klug.nrw>
Daniël van Os [Tue, 27 Aug 2024 17:38:09 +0000 (19:38 +0200)]
[HomeWizard] Add support for Energy Socket and Watermeter products (#13495)
Also-by: Leo Siepel <leosiepel@gmail.com>
Signed-off-by: Daniël van Os <daniel@supercell.nl>
jimtng [Tue, 27 Aug 2024 11:00:49 +0000 (21:00 +1000)]
[openhabcloud] Add the missing configuration parameter for NOT_EXTENDED actions (#17331)
* [openhabcloud] Add the missing configuration parameter for NOT_EXTENDED actions
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Hans Böhm [Mon, 26 Aug 2024 20:49:29 +0000 (22:49 +0200)]
add timeseries support (#17334)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
lsiepel [Mon, 26 Aug 2024 14:09:01 +0000 (16:09 +0200)]
Adjust percentage types (#17294)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
stefan-hoehn [Sun, 25 Aug 2024 15:03:44 +0000 (17:03 +0200)]
add H61C5 as supported device (#17330)
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Jan Gustafsson [Sat, 24 Aug 2024 21:05:16 +0000 (23:05 +0200)]
[electroluxair] Remove deprecated binding (#17324)
Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
Andrew Fiddian-Green [Sat, 24 Aug 2024 10:34:56 +0000 (11:34 +0100)]
[hue] Support dynamic add/delete of scenes (#17302)
Signed-off-by: AndrewFG <software@whitebear.ch>
lolodomo [Sat, 24 Aug 2024 08:07:13 +0000 (10:07 +0200)]
[freeboxos] Avoid useless API requests (phone) (#17310)
Avoids API requests when channels are unlinked.
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Martin [Sat, 24 Aug 2024 07:49:23 +0000 (09:49 +0200)]
[salus] Add `running-state` channel for it600 (#17221)
* ReverseEngineerProtocol
Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
mlobstein [Fri, 23 Aug 2024 20:33:29 +0000 (15:33 -0500)]
[roku] Add device communcation logging (#17312)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
lolodomo [Fri, 23 Aug 2024 19:59:52 +0000 (21:59 +0200)]
[sonos] Ignore Sonos Boost at discovery (#17318)
Fixes #17307
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
jimtng [Fri, 23 Aug 2024 16:48:52 +0000 (02:48 +1000)]
[mail] Support chaining transformations without an intersection symbol (#17314)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Florian Hotze [Thu, 22 Aug 2024 20:56:12 +0000 (22:56 +0200)]
[jsscripting] Upgrade to openhab-js 5.5.0 (#17311)
See https://github.com/openhab/openhab-js/blob/main/CHANGELOG.md#550 for changelog.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Bernd Weymann [Thu, 22 Aug 2024 20:54:30 +0000 (22:54 +0200)]
[solarforecast] Avoid past data updates (#16996)
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
lolodomo [Thu, 22 Aug 2024 18:43:47 +0000 (20:43 +0200)]
[freeboxos] Change default timeout to 10s (#17309)
Fixes #17231
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
openhab-bot [Thu, 22 Aug 2024 15:55:05 +0000 (17:55 +0200)]
New translations http.properties (Italian) (#17308)
vich-667 [Tue, 20 Aug 2024 22:38:12 +0000 (00:38 +0200)]
sync states with latest senec GUI FW 0967 (#17304)
Signed-off-by: Tobias Lange <vich-667@quantentunnel.de>
Fabian Wolter [Tue, 20 Aug 2024 21:35:48 +0000 (23:35 +0200)]
[airq] Fix occasional stalling of sensor value updates and refactoring (#17202)
* [airq] Fix occasional stalling of sensor value updates and refactoring
- Remove trace debugging statements
- Handle InterruptedException correctly
- Replace substring parsing by GSON functionality
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Gaël L'hopital [Tue, 20 Aug 2024 16:24:37 +0000 (18:24 +0200)]
[freeboxos] Complete Alarm system handling (#17233)
* Initiating the addition of the PIR sensor
* Finalized integration of the alarm system
* Corrected bug in initialization of basic-shutter
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
jimtng [Tue, 20 Aug 2024 15:02:43 +0000 (01:02 +1000)]
[http] Support chaining transformations without an intersection symbol (#17288)
* [http] Support transformation chaining without an intersection symbol
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Cody Cutrer [Tue, 20 Aug 2024 13:30:47 +0000 (07:30 -0600)]
[homekit] Make Thermostat.CurrentHeatingCoolingMode optional (#17191)
Just default it to OFF if it's not linked. The experience in Home
app is still decent - it says "Cool to X", "Heat to X", or
"Set to X", instead of "Cooling to X", "Heating to X" if it was
actually running. I thought about defaulting it to "HEAT" or "COOL"
depending on the current target mode, but if it's set to "AUTO",
that's not a valid state for the current mode.
Signed-off-by: Cody Cutrer <cody@cutrer.us>
lolodomo [Tue, 20 Aug 2024 13:29:37 +0000 (15:29 +0200)]
[freeboxos] Add unitHint on few channel types (#17259)
* [freeboxos] Add unitHint on few channel types
Also remove an unused channel type "bandwidth".
Also avoid unneeded unit conversion when updating channel state.
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Cody Cutrer [Tue, 20 Aug 2024 13:27:52 +0000 (07:27 -0600)]
[jpa] Fix restoring quantity types (#17215)
* [jpa] Fix restoring quantity types
Double.parseDouble throws NumberFormatException if the persisted state
includes a unit. So parse it as a QuantityType, and then apply unit
conversions as necessary.
Signed-off-by: Cody Cutrer <cody@cutrer.us>
jimtng [Tue, 20 Aug 2024 10:15:02 +0000 (20:15 +1000)]
[map] Support inline map (#17300)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
lsiepel [Mon, 19 Aug 2024 22:01:10 +0000 (00:01 +0200)]
[hue] Fix compile warnings (#17293)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Andrew Fiddian-Green [Mon, 19 Aug 2024 19:14:29 +0000 (20:14 +0100)]
[hue] Add support for enabling automations (#16980)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
lolodomo [Mon, 19 Aug 2024 17:06:56 +0000 (19:06 +0200)]
[freeboxos] First big update of README (#17279)
* [freeboxos] First big update of README
Fixes #17074
Fixes #17077
Fixes #17080
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
jimtng [Mon, 19 Aug 2024 14:39:13 +0000 (00:39 +1000)]
[exec] Support transformation chaining and refactor using ChannelTransformation (#17292)
* [exec] Support transformation chaining and refactor using ChannelTransformation
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
jimtng [Mon, 19 Aug 2024 08:51:36 +0000 (18:51 +1000)]
[ambientweather] Fix minor formatting errors (#17291)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
lolodomo [Mon, 19 Aug 2024 07:19:11 +0000 (09:19 +0200)]
[freeboxos] Add translatable labels for discovered things (#17287)
* [freeboxos] Add translatable labels for discovered things
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
stefan-hoehn [Mon, 19 Aug 2024 07:18:07 +0000 (09:18 +0200)]
[govee] make socket close more resilient (#17286)
* [govee] make socket close more resilient
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
lsiepel [Mon, 19 Aug 2024 06:43:48 +0000 (08:43 +0200)]
[telegram] Fix log spamming when transient network issue occurs (#17116)
* Fix log spam
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
lsiepel [Mon, 19 Aug 2024 06:21:54 +0000 (08:21 +0200)]
[xmpp] Improve reconnection logic (#14397)
* Add null annotations
* Introduce re-connect logic
Signed-off-by: lsiepel <leosiepel@gmail.com>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
openhab-bot [Sun, 18 Aug 2024 20:10:31 +0000 (22:10 +0200)]
New Crowdin updates (#17285)
* New translations mqtt.properties (Italian)
Stefan Triller [Sun, 18 Aug 2024 15:27:33 +0000 (17:27 +0200)]
[wled] Fix: FX and Palettes channel StateDescriptionProvider handling (#17277)
* [wled] Fix: FX and Palettes channel StateDescriptionProvider handling
Fixes #17276
Signed-off-by: Stefan Triller <github@stefantriller.de>
lolodomo [Sun, 18 Aug 2024 11:26:08 +0000 (13:26 +0200)]
[freeboxos] Restore enum in API response record DTO (MacOS file sharing) (#17284)
Partial revert of #17203
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Sun, 18 Aug 2024 11:24:42 +0000 (13:24 +0200)]
[freeboxos] Keep enum in API response record DTO (play media) (#17282)
Partial revert of #17244
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Sun, 18 Aug 2024 11:23:19 +0000 (13:23 +0200)]
[freeboxos] Fix command handling for DECT thing type (#17274)
Related to comment in #17262
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
EmbeddedMe [Sat, 17 Aug 2024 19:54:35 +0000 (12:54 -0700)]
Update README.md (#17270)
Fixed typo for "ecovacs" folder name
Signed-off-by: EmbeddedMe <nico@embeddedme.com>
lolodomo [Sat, 17 Aug 2024 18:03:03 +0000 (20:03 +0200)]
[freeboxos] Fix phone and calls configuration (#17272)
Fix #17262
Also remove the unused class LanlineConfiguration
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Stefan Triller [Sat, 17 Aug 2024 14:15:46 +0000 (16:15 +0200)]
[wled] Fix brightness inconsistency + power on (#16907)
Wouter Born [Thu, 15 Aug 2024 20:37:21 +0000 (22:37 +0200)]
Fix itests on machines with lots of processors (#17263)
When this JVM variable is not set Jetty creates selectors based on the number of available processors (`Runtime.getRuntime().availableProcessors()`).
Jetty will also throw an exception when there is a mismatch between the max thread pool size and the number of selectors.
This causes issues with the default thread pool size of 10 on machines with more than 10 available processors.
See also [`SelectorManager.defaultSelectors(Executor)`](https://github.com/jetty/jetty.project/blob/
70015831e5195ba74da6383c4ab7c90c56bb08af /jetty-io/src/main/java/org/eclipse/jetty/io/SelectorManager.java#L71-L80).
Signed-off-by: Wouter Born <github@maindrain.net>
lolodomo [Thu, 15 Aug 2024 13:48:13 +0000 (15:48 +0200)]
[freeboxos] Add channels in group xdsl (#17260)
Follow-up #17219
Fixes #17073
* Category added
* Change ffth and xdsl group labels
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Thu, 15 Aug 2024 11:01:59 +0000 (13:01 +0200)]
[freeboxos] Fix category for lcd-brightness channel type (#17261)
Also make line-type, lcd-orientation and airmedia_status channel types advanced
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Anders Alfredsson [Wed, 14 Aug 2024 20:48:19 +0000 (22:48 +0200)]
[tibber] Only open websocket if live channels are linked (#17188)
Signed-off-by: Anders Alfredsson <andersb86@gmail.com>
lolodomo [Wed, 14 Aug 2024 18:13:46 +0000 (20:13 +0200)]
[freeboxos] Get server AirPlay capabilities (#17257)
This will set the related thing properties.
No audio sink will be created for the revolution server as it only supports audio and pushing audio media is not yet supported by the API.
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Jacob Laursen [Wed, 14 Aug 2024 13:06:04 +0000 (15:06 +0200)]
Fix typos (#17256)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lolodomo [Wed, 14 Aug 2024 11:58:45 +0000 (13:58 +0200)]
[freeboxos] Avoid a call to the lcd API when no required (#17254)
Fix #17253
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
openhab-bot [Wed, 14 Aug 2024 10:30:13 +0000 (12:30 +0200)]
New translations jrubyscripting.properties (Italian) (#17252)
Jacob Laursen [Wed, 14 Aug 2024 08:08:28 +0000 (10:08 +0200)]
Fix addon id (#17251)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Gaël L'hopital [Wed, 14 Aug 2024 07:27:31 +0000 (09:27 +0200)]
[freeboxos] Add FTTH and xDSL line status (#17219)
* Adding FTTH line status, initiating the addition of xDSL line status
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
Cody Cutrer [Tue, 13 Aug 2024 21:22:31 +0000 (15:22 -0600)]
[mqtt.homeassistant] Fix color lights that don't specify color_mode: true (#17240)
* [mqtt.homeassistant] Fix color lights that don't specify color_mode: true
See https://github.com/home-assistant/core/pull/111676
Signed-off-by: Cody Cutrer <cody@cutrer.us>