Commit Graph

5232 Commits

Author SHA1 Message Date
Matthew Skinner
66cfcc2f64
Add another motion detection topic for VivoTek FD9388-HTV (#17388)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2024-09-08 13:14:09 +02:00
Wouter Born
d362ae7d3e
[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>
2024-09-07 22:49:53 +02:00
Wouter Born
0d513d3d85
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>
2024-09-07 20:11:49 +02:00
lsiepel
9f58f6ddbc
[smartmeter] Fix Undelivered IOException (#17133)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-09-07 10:06:56 +02:00
mtraxiot
e8190f69fb
[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>
2024-09-07 07:30:51 +02:00
Daedalus
1390c24318
[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>
2024-09-06 23:56:40 +02:00
James Melville
460350d007
[warmup] Fixes & Enhancements (#16387)
* Update docs for multiple device support

Signed-off-by: James Melville <jamesmelville@gmail.com>
2024-09-06 23:44:28 +02:00
Josh Proehl
bb28e6a528
[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>
2024-09-06 21:31:33 +02:00
Catalin Sanda
b96925dd17
Sync inverter definition files from upstream. (#17379)
Signed-off-by: Catalin Sanda <catalin.sanda@gmail.com>
2024-09-06 19:49:25 +02:00
mlobstein
98ee2417af
[kaleidescape] Support discovery of Strato V (#17371)
* Support discovery of Strato V

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-06 16:43:41 +02:00
jimtng
ff2f190824
[modbus] Support chaining transformations without an intersection symbol (#17306)
* [modbus] Refactor to use ChannelTransformation

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-09-06 16:24:50 +02:00
J-N-K
c1a63ff4c6
[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>
2024-09-04 23:07:21 +02:00
Mark Herwege
ffa59f8d8f
fix basic alarm (#17360)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2024-09-03 17:56:15 +02:00
jimtng
06b361c139
[mqtt.homeassistant] Update config abbreviations (#17359)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-09-01 18:17:57 +02:00
jimtng
9c5689df90
[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>
2024-09-01 12:54:37 +02:00
jimtng
03863feab4
[jinja] Use osgiified Jinjava (#17356)
* [jinja] Use osgiified Jinjava

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-09-01 12:51:05 +02:00
jimtng
09012cee8e
[serial] Support chaining transformations without an intersection symbol (#17313)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-09-01 12:43:19 +02:00
jimtng
6f55f3d2ad
[basicprofile] Fix statefilter check against item's value on the rhs (#17346)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-08-30 20:44:30 +02:00
tl-photography
229737fb6d
[awattarar] Add aWATTar API class (#17169)
Signed-off-by: Thomas Leber <thomas@tl-photography.at>
2024-08-30 18:14:44 +02:00
Bernd Weymann
d9a00391d6
[mercedesme] Additional mappings and channels (#17143)
* starter battery mappings

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2024-08-29 20:58:23 +02:00
Jørgen Austvik
b0bf9412d1
[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>
2024-08-29 17:01:45 +02:00
Martin
b3814d67ea
[visualcrossing] Fix missing dimension (#17347)
* remove ui hint

Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
2024-08-29 14:09:33 +02:00
Christian Kemper
54db0a09a6
[Tibber] Improve connection logic (#17344)
* Fixes #14735
Optimized Logging and sending Ping Frames. See also PR #17214

Signed-off-by: christian <dev@bestof5.de>
2024-08-29 13:01:57 +02:00
Martin
f4384686dd
[visualcrossing] Initial contribution (#17239)
* EVERYTHING

Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
2024-08-29 10:38:13 +02:00
Dan Cunningham
f9c40fff8b
[hydrawise] Various Fixes (#17345)
* Workaround for a bad response from the Hydrawise API

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
2024-08-29 00:50:26 +02:00
Bernd Weymann
1bc932e95a
[mercedesme] Fix trip channel type id (#17267)
* bugfix trip channel naming

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2024-08-28 20:12:07 +02:00
jimtng
e4ce954dc2
[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>
2024-08-28 16:28:10 +02:00
Sönke Küper
c7a2026346
[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>
2024-08-28 15:54:57 +02:00
jimtng
198b9b184d
[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>
2024-08-28 11:43:16 +02:00
jsjames
8725dcbe28
fixed xml uri ID (#17341)
Signed-off-by: Jeff James <jeff@james-online.com>
2024-08-27 21:33:47 +02:00
J-N-K
a1d186776f
Add J-N-K as code-owner to http and basicprofiles add-ons (#17339)
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-08-27 21:27:42 +02:00
Daniël van Os
1c11a770f4
[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>
2024-08-27 19:38:09 +02:00
jimtng
977105f5ae
[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>
2024-08-27 13:00:49 +02:00
Hans Böhm
376b696c3e
add timeseries support (#17334)
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
2024-08-26 22:49:29 +02:00
lsiepel
f5eb2c62bd
Adjust percentage types (#17294)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-08-26 16:09:01 +02:00
stefan-hoehn
6b85e90de8
add H61C5 as supported device (#17330)
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
2024-08-25 17:03:44 +02:00
Jan Gustafsson
84bcb6a4b6
[electroluxair] Remove deprecated binding (#17324)
Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
2024-08-24 23:05:16 +02:00
Andrew Fiddian-Green
ecdb30ec50
[hue] Support dynamic add/delete of scenes (#17302)
Signed-off-by: AndrewFG <software@whitebear.ch>
2024-08-24 12:34:56 +02:00
lolodomo
247d2d3216
[freeboxos] Avoid useless API requests (phone) (#17310)
Avoids API requests when channels are unlinked.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-08-24 10:07:13 +02:00
Martin
75b5a27455
[salus] Add running-state channel for it600 (#17221)
* ReverseEngineerProtocol

Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
2024-08-24 09:49:23 +02:00
mlobstein
d18a6c1cda
[roku] Add device communcation logging (#17312)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-08-23 22:33:29 +02:00
lolodomo
1c7ef60edc
[sonos] Ignore Sonos Boost at discovery (#17318)
Fixes #17307

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-08-23 21:59:52 +02:00
jimtng
ac219b509b
[mail] Support chaining transformations without an intersection symbol (#17314)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-08-23 18:48:52 +02:00
Florian Hotze
e18192f7cc
[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>
2024-08-22 22:56:12 +02:00
Bernd Weymann
c108049be8
[solarforecast] Avoid past data updates (#16996)
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2024-08-22 22:54:30 +02:00
lolodomo
1793afc871
[freeboxos] Change default timeout to 10s (#17309)
Fixes #17231

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2024-08-22 20:43:47 +02:00
openhab-bot
73d39590c6
New translations http.properties (Italian) (#17308) 2024-08-22 17:55:05 +02:00
vich-667
89a202bf79
sync states with latest senec GUI FW 0967 (#17304)
Signed-off-by: Tobias Lange <vich-667@quantentunnel.de>
2024-08-21 00:38:12 +02:00
Fabian Wolter
e269d3d42d
[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>
2024-08-20 23:35:48 +02:00
Gaël L'hopital
b00db4dd01
[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>
2024-08-20 18:24:37 +02:00