]>
git.basschouten.com Git - openhab-addons.git/log
J-N-K [Wed, 27 Mar 2024 20:02:22 +0000 (21:02 +0100)]
[mapdb] Fix missing service pid (#16567)
Signed-off-by: Jan N. Klug <github@klug.nrw>
J-N-K [Wed, 27 Mar 2024 19:08:25 +0000 (20:08 +0100)]
[mail] Fix sending HTML mails (#16587)
Signed-off-by: Jan N. Klug <github@klug.nrw>
J-N-K [Wed, 27 Mar 2024 04:17:45 +0000 (05:17 +0100)]
[mail] Fix content processing (#16580)
Signed-off-by: Jan N. Klug <github@klug.nrw>
Florian Hotze [Mon, 25 Mar 2024 20:11:24 +0000 (21:11 +0100)]
[jsscripting] Upgrade to openhab-js 4.9.0 (#16576)
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Gaël L'hopital [Mon, 25 Mar 2024 10:41:33 +0000 (11:41 +0100)]
[netatmo] Add a buffer to lower Home API requests (#16562)
* Adding CacheCapability to HomeAPI
---------
Signed-off-by: clinique <gael@lhopital.org>
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
Gaël L'hopital [Mon, 25 Mar 2024 08:19:32 +0000 (09:19 +0100)]
Enhance getActiveChildren() (#16573)
Signed-off-by: clinique <gael@lhopital.org>
Gaël L'hopital [Mon, 25 Mar 2024 08:13:48 +0000 (09:13 +0100)]
[netatmo] Enhance bridge status reporting (#16571)
* Enhance bridge status reporting
---------
Signed-off-by: clinique <gael@lhopital.org>
Gaël L'hopital [Mon, 25 Mar 2024 08:06:50 +0000 (09:06 +0100)]
Synchronized Weather cache update requests (#16572)
Signed-off-by: clinique <gael@lhopital.org>
Leif Bladt [Sun, 24 Mar 2024 15:24:06 +0000 (16:24 +0100)]
Enable accumulated channels for Shelly Pro 3EM (#16566)
Signed-off-by: Leif Bladt <leif.bladt@gmx.de>
Holger Hees [Sun, 24 Mar 2024 15:20:24 +0000 (16:20 +0100)]
Use mac address as a fallback name (#16547)
Signed-off-by: Holger Hees <holger.hees@gmail.com>
J-N-K [Sun, 24 Mar 2024 09:31:47 +0000 (10:31 +0100)]
[inmemory] Fix boundaries for queries (#16563)
Queries should include the boundaries, but the previous code did not.
Signed-off-by: Jan N. Klug <github@klug.nrw>
Felix Schneider [Fri, 22 Mar 2024 13:37:00 +0000 (14:37 +0100)]
[Jellyfin] Overhaul README.md (#16359)
* Overhaul README.md
- Fix some typos
- Add some code brackets
- Some formatting changes
* Minor spelling and grammar changes
Signed-off-by: Felix Schneider <fs@felix-schneider.org>
Wouter Born [Fri, 22 Mar 2024 11:35:10 +0000 (12:35 +0100)]
[modbus.sungrow] Add missing sungrow bundle (#16557)
Fixes #16558
Signed-off-by: Wouter Born <github@maindrain.net>
Georgios Moutsos [Thu, 21 Mar 2024 21:18:39 +0000 (23:18 +0200)]
Amend README with missing bridge configuration parameter (#16556)
Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
joerg1985 [Thu, 21 Mar 2024 21:15:34 +0000 (22:15 +0100)]
[systeminfo] Use the existing ChannelUID instance to check the linked state (#16553)
Signed-off-by: Jörg Sautter <joerg.sautter@gmx.net>
lolodomo [Thu, 21 Mar 2024 21:14:03 +0000 (22:14 +0100)]
[rotel] Support added for model RX-1052 (#16486)
* Two new channels to enable/disable speaker A and speaker B
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Gaël L'hopital [Thu, 21 Mar 2024 12:43:33 +0000 (13:43 +0100)]
[netatmo] Bring back auto refresh for Weather Station and HomeCoach (#16546)
* Corrects and completes PR #16492
---------
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
Gaël L'hopital [Thu, 21 Mar 2024 08:10:15 +0000 (09:10 +0100)]
Reverting incorrect code move (#16548)
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
Gaël L'hopital [Tue, 19 Mar 2024 07:55:25 +0000 (08:55 +0100)]
Avoiding reads of Energy data for Security channels (#16543)
Signed-off-by: clinique <gael@lhopital.org>
Holger Hees [Mon, 18 Mar 2024 19:05:57 +0000 (20:05 +0100)]
[jythonscripting] Updated documentation (#16541)
Signed-off-by: Holger Hees <holger.hees@gmail.com>
Mark Herwege [Mon, 18 Mar 2024 10:58:54 +0000 (11:58 +0100)]
[systeminfo] Add CPU frequency channels (#16012)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
maniac103 [Mon, 18 Mar 2024 10:56:42 +0000 (11:56 +0100)]
[hue] Shrink step size for increase/decrease commands (#16538)
A step size of 30 with a value range of 0..100 leads to only 4 steps,
which additionally are spaced unevenly. Shrink the step size to 10,
which yields 10 evenly spaced steps.
While at it, also deduplicate the increase/decrease code, which had
slightly different implementation in both branches.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
M Valla [Mon, 18 Mar 2024 10:49:43 +0000 (11:49 +0100)]
[openwebnet] Thermo: Fixed handling of mode=AUTO for bus_thermo_zone (#16534)
* [openwebnet] improved Thermo mode/weekly/scenario channels descriptions
* [openwebnet] Fixed handling of mode=AUTO for bus_thermo_zone
Fixes #13754
---------
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Wouter Born [Mon, 18 Mar 2024 07:26:07 +0000 (08:26 +0100)]
[avmfritz] Disable unstable AVMFritzDiscoveryServiceOSGiTest (#16537)
See: https://github.com/openhab/openhab-addons/issues/16536
Signed-off-by: Wouter Born <github@maindrain.net>
Holger Hees [Sun, 17 Mar 2024 22:14:49 +0000 (23:14 +0100)]
[jythonscripting] Refactor, improve and simplify (#16508)
* moved implementation to 'internal'
* refactored JythonScriptEngineFactory
* implemented JythonScriptFileWatcher
* fixed addon.xml & package-info.java
* simplify stream list collector in JythonScriptEngineFactory
* changed codeowner for jythonscripting
* organized imports in JythonScriptEngineFactory
Signed-off-by: Holger Hees <holger.hees@gmail.com>
Gaël L'hopital [Sun, 17 Mar 2024 20:00:29 +0000 (21:00 +0100)]
[netatmo] Thing properties were no more provided (#16530)
Signed-off-by: clinique <gael@lhopital.org>
maniac103 [Sun, 17 Mar 2024 19:47:36 +0000 (20:47 +0100)]
[ecovacs] Add support for new API for fetching cleaning logs (#16524)
The existing cleaning logs API is only populated for devices older than
the T9/N9 generation; all newer devices use a new API. Since the new API
isn't populated for older devices, select the correct API depending on
device type.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
Holger Friedrich [Sun, 17 Mar 2024 19:28:10 +0000 (20:28 +0100)]
Upgrade to Karaf 4.4.5 (#16493)
For release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=
12353604 &projectId=
12311140
* [dynamodb] Disable tests
Tests are disabled due to compatibility issue of DynamoDBLocal and Jetty upgrade #16493.
To be resolved in subsequent commit.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
openhab-bot [Sun, 17 Mar 2024 07:53:57 +0000 (08:53 +0100)]
New Crowdin updates (#16526)
* New translations netatmo.properties (Italian)
* New translations energidataservice.properties (Italian)
Jacob Laursen [Sun, 17 Mar 2024 07:16:08 +0000 (08:16 +0100)]
[jythonscripting] Fix addon id (#16527)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Mark Hilbush [Sat, 16 Mar 2024 12:46:55 +0000 (08:46 -0400)]
[orbitbhyve] Handle null location attribute in devices json (#16525)
* Handle null location in devices json
---------
Signed-off-by: Mark Hilbush <mark@hilbush.com>
Holger Friedrich [Sat, 16 Mar 2024 10:51:53 +0000 (11:51 +0100)]
[knx] Increase test coverage (#16511)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Andrew Fiddian-Green [Fri, 15 Mar 2024 12:45:57 +0000 (12:45 +0000)]
[neohub] Improved Web-Socket Communications (#16312)
* [neohub] Improved WebSocket Communications
* [neohub] session recycled only by handler; not by socket class
---------
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
openhab-bot [Fri, 15 Mar 2024 12:13:31 +0000 (13:13 +0100)]
New translations energidataservice.properties (Danish) (#16522)
Jacob Laursen [Fri, 15 Mar 2024 11:26:42 +0000 (12:26 +0100)]
Add CO2 emission channels (#16330)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Gaël L'hopital [Fri, 15 Mar 2024 10:24:27 +0000 (11:24 +0100)]
[netatmo] Fix erroneous local URL handling (#16492)
* Wrong local URL handling
* Adds configuration element ipAddress to Cameras (Welcome, Doorbell, Presence) so they remain reachable if API answer is in an incorrect network
* Removing CameraConfiguration so binding does not break if thing configuration is not up-to-date
---------
Signed-off-by: clinique <gael@lhopital.org>
Signed-off-by: gael@lhopital.org <gael@lhopital.org>
Jacob Laursen [Fri, 15 Mar 2024 06:54:45 +0000 (07:54 +0100)]
Fix sticky appliance ID (#16521)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Jacob Laursen [Thu, 14 Mar 2024 21:24:36 +0000 (22:24 +0100)]
Fix account bridge staying offline (#16520)
Fixes #16518
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
openhab-bot [Wed, 13 Mar 2024 22:20:05 +0000 (23:20 +0100)]
New translations govee.properties (Italian) (#16519)
openhab-bot [Tue, 12 Mar 2024 22:10:14 +0000 (23:10 +0100)]
New translations miele.properties (Danish) (#16515)
Jacob Laursen [Tue, 12 Mar 2024 21:35:33 +0000 (22:35 +0100)]
Add laundry weight channel for washing machine (#16514)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
stefan-hoehn [Tue, 12 Mar 2024 21:29:06 +0000 (22:29 +0100)]
add supported H61D3/H61D5 to docs (#16513)
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
maniac103 [Tue, 12 Mar 2024 18:08:35 +0000 (19:08 +0100)]
[ecovacs] Handle invalid JSON responses properly (#16466)
The API has differing responses depending on device type. If our
understanding of the JSON format differs from that of the API, make sure
to properly set the thing OFFLINE and to log a meaningful message.
Related to #16187
Signed-off-by: Danny Baumann <dannybaumann@web.de>
maniac103 [Tue, 12 Mar 2024 13:52:59 +0000 (14:52 +0100)]
[ecovacs] Add support for DEEBOT X2 Omni (#16487)
Fixes #16117
* [ecovacs] Interpret empty error code list as 'no error'
Newer devices don't explicitly report 'no error' anymore, but instead
send an empty list.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
coop-git [Tue, 12 Mar 2024 04:33:39 +0000 (05:33 +0100)]
[dsmr] Add support for capacity tariff for Belgium (#15038)
* Added support for capacity tafiff for Belgium
Signed-off-by: Lennert Coopman <github@coopman.org>
openhab-bot [Mon, 11 Mar 2024 21:52:34 +0000 (22:52 +0100)]
New translations tasmotaplug.properties (Italian) (#16509)
MikeTheTux [Mon, 11 Mar 2024 19:06:35 +0000 (20:06 +0100)]
[keba] Add support for additional x-series wallboxes (#16474)
* extended list of supported x-series wallboxes with "S" (4G, w/o LM) and "U" (WLAN, w/o LM)
---------
Signed-off-by: Michael Weger <weger.michael@gmx.net>
mlobstein [Sun, 10 Mar 2024 20:44:26 +0000 (15:44 -0500)]
[tasmotaplug] Add energy monitor channels (#16494)
* Add energy monitor channels
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
MikeTheTux [Fri, 8 Mar 2024 07:44:45 +0000 (08:44 +0100)]
[evcc] fixed channels vehicle/capacity and vehicle/vehicleName, added channels for current Vehicle/HeatingDevice per Loadpoint (#16428)
* removed loadpoint/vehicleCapacity, added vehicle/capacity (bugfix)
implemented currentVehicle / currentHeating per loadpoint (enhancement)
fixed update of channeld vehicleTitle (bugfix)
Signed-off-by: Michael Weger <weger.michael@gmx.net>
openhab-bot [Thu, 7 Mar 2024 20:20:43 +0000 (21:20 +0100)]
New translations sonos.properties (French) (#16498)
Florian Hotze [Thu, 7 Mar 2024 17:49:34 +0000 (18:49 +0100)]
[jsscripting] Fix multi-thread access requested by logger initialization (#16497)
* [jsscripting] Fix multi-threading issue with logger initialization
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Mark Hilbush [Tue, 5 Mar 2024 21:45:39 +0000 (16:45 -0500)]
[ecobee] Fix for error code 14 (token expired) (#16467)
* Remove AccessTokenRefreshListener
Signed-off-by: Mark Hilbush <mark@hilbush.com>
Christoph [Tue, 5 Mar 2024 20:40:22 +0000 (21:40 +0100)]
[intesis] Improve session handling (#16476)
* [intesis] SESSION ID HANDLING IMPROVED
Signed-off-by: Christoph <fd0cwp@gmx.de>
troem [Mon, 4 Mar 2024 17:58:40 +0000 (18:58 +0100)]
[ecotouch] Add water and heating power limit channels (#16446)
* limit power compressor flags for water and heating
Signed-off-by: tobiroemer <bitbucket.org@t-obias.de>
Holger Friedrich [Mon, 4 Mar 2024 17:56:34 +0000 (18:56 +0100)]
[knx] Fix DPT 243.600 and 249.600 when time>=1000s (#16481)
* [knx] Fix DPT 243.600 and 249.600 when time>=1000s
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
dependabot[bot] [Sun, 3 Mar 2024 12:19:25 +0000 (13:19 +0100)]
[jdbc] Upgrade PostgreSQL JDBC driver to 42.4.4 (#16444)
* Bump org.postgresql:postgresql in /bundles/org.openhab.persistence.jdbc
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.3 to 42.4.4.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.4.3...REL42.4.4)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:production
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Jacob Laursen [Sun, 3 Mar 2024 09:21:26 +0000 (10:21 +0100)]
Add information/failure channels (#16463)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Michael Heiß [Sat, 2 Mar 2024 22:31:01 +0000 (23:31 +0100)]
[Fronius] Fix broken link & spelling issues (#16478)
Signed-off-by: Michael Heiß <michael.heiss@outlook.at>
Li-Wen Yip [Sat, 2 Mar 2024 11:01:24 +0000 (22:01 +1100)]
[http] Document translation services need to be installed before usage (#16363)
* Update README.md
Signed-off-by: Li-Wen Yip <liwen.yip@gmail.com>
Matthew Skinner [Sat, 2 Mar 2024 09:58:18 +0000 (20:58 +1100)]
Bump net.java.dev.jna lib to version 5.14.0 (#16460)
* Update net.java.dev.jna lib version
Signed-off-by: Matthew Skinner <matt@pcmus.com>
openhab-bot [Thu, 29 Feb 2024 02:09:11 +0000 (03:09 +0100)]
New translations openweathermap.properties (Italian) (#16469)
ErikDB87 [Wed, 28 Feb 2024 18:53:12 +0000 (19:53 +0100)]
[openweathermap] Add daily moon channels to OneCall Thing (#16350)
* [openweathermap] Add daily moon channels to OneCall Thing
This adds the daily moon data provided by the API (https://openweathermap.org/api/one-call-api#parameter) to the OneCall Thing.
Also-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
openhab-bot [Wed, 28 Feb 2024 07:35:33 +0000 (08:35 +0100)]
New translations fineoffsetweatherstation.properties (Italian) (#16468)
jimtng [Tue, 27 Feb 2024 14:51:24 +0000 (00:51 +1000)]
[jythonscripting] Upgrade to Jython 2.7.3 (#16465)
* Upgrade to jython 2.7.3
* remove the deprecation notice in jython readme
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Andreas Berger [Tue, 27 Feb 2024 09:57:56 +0000 (10:57 +0100)]
[fineoffsetweatherstation] Implement new Measurand `free-heap-size` (#16461)
Signed-off-by: Andreas Berger <andreas@berger-freelancer.com>
GiviMAD [Tue, 27 Feb 2024 07:03:39 +0000 (23:03 -0800)]
[Voice] Fix google and watson STT pcm format support (#16464)
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
mlobstein [Mon, 26 Feb 2024 22:26:12 +0000 (16:26 -0600)]
[nuvo] Add source menu channel (#16443)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Gerd Zanker [Mon, 26 Feb 2024 20:04:04 +0000 (21:04 +0100)]
[boschshc] Add command to list SHC device mappings (#15060)
* [boschshc] add command to list Bosch Smart Home Controller devices and mapping to openhab devices and related services
Signed-off-by: Gerd Zanker <gerd.zanker@web.de>
Martin Grassl [Sun, 25 Feb 2024 13:03:16 +0000 (14:03 +0100)]
[mybmw] Improve data refresh handling (#16418)
* [mybmw] add functionality for updating
disable updating by setting the refresh-interval to 0
enable force update by adding some switches
Signed-off-by: Martin Grassl <martin.grassl@digital-filestore.de>
Holger Friedrich [Sun, 25 Feb 2024 13:00:25 +0000 (14:00 +0100)]
[knx] Add list of supported DPTs (#16452)
* [knx] Add list of supported DPTs
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Holger Friedrich [Sun, 25 Feb 2024 10:59:19 +0000 (11:59 +0100)]
[knx] Fix DPT 6.020 and 8.010 (#16453)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
lsiepel [Sun, 25 Feb 2024 10:56:34 +0000 (11:56 +0100)]
[ism8] Add UoM support (#14206)
* Add UoM support
Signed-off-by: lsiepel <leosiepel@gmail.com>
Florian Hotze [Sat, 24 Feb 2024 23:39:57 +0000 (00:39 +0100)]
[jsscripting] Improve logging on JS error (#16445)
* [jsscripting] Improve script error logging
* [jsscripting] Suppress some warnings
* [jsscripting] Throw ISE instead of RE
* [jsscripting] Minor null annotation improvements
Include fileName or ruleUID or transformation UID in the logger name used by the logged error stack trace.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Wouter Born [Sat, 24 Feb 2024 13:25:24 +0000 (14:25 +0100)]
Upgrade get-changed-files GHA dependency (#16451)
This fixes the last remaining deprecation warning:
> Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20
Signed-off-by: Wouter Born <github@maindrain.net>
Konstantin Polihronov [Sat, 24 Feb 2024 10:49:52 +0000 (12:49 +0200)]
[solax] Support for x1 mini inverter local connection (#16412)
Skeleton of the required classes for supporting X1 mini
Add the parser data
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Wietse van Buitenen [Sat, 24 Feb 2024 10:45:39 +0000 (11:45 +0100)]
[melcloud] Adjust to new API limits (#16422)
* [melcloud] Add minimum polling value and change default
Signed-off-by: Wietse van Buitenen <thewiep@gmail.com>
Florian Hotze [Fri, 23 Feb 2024 21:58:58 +0000 (22:58 +0100)]
[sungrow] Change image file extension to fix website build (#16450)
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
jimtng [Thu, 22 Feb 2024 12:41:04 +0000 (22:41 +1000)]
[jrubyscripting] Upgrade to JRuby 9.4.6.0 (#16439)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
jimtng [Thu, 22 Feb 2024 08:30:20 +0000 (18:30 +1000)]
[jrubyscripting] Update README (#16440)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
mlobstein [Thu, 22 Feb 2024 08:28:50 +0000 (02:28 -0600)]
Add A/V standby power status (#16438)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
robnielsen [Thu, 22 Feb 2024 07:45:55 +0000 (01:45 -0600)]
[ecobee] fix NullPointerException in EcobeeAccountBridgeHandler.refreshThermostats() (#16442)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
Holger Friedrich [Wed, 21 Feb 2024 18:24:28 +0000 (19:24 +0100)]
[knx] Fix warnings in test (#16434)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
openhab-bot [Tue, 20 Feb 2024 23:34:15 +0000 (00:34 +0100)]
New translations pipertts.properties (Italian) (#16435)
Holger Friedrich [Tue, 20 Feb 2024 17:42:29 +0000 (18:42 +0100)]
[knx] Add test for DPT 7.600 (#16433)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
jimtng [Tue, 20 Feb 2024 12:48:53 +0000 (22:48 +1000)]
[jsonpath] change code-fence so it doesn't overlap with logo (#16432)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
jimtng [Tue, 20 Feb 2024 10:58:06 +0000 (20:58 +1000)]
[ipp] Fix minor typos in README (#16430)
* [ipp] Fix minor typos in README
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Matthew Skinner [Tue, 20 Feb 2024 09:11:48 +0000 (20:11 +1100)]
[radiobrowser] Initial contribution (#16392)
* initial code
Signed-off-by: Matthew Skinner <matt@pcmus.com>
openhab-bot [Tue, 20 Feb 2024 06:18:15 +0000 (07:18 +0100)]
New Crowdin updates (#16429)
* New translations panasonicbdp.properties (Italian)
* New translations sungrow.properties (Italian)
GiviMAD [Mon, 19 Feb 2024 21:51:41 +0000 (13:51 -0800)]
[PiperTTS] Initial contribution (#15965)
* [PiperTTS] Initial contribution
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
Holger Hees [Mon, 19 Feb 2024 21:46:19 +0000 (22:46 +0100)]
Fix missing starting head tag (#16426)
Signed-off-by: Holger Hees <holger.hees@gmail.com>
MikeTheTux [Mon, 19 Feb 2024 17:49:23 +0000 (18:49 +0100)]
[evcc] Add support of heating devices and three new channels (#16378)
* added effectiveLimitSoC, chargerFeatureHeating and chargerFeatureIntegratedDevice channels
support of heating devices (temperature) in addition to vehicles (SoC)
Signed-off-by: Michael Weger <weger.michael@gmx.net>
mlobstein [Mon, 19 Feb 2024 16:04:51 +0000 (10:04 -0600)]
add discoveryMethods (#16424)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Sönke Küper [Mon, 19 Feb 2024 13:54:21 +0000 (14:54 +0100)]
[sungrow] Initial contribution (#15130)
* 0000: Implementation
---------
Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Co-authored-by: Wouter Born <github@maindrain.net>
Co-authored-by: Eric Bodden <eric.bodden@upb.de>
Co-authored-by: Leo Siepel <leosiepel@gmail.com>
robnielsen [Mon, 19 Feb 2024 13:46:53 +0000 (07:46 -0600)]
[insteon] redact password from thing status and log file when hub initialization fails (#16075)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
mlobstein [Mon, 19 Feb 2024 13:11:56 +0000 (07:11 -0600)]
Fix discoveryMethods (#16425)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Christian Kittel [Mon, 19 Feb 2024 00:09:05 +0000 (01:09 +0100)]
[homematic] Add Authentication (#16196)
* Add Authentication
---------
Signed-off-by: Christian Kittel <ckittel@gmx.de>
Wouter Born [Sun, 18 Feb 2024 21:59:51 +0000 (22:59 +0100)]
Resolve runbundles for jUPnP upgrade (#16423)
Related to openhab/openhab-core#4098
Signed-off-by: Wouter Born <github@maindrain.net>
J-N-K [Sun, 18 Feb 2024 21:03:24 +0000 (22:03 +0100)]
Fix KNX dimmer channels (#16421)
Signed-off-by: Jan N. Klug <github@klug.nrw>
Markus Michels [Sun, 18 Feb 2024 07:59:19 +0000 (08:59 +0100)]
[shelly] Support for Shelly BLU H&T (#16413)
* Support for Shelly BLU H&T added
Signed-off-by: Markus Michels <markus7017@gmail.com>
Florian Hotze [Sat, 17 Feb 2024 23:12:21 +0000 (00:12 +0100)]
[openweathermap] Finish clean-up & Fix OneCall Forecast Thing channel creation (#16416)
* [openweathermap] Clean-Up config.xml
Remove config description for removed UV Index Thing.
* [openweathermap] Fix OneCall Thing creates to many channels
The default setting is to create 0 minutes, 12 hours and 6 days of forecast channels.
When creating a new OneCall Thing, actually 60 minutes, 24 hours and 8 days of forecast were created due to the thing-types, but those not needed (as determined by the configuration) were not removed.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>