forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update code to 14/03 #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…10148) * [bluetooth.bluegiga] Introduced better initialization functionality + other improvements * [bluetooth.bluegiga] Review change * [bluetooth.bluegiga] Fixed typo Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* add support for inverted to lock * run spotless Signed-off-by: Eugen Freiter <freiter@gmx.de>
* [hdpowerview] refactor from jax-rs to http client * [hdpowerview] adopt proposals of code reviewer * [hdpowerview] adopt additional proposals of code reviewer * [hdpowerview] provide exception class name Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [bluetooth] Add BluetoothDevice.isNotifying() * [bluetooth] Improve Characteristic properties support * [bluez] Improve Characteristic properties support * [bluetooth] Add BluetoothDevice.canNotify() * [bluez] Also catch DBusExecutionException on read value * [bluetooth.generic] Activate notifications for linked channels where characteristics are able to notify * [bluez] Adjust javadoc * [bluegiga] Add BluetoothDevice.isNotifying() support * [bluegiga] Fix notification enabled check * [bluetooth] move canNotify() to Characteristic * [bluegiga] rename notificationEnabled to notifying * [bluetooth.generic] use handlerToChannels to subscribe to notifications * [bluetooth.generic] implement TODOs of canRead()/canWrite() * [bluetooth.generic] optimize ChannelUID * [bluetooth.generic] use channelUids for link check Signed-off-by: Peter Rosenberg <prosenb.dev@gmail.com>
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
Fixes #10114 Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
…cleanup (#10147) * [modbus] More strict nullness. Remove apache.commons.lang from itests * [modbus] Defaults for tcp and serial things according to docs * [modbus] further explicit defaults * [modbus] document default encoding for serial. RTU is pretty much the only one used in the field. Previous default was ascii implicitly. * [modbus] verify defaults are used for undefined configuration parameters Signed-off-by: Sami Salonen <ssalonen@gmail.com>
Signed-off-by: Seb Boulet <SebBoulet@users.noreply.github.com>
…annel (#10113) * Adding French localization of the binding * Correction on overcast channel * Correcting nullable issues Signed-off-by: clinique <gael@lhopital.org>
Accepted without sign-off under small patch exemption.
Signed-off-by: Niklas Dörfler <niklas@doerfler-el.de>
Fixes #10142. Signed-off-by: Stefan Roellin <stefan@roellin-baumann.ch> Also-by: Jan N. Klug <jan.n.klug@rub.de>
…es (#10195) Signed-off-by: Jan Philipp Giel <mail@philsown.de>
Signed-off-by: Panagiotis Doulgeris panagiotis.doulgeris@outlook.com Signed-off-by: Pantastisch <45369229+Pantastisch@users.noreply.github.com>
* Added SMACK teach in * Teached in devices can be teach out on a repeated teach in * Improved detection of RPS devices, device types can be better distinguished now * Bugfixes for discovery fallback to GenericThings * Responses to message requests are send automatically now, no need for linking SEND_COMMAND channel Fixes #10156 Signed-off-by: Daniel Weber <uni@fruggy.de>
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Since the device does not follow its own protocol, we do not evaluate its replies to our configuration commands but rather do a fire and forget. Signed-off-by: Stefan Triller <github@stefantriller.de>
* Support for Shelly Motion, some minotr improvements, README updated Signed-off-by: Markus Michels <markus7017@gmail.com> * minor changes Signed-off-by: Markus Michels <markus7017@gmail.com> * Bug fixes from hardening Signed-off-by: Markus Michels <markus7017@gmail.com> * review changes applied Signed-off-by: Markus Michels <markus7017@gmail.com> * review change Signed-off-by: Markus Michels <markus7017@gmail.com> * review changes, fix creations of sensors#motion and device#externalPower for H%T; moved images/uiroller*.png to doc/images Signed-off-by: Markus Michels <markus7017@gmail.com> * missing in last fix Signed-off-by: Markus Michels <markus7017@gmail.com>
* Add support to myStrom Bulb Add properties to myStrom devices and an action to refresh the properties. Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch> * Fixes according to review comments Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch> * Update bundles/org.openhab.binding.mystrom/README.md Co-authored-by: J-N-K <J-N-K@users.noreply.github.com> * Fixes according to review comments Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch> * Use system color temperature channel type channel type system.color-temperature is used and values mapped from 1-18 to 0-100% Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch> * Better tracking of colour and brightness values Format power state Signed-off-by: Frederic Chastagnol <fchastagnol@fredoware.ch> Co-authored-by: J-N-K <J-N-K@users.noreply.github.com>
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Signed-off-by: Michael Weger <weger.michael@gmx.net> * - worked in review findings - introduced QuantityTypes - removed redundant pwmpilotcurrent (duplicate of maxpilotcurrent) - added maxpilotcurrentdutycyle
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* [miio] add feature channels * [miio] additional vacuum channels for advanced rules * [miio] update readme Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] deerma Humidifier Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
See: https://github.com/bndtools/bnd/wiki/Changes-in-5.3.0 Related to openhab/openhab-core#2217 Signed-off-by: Wouter Born <github@maindrain.net>
…0259) Signed-off-by: Christian Güdel <cg@dmesg.ch>
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* Fix logging levels * addressed review comment Signed-off-by: Kai Kreuzer <kai@openhab.org>
* [http] Add intersection character to descriptions. * Adjust description to pass spotless (line widths). Signed-off-by: Justin Wilczek <justinwilczek@gmail.com>
* Epsonprojector - Fix ONLINE status reporting * review changes Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
* New feature: Shelly Manager Signed-off-by: Markus Michels <markus7017@gmail.com> * Removed Shelly Manager to reduce PR size (will be another PR) Signed-off-by: Markus Michels <markus7017@gmail.com> * CoIoT initialization handles new COIOT options for the device, sensorSleepTime is now adadvanced; Roller set position 0/100 is mapped to UP/DOWN; Reference to Shelly Manager removed from README Signed-off-by: Markus Michels <markus7017@gmail.com> * Nullpointer check added on settings.coiot (4Pro has this null) Signed-off-by: Markus Michels <markus7017@gmail.com> * README updated Signed-off-by: Markus Michels <markus7017@gmail.com> * Use regex to extract fw version from string, check fw version to detect restarted, README updated, moved channel sensorSleepTime from group device to sensors Signed-off-by: Markus Michels <markus7017@gmail.com> * Review changes Signed-off-by: Markus Michels <markus7017@gmail.com>
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* Fix wrong username * Remove modbus transport Signed-off-by: Wouter Born <github@maindrain.net>
* Adds a jackson.version property to simplify managing the version * Make sure the specified version is used as add-on dependency by excluding Jackson from transitive dependencies * Use openhab.tp-jackson feature with dynamodb * Remove jackson-dataformat-cbor dependency from features which is now also provided by the openhab.tp-jackson feature Signed-off-by: Wouter Born <github@maindrain.net>
…ion 1.4. (#10293) This version introduces Java 11 compatibility by implementing a missing function as native code and thus dropping the dependency to the function jdk.internal.misc.SharedSecrets. See Pi4J/pi4j-v1#442 for details. Signed-off-by: Michael Rumpf <michael@rumpfonline.de>
* Remove dependency on commons-lang classes * Use HexUtils * Fix/add missing initial contribution author lines * Add unit test for MACAddress * Rename protocol package to dto Signed-off-by: Wouter Born <github@maindrain.net>
* make usage of mDNS configurable Signed-off-by: Eugen Freiter <freiter@gmx.de>
Put Item in separate Collections Signed-off-by: Marc <iseli_marc@hotmail.com>
Co-authored-by: Hans-Dieter <hdloew@freenet.de>
Adding additional models to deviceType enum - "mono4" and "strip6" (please note this is not a typo in "strip6" - six is at the end and without 'e') - based on the analysis of the debug info those new models are not being recognised by Yeelight binding in OH3 and as a result the bulb or the led stripe is constantly showing offline despite correct device id.
Signed-off-by: Matthias Fetzer <kontakt@der-fetzer.de>
…rules (#10258) Signed-off-by: Jürgen Baginski <opus42@gmx.de>
…els (#10279) Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Signed-off-by: Michael Wodniok <michi@noorganization.org>
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Fixed bug caused by asking a bridge thing for its bridge's UID instead of just the UID. Signed-off-by: Matthew Skinner <matt@pcmus.com>
Signed-off-by: Miguel <miguelwork92@gmail.com>
… not recover (#10281) * Ignore devices.changed event. Signed-off-by: Mark Herwege <mark.herwege@telenet.be> * Null warnings cleanup. Signed-off-by: Mark Herwege <mark.herwege@telenet.be> * Remove @NonNullByDefault({}) Signed-off-by: Mark Herwege <mark.herwege@telenet.be> * Shorten logger messages. Signed-off-by: Mark Herwege <mark.herwege@telenet.be> * Introduce rollershutter invert flag. Signed-off-by: Mark Herwege <mark.herwege@telenet.be> * Add null annotations. Signed-off-by: Mark Herwege <mark.herwege@telenet.be> * Connection resilience improvements and log level cleanup. Signed-off-by: Mark Herwege <mark.herwege@telenet.be> * Update bundles/org.openhab.binding.nikohomecontrol/src/main/resources/OH-INF/thing/thing-types.xml Signed-off-by: Fabian Wolter <github@fabian-wolter.de> Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
* Added play url actions to chromeCast binding Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
Fix #10313 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
aconte80
added a commit
that referenced
this pull request
Mar 14, 2021
Signed-off-by: Conte Andrea <andrea@conte.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.