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

[innogysmarthome] Battery state of RST2 is now supported (#8344) #8374

Closed
wants to merge 309 commits into from
Closed

[innogysmarthome] Battery state of RST2 is now supported (#8344) #8374

wants to merge 309 commits into from

Conversation

Novanic
Copy link
Contributor

@Novanic Novanic commented Aug 31, 2020

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.

@Novanic Novanic requested a review from ollie-dev as a code owner August 31, 2020 18:46
lolodomo and others added 29 commits August 31, 2020 20:48
* [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]>
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: 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]>
* [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]>
@TravisBuddy
Copy link

Travis tests were successful

Hey @Novanic,
we found no major flaws with your code. Still you might want to look at this logfile, as we usually suggest some optional improvements.

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.