Add initial compatibility profile for Daikin ERSQ016AV1 + EKHBRD016ADV1#268
Open
julianbl wants to merge 3 commits into
Open
Add initial compatibility profile for Daikin ERSQ016AV1 + EKHBRD016ADV1#268julianbl wants to merge 3 commits into
julianbl wants to merge 3 commits into
Conversation
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.
Summary
Heating_EnabledandDHW_Enabledbooleans from the confirmed000010.../400010...frame familyHow the state mapping was confirmed
The profile uses the repeating
0x10request/response family as the trusted source on this platform. The confirmed matrix is:000010010101...= heat on, DHW on000010010100...= heat on, DHW off000010000101...= heat off, DHW on000010000100...= heat off, DHW off4000100100110130...= heat on, DHW on4000100100110030...= heat on, DHW off4000100000110130...= heat off, DHW on4000100000110030...= heat off, DHW offCaptured transition pair used during validation:
What remains uncertain
400011...sensor/process frame family still needs more reverse engineering on this platform0x80one-shot transition family is documented but not used as the steady-state sourceWhy some entities are intentionally hidden
Existing generic mappings expose several water-side temperatures that are clearly implausible on this hardware family, including leaving/return water values near zero while active and unstable DHW tank values. This patch keeps those entities out of the profile instead of presenting them as trusted sensors.