]>
git.basschouten.com Git - openhab-addons.git/log
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>
Pieter Buts [Sun, 12 Dec 2021 16:15:16 +0000 (17:15 +0100)]
Fix xml unmarshalling exception in DenonMarantzHttpConnector.java (#11766)
M Valla [Sun, 12 Dec 2021 12:58:27 +0000 (13:58 +0100)]
[openwebnet] Add support for Dry Contact and IR interfaces for WHO=25 (#11747)
* [openwebnet] updated where parameter labels
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] added support for DryContact/IR interfaces
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] updated README
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] checkstyle
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
M Valla [Sun, 12 Dec 2021 12:21:52 +0000 (13:21 +0100)]
[openwebnet] reduced log messages during UPnP bridge discovery (#11705)
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Holger Friedrich [Sun, 12 Dec 2021 11:55:09 +0000 (12:55 +0100)]
[knx] Upgrade Calimero library to release 2.5. (#11759)
- Upstream update of base library for KNX access from v2.4 to v2.5.
- Adapt AbstractKNXClient to new interface and replace calls of deprecated
methods.
Fixes #6849.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Christoph Weitkamp [Sun, 12 Dec 2021 11:02:14 +0000 (12:02 +0100)]
[urtsi] Fixed leading spaces in translations (#11757)
* Fixed leading spaces in translations
* Add @text in binding.xml
* Added @text in urtsi.properties
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Matthew Skinner [Sun, 12 Dec 2021 08:08:53 +0000 (19:08 +1100)]
[ipcamera] Add new channel lastEventData for detailed extra data on alarms (#11748)
* Add new channel
* Last Event Data channel finished.
* Remove info logging.
* Fix bugs
* Fix ONVIF wont use different ports in xaddr paths.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Matthias Herrmann [Sat, 11 Dec 2021 22:06:47 +0000 (23:06 +0100)]
Extend .gitignore (#11372)
Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com>
Mark Herwege [Sat, 11 Dec 2021 18:39:40 +0000 (19:39 +0100)]
Add virtual flag handling. (#11751)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Martin Herbst [Sat, 11 Dec 2021 17:34:22 +0000 (18:34 +0100)]
[homematic] Improve (re)connect handling to Homematic gateways (#11429)
* Use globally unique id for registration of callback to allow ...
the connection of multiple OH installations with one CCU.
The bridge id is not sufficient for this purpose because it is same in
all OH installations.
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Retry callback re-registration after connection is resumed
Some services on the CCU need longer to start and are not available
immediately after the connection to the CCU has been resumed.
Improves the solution for #8808
Fixes #10439
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Description was missing.
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Changed setting name and description to avoid confusion
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Added a troubleshooting tip to solve a communication problem
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Shortened the label name to follow the guide lines
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Print more information about the reason for the failure
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Using scheduler thread pool and simplified configuration
Instead of configuring separate values for retry delays and number of
retries only the maximum time for retries can be configured.
The init method uses fixed delays.
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Don't retry to send if gateway does not answer at all
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Improved reconnect handling
- unregister callback not necessary if connection is lost
- wait 30s until clients and servers are restarted to give the gateway
some time to recover
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Spotless
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Cancel an active future if the binding is stopped
Signed-off-by: Martin Herbst <develop@mherbst.de>
openhab-bot [Sat, 11 Dec 2021 17:03:51 +0000 (18:03 +0100)]
New Crowdin updates (#11712)
* New translations ambientweather.properties (Italian)
* New translations amazondashbutton.properties (Italian)
* New translations openwebnet.properties (Italian)
* New translations lghombot.properties (Swedish)
* New translations playstation.properties (Swedish)
* New translations urtsi.properties (German)
* New translations chromecast.properties (German)
* New translations openhabcloud.properties (French)
* New translations openhabcloud.properties (Hungarian)
* New translations openhabcloud.properties (German)
* New translations logreader.properties (German)
* New translations googletts.properties (German)
* New translations avmfritz.properties (German)
* New translations thingstate.properties (French)
* New translations sncf.properties (French)
* New translations openweathermap.properties (German)
* New translations twitter.properties (French)
* New translations nikohomecontrol.properties (French)
* New translations gce.properties (French)
* New translations synopanalyzer.properties (French)
* New translations vigicrues.properties (French)
* New translations airquality.properties (French)
* New translations meteoblue.properties (French)
* New translations xmltv.properties (French)
* New translations sncf.properties (French)
Wouter Born [Sat, 11 Dec 2021 17:02:00 +0000 (18:02 +0100)]
Add default translations for persistence add-ons (#11754)
This makes the texts used by these add-ons translatable with Crowdin.
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Sat, 11 Dec 2021 17:01:29 +0000 (18:01 +0100)]
Add default translations for transform add-ons (#11755)
This makes the texts used by these add-ons translatable with Crowdin.
Signed-off-by: Wouter Born <github@maindrain.net>
Florian Albrecht [Sat, 11 Dec 2021 16:57:13 +0000 (17:57 +0100)]
[mqtt] Fix avail topics subscription after Brige Restart (#9851)
Fixes #9850
Signed-off-by: Florian Albrecht <cw.florian.albrecht@gmx.de>
nimric [Sat, 11 Dec 2021 16:50:40 +0000 (17:50 +0100)]
[jdbc] Add support for TimescaleDB (#11090) (#11091)
Signed-off-by: Riccardo Nimser-Joseph <github@nimric.de>
Co-authored-by: Riccardo Nimser-Joseph <github@nimric.de>
Sönke Küper [Sat, 11 Dec 2021 16:21:42 +0000 (17:21 +0100)]
Updated jsoup to 1.14.3 and adjusted some addons to use the provided version instaed of compile time dependency. (#11643)
Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
Co-authored-by: Sönke Küper <soenkekueper@gmx.de>
jlaur [Sat, 11 Dec 2021 16:20:11 +0000 (17:20 +0100)]
[hdpowerview] Add support for enabling/disabling automations (#11637)
* Add support for enabling/disabling automations.
Fixes #11516
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Fix class description.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Document automation channel and channel groups.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Update scene example in documentation.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Consolidate method for getting channel map.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Extract channel updating from data fetching methods.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Draft implementation of better automation description.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Simplify and optimize building weekday string.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Further simplify building weekday string.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Update scheduled event channels when modified.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Update scene channels when modified.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Update scene group channels when modified.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Fix cache synchronization during initialization.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Reduced code duplication.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Shorten time formatting.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Danish translations for dynamic channels.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Simplify, optimize and fix dynamic channel creation.
Channel order is now preserved when updating an existing channel.
Scenes and scene collection are sorted correctly.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Provide backwards compatibility for deprecated channels.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Document purpose of createDeprecatedSceneChannels.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Cleaned up poll method for improved readability.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Fix potential race condition when initialize() is called while updating channels.
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Flole998 [Sat, 11 Dec 2021 16:02:27 +0000 (17:02 +0100)]
[Homematic] Fix "Channel not found for Datapoint"-Errors (#11493)
Signed-off-by: Flole <flole@flole.de>
dalgwen [Sat, 11 Dec 2021 12:08:03 +0000 (13:08 +0100)]
[pulseaudio] Add reencoding to play more audio formats (#11630) (#11631)
Add a pass to reencode PCM sound in 16 bit, 44100 hz, 2 channels, before sending it to the pulseaudio audio sink.
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
Co-authored-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
Frieso Aeschbacher [Sat, 11 Dec 2021 12:05:41 +0000 (13:05 +0100)]
[dominoswiss] Initial contribution (#11585)
* Added Dominoswiss to CODEOWNERS and POMs
Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Intitial contribution of Dominoswiss Binding
Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Typo in pom.xml
Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Fixed inputs from fwolter
Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Fixed inputs from fwolter
Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Fixed localWriter Issue
Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Update bom/openhab-addons/pom.xml
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Flole998 [Sat, 11 Dec 2021 10:35:33 +0000 (11:35 +0100)]
[Hueemulation] Fix xy change response (#10692)
Signed-off-by: Flole <flole@flole.de>
Jonathan Gilbert [Sat, 11 Dec 2021 10:13:55 +0000 (10:13 +0000)]
Added simple Shared Cache into scope (#11693)
Signed-off-by: Jonathan Gilbert <jpg@trillica.com>
Wouter Born [Sat, 11 Dec 2021 09:56:48 +0000 (10:56 +0100)]
[plugwise] Fix 'power' channel not correctly updated with power production (#11746)
This fixes the issue that the 'power' channel would not update with the correct state because the number of pulses in the PowerInformationResponseMessage is signed instead of unsigned.
When the binding detected these strange readings it would normally log: "Circle (...) is in a kind of error state ...".
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Sat, 11 Dec 2021 09:01:40 +0000 (10:01 +0100)]
Resolve runbundles for Whiteboard downgrade (#11744)
Signed-off-by: Wouter Born <github@maindrain.net>
Paul [Fri, 10 Dec 2021 14:46:03 +0000 (15:46 +0100)]
Fix link to JN-UG-3091.pdf #11736 (#11743)
Signed-off-by: prsnbrg <mail@paulrosenberg.de>
eugen [Thu, 9 Dec 2021 23:20:28 +0000 (00:20 +0100)]
[homekit] make min/max values for Color Temperature configurable (#11717)
* make min/max values for ColorTemprature configurable
Signed-off-by: Eugen Freiter <freiter@gmx.de>
Mark Herwege [Thu, 9 Dec 2021 17:59:18 +0000 (18:59 +0100)]
[nikohomecontrol] Fix dimmer control sequence (#11737)
* Fix dimmer control sequence
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Stewart Cossey [Thu, 9 Dec 2021 11:35:29 +0000 (00:35 +1300)]
Fix smart water alert level. (#11734)
Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>
Stewart Cossey [Thu, 9 Dec 2021 08:00:18 +0000 (21:00 +1300)]
Change status channel from hash map values to state description options. (#11739)
Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>
eugen [Wed, 8 Dec 2021 11:14:44 +0000 (12:14 +0100)]
[homekit] add setting to block homekit user/pairing deletion (#11731)
* add setting to block homekit user deletion and unpairing
* add logging
* remove . from settings label
Signed-off-by: Eugen Freiter <freiter@gmx.de>
Matthew Davies [Tue, 7 Dec 2021 21:57:41 +0000 (22:57 +0100)]
Update README.md (#11730)
Changed FanState channel to Switch and corrected small typing error
Signed-off-by: raveydavies <matthew.davies@skynet.be>
Bob A [Tue, 7 Dec 2021 20:17:11 +0000 (15:17 -0500)]
[lutron] Explicitly enable proper monitoring types for HomeWorks connections (#11726)
* [lutron] Set default monitoring types for HomeWorks
Signed-off-by: Bob Adair <bob.github@att.net>
Wouter Born [Tue, 7 Dec 2021 16:47:53 +0000 (17:47 +0100)]
[pollytts] Add default translations properties file (#11728)
Signed-off-by: Wouter Born <github@maindrain.net>
Marcel [Tue, 7 Dec 2021 11:50:10 +0000 (12:50 +0100)]
[miio] Fix zhimi.airpurifier.vb2 channel unit (#11722)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Christoph Weitkamp [Tue, 7 Dec 2021 08:32:39 +0000 (09:32 +0100)]
Added support for HAN-FUN Color and Dimmable bulbs (#11723)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
eugen [Mon, 6 Dec 2021 18:11:36 +0000 (19:11 +0100)]
restart HomeKit bridge on network changes (#11720)
Signed-off-by: Eugen Freiter <freiter@gmx.de>
Co-authored-by: Eugen Freiter <freiter@gmx.de>
Christoph Weitkamp [Mon, 6 Dec 2021 17:52:54 +0000 (18:52 +0100)]
Rerun i18n tool (#11721)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Wouter Born [Sun, 5 Dec 2021 21:12:41 +0000 (22:12 +0100)]
[dsmr] Add missing English translations (#11713)
Without these English defaults Crowdin would remove Dutch translations.
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Sun, 5 Dec 2021 21:07:39 +0000 (22:07 +0100)]
[mqtt] Add missing English translations (#11714)
Without these English defaults Crowdin would remove German translations.
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Sun, 5 Dec 2021 19:14:44 +0000 (20:14 +0100)]
Rename English i18n properties to follow Crowdin naming conventions (#11709)
This allows these files to be used for creating translations with Crowdin.
Signed-off-by: Wouter Born <github@maindrain.net>
Wouter Born [Sun, 5 Dec 2021 18:29:44 +0000 (19:29 +0100)]
Remove unnecessary executable permissions (#11710)
These files are marked as executable for no good reason at all.
Signed-off-by: Wouter Born <github@maindrain.net>
Daniel Lienert [Sun, 5 Dec 2021 16:51:31 +0000 (17:51 +0100)]
[systeminfo] Fix Thing and Sitemap example (#11708)
Signed-off-by: Daniel Lienert <daniel@lienert.cc>
jlaur [Sun, 5 Dec 2021 16:48:37 +0000 (17:48 +0100)]
Fix initialization of shade handler. (#11707)
Fixes #11702
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
M Valla [Sun, 5 Dec 2021 10:26:36 +0000 (11:26 +0100)]
[openwebnet] Fixes discovery of devices on local bus. Added it translation (#11644)
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Marcel [Sun, 5 Dec 2021 10:23:40 +0000 (11:23 +0100)]
[miio] Add support for new dreame vacuum models (p2027,p2028,p2059) (#11669)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Mark Hilbush [Sun, 5 Dec 2021 10:20:20 +0000 (05:20 -0500)]
[sleepiq] Use constructor injection for ClientBuilder (#11700)
Fixes #11696
Signed-off-by: Mark Hilbush <mark@hilbush.com>
openhab-bot [Sun, 5 Dec 2021 10:16:17 +0000 (11:16 +0100)]
New Crowdin updates (#11663)
* New translations astro.properties (Hungarian)
* New translations chromecast.properties (German)
* New translations chromecast.properties (Hungarian)
* New translations lgwebos.properties (French)
* New translations linky.properties (French)
* New translations logreader.properties (German)
* New translations mail.properties (French)
* New translations mail.properties (Hungarian)
* New translations max.properties (German)
* New translations ntp.properties (Hungarian)
* New translations openhabcloud.properties (Hungarian)
* New translations pushover.properties (German)
* New translations pushsafer.properties (German)
* New translations remoteopenhab.properties (Hungarian)
* New translations transform.properties (French)
* New translations transform.properties (German)
* New translations vigicrues.properties (French)
* New translations voicerss.properties (German)
* New translations volvooncall.properties (French)
* New translations xmltv.properties (French)
* Fix encoding issue
Signed-off-by: Wouter Born <github@maindrain.net>
lolodomo [Sun, 5 Dec 2021 08:39:51 +0000 (09:39 +0100)]
[openuv] Fix internationalization of discovery result (#11500)
* [openuv] Fix internationalization of discovery result
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Doug Culnane [Sun, 5 Dec 2021 08:33:32 +0000 (09:33 +0100)]
[renault] Initial Contribution (#11467)
* #11465 Initial renault-api binding
Signed-off-by: Doug Culnane <doug@culnane.com>
bruestel [Sun, 5 Dec 2021 08:30:35 +0000 (09:30 +0100)]
[homeconnect] Add oven control (#11706)
Signed-off-by: Jonas Brüstel <jonas@bruestel.net>
Gaël L'hopital [Sat, 4 Dec 2021 17:33:50 +0000 (18:33 +0100)]
[SNCF] A binding to get French railways arrivals and departures (#11607)
* SNCF : new binding
Signed-off-by: clinique <gael@lhopital.org>
lolodomo [Sat, 4 Dec 2021 16:05:58 +0000 (17:05 +0100)]
[miio/ntp] Fix wrong "Date" channel category (#11699)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Christoph Weitkamp [Sat, 4 Dec 2021 15:59:50 +0000 (16:59 +0100)]
[chromecast] Added pattern for DateTime channel types (#11694)
* Added pattern for DateTime channel types
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Gaël L'hopital [Sat, 4 Dec 2021 15:55:48 +0000 (16:55 +0100)]
[Sagercaster] Reintroducing timestamp channel (#11665)
[Sagercaster] Reintroducing timestamp channel
Signed-off-by: clinique <gael@lhopital.org>
Marcel [Sat, 4 Dec 2021 15:36:05 +0000 (16:36 +0100)]
[miio] Improve binding description (#11690)
* [miio] Improve binding description
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Sat, 4 Dec 2021 14:31:52 +0000 (15:31 +0100)]
[miio] add support for Mi Smart Humidifer S (deerma.humidifier.jsqs) (#11687)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Christoph Weitkamp [Sat, 4 Dec 2021 14:03:29 +0000 (15:03 +0100)]
[chromecast] Added configuration flag to disable background discovery (#11689)
* Added configuration flag to disable background discovery
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Christoph Weitkamp [Sat, 4 Dec 2021 13:50:13 +0000 (14:50 +0100)]
Added pattern for DateTime channel types (#11681)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Matthew Davies [Sat, 4 Dec 2021 09:49:22 +0000 (10:49 +0100)]
[venstarthermostat] more functions issue enhancement 10823 (#11305)
* Adding several functions to binding to mimic local API
Signed-off-by: raveydavies <matthew.davies@skynet.be>
* Adding functionality according to API
Signed-off-by: raveydavies <matthew.davies@skynet.be>
* Updating Read me with new capability
Signed-off-by: raveydavies <matthew.davies@skynet.be>
* Additional commit with requested changes to pull request
Signed-off-by: raveydavies <matthew.davies@skynet.be>
* Updates to address all comments on previous commit.
Signed-off-by: raveydavies <matthew.davies@skynet.be>
* Updates as requested in review.
Signed-off-by: raveydavies <matthew.davies@skynet.be>
* Corrections for check style warnings
Signed-off-by: raveydavies <matthew.davies@skynet.be>
* Updates to address feedback from lolodomo.
Signed-off-by: raveydavies <matthew.davies@skynet.be>
* Changes to address feedback from lolodomo's review
Signed-off-by: raveydavies <matthew.davies@skynet.be>
* FanState changed to Switch, Exception handling added as per review.
Signed-off-by: raveydavies <matthew.davies@skynet.be>
Marcel [Thu, 2 Dec 2021 08:08:17 +0000 (09:08 +0100)]
[miio] i18n translation handling for basic channels (#11576)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Christoph Weitkamp [Thu, 2 Dec 2021 08:07:17 +0000 (09:07 +0100)]
[avmfritz] Exclude other Powerline products from discovery (#11682)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
mlobstein [Wed, 1 Dec 2021 20:58:36 +0000 (14:58 -0600)]
[radiothermostat] Update thing description for better matching in add-on search (#11675)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
mlobstein [Wed, 1 Dec 2021 20:57:46 +0000 (14:57 -0600)]
[nuvo] Update thing description for better matching in add-on search (#11674)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Daniël van Os [Wed, 1 Dec 2021 20:53:11 +0000 (21:53 +0100)]
[homewizard] Fix issue with missing gas values (#11666)
This commit fixes a crash that happens when the smart meter does not provide gas values. The crash was caused by the empty timestamp.
Signed-off-by: Daniël van Os <daniel@supercell.nl>
Wouter Born [Wed, 1 Dec 2021 17:53:01 +0000 (18:53 +0100)]
Add i18n-maven-plugin dependency (#11648)
When the plugin dependency is managed you can also use the plugin without adding GAV parameters to commands.
E.g. it allows for using it with:
```
mvn i18n:generate-default-translations
```
Signed-off-by: Wouter Born <github@maindrain.net>
mlobstein [Wed, 1 Dec 2021 11:22:29 +0000 (05:22 -0600)]
[tivo] Minor update and cleanup README.md (#11673)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Hans-Jörg Merk [Wed, 1 Dec 2021 10:58:59 +0000 (11:58 +0100)]
[wemo] Fix receiving empty binary state during poll (#11679)
Signed-off-by: Hans-Jörg Merk <github@hmerk.de>
Hilbrand Bouwkamp [Wed, 1 Dec 2021 10:57:09 +0000 (11:57 +0100)]
[tplinksmarthome] Fixed invalid channels in KL125/KL135. (#11680)
These are color bulbs and should have the color channel instead of the brightness channel.
Closes #11660
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
mlobstein [Wed, 1 Dec 2021 08:48:30 +0000 (02:48 -0600)]
[kaleidescape] Fix incorrect word in player ui documentation (#11676)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
eugen [Wed, 1 Dec 2021 08:43:41 +0000 (09:43 +0100)]
[homekit] switch to official Java HAP lib release (#11671)
Signed-off-by: Eugen Freiter <freiter@gmx.de>
Marcel [Mon, 29 Nov 2021 11:34:09 +0000 (12:34 +0100)]
[miio] add support for BT Gateway switch on chuangmi.plug.212a01 (#11657)
* [miio] add support for BT Gateway switch on chuangmi.plug.212a01
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] improve conversion & add test for it
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add one empty string test
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] remove unnessesary exceptions
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add one more test for different inputs
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] typo
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Mon, 29 Nov 2021 10:00:19 +0000 (11:00 +0100)]
[miio] Add support Mi Fresh Air Ventilator C1-80 zhimi.airfresh.ua1 (#11579)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Marcel [Mon, 29 Nov 2021 09:57:58 +0000 (10:57 +0100)]
[miio] fix Error parsing miot data null for new miot devices (#11658)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>