]>
git.basschouten.com Git - openhab-addons.git/log
Sami Salonen [Mon, 3 Jan 2022 13:07:45 +0000 (15:07 +0200)]
[dynamodb] AWS SDK updated to 2.17.102 (#11914)
* [dynamodb] Update guide for updating the SDK
Some steps were obsolete and required corrections.
Signed-off-by: Sami Salonen <ssalonen@gmail.com>
* [dynamodb] Update AWS SDK to 2.17.102
- Added NOTICE with all compiled dependencies. Dependencies listed in
feature.xml are omitted.
- jackson dependency is now provided by AWS SDK as a 'shaded' copy
- log4j version used in tests updated
- Specifying DefaultsMode=STANDARD to make the SDK utilize latest
recommended parameters. RetryMode is also controlled by DefaultsMode,
so we avoid setting it explicitly unless overridden by the user.
- Fixed test regressions due to SDK changes
Signed-off-by: Sami Salonen <ssalonen@gmail.com>
Christoph Weitkamp [Mon, 3 Jan 2022 13:00:25 +0000 (14:00 +0100)]
[openweathermap] Improved exception handling (#11949)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Micha [Mon, 3 Jan 2022 12:59:39 +0000 (13:59 +0100)]
[heos] Update Denon CLI reference in plugin documentation (#11947)
Markus Lipp [Mon, 3 Jan 2022 12:52:05 +0000 (13:52 +0100)]
[jsscripting] Fixed links to JS-Joda (#11950)
Fixed path to JS-Joda github page to be formatter as external links
Jacob Laursen [Mon, 3 Jan 2022 12:36:36 +0000 (13:36 +0100)]
Support refresh command for signalStrength items. (#11944)
Fixes #11942
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Michael Wodniok [Mon, 3 Jan 2022 11:09:58 +0000 (12:09 +0100)]
[icalendar] fixes #11927: Added original texts for translation (#11928)
* [icalendar] fixes #11927: Added original texts for translation
Signed-off-by: Michael Wodniok <michi@noorganization.org>
Dan Cunningham [Mon, 3 Jan 2022 08:22:45 +0000 (00:22 -0800)]
Adds a RepresentationProperty to discovery to avoid duplicate inobx entries (#11941)
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Stefan Giehl [Sun, 2 Jan 2022 15:57:41 +0000 (16:57 +0100)]
[LuxtronikHeatpump] fix channel type of newly defined unknown channels (#11937)
Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
Bo Biene [Sun, 2 Jan 2022 15:51:51 +0000 (16:51 +0100)]
[wolfsmartset] Fix NullPointerException when updating values (#11931)
* fix bug #11930 NullPointerException
Signed-off-by: Bo Biene <openhab.github@biene.eu>
Robert Schmid [Sun, 2 Jan 2022 15:38:33 +0000 (16:38 +0100)]
[dali] Fix frame packing (#11936)
Signed-off-by: Robert Schmid <r.schmid@outlook.com>
jpharvey [Sun, 2 Jan 2022 15:20:32 +0000 (15:20 +0000)]
[cbus] fix exception from threadpool at startup (#11846)
* update to use executorservice to fix crash caused by change in underlying threadpool implementation
* Remove explicit cast
Signed-off-by: John Harvey <john.p.harvey@btinternet.com>
Jacob Laursen [Sun, 2 Jan 2022 12:44:51 +0000 (13:44 +0100)]
[hdpowerview] Refresh battery level when receiving refresh command (#11933)
* Refresh battery level when receiving REFRESH command.
Fixes #11932
Update README with shade refresh logic.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lolodomo [Sat, 1 Jan 2022 10:33:08 +0000 (11:33 +0100)]
[powermax] Add few missing default translation properties (#11913)
Also run mvn i18n:generate-default-translations
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Sat, 1 Jan 2022 10:32:14 +0000 (11:32 +0100)]
[remoteopenhab] Reorder default translation properties (#11912)
Result of mvn i18n:generate-default-translations
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Sat, 1 Jan 2022 10:31:09 +0000 (11:31 +0100)]
[rotel] Fix default properties (#11911)
Also reorder properties by running mvn i18n:generate-default-translations
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Sat, 1 Jan 2022 10:30:27 +0000 (11:30 +0100)]
[astro] Add missing default translation properties (#11910)
Reorder the properties running mvn i18n:generate-default-translations
Fix #11811
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
kakonema [Fri, 31 Dec 2021 15:39:46 +0000 (16:39 +0100)]
[Yeelight] Add color4 bulb (#11908)
* [Yeelight] Add color4 bulb
Signed-off-by: Vlado Ilic <kakonema@gmail.com>
Stefan Triller [Fri, 31 Dec 2021 10:46:36 +0000 (11:46 +0100)]
[iCalendar] Fix httpclient getting stuck with broken requests (#11866)
* [iCalendar] Fix httpclient getting stuck with broken requests
Fixes #9827
Signed-off-by: Stefan Triller <github@stefantriller.de>
Christoph Weitkamp [Thu, 30 Dec 2021 12:53:24 +0000 (13:53 +0100)]
Prevent errors in log when URI host is null (#11893)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Hilbrand Bouwkamp [Thu, 30 Dec 2021 12:49:43 +0000 (13:49 +0100)]
[astro] Fixed timeLeft calculation at the end of the year (#11889)
Season timeleft calculated the wrong time at the end of the year, because the seasons it measures the time with are the seasons within the same year.
So for times at the end of the year it computed against the season at the beginning of the year, resulting in negative number of days.
Also changed the time of timeLeft to actual days instead of quantity unit days.
Because with the milliseconds internal resolution it will generate events each and every time this channel is updated as milliseconds change often.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Jacob Laursen [Thu, 30 Dec 2021 10:58:22 +0000 (11:58 +0100)]
Fix inability to recover from network issues on initialization. (#11891)
Fixes #11304
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Martin Herbst [Wed, 29 Dec 2021 17:47:07 +0000 (18:47 +0100)]
Explicit conversion to double value added (#11887)
Fixes #11886
Signed-off-by: Martin Herbst <develop@mherbst.de>
Stefan Giehl [Wed, 29 Dec 2021 17:25:16 +0000 (18:25 +0100)]
[LuxtronikHeatpump] Adds additional channels (#11860)
* Adds channels available on newer heatpumps
Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
Signed-off-by: Jamie Townsend <jamie_townsend@hotmail.com>
Wouter Born [Wed, 29 Dec 2021 13:10:54 +0000 (14:10 +0100)]
[shelly] Fix comment in translations file (#11884)
This fixes the comment showing up in the translations.
The code seems to use the 'message.discovery.failed' instead of 'discovery.failed'.
Signed-off-by: Wouter Born <github@maindrain.net>
openhab-bot [Wed, 29 Dec 2021 12:16:52 +0000 (13:16 +0100)]
New Crowdin updates (#11832)
* New translations astro.properties (Finnish)
* New translations astro.properties (German)
* New translations bluetooth.properties (German)
* New translations boschshc.properties (Italian)
* New translations comfoair.properties (German)
* New translations dwdunwetter.properties (German)
* New translations epsonprojector.properties (German)
* New translations gpio.properties (German)
* New translations heliosventilation.properties (German)
* New translations homeconnect.properties (German)
* New translations homematic.properties (German)
* New translations ipp.properties (German)
* New translations jruby.properties (Hungarian)
* New translations jsscripting.properties (German)
* New translations jsscripting.properties (Hungarian)
* New translations map.properties (German)
* New translations map.properties (Hungarian)
* New translations mqttbroker.properties (Italian)
* New translations nanoleaf.properties (German)
* New translations ocean.properties (German)
* New translations openhabcloud.properties (Finnish)
* New translations samsungtv.properties (Hungarian)
* New translations shelly.properties (German)
* New translations snmp.properties (German)
* New translations sonos.properties (German)
* New translations spotify.properties (German)
* New translations tr064.properties (German)
* New translations tradfri.properties (German)
* New translations unifi.properties (German)
* New translations unifi.properties (Hungarian)
* New translations valloxmv.properties (Finnish)
* New translations volvooncall.properties (German)
* New translations xslt.properties (German)
Ondrej Pecta [Wed, 29 Dec 2021 07:42:09 +0000 (08:42 +0100)]
[yeelight] Fixed ceiling3 device being recognized as device without nightmode (#11876)
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
Kai Kreuzer [Tue, 28 Dec 2021 18:27:45 +0000 (19:27 +0100)]
Various small enhancements (#11874)
- do not go from INITIALIZING to OFFLINE and then ONLINE, but skip OFFLINE for panels, if the controller is ONLINE
- reduce logging to debug when receiving trigger events
- only update Thing configuration if necessary to avoid Thing updated events
- fix description of model types, which was outdated due to new models being available by now
Signed-off-by: Kai Kreuzer <kai.kreuzer@telekom.de>
Fredo70 [Tue, 28 Dec 2021 17:42:16 +0000 (18:42 +0100)]
[myStrom] Request info is not supported by the first generation of plug (#11854)
* Request info is not supported by the first generation of plug
closes #10432
Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch>
eugen [Tue, 28 Dec 2021 12:19:55 +0000 (13:19 +0100)]
return min value instead of 0 (#11803)
Signed-off-by: Eugen Freiter <freiter@gmx.de>
Co-authored-by: Eugen Freiter <freiter@gmx.de>
Stefan Giehl [Tue, 28 Dec 2021 12:01:32 +0000 (13:01 +0100)]
[irobot] fixes typo in channel description (#11870)
Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
Jacob Laursen [Tue, 28 Dec 2021 11:35:52 +0000 (12:35 +0100)]
[miele] Refactor mDNS discovery (#11873)
* Add nullness annotations.
* Fix error handling.
* Localize discovery result label.
* Reduce log level to warning for error creating discovery result.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Kai Kreuzer [Tue, 28 Dec 2021 10:17:57 +0000 (11:17 +0100)]
Reduce to debug logging in case of communication problems (#11872)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Andrew Fiddian-Green [Tue, 28 Dec 2021 08:49:05 +0000 (08:49 +0000)]
[miele] Fix mDNS issue where hub repeatedly disappears from, resp. reappears in, the Inbox. (#11834)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Matthew Skinner [Tue, 28 Dec 2021 08:45:24 +0000 (19:45 +1100)]
Bump netty to 4.1.72.Final for log4j2 fix TELSTICK FIXED (#11863)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Wouter Born [Tue, 28 Dec 2021 08:25:06 +0000 (09:25 +0100)]
[boschshc] Add default translations (#11851)
Signed-off-by: Wouter Born <github@maindrain.net>
Jeremy Stucki [Mon, 27 Dec 2021 20:19:22 +0000 (21:19 +0100)]
[publictransportswitzerland] Public Transport Switzerland Initial contribution (#8540)
* [publictransportswitzerland] Initital commit
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Add json stationboard
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Add csv stationboard
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Encoding / Data usage
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update readme
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update binding.xml
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Remove code owner
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Add more detailed thing status
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Make field filters a constant
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Remove json channel
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Stop scheduler on config error
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Work on i18n
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Remove TODO
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Re-order members
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update label
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Set status to unknown instead of initializing
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update version
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Log api response
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Mark CSV advanced
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Add error message
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update readme
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Move members
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Add dynamic channels
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Implement dispose
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Remove unnecessary translation
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Rename csv -> tsv
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update readme
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update train names
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Fix markdown table
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Use UNDEF
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Allow departures without platform
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Work on display logic
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Use null
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Make style checks happy
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Implement refresh command
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Avoid hitting API limits
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Use expiring cache
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update version
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Increase channel update interval
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Use lower cache expiration time
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Avoid glob import
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Make compiler happier
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Add error explanation
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Skip check
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Print message instead of stacktrace
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Store date format as final field
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Cache configuration
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Work on exception handling
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update readme
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Make style checks happy
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Bump version
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Work on compiler warnings
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Add more detailed introduction
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Move tsv into group
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Bump version
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update thing description
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update thing description
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Remove explicit channel creation
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Run mvn spotless:apply
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Migrate to OH3
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Work on OH3 migration
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Bump version
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Define channel-type for departures
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update copyright notice
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Move channel types below thing types
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Remove ignored files
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Remove author tag
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update feature description
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Make linter happy
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* [publictransportswitzerland] Update README
Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch>
* Bump version
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
jimtng [Mon, 27 Dec 2021 19:31:22 +0000 (05:31 +1000)]
[amazonechocontrol] Remove duplicate items in the example (#11809)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
LukasA83 [Mon, 27 Dec 2021 18:59:47 +0000 (19:59 +0100)]
[MQTT] Add additional logging information (#11849)
* [MQTT] Add additional logging information
Add additional logging information when command is not supported by type.
Signed-off-by: Lukas Agethen <lukas83@gmx.de>
Kai Kreuzer [Sun, 26 Dec 2021 21:41:53 +0000 (22:41 +0100)]
Revert "Bump netty to 4.1.72.Final for log4j2 2.15.0 fix (#11826)" (#11861)
This reverts commit
d778bb92bb342f7a5061a0c53c3e49103a915d58 .
Jacob Laursen [Sun, 26 Dec 2021 15:38:20 +0000 (16:38 +0100)]
Fix scene group support for Hub v1. (#11857)
Fixes #11856
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Marcel [Fri, 24 Dec 2021 10:36:42 +0000 (11:36 +0100)]
Fix pom http://maven.apache.org/xsd/maven-v4_0_0.xsd entries (#11850)
* Fix pom http://maven.apache.org/xsd/maven-v4_0_0.xsd entries
* Fix http://maven.apache.org/maven-v4_0_0.xsd entries in pom.xml
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Sebastian Held [Fri, 24 Dec 2021 09:36:04 +0000 (10:36 +0100)]
[ecotouch] Fix description of nviSollKuehlen and coolEnableTemp being writable (#11716)
* Fix description of nviSollKuehlen being writable
* Fix description of coolEnableTemp being writable
* [ecotouch] make channels writable
* [ecotouch] silence compiler warnings
* change example to English
Signed-off-by: Sebastian Held <sebastian.held@gmx.de>
Co-authored-by: Jan Mattner <JanMattner@users.noreply.github.com>
Marcel [Thu, 23 Dec 2021 18:40:44 +0000 (19:40 +0100)]
pom update from http to https reference (#11833)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Matthew Skinner [Wed, 22 Dec 2021 19:28:23 +0000 (06:28 +1100)]
Bump netty to 4.1.72.Final for log4j2 2.15.0 fix (#11826)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
mlobstein [Wed, 22 Dec 2021 16:12:59 +0000 (10:12 -0600)]
fix typo in ChannelDown option (#11843)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Holger Friedrich [Tue, 21 Dec 2021 23:25:54 +0000 (00:25 +0100)]
[networkupstools] correct i18n translations containing spaces in keys (#11828)
[bmwconnecteddrive] correct i18n translations containing spaces in keys
[omnilink] correct i18n translations containing spaces in keys
[roku] correct i18n translations containing spaces in keys
[somfytahoma] correct i18n translations containing spaces in keys
[wlanthermo] correct i18n translations containing spaces in keys
[yamahareceiver] correct i18n translations containing spaces in keys
This is a workaround for openhab/openhab-core#2636.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Dan Cunningham [Tue, 21 Dec 2021 22:36:22 +0000 (14:36 -0800)]
[jsscripting] Update docs and refactor path (#11827)
This adds a minor refactoring of loading local resource paths that i didn't have time to get into 3.2 and moves the docs directory to doc.
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Christoph Weitkamp [Tue, 21 Dec 2021 22:07:39 +0000 (23:07 +0100)]
[tradfri] Fix UTF-8 characters in i18n properties file (#11840)
* [tradfri] Fix UTF-8 characters in i18n properties file
- Fix UTF-8 characters in i18n properties file
* Added colons to descriptions in config- description
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Hilbrand Bouwkamp [Tue, 21 Dec 2021 21:39:16 +0000 (22:39 +0100)]
[tplinksmarthome] KP405 channel in xml should be dimmer not switch (#11839)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Michael Aschenborn [Tue, 21 Dec 2021 17:39:32 +0000 (18:39 +0100)]
Update README.md (#11836)
missing )
Stefan Triller [Tue, 21 Dec 2021 07:26:32 +0000 (08:26 +0100)]
[ventaair] Add Air quality and service time channels (#11792)
* [ventaair] Add Air quality and service time channels
- also add value 4 for water level
Signed-off-by: Stefan Triller <github@stefantriller.de>
jlaur [Mon, 20 Dec 2021 19:32:48 +0000 (20:32 +0100)]
[hdpowerview] Update positions after triggering scene/scene group (#11768)
* Update positions after triggering scene/scene group.
* Compare enum values directly with ==
* Fix re-entrant calls.
Fixes #11697
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Marcel [Mon, 20 Dec 2021 19:08:09 +0000 (20:08 +0100)]
[onkyo] Add channels for media info (#11813)
* [onkyo] Add channels for media info
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
GiviMAD [Mon, 20 Dec 2021 18:21:11 +0000 (19:21 +0100)]
[androiddebugbridge] Add channels for record events, open urls and doc improvements (#11692)
* Add channels for record events, open urls and doc improvements
Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
Matthew Skinner [Mon, 20 Dec 2021 17:59:06 +0000 (04:59 +1100)]
Fix Global OFF not turning lights/segments off. (#11806)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Hilbrand Bouwkamp [Mon, 20 Dec 2021 17:58:27 +0000 (18:58 +0100)]
[tplinksmarthome] Added new devices ES20, KP125, KP405 and KS230 (#11771)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Wouter Born [Mon, 20 Dec 2021 13:51:51 +0000 (14:51 +0100)]
[jrubyscripting] Update version to 9.3.2 in README.md (#11823)
Related to #11775
Signed-off-by: Wouter Born <github@maindrain.net>
jimtng [Mon, 20 Dec 2021 10:33:50 +0000 (20:33 +1000)]
[jrubyscripting] Upgrade jruby to 9.3.2.0 (#11775)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Christoph Weitkamp [Mon, 20 Dec 2021 10:32:51 +0000 (11:32 +0100)]
[map] Rename transform.properties to map.properties (#11817)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Jerome Luckenbach [Mon, 20 Dec 2021 10:20:14 +0000 (11:20 +0100)]
[touchwand] Secure url's for the readme (#11821)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Kai Kreuzer [Mon, 20 Dec 2021 08:07:55 +0000 (09:07 +0100)]
Apply spotless
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Christoph Weitkamp [Mon, 20 Dec 2021 07:29:43 +0000 (08:29 +0100)]
Update OH version in skeleton scripts (#11820)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Christoph Weitkamp [Mon, 20 Dec 2021 07:10:52 +0000 (08:10 +0100)]
Resolve itest runbundles for snapshot 3.3.0 (#11819)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
openhab-bot [Mon, 20 Dec 2021 00:30:46 +0000 (00:30 +0000)]
[unleash-maven-plugin] Preparation for next development cycle.
openhab-bot [Sun, 19 Dec 2021 11:14:34 +0000 (12:14 +0100)]
New Crowdin updates (#11807)
* New translations avmfritz.properties (German)
* New translations js.properties (German)
* New translations scale.properties (German)
* New translations openweathermap.properties (French)
* New translations astro.properties (French)
* New translations hue.properties (French)
* New translations powermax.properties (French)
Wouter Born [Sat, 18 Dec 2021 12:01:38 +0000 (13:01 +0100)]
Upgrade to Karaf 4.3.4 (#11750)
* Syncs the karaf.version so the new Maven plugin is used
* Resolves itest runbundles for the new runtime dependencies
Signed-off-by: Wouter Born <github@maindrain.net>
Dan Cunningham [Fri, 17 Dec 2021 19:34:25 +0000 (11:34 -0800)]
[jsscripting] Support non unix file paths (#11805)
Lets try this again, Fixes #11801
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
jlaur [Fri, 17 Dec 2021 18:16:13 +0000 (19:16 +0100)]
[danfossairunit] Remove deprecated channel main#manual_fan_speed when unlinked (#11668)
* Remove deprecated channel if unlinked.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Dan Cunningham [Fri, 17 Dec 2021 16:08:35 +0000 (08:08 -0800)]
[jsscripting] Support non unix file paths (#11804)
Fixes #11801
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
openhab-bot [Fri, 17 Dec 2021 07:14:38 +0000 (08:14 +0100)]
New Crowdin updates (#11795)
* New translations js.properties (German)
* New translations scale.properties (German)
* New translations exec.properties (German)
* New translations mpd.properties (German)
* New translations qbus.properties (Dutch)
* New translations tankerkoenig.properties (German)
* New translations js.properties (German)
* New translations tankerkoenig.properties (German)
Dan Cunningham [Fri, 17 Dec 2021 07:00:44 +0000 (23:00 -0800)]
[jsscripting] Library and Doc updates (#11800)
* [jsscripting] Library and Doc updates
This updates the documentation, bumps the NPM version library, and implements conversion of JS date types (js-joda) to Java types
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
carlospg79 [Fri, 17 Dec 2021 06:57:23 +0000 (07:57 +0100)]
Fixes #8646 - Bugfix for openHAB > 3.1.x (#11776)
Signed-off-by: Carlos Primo <tristinero@gmail.com>
Signed-off-by: carlospg79 <tristinero@gmail.com>
boc-tothefuture [Thu, 16 Dec 2021 19:20:22 +0000 (14:20 -0500)]
[chromecast] Added support for next command (#11510)
* feat(chromecast): added support for next command
Signed-off-by: Brian O'Connell <boc-tothefuture@users.noreply.github.com>
Marcel [Thu, 16 Dec 2021 19:08:41 +0000 (20:08 +0100)]
[miio] Cleanup devices section of readme (#11788)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Wouter Born [Thu, 16 Dec 2021 19:06:50 +0000 (20:06 +0100)]
[jsscripting] Add default translations (#11798)
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Thu, 16 Dec 2021 19:04:40 +0000 (20:04 +0100)]
[samsungtv] Rename German translations file (#11799)
While uploading the German translations I noticed the file had a different name.
Renaming it prevents us ending up with 2 German translations files once all the texts are translated in German.
Signed-off-by: Wouter Born <github@maindrain.net>
Marcel [Thu, 16 Dec 2021 08:03:42 +0000 (09:03 +0100)]
[miio] fix action channel miot for empty input with parameters (#11794)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Matthew Skinner [Thu, 16 Dec 2021 07:58:51 +0000 (18:58 +1100)]
Fix Global off blocks lights turning on (#11797)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Nuesel [Thu, 16 Dec 2021 07:53:30 +0000 (08:53 +0100)]
iRobot zone support added (#11783)
Signed-off-by: Nuesel <nuesel@gruenbaer.net>
quidam [Wed, 15 Dec 2021 17:48:07 +0000 (18:48 +0100)]
[avmfritz] Prevent attempt to set brightness of blinds (#11790)
Signed-off-by: Ulrich Mertin <mail@ulrich-mertin.de>
openhab-bot [Wed, 15 Dec 2021 17:44:18 +0000 (18:44 +0100)]
New Crowdin updates (#11774)
* New translations mqttbroker.properties (Hungarian)
* New translations exec.properties (Hungarian)
* New translations jinja.properties (Hungarian)
* New translations js.properties (Hungarian)
* New translations regex.properties (Hungarian)
* New translations jsonpath.properties (Hungarian)
* New translations scale.properties (Hungarian)
* New translations xslt.properties (Hungarian)
* New translations xpath.properties (Hungarian)
Wouter Born [Wed, 15 Dec 2021 17:40:21 +0000 (18:40 +0100)]
Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons
This makes the texts used by these add-ons translatable with Crowdin.
To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file.
We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications.
There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged.
Signed-off-by: Wouter Born <github@maindrain.net>
Christoph Weitkamp [Wed, 15 Dec 2021 12:53:29 +0000 (13:53 +0100)]
[avmfritz] Fixed update of data for blinds (#11773)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
jlaur [Wed, 15 Dec 2021 10:41:50 +0000 (11:41 +0100)]
Fix deprecated channels on reinitialization. (#11779)
Fixes #11778
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lordjaxom [Wed, 15 Dec 2021 10:36:17 +0000 (11:36 +0100)]
[wled] add configuration to sort state options of channels effects and palettes (#11785)
Signed-off-by: Sascha Volkenandt <sascha@akv-soft.de>
Matthew Skinner [Wed, 15 Dec 2021 10:30:21 +0000 (21:30 +1100)]
Fix two events being logged when off. (#11786)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Hans van den Bogert [Wed, 15 Dec 2021 08:20:21 +0000 (09:20 +0100)]
[omnikinverter] feature: Add channels for voltage and current (#11645)
Signed-off-by: Hans van den Bogert <hansbogert@gmail.com>
jlaur [Tue, 14 Dec 2021 16:32:29 +0000 (17:32 +0100)]
Reduce log level to TRACE for full request/response logging. (#11782)
Fixes #11781
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Dan Cunningham [Tue, 14 Dec 2021 07:30:32 +0000 (23:30 -0800)]
[jsscripting] Update library and change config PID (#11777)
* Use OH standrard component pid naming, default injection to true.
* Bump openhab-js
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Dan Cunningham [Mon, 13 Dec 2021 07:13:13 +0000 (23:13 -0800)]
[jsscripting] openhab-js integration (#11656)
Fixes #11222
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Jonathan Gilbert [Sun, 12 Dec 2021 22:06:37 +0000 (22:06 +0000)]
GraalJS now uses automation/js (#11719)
* GraalJS now uses automation/js
Signed-off-by: Jonathan Gilbert <jpg@trillica.com>
olivierkeke [Sun, 12 Dec 2021 21:58:36 +0000 (22:58 +0100)]
[teleinfo] Add support for Standard tic mode (#11375)
* Add a ticMode parameter to serial controller
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Improve checksum verification
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add parameter to deactivate checksum verification
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add standard field labels
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add things and channels for standard tic mode
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add standard tic mode timestamp
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Fix typo
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add some required null annotation
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add parser for relais states
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add relais channels and refactor standard mode channels
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add @NonNullByDefault on enum
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Update documentation
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Fix formula in documentation
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Fix code issues
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Move channel type description in same file than channel group type description
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add pattern specification to dateTime channel type
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add missing channelGroup id in channel UID
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Add trace log
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Fix group labels
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Make labels uppercase
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Make options lowercase
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
* Simplify group label
Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
Marcel [Sun, 12 Dec 2021 21:21:20 +0000 (22:21 +0100)]
[miio] add BT Devices channel to chuangmi plug (#11715)
* [miio] add BT Devices channel to chuangmi plug
* Shows the bluetooth devices connected to the plug (plug as BT
gateway)
* Add refresh interval functionality to reduce load on device
* Change public to private for the private functions in conversions.
* Add test for new conversion
* Update miio.properties
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Sun, 12 Dec 2021 21:13:11 +0000 (22:13 +0100)]
[miio] Add support for Roidmi EVE roidmi.vacuum.v60 (#11727)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Sun, 12 Dec 2021 21:10:51 +0000 (22:10 +0100)]
[miio] Improve Viomi vacuums, add docking and route channel & mapping (#11763)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
pali [Sun, 12 Dec 2021 21:09:36 +0000 (23:09 +0200)]
[js-transform] inline java script support (#11473)
* [js-transform] inline java script support
Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
Sönke Küper [Sun, 12 Dec 2021 18:32:58 +0000 (19:32 +0100)]
[deutschebahn] Implemented filters for trains in timetable (#11745)
* Implemented filters within timetable.
Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
* Added position information for filtertokens, to allow detailled failure information
Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
* Added documentation for non matching values.
Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
* Applied review remarks.
Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
Co-authored-by: Sönke Küper <soenkekueper@gmx.de>
Wouter Born [Sun, 12 Dec 2021 18:32:51 +0000 (19:32 +0100)]
Add default translations for io add-ons (#11753)
* Add default translations for io add-ons
This makes the texts used by these add-ons translatable with Crowdin.
Signed-off-by: Wouter Born <github@maindrain.net>
openhab-bot [Sun, 12 Dec 2021 17:02:05 +0000 (18:02 +0100)]
New Crowdin updates (#11762)
* New translations openweathermap.properties (German)
* New translations openweathermap.properties (German)
* New translations urtsi.properties (German)
Dan Cunningham [Sun, 12 Dec 2021 16:40:51 +0000 (08:40 -0800)]
[myq] Fix for controlling lights (#11765)
Signed-off-by: Dan Cunningham <dan@digitaldan.com>