]>
git.basschouten.com Git - openhab-addons.git/log
Wouter Born [Thu, 11 Jan 2024 16:55:23 +0000 (17:55 +0100)]
[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>
openhab-bot [Wed, 10 Jan 2024 18:40:25 +0000 (19:40 +0100)]
New translations miele.properties (Danish) (#16253)
Jacob Laursen [Tue, 9 Jan 2024 23:03:14 +0000 (00:03 +0100)]
Use localized labels for discovery results (#16250)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Wouter Born [Tue, 9 Jan 2024 22:46:15 +0000 (23:46 +0100)]
Use diamond operator and remove redundant type arguments (#16249)
Signed-off-by: Wouter Born <github@maindrain.net>
mlobstein [Mon, 8 Jan 2024 19:18:05 +0000 (13:18 -0600)]
[roku] Improve TV discovery model name and add timeout (#16210)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Andrew Fiddian-Green [Mon, 8 Jan 2024 18:22:00 +0000 (18:22 +0000)]
[tellstick] Add support for suggestion finder (#16228)
Also updates the readme for the new URL.
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Cody Cutrer [Mon, 8 Jan 2024 16:15:02 +0000 (09:15 -0700)]
[mqtt] recognize -NaN as UNDEF as well (#16245)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Stefan Roellin [Mon, 8 Jan 2024 16:09:18 +0000 (17:09 +0100)]
[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>
Dan Cunningham [Sun, 7 Jan 2024 13:39:38 +0000 (05:39 -0800)]
[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>
Andrew Fiddian-Green [Sun, 7 Jan 2024 13:07:32 +0000 (13:07 +0000)]
[elerotransmitterstick] Support suggestion finder (#16229)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Andrew Fiddian-Green [Sun, 7 Jan 2024 11:24:27 +0000 (11:24 +0000)]
[tellstick] Adopt new API url (#16220)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Jacob Laursen [Sun, 7 Jan 2024 10:30:20 +0000 (11:30 +0100)]
Reduce redundant persistence of tariffs (#16222)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Jacob Laursen [Sat, 6 Jan 2024 17:19:55 +0000 (18:19 +0100)]
Reduce currency unit work-around after core fix (#16217)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Wouter Born [Fri, 5 Jan 2024 22:56:58 +0000 (23:56 +0100)]
Remove unnecessary semicolons (#16214)
This helps with stopping the proliferation of unnecessary semicolons.
Signed-off-by: Wouter Born <github@maindrain.net>
Jacob Laursen [Fri, 5 Jan 2024 20:38:54 +0000 (21:38 +0100)]
Fix thing action backwards compatibility (#16212)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Wouter Born [Fri, 5 Jan 2024 20:07:48 +0000 (21:07 +0100)]
Resolve runbundles for JmDNS upgrade (#16215)
Wouter Born [Fri, 5 Jan 2024 19:00:24 +0000 (20:00 +0100)]
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>
Kai Kreuzer [Thu, 4 Jan 2024 22:52:44 +0000 (23:52 +0100)]
[bluetooth.generic] Upgrade to latest gatt parser library (#16209)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Wouter Born [Thu, 4 Jan 2024 12:03:32 +0000 (13:03 +0100)]
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>
J-N-K [Thu, 4 Jan 2024 08:02:50 +0000 (09:02 +0100)]
[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>
David Pace [Thu, 4 Jan 2024 07:19:33 +0000 (08:19 +0100)]
[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>
Holger Friedrich [Wed, 3 Jan 2024 21:59:14 +0000 (22:59 +0100)]
[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>
Holger Friedrich [Wed, 3 Jan 2024 20:54:21 +0000 (21:54 +0100)]
[knx] Code cleanup (#16199)
- Enhance trace logging
- Remove unused file
- Null annotations
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Wouter Born [Wed, 3 Jan 2024 18:28:23 +0000 (19:28 +0100)]
[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>
openhab-bot [Wed, 3 Jan 2024 14:48:36 +0000 (15:48 +0100)]
New translations panasonicbdp.properties (Italian) (#16192)
J-N-K [Wed, 3 Jan 2024 10:50:55 +0000 (11:50 +0100)]
Adapt to core changes (ThingHandlerService) (#16107)
Related to: https://github.com/openhab/openhab-core/pull/3957
Signed-off-by: Jan N. Klug <github@klug.nrw>
Kai Kreuzer [Tue, 2 Jan 2024 21:29:18 +0000 (22:29 +0100)]
[amplipi] Add new power channel to zones and groups (#16171)
* [amplipi] Add new power channel to zones and groups
Signed-off-by: Kai Kreuzer <kai@openhab.org>
J-N-K [Tue, 2 Jan 2024 19:22:37 +0000 (20:22 +0100)]
[inmemory] Add filterCritera ordering (#16185)
Signed-off-by: Jan N. Klug <github@klug.nrw>
Cody Cutrer [Tue, 2 Jan 2024 19:02:47 +0000 (12:02 -0700)]
[mqtt.homeassistant] Improve support for Lock component (#16052)
* [mqtt.homeassistant] Improve support for Lock component
* handle state and command payloads differing (as they do by default)
* expose full state possibilities and OPEN command by adding
a TextValue channel
* Recognize intermediate lock states as unlocked on the switch channel
Signed-off-by: Cody Cutrer <cody@cutrer.us>
openhab-bot [Tue, 2 Jan 2024 14:19:05 +0000 (15:19 +0100)]
New translations shelly.properties (German) (#16182)
Taxifahrer [Tue, 2 Jan 2024 00:12:11 +0000 (01:12 +0100)]
Update HeatpumpVisibility.java (#16173)
Fix typo
Signed-off-by: Taxifahrer <77075719+Taxifahrer@users.noreply.github.com>
mlobstein [Mon, 1 Jan 2024 19:54:35 +0000 (13:54 -0600)]
[panasonicbdp] Initial contribution (#16122)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Jacob Laursen [Mon, 1 Jan 2024 17:14:57 +0000 (18:14 +0100)]
Update license headers to 2024 (#16168)
* Update copyright year in configuration
* Update license headers
* Manually update nibeheatpump headers (.cpp/.h/.ino)
* Manually update smsmodem header
* Manually update hueemulation header
* Manually update addon-header.xml header
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Wouter Born [Mon, 1 Jan 2024 16:15:49 +0000 (17:15 +0100)]
[pollytts] Update AWS Java SDK (#16153)
A newer AWS Java SDK is required when using Jackson 2.16.
Fixes #16108
Signed-off-by: Wouter Born <github@maindrain.net>
Mathias Vanden Auweele [Mon, 1 Jan 2024 16:06:09 +0000 (17:06 +0100)]
[nuki] Refer to network settings for callback (#16165)
* Refer to network settings for nuki callback
---------
Signed-off-by: Mathias Vanden Auweele <15101339+MathiasVDA@users.noreply.github.com>
mlobstein [Mon, 1 Jan 2024 15:13:14 +0000 (09:13 -0600)]
Update README with sitemap Input example (#16156)
* Update README with Input example
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Jacob Laursen [Mon, 1 Jan 2024 15:08:34 +0000 (16:08 +0100)]
Fix namespace issues (#16169)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lsiepel [Mon, 1 Jan 2024 14:30:28 +0000 (15:30 +0100)]
Upgrade and fix (#16167)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
openhab-bot [Mon, 1 Jan 2024 12:58:31 +0000 (13:58 +0100)]
New translations boschshc.properties (Italian) (#16166)
Matthew Skinner [Sun, 31 Dec 2023 15:49:50 +0000 (02:49 +1100)]
Correct Playlist vs Preset detection (#16146)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
openhab-bot [Sun, 31 Dec 2023 13:51:04 +0000 (14:51 +0100)]
New Crowdin updates (#16162)
* New translations automower.properties (Italian)
* New translations opensprinkler.properties (Italian)
* New translations samsungtv.properties (Italian)
David Pace [Sun, 31 Dec 2023 11:56:04 +0000 (12:56 +0100)]
[boschshc] Fix options for channels with Switch items (#16161)
* [boschshc] Fix options for channels with Switch items
Previously, the option values partially contained Bosch-specific states
instead of the openHAB-specific states ON and OFF.
The option values were fixed and the descriptions were
enhanced/shortened since the UI only provides little space for the state
descriptions.
Signed-off-by: David Pace <dev@davidpace.de>
lsiepel [Sun, 31 Dec 2023 10:55:41 +0000 (11:55 +0100)]
Initial fix (#16141)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Wouter Born [Sun, 31 Dec 2023 10:48:04 +0000 (11:48 +0100)]
[shelly] Fix WebSocketServerFactory ClassNotFoundException (#16150)
Adds a package import so the class can be found by the class loader.
Fixes #16118
Signed-off-by: Wouter Born <github@maindrain.net>
David Pace [Sun, 31 Dec 2023 10:40:43 +0000 (11:40 +0100)]
[boschshc] Support for Door/Window Contact II (#16093)
* [boschshc] Support for Door/Window Sensor II
* add new thing type for Door/Window Sensor II
* add channel types for bypass state and communication quality
* add handler extending the basic Door/Window Sensor handler
* add service implementations
* register handler in discovery service
* add unit tests
* re-generate i18n properties file
* add documentation
closes #15954
Signed-off-by: David Pace <dev@davidpace.de>
lsiepel [Sun, 31 Dec 2023 10:24:48 +0000 (11:24 +0100)]
Fix doc (#16148)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
lsiepel [Sun, 31 Dec 2023 10:00:16 +0000 (11:00 +0100)]
Fix #8430 (#16157)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Wouter Born [Sun, 31 Dec 2023 00:03:24 +0000 (01:03 +0100)]
[amazonechocontrol] Fix Servlet exceptions due to non-unique names (#16152)
Fixes #16149
Signed-off-by: Wouter Born <github@maindrain.net>
Patrick [Sat, 30 Dec 2023 23:56:51 +0000 (00:56 +0100)]
[boschshc] Add user defined states (#16028)
Signed-off-by: Patrick Gell <patgit023@gmail.com>
J-N-K [Fri, 29 Dec 2023 15:13:39 +0000 (16:13 +0100)]
[chatgpt] Fix ConfigOptionProvider (#16131)
Signed-off-by: Jan N. Klug <github@klug.nrw>
Jacob Laursen [Fri, 29 Dec 2023 15:02:37 +0000 (16:02 +0100)]
Upgrade MySQL Connector/J to 8.2.0 (#16132)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
openhab-bot [Fri, 29 Dec 2023 15:00:43 +0000 (16:00 +0100)]
New Crowdin updates (#16130)
* New translations mqtt.properties (Italian)
Andrew Fiddian-Green [Thu, 28 Dec 2023 12:21:27 +0000 (12:21 +0000)]
[enocean] Addon suggestion finder xml (#16089)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Cody Cutrer [Thu, 28 Dec 2023 11:59:48 +0000 (04:59 -0700)]
[mqtt.homeassistant] Update README (#16129)
Enumerate supported components, rather than a few limitations.
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Nils Schnabel [Thu, 28 Dec 2023 10:07:31 +0000 (11:07 +0100)]
[PJLink] forget threadpool after it was shutdown (#16119)
This is an issue if the user cancels/restarts discovery scans, new tasks were added to the shutdown threadpool.
With this PR, a new threadpool will be created on the next scan in getExecutorService().
Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de>
Gaël L'hopital [Thu, 28 Dec 2023 07:27:29 +0000 (08:27 +0100)]
Enable home being both energy and security (#16026)
Signed-off-by: clinique <gael@lhopital.org>
Cody Cutrer [Wed, 27 Dec 2023 23:52:39 +0000 (16:52 -0700)]
[mqtt.homeassistant] update example config topic (#16128)
The prefix (homeassistant/) and the suffix (/config) are
automatically added
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Cody Cutrer [Wed, 27 Dec 2023 23:21:50 +0000 (16:21 -0700)]
[mqtt.espmilighthub] fix upgrade instructions (#16127)
since #13801, it's not been possible to add new milight things,
because the thing XML already has the new channel types, but not
the thingTypeVersion property set, so it would try to apply the
update instructions and error about duplicate channels
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Florian Hotze [Mon, 25 Dec 2023 22:52:59 +0000 (23:52 +0100)]
[jsscripting] Upgrade openhab-js to 4.7.3 (#16112)
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Florian Hotze [Mon, 25 Dec 2023 14:09:00 +0000 (15:09 +0100)]
[jssscripting] Fix JS Quantity to Java QuantityType conversion (#16106)
Regression from https://github.com/openhab/openhab-js/pull/312.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Wouter Born [Sun, 24 Dec 2023 08:20:09 +0000 (09:20 +0100)]
Remove some redundant brackets (#16104)
Signed-off-by: Wouter Born <github@maindrain.net>
Holger Friedrich [Sat, 23 Dec 2023 22:52:47 +0000 (23:52 +0100)]
Upgrade Netty to 4.1.104.Final and Jackson to 2.16.0 (#16102)
* Update Jackson to 2.16.0
See openhab/openhab-core#3956
* Upgrade Netty to 4.1.104.Final
See openhab/openhab-core#3955
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Wouter Born [Sat, 23 Dec 2023 18:06:21 +0000 (19:06 +0100)]
Use `OnOffType.from` to reduce code (#16101)
You can create an `OnOffType` using a boolean nowadays which reduces the amount of code.
Signed-off-by: Wouter Born <github@maindrain.net>
Matthew Skinner [Sat, 23 Dec 2023 17:47:12 +0000 (04:47 +1100)]
Remove channels and checking IO status when camera does not support IO (#16081)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Wouter Born [Sat, 23 Dec 2023 17:29:41 +0000 (18:29 +0100)]
[asuswrt] Support router discovery and add-on suggestion using UPnP (#16084)
This makes it easier to discover the devices and the add-on.
Signed-off-by: Wouter Born <github@maindrain.net>
Holger Friedrich [Sat, 23 Dec 2023 17:21:25 +0000 (18:21 +0100)]
[metrics] Add addoninfo for suggestion (#16091)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Wouter Born [Sat, 23 Dec 2023 09:34:54 +0000 (10:34 +0100)]
Update OH version in skeleton scripts (#16100)
Holger Friedrich [Fri, 22 Dec 2023 22:30:38 +0000 (23:30 +0100)]
Apply spotless after release (#16097)
* Apply spotless after release
* itests: resolve bundles
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
openhab-bot [Fri, 22 Dec 2023 14:37:48 +0000 (14:37 +0000)]
[unleash-maven-plugin] Preparation for next development cycle.
Holger Friedrich [Wed, 20 Dec 2023 22:49:47 +0000 (23:49 +0100)]
[heos] Minor doc update (#16092)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Jacob Laursen [Wed, 20 Dec 2023 17:38:53 +0000 (18:38 +0100)]
[surepetcare] Fix DateTimeParseException (#16087)
Fixes #16082
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Jacob Laursen [Wed, 20 Dec 2023 17:25:51 +0000 (18:25 +0100)]
[surepetcare] Fix NPE (#16088)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Matthew Skinner [Wed, 20 Dec 2023 12:40:38 +0000 (23:40 +1100)]
[opensprinkler] Fix excessive WARN in logs due to wifi dropouts, and current displays as 0 (#16080)
* Fix 300mA current draw will display as 0 due to rounding.
* Remove WARN logs when retries have not yet expired.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Jacob Laursen [Wed, 20 Dec 2023 10:21:08 +0000 (11:21 +0100)]
[energidataservice] Provide work-around for currency issues (#16085)
* Provide work-around for currency issues
* Verify unit before trying to instantiate QuantityType
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Wouter Born [Wed, 20 Dec 2023 00:02:59 +0000 (01:02 +0100)]
Resolve runbundles for logback upgrade (#16083)
Related to openhab/openhab-core#3935
Signed-off-by: Wouter Born <github@maindrain.net>
Jacob Laursen [Tue, 19 Dec 2023 21:54:42 +0000 (22:54 +0100)]
[wemo] Fix discovery methods (#16077)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
openhab-bot [Mon, 18 Dec 2023 16:12:39 +0000 (17:12 +0100)]
New Crowdin updates (#16076)
* New translations energidataservice.properties (Italian)
* New translations smgw.properties (Italian)
openhab-bot [Sun, 17 Dec 2023 13:56:50 +0000 (14:56 +0100)]
New Crowdin updates (#16074)
* New translations energidataservice.properties (Danish)
* New translations openweathermap.properties (Italian)
stefan-hoehn [Sun, 17 Dec 2023 12:38:31 +0000 (13:38 +0100)]
[govee] New Govee LAN-API Binding (#15696)
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Jacob Laursen [Sun, 17 Dec 2023 12:33:30 +0000 (13:33 +0100)]
Update I18N properties (#16073)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Holger Friedrich [Sun, 17 Dec 2023 12:13:42 +0000 (13:13 +0100)]
[knx] Metadata for discovery (#16055)
* [knx] Metadata for discovery
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Florian Hotze [Sun, 17 Dec 2023 11:17:38 +0000 (12:17 +0100)]
[jsscripting] Upgrade openhab-js to 4.7.2 (#16072)
Fixes a minor issue introduced by openhab-js 4.7.1.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
J-N-K [Sun, 17 Dec 2023 09:13:00 +0000 (10:13 +0100)]
[smgw] Initial contribution (#16017)
Signed-off-by: Jan N. Klug <github@klug.nrw>
Stefan Triller [Sun, 17 Dec 2023 05:58:34 +0000 (06:58 +0100)]
[ipcamera] Fix Hikvision cameras stay offline when a 401 reply is given with no www-authenticate header (#15613)
Signed-off-by: Stefan Triller <github@stefantriller.de>
openhab-bot [Sat, 16 Dec 2023 23:03:56 +0000 (00:03 +0100)]
New translations mqtt.properties (Italian) (#16071)
Andrew Fiddian-Green [Sat, 16 Dec 2023 20:16:02 +0000 (20:16 +0000)]
[hue] recreate missing scene channel (#16038)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Jacob Laursen [Sat, 16 Dec 2023 16:29:06 +0000 (17:29 +0100)]
Add UoM support for energy prices (#16070)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Mark Herwege [Sat, 16 Dec 2023 14:06:21 +0000 (15:06 +0100)]
more restrictive HEOS finder (#16045)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Mark Herwege [Sat, 16 Dec 2023 13:14:32 +0000 (14:14 +0100)]
change mdns add-on discovery syntax (#16060)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Florian Hotze [Sat, 16 Dec 2023 12:50:41 +0000 (13:50 +0100)]
[jsscripting] Upgrade openhab-js to 4.7.1 (#16069)
You'll find the changelog at the openhab-js repo: https://github.com/openhab/openhab-js/blob/main/CHANGELOG.md#471.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Holger Friedrich [Sat, 16 Dec 2023 11:51:14 +0000 (12:51 +0100)]
[knx] Add integration tests (#15727)
* [knx] Add integration tests
* [knx] Adapt handling of DPTs
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Holger Friedrich [Sat, 16 Dec 2023 10:37:57 +0000 (11:37 +0100)]
[knx] Add discovery service (#16033)
* [knx] Add discovery service
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Holger Friedrich [Sat, 16 Dec 2023 09:53:37 +0000 (10:53 +0100)]
addoninfo for new add-on suggestion finder "process" (#16031)
* addoninfo for new add-on suggestion finder "process"
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Gaël L'hopital [Sat, 16 Dec 2023 09:10:35 +0000 (10:10 +0100)]
[netatmo] Ensure to close all scheduled jobs (#16056)
* Close all jobs
---------
Signed-off-by: clinique <gael@lhopital.org>
aliijm [Sat, 16 Dec 2023 09:00:13 +0000 (09:00 +0000)]
[neato] Fix things file example in Readme (#16064)
* Correct things definition in README.md
Add example of bridge and link thing to bridge.
---------
Signed-off-by: aliijm <44173819+aliijm@users.noreply.github.com>
Cody Cutrer [Sat, 16 Dec 2023 08:49:35 +0000 (01:49 -0700)]
[mqtt.espmilighthub] Use system channel types for color temp and brightness (#13801)
* [mqtt.espmilighthub] use system channel types for color temp and brightness
closes #10096
also add absolute color temp channel. and remove level channel when we
already have a color channel (you can link a DimmerItem to a color
channel if your light doesn't happen to have color or you want direct
control of brightness only for some reason)
---------
Signed-off-by: Cody Cutrer <cody@cutrer.us>
openhab-bot [Fri, 15 Dec 2023 19:57:40 +0000 (20:57 +0100)]
New translations mqtt.properties (Italian) (#16067)
Cody Cutrer [Fri, 15 Dec 2023 18:48:17 +0000 (11:48 -0700)]
[mqtt.espmilighthub] use ColorUtil instead of deprecated HSBType.fromXY (#16066)
and fix that it expects ranges from 0.0 to 1.0 instead of 0.0 to 100.0
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Cody Cutrer [Thu, 14 Dec 2023 22:53:14 +0000 (15:53 -0700)]
[mqtt.homeassistant] Add support for Update component (#14241)
* [mqtt.homeassistant] add support for Update component
This component is fairly non-standard - it doesn't add any channels.
Instead, it provides several properties to the thing, and also adds
a thing configuration allowing you to trigger an OTA update on a
Home Assistant device from MainUI.
---------
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Matthieu [Thu, 14 Dec 2023 22:35:55 +0000 (23:35 +0100)]
Update README.md (#15234)
Differences in address writing convention between Niko's software and this binding
Signed-off-by: Matthieu <webmail@gaillet.be>