Christian Kittel
cb74d85eb0
Adjust handling empty values ( #15760 )
...
Signed-off-by: Christian Kittel <ckittel@gmx.de>
2023-11-03 19:35:19 +01:00
Jacob Laursen
2df66bfee2
Process operations asynchronously ( #15801 )
...
Resolves #14927
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-11-03 19:29:05 +01:00
Stefan Roellin
b503382e93
[pilight] Fix background discovery in case of multiple network interfaces ( #15791 )
...
If there were multiple network interfaces and the DatagramSocket.receive
timed out an exception was thrown and the remaining network interfaces
were not considered anymore.
Signed-off-by: Stefan Roellin <stefan@roellin-baumann.ch>
2023-11-03 19:08:16 +01:00
lsiepel
532476a9c6
[networkupstools] Add battery.temperature channel ( #15812 )
...
* Add channel battery-temperature
---------
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-11-03 18:47:40 +01:00
Gaël L'hopital
15a673a027
Avoids NPE if no station provided by API ( #15832 )
...
Signed-off-by: clinique <gael@lhopital.org>
2023-11-03 18:17:36 +01:00
Jacob Laursen
740f80fff1
Reduce log level for logging of unknown resource types ( #15815 )
...
Resolves #15468
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-11-03 14:02:58 +01:00
morph166955
cf6f531ab3
[sonos] Add TrueHD5.1 and normalize Atmos ( #15831 )
...
* Add TrueHD5.1 and normalize Atmos
---------
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
2023-11-03 08:47:55 +01:00
Hakan Tandogan
59c3135ccb
[tesla] Add channels for software update ( #15816 )
...
* [tesla] Add value holders for Software Update state
Signed-off-by: Hakan Tandogan <hakan@tandogan.com>
2023-11-01 21:24:36 +01:00
mueller-ma
e2b03dea75
Fix typo in README.md ( #15826 )
...
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-10-31 19:58:11 +01:00
Jeremy Rumpf
b24f3a2feb
[GPIO] Update GPIO binding to fix issues and provide new functionality ( #13643 )
...
* [GPIO] Update the GPIO binding to fix issues and provide new functionality.
* Add the ability to recover from network disconnects to pigpiod.
* Provide actions to what the binding does on pigpiod connect/disconnect/reconnect.
* Provide the ability to pulse outputs in a one-shot/momentary fashion.
* Provide edge level configuration for gpio outputs.
* Fix automated style checks.
* Attempt to squash jenkins build warnings/errors.
* Correct Null annotations and adjust log levels in certain areas.
* Fix bracing per checkstyle review.
* Normalize gpiod/pigpiod to pigpiod. openhab/openHAB normalized to OpenHAB.
* Fix a copy/paste error. Output channels should not be referred as input. Attempt to clarify plurals.
* Convert strings to defined constants.
* Convert pulse command strings to binding constants.
* Java17 instanceof pattern matching.
* Nit, fix missed pulse command string to binding constant.
* Add missing quotes in demo.things file definition.
Workaround #11039
Fixes #11038
Fixes #13376
Signed-off-by: Jeremy Rumpf <rumpf.99@gmail.com>
2023-10-30 21:20:42 +01:00
lsiepel
597f01efe1
[sonyaudio] small cleanup ( #15823 )
...
* More SAT fixes
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-29 21:57:30 +01:00
mlobstein
45760bff62
Register connection in Kaleidescape System log ( #15820 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2023-10-29 11:13:55 +01:00
Marcel
b3da0511b1
[miio] readme hyperlink fix ( #15814 )
...
* Minor formatting
* Fix hyperlink for robo rock vacuums channels
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
2023-10-29 11:07:10 +01:00
lsiepel
e761240bf0
adapt to core StringUtils ( #15784 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-28 14:39:27 +02:00
lsiepel
ab5ebbc41b
[enturno] Remove org.apache.commons ( #14406 )
...
* Remove org.apache.commons
* Fix warnings
Also-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-27 20:52:54 +02:00
Jacob Laursen
a357f7f0cb
Upgrade json to 20231013 ( #15745 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-10-27 20:13:03 +02:00
Jacob Laursen
1702631303
[hue] Add channels for time of last sensor update (API v2) ( #15552 )
...
* Add channels for last motion/temperature sensor update (API v2)
* Add channel for last light level sensor update (API v2)
* Add channel for last rotary steps update (API v2)
* Add channel for last button update (API v2)
Resolves #15546
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-10-26 23:52:00 +02:00
Gaël L'hopital
bdba338f44
Correcting some existing events wrongly associated to Outdoor (weather) module instead of Presence. ( #15808 )
...
Adding 'alarm_started' event.
Signed-off-by: clinique <gael@lhopital.org>
2023-10-26 18:57:14 +02:00
Jacob Laursen
8bcbd4598a
Adjust filter for Elnet Midt ( #15807 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-10-26 07:25:44 +02:00
Jacob Laursen
0886a24182
[jdbc] Upgrade MySQL Connector/J to 8.1.0 ( #15802 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-10-25 07:21:47 +02:00
hamsil
807a14a655
[ekey] Update documentation ( #15792 )
...
Adapted README based on my recent experience with the MULTI protocol
Signed-off-by: hamsil <bwal@mail.de>
2023-10-22 17:02:02 +02:00
openhab-bot
a09ed8658e
New translations miele.properties (Danish) ( #15793 )
2023-10-22 11:50:42 +02:00
lsiepel
7975afb7a6
[oceanic] Remove org.apache.common ( #15332 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-21 22:39:42 +02:00
lsiepel
3ed22b40f4
[keba] Remove org.apache.commons ( #14409 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-21 22:36:12 +02:00
lsiepel
38df4ac713
[neeo] Remove org.apache.common ( #14442 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-21 22:25:29 +02:00
Jacob Laursen
089b4152c0
[pushover] Add support for Expiring Messages ( #15289 )
...
* Add support for Expiring Messages
* Add action variants with TTL parameter
Resolves #15288
---------
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-10-21 13:34:25 +02:00
lsiepel
7d63504eee
adapt to core StringUtils ( #15781 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-21 12:03:26 +02:00
lsiepel
bf0cc2ba0f
adapt to core StringUtils ( #15785 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-21 11:56:27 +02:00
lsiepel
041c30159d
adapt to core StringUtils ( #15787 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-21 11:54:50 +02:00
lsiepel
468a245ab8
cleanup regarding to core StringUtils ( #15786 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-21 11:48:38 +02:00
openhab-bot
9ce74b264c
New translations speedtest.properties (Italian) ( #15790 )
2023-10-20 23:58:27 +02:00
morph166955
e9a2976053
Removes extra NEEO from thread name ( #15779 )
...
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
2023-10-20 07:44:56 +02:00
lsiepel
7313415ae0
Set explicit timeout for http request ( #15505 )
...
* Bondhome
* chatgpt
* electroluxair
* energidataservice
* freeboxos
* gardena
* generacmobilelink
* hdpowerview
* icalendar
* juicenet
* kostalinverter
* liquidcheck
* mcd
* meater
* miele
* mercedesme
* mybmw
* myq
* ojelectronics
* plex
* radiothermostat
* renault
* semsportal
* sensibo
* tapocontrol
* tellstick
* verisure
* vizio
---------
Signed-off-by: lsiepel <leosiepel@gmail.com>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-19 22:30:41 +02:00
MikeTheTux
c7568cb206
[speedtest] Add timestamp and result image channel, update thing description ( #15278 )
...
* added timestamp channel, updated thing description
* added resultImage
---------
Signed-off-by: Michael Weger <weger.michael@gmx.net>
2023-10-19 22:22:47 +02:00
lsiepel
b8805ba687
adapt to core StringUtils ( #15770 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-19 21:48:09 +02:00
lsiepel
e798ba9406
adapt to core StringUtils ( #15769 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-19 21:46:58 +02:00
lsiepel
11a716dfbe
[ecobee] adapt to core StringUtils ( #15762 )
...
* adapt to core StringUtils
---------
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-19 21:41:22 +02:00
lsiepel
e9431a55bd
[jeelink] adapt to core StringUtils ( #15771 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-19 21:41:00 +02:00
lsiepel
5395de2548
adapt to core StringUtils ( #15761 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-19 21:32:42 +02:00
jimtng
fa94100721
[fronius] Support multiple inverters in powerflow data ( #15431 )
...
* [fronius] Support multiple inverters in powerflow data
---------
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2023-10-19 18:55:00 +02:00
Konstantin Polihronov
18ae9d46ec
[paradoxalarm] Implement detailed partition state ( #14618 )
...
* Implement partition detailed state
---------
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
2023-10-19 13:10:20 +02:00
Jacob Laursen
b4f367cfd7
Clarify priority message documentation ( #15734 )
...
Resolves #15733
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-10-19 00:39:17 +02:00
niclas18
d63934bcc5
[homematic] Expansion of virtual data channel for all window/door contacts ( #15641 )
...
* make VirtualDatapoint belonging ContactSensor for more devices available
---------
Signed-off-by: niclas18 <87126599+niclas18@users.noreply.github.com>
2023-10-18 22:17:35 +02:00
openhab-bot
8b55f02985
New Crowdin updates ( #15775 )
...
* New translations energidataservice.properties (Italian)
* New translations energidataservice.properties (Danish)
* New translations sonos.properties (Italian)
2023-10-18 20:16:10 +02:00
Kai Kreuzer
9a85fca6cb
[ipcamera] Handle empty snapshotUrls and XML encoded characters ( #15707 )
...
* [ipcamera] Handle empty snapshotUrls and XML encoded characters
* use unescape method from StringUtils
---------
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2023-10-18 19:00:49 +02:00
Jacob Laursen
b92f1a241a
[miele] Rename channel powerConsumption
to energyConsumption
and set display unit to litres for waterConsumption
( #15774 )
...
* Rename channel powerConsumption to energyConsumption and set display unit to litres for waterConsumption
---------
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-10-18 12:30:18 +02:00
Jacob Laursen
d564eb7bee
Add new channel for reduced electricity tax ( #15636 )
...
Resolves #15635
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-10-18 08:25:00 +02:00
morph166955
729a19a8da
[roku] Add power, powerState, player, and activeAppName ( #15542 )
...
* Adds power and powerState. Updates refresh to allow 1 second refresh.
* Add activeAppName channel
* Add Player channel for transport control
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
2023-10-18 00:10:17 +02:00
lsiepel
74a9de313a
adapt to core StringUtils ( #15772 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2023-10-18 00:02:06 +02:00
openhab-bot
5582a9a7ce
New translations chatgpt.properties (Italian) ( #15768 )
2023-10-17 20:33:45 +02:00