Skip to content
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 fork #9

Merged
merged 56 commits into from
Aug 22, 2020
Merged

Update fork #9

merged 56 commits into from
Aug 22, 2020

Conversation

mlobstein
Copy link
Owner

No description provided.

alexf2015 and others added 30 commits July 28, 2020 20:26
Signed-off-by: Alexander Friese <af944580@googlemail.com>
Fix #8200

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Added Gardena SILENO city 250 with FW version 1.2 as tested mower
Interface remains the same.

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
* [lutron] Workaround for thing actions bug
* [lutron] Fix NPE
* Fix NPE when setting fadeInTime and fadeOutTime variables prior to handler initialization

Also-by: Austin Guiswite <austin@guiswitehome.com>
Signed-off-by: Bob Adair <bob.github@att.net>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Closes #7043
Signed-off-by: Christian Kittel <ckittel@gmx.de>
Revert of "Reconnect fix (isDone was never true, because the scheduled task is everytime currently running when the scheduleRestartClient method is executed)" because it causes too many requests when the servers aren't available.

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Closes #7252

Signed-off-by: Aitor Iturrioz <riturrioz@gmail.com>
Closes #8157

Signed-off-by: HALLO01 <68531310+HALLO01@users.noreply.github.com>
Related to #8216

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Related to #8216

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Bob Adair <bob.github@att.net>
Related to #8216

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
…nel (#8102)

Closes #8069

Signed-off-by: Thomas Weiler <toweosp@gmail.com>
Related to #8216

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Related to #8216

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
…ocumented Availability-Topic-Usage (#8244)

* Update xtend_examples.md

Added Availabilty-Topic Example as it is not covered in the Documentation yet; As suggested in Community-Forum https://community.openhab.org/t/mqtt-lwt-things-definition-availability-topic/103065/11
* added call monitor support
* applied thread naming convention

Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Chris Johnson <chrisfjohnson@live.com>
Also-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Signed-off-by: Andrew Schofield <the.uncle.fungus@gmail.com>
Signed-off-by: Andre Jendrysseck <ajendry1@gmail.com>
…#8242)

* Set bridge state to offline for duty cycle = -1
* Use correct type Contact for state channel of tilt sensor
* Support type Int64 for messages from Homegear
* Correct support of UP/DOWN for rollershutter devices - Important: UP command must send 1.0 to the device instead of the maximum
value returned by Homematic which is 1.01 and does not work.
* Correct max data point value of certain HmIP devices - Some data points of HmIP are returning 1.01d as max value instead of the correct value of 1.0.
* HM channel "Blind Transmitter" also indicates a rollershutter
* Reduced log level for certain datapoints to avoid flooding the logs - HmIP devices introduced new channel configuration datapoints that can't currently be detected automatically, but the CCU sometimes sends events and the logs were flooded with warnings.
* CuxD interface apparently does not support the rssiInfo method
* equals method call not necessary because of enum usage
* HM method does not return any data if HmIP only is used

Fixes #6360
Fixes #6145
Fixes #5042
Fixes #5674
Fixes #8081
Fixes #6688
Fixes #5048
Fixes #6743
Fixes #5062

Signed-off-by: Martin Herbst <develop@mherbst.de>
pfink and others added 26 commits August 12, 2020 07:30
Signed-off-by: Patrick Fink <mail@pfink.de>
Should be American spelling "Favorites"
Signed-off-by: Patrick Fink <mail@pfink.de>
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
…#8293)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Fix missing minutes

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* Fix thermostat NPE.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>

* added some null annotations.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>

* Replaced some channel types by system equivalent.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>

* Handle device change.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Bob Adair <bob.github@att.net>
[modbus] Do not raise exception on no-op operation of comms. interface

If communication interface is closed, you cannot naturally interact with
the device anymore. IllegalArgumentException is raised with all methods
that would need to interact with the device.

In this commit, close() and unregisterRegularPoll methods are not
raising the exception anymore since they are essentially no-ops with
closed communication interface. After all, close automatically
unregisters all registered regular polls. Thus, it should be considered
harmless to call these methods again on a closed instance, making them
mostly idempotent.

This change was motivated by seeing the IllegalStateException in the
wild, possibly triggered by certain dispose/initialize steps of things:
https://community.openhab.org/t/snip/102809/43

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
Fixes #8300

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
Signed-off-by: Michael Hazelden <michael@hazelden.me>
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
* [miio] add Xiaomi Mijia Smart Tower Fan (dmaker.fan)

Adding Xiaomi Mijia Smart Tower Fan
* dmaker.fan.p5
* dmaker.fan.p8
* dmaker.fan.p9 (miot)
* dmaker.fan.p10 (miot)
* dmaker.fan.1c & various vacuums

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
Update to CODEOWNERS file as requested by @berndpfrommer in #8261.

Signed-off-by: Bob Adair <bob.github@att.net>
Signed-off-by: Sami Salonen <ssalonen@gmail.com>
* When an error occurs, it is waited at least for 30 seconds to avoid too many requests (on re-occurring errors).
* Workaround for side-effect of "Fix possible resource leak #8080" - Improved by not rescheduling when the close/stop was actively triggered by the binding (in this case there is already a reschedule triggered)
* NPE fixed
* Code-Optimization

Closes #8182 

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
…OH1 (#6213)

Closes #5195

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
…nnouncement (#8090)

* wait for next request depending on text length
* work around Amazon Security changes and make proxy working again
* too many requests response code to retry in makeRequest
* synchronized sendTextToSpeech to prevent multiple iteration of textToSpeeches

Signed-off-by: Tom Blum (Trinitus01) <trinitus01@googlemail.com>
Signed-off-by: Paul Frank <pail@gmx.net>
This reverts commit b621062.

Reopens #8182

Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Signed-off-by: Stefan Roellin <stefan@roellin-baumann.ch>
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
@mlobstein mlobstein merged commit f49106b into mlobstein:2.5.x Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.