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

AC1715/11 #88

Open
The-Paw opened this issue Jun 21, 2022 · 3 comments
Open

AC1715/11 #88

The-Paw opened this issue Jun 21, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@The-Paw
Copy link

The-Paw commented Jun 21, 2022

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-Paw The-Paw added the bug Something isn't working label Jun 21, 2022
@we5
Copy link

we5 commented Sep 7, 2022

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
}

@The-Paw
Copy link
Author

The-Paw commented May 29, 2024

Any Update for this ?? Or should I use the code posted above??

@gecko74
Copy link

gecko74 commented Dec 27, 2024

Replace the accessories.handler.js from this project
https://github.com/kandelvijaya/homebridge-philipsair-platform/

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants