Add eye timer field for Daikin312#2271
Open
naoki-mizuno wants to merge 3 commits into
Open
Conversation
Captured data on ARC472A43 remote shows Beep is at byte 12 bits 2-3, not byte 7 bits 6-7 as previously mapped. There is no change in API. Assisted-by: Claude (Anthropic)
Previously, raw[7] was set to 0x58. The higher two bits of this byte indicates the eye timer setting (0x00 = off, 0x40 = 1hr, 0x80 = 3hr). Value of 0x58 set the eye timer to 1hr, which was confirmed on a F40TTAXP-W unit.
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
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.
The "eye" feature (called 留守エコ in Japanese models; most likely the same feature) senses absence of people and turns the AC off automatically after a certain time. This feature has a setting that controls the timeout, and can be set from off (disabled), 1hr, or 3hr.
This PR adds the field and methods for setting this duration, and more importantly, changes the default state to
off(previously it was set to 1hr, and my bedroom AC would turn itself off when I was asleep!).Additional minor changes are also included in this PR:
Data captured with UFO-R11, in Tuya format, converted using Sensus. AC was in cool mode powered on, cool 25.5, swingv highest, swingh sensor auto, fan breeze, beep quiet, light bright, announce on. Eye button was pressed for all captures.