-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making some change on Daikin176bits to work with IRMQTTServer (#826)
* modified fan setting Daikin176 to match remote * Fix Fan/SwingH problem. * Set Fan/Dry mode temp to 17C * Fix another bit masking bug in setMode(). * Add unit test coverage for temp, mode, power, and swing. * Add unit tests to verify against known-good remote data and try to reconstruct the messages. * Use/enforce only two values for fan speed. * Use the new common routines in `toString()`. * Add the fan speed and swing to the default/reset state. * Simplify some code. * Handle mode setting better. * remove Auto and Heat modes. Not supported. * Default to cool mode. * Handle internal message formation for modes better. * Better handle modes for common a/c stuff
- Loading branch information
1 parent
9855f4d
commit 7603a5b
Showing
7 changed files
with
406 additions
and
117 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.