-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[innogysmarthome] Battery state of RST2 is now supported (#8344) #8374
Closed
Novanic
wants to merge
309
commits into
openhab:2.5.x
from
Novanic:8344-innogysmarthome-rst2-battery-state-missing
Closed
[innogysmarthome] Battery state of RST2 is now supported (#8344) #8374
Novanic
wants to merge
309
commits into
openhab:2.5.x
from
Novanic:8344-innogysmarthome-rst2-battery-state-missing
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
* [astro] Discovery service with constructor injection Null annotations added. * Call activate in the constructor Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Sven Strohschein <[email protected]>
TemperatureSensorTemperature hue channel definition missing :1 after hue:0302 in the full example. The item therefore didn't report the temperature and even after fixing it still did not work until I renamed the item. Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Changed "EXTRAX" to "EXTRAS" Signed-off-by: Sven Strohschein <[email protected]>
* [netatmo] Consider TimeZoneProvider * Add a @nullable * Avoid storing timeZoneProvider in a static variable Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Jan N. Klug <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
* Update f1x45-channel-groups.xml * Update f1x45-types.xml * Update F1X45.java * Update README.md * Update f1x45-channel-groups.xml * Update f1x45-types.xml * Update f1x45-channel-groups.xml * Update F1X45.java * Update README.md * Update f1x45-types.xml * Update README.md Signed-off-by: Joerg Schottmueller <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Closes #5732 Signed-off-by: Gaël L'hopital <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
* Solves stability issues with HmIP devices The CCU gets unresponsive if several HmIP devices are installed and always "non-blocking" requests are used. By reducing the use to what is absolutely necessary, the problem can be avoide. Fixes #7762 Signed-off-by: Martin Herbst <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
…ixed (#7908) * Line-endings fixed (changed from CRLF to LF) * Fixed an incompatible API change. There was a merge within the netatmo-swagger-decl project which introduced a new required boolean parameter. Actually this parameter isn't required, the default value is declared as "false" within the Netatmo API... * inputSpec (swagger YAML) changed to a concrete fixed version, so the build isn't breaking again when an incompatible change is committed to the dependent netatmo-swagger-decl project... Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Sebastian Chrostek <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Kai Kreuzer <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
* [somfytahoma] improved silent mode control * [somfytahoma] implemented suggested changes from the code review Signed-off-by: Ondrej Pecta <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
* Nova Fine Dust binding for SDS011 sensors Closes #7527 Signed-off-by: Stefan Triller <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Sami Salonen <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Tested on https://www.amazon.de/gp/product/B07PMDF69G/ Signed-off-by: Pascal Syma <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Fix #7905 Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
* [hyperion] Fixes #6377 hyperion NPE Incorporate changes to HyperionNG serverInfo API - alpha6. HyperionEnabled state channel is now determined by special component state "ALL" for newer APIs. See: https://docs.hyperion-project.org/en/json/ServerInfo.html * Update bundles/org.openhab.binding.hyperion/src/main/java/org/openhab/binding/hyperion/internal/handler/HyperionNgHandler.java Signed-off-by: Łukasz Serwicki <[email protected]> Co-authored-by: Connor Petty <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
* fixed null warnings and errors * addressed review comments Signed-off-by: Kai Kreuzer <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
* Update f1x45-channel-groups.xml * Update f1x45-types.xml * Update F1X45.java * Update README.md Signed-off-by: Joerg Schottmueller <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Anders Alfredsson <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
) * fix memory leak on failing websocket * address review comment and fix some smaller issues * more fixes * remove leftovers Signed-off-by: Jan N. Klug <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
* add heater/cooler * switch back to custom java hap build * make getKeyFromMapping more generic Signed-off-by: Eugen Freiter <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Signed-off-by: Mark Herwege <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
* homekit dimmer. fix 100% brightness Signed-off-by: Eugen Freiter <[email protected]> Signed-off-by: Sven Strohschein <[email protected]>
Missing some " at the end of items' line Signed-off-by: Sven Strohschein <[email protected]>
Travis tests were successfulHey @Novanic, |
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.
RST2 wasn't recognized as battery-powered (in comparision with RST), which caused that no battery warnings were triggered, see issue #8344 . There are a few more optimizations for RST2 with this pull-request.