-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
AC1715/11 #88
Labels
bug
Something isn't working
Comments
I think one of the main reasons here is, that the AC1715 is rather new and the returned keys/values are not as plain-text anymore, they now use some type of mapping keys: {
'D01-02': 'Purifier product',
'D01-03': 'XXX',
'D01-04': 'Nala',
'D01-05': 'AC1715/11',
'D01-07': 'English',
'D01-08': 2,
'D01-09': 1,
'D01-20': '0.0.1',
'D01-21': '0.6.0',
'MCUBoot': True,
'Runtime': 70278332,
'rssi': -48,
'free_memory': 56192,
'WifiVersion': 'AWS_Philips_AIR@67.5',
'ProductId': 'xxx',
'DeviceId': 'xxx',
'StatusType': 'status',
'ConnectType': 'Online',
'D03-02': 'ON', #pwr
'D03-03': False,
'D03-04': 100,
'D03-05': 100,
'D03-11': 'A', #mode (A=Auto, ...)
'D03-12': 'Auto General', #(Auto General, Sleep, Gentle/Speed 1, Speed 2)
'D03-13': '1', #speed? (s=Sleep, t=Turbo, 1, 2)
'D03-32': 2, #iaql
'D03-33': 6, #pm25
'D03-42': 'PM2.5',
'D03-43': 'PM2.5',
'D03-44': 4,
'D03-64': 0,
'D05-02': 'A3', #fltt1
'D05-03': 'none', #fltt2
'D05-07': 720, #flttotal0
'D05-08': 4800, #flttotal1
'D05-09': 0, #flttotal2
'D05-13': 701, #fltsts0
'D05-14': 4781, #fltsts1
'D05-15': 0 #fltsts2
} |
Any Update for this ?? Or should I use the code posted above?? |
Replace the accessories.handler.js from this project it works for ac1715, but its not perfekt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What could be the case on this errors ?? Same at the "old 1000i" .. see other topic
21.6.2022, 20:06:31HOOBSFEHLER[HOOBS 691B@1000@1000@Current Air Purifier State] characteristic value expected valid finite number and received "NaN" (number)
21.6.2022, 20:06:31HOOBSFEHLER[HOOBS 691B@1000@1000@Rotation Speed] characteristic value expected valid finite number and received "NaN" (number)
21.6.2022, 20:06:31HOOBSFEHLER[HOOBS 691B@1000@Air Quality@Air Quality] characteristic value expected valid finite number and received "NaN" (number)
21.6.2022, 20:06:31HOOBSFEHLER[HOOBS 691B@1000@Air Quality@PM2.5 Density] characteristic value expected valid finite number and received "undefined" (undefined)
21.6.2022, 20:06:31HOOBSFEHLER[HOOBS 691B@1000@Pre Filter@Filter Life Level] characteristic value expected valid finite number and received "NaN" (number)
21.6.2022, 20:06:31HOOBSFEHLER[HOOBS 691B@1000@Active carbon filter@Filter Life Level] characteristic value expected valid finite number and received "NaN" (number)
21.6.2022, 20:06:31HOOBSFEHLER[HOOBS 691B@1000@HEPA filter@Filter Life Level] characteristic value expected valid finite number and received "NaN" (number)
The text was updated successfully, but these errors were encountered: