-
-
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
[homeconnect] Predefined temp / spin speeds options for unsupported washer programs #10953
Conversation
This PR is in fact ready but as code is based on PR #10929, we need to first wait for the merge of the other PR. |
ac46039
to
35b6e35
Compare
35b6e35
to
a34e00f
Compare
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/home-connect-addon-looking-for-beta-testers/49702/890 |
@bruestel : this enhancement is now finished and ready for a review. So if you have time and availability... |
a34e00f
to
24ed800
Compare
…asher programs Fix openhab#10701 Also save in programs cache the unuspported program Signed-off-by: Laurent Garnier <[email protected]>
24ed800
to
09bf3e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your afford. Code looks good, unfortunately I cannot test it on a real device.
...src/main/java/org/openhab/binding/homeconnect/internal/handler/HomeConnectWasherHandler.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/openhab/binding/homeconnect/internal/handler/HomeConnectWasherHandler.java
Outdated
Show resolved
Hide resolved
...n/java/org/openhab/binding/homeconnect/internal/handler/AbstractHomeConnectThingHandler.java
Show resolved
Hide resolved
Signed-off-by: Laurent Garnier <[email protected]>
Signed-off-by: Laurent Garnier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make sure that your code improvements don't break anything I've also tested your code changes against the simulator (dishwasher and washer). Works as expected.
@fwolter : could you please review ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you @fwolter |
…asher programs (openhab#10953) * [homeconnect] Predefined temp / spin speeds options for unsupported washer programs Fix openhab#10701 Also save in programs cache the unuspported program Signed-off-by: Laurent Garnier <[email protected]> * Use constants OPTION_WASHER_TEMPERATURE and OPTION_WASHER_SPIN_SPEED Signed-off-by: Laurent Garnier <[email protected]> * Review comment : using constants Signed-off-by: Laurent Garnier <[email protected]>
…asher programs (openhab#10953) * [homeconnect] Predefined temp / spin speeds options for unsupported washer programs Fix openhab#10701 Also save in programs cache the unuspported program Signed-off-by: Laurent Garnier <[email protected]> * Use constants OPTION_WASHER_TEMPERATURE and OPTION_WASHER_SPIN_SPEED Signed-off-by: Laurent Garnier <[email protected]> * Review comment : using constants Signed-off-by: Laurent Garnier <[email protected]>
…asher programs (openhab#10953) * [homeconnect] Predefined temp / spin speeds options for unsupported washer programs Fix openhab#10701 Also save in programs cache the unuspported program Signed-off-by: Laurent Garnier <[email protected]> * Use constants OPTION_WASHER_TEMPERATURE and OPTION_WASHER_SPIN_SPEED Signed-off-by: Laurent Garnier <[email protected]> * Review comment : using constants Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Dave J Schoepel <[email protected]>
…asher programs (openhab#10953) * [homeconnect] Predefined temp / spin speeds options for unsupported washer programs Fix openhab#10701 Also save in programs cache the unuspported program Signed-off-by: Laurent Garnier <[email protected]> * Use constants OPTION_WASHER_TEMPERATURE and OPTION_WASHER_SPIN_SPEED Signed-off-by: Laurent Garnier <[email protected]> * Review comment : using constants Signed-off-by: Laurent Garnier <[email protected]>
Fix #10701
Also save in programs cache the unuspported program
Signed-off-by: Laurent Garnier [email protected]