-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[mideaac] Initial contribution #17749
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
676d1e5
Midea AC after partial PR review
apella12 2abb211
Working version of split connection manager
apella12 51c3cd5
Changes to get separate Connection Manager working
apella12 1c4ae3e
Apply spotless changes
apella12 20a6c27
New PR candidate
apella12 ca8619f
Spotless changes
apella12 31f23e2
Make retries more robust
apella12 44f2a8e
Align V2 response with V3 reponse
apella12 d03fe24
Change to OH5.0 snapshot
apella12 72bead9
Changing dates was a bad idea
apella12 0ada337
Revert "Changing dates was a bad idea"
apella12 dcb1511
Change to new Headers
apella12 c6750ad
Address Comments partial
apella12 46a1ca5
Additional edits
apella12 757a257
Update utilities and connection manager
apella12 00ce795
Eliminate DTO folder and classes
apella12 6354dd3
Update pom with spotless
apella12 fc50345
Change connection log
apella12 3f2aaf1
Minor tweaks from extended testing
apella12 23eee74
Add scheduled token and key updates
apella12 88ff93e
Validated the automatic token key update steps
apella12 4444cf3
Cleanup unused code in Cloud.java
apella12 e17c852
Add the capability command
apella12 0024a0b
Reorganized files
apella12 69ab6e9
Add default cloud
apella12 a02f6ce
General Cleanup and documentation
apella12 4303e3b
Document clarifications
apella12 e87fe49
spotless missed
apella12 12ca6da
Add capability follow-up and energy Poll
apella12 5e16f7d
Add energy Polling Refresh
apella12 e96426b
Improve config descriptions
apella12 d1a4eb8
Correct LED command and change energy polling
apella12 64b451e
Add target humidity support for Midea AC binding
apella12 885150a
Add support for maximum humidity and filter status channels
apella12 48fb70e
Refactor and update Midea AC binding documentation and code
apella12 dfe2fc0
Minor clean-ups
apella12 7108254
Update palm to 5.1
apella12 1e7383a
Add tags to channels
apella12 7b778af
Add CODEOWNER for mideaac binding
apella12 2af62c0
Address some of the October review comments
apella12 d6be125
Review update 2. i18n still WIP
apella12 592d9b4
Improve configuration validation, error handling andi18n messages
apella12 4b6d554
Improve AC thing initialization documentation and i18n keys
apella12 fe1dafc
Refactor initialize
lsiepel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
32 changes: 32 additions & 0 deletions
32
...ideaac/src/main/java/org/openhab/binding/mideaac/internal/cloud/LoginFailedException.java
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| /* | ||
| * Copyright (c) 2010-2025 Contributors to the openHAB project | ||
| * | ||
| * See the NOTICE file(s) distributed with this work for additional | ||
| * information. | ||
| * | ||
| * This program and the accompanying materials are made available under the | ||
| * terms of the Eclipse Public License 2.0 which is available at | ||
| * http://www.eclipse.org/legal/epl-2.0 | ||
| * | ||
| * SPDX-License-Identifier: EPL-2.0 | ||
| */ | ||
|
|
||
| package org.openhab.binding.mideaac.internal.cloud; | ||
|
|
||
| import org.eclipse.jdt.annotation.NonNullByDefault; | ||
|
|
||
| /** | ||
| * The {@link LoginFailedException} is used to indicate login failures to Midea | ||
| * cloud services. | ||
| * | ||
| * @author Bob Eckhoff - Initial contribution | ||
| */ | ||
|
|
||
| @NonNullByDefault | ||
| public class LoginFailedException extends RuntimeException { | ||
| private static final long serialVersionUID = 1L; | ||
|
|
||
| public LoginFailedException(String message) { | ||
| super(message); | ||
| } | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.