Skip to content
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

Diagnostics #9

Open
medicalwei opened this issue Aug 20, 2022 · 0 comments
Open

Diagnostics #9

medicalwei opened this issue Aug 20, 2022 · 0 comments

Comments

@medicalwei
Copy link

medicalwei commented Aug 20, 2022

Daikin air cons has a diagnostic feature where remote sends out all codes but the AC unit long beeps when the diagnostic code matches.

See https://www.daikin.com/products/ac/services/error_codes for the feature.

The diagnostic code includes only one frame
11 da 27 00 01 XY 00 WW

Where X is

X Actual Code
0 0
1 A
2 C
3 E
4 H
5 F
6 J
7 L
8 P
9 U
A 9
B 8
C 7
D 6
E 5
F 4

(Note that A-F is a guess from the manual. Not verified)

Where Y is

Y Actual Code
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
A A
B H
C C
D J
E E
F F

Where WW is the checksum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant