kongo09 / philips-airpurifier-coap

💨 Philips AirPurifier custom component for Home Assistant. Supports local CoAP protocol.
193 stars 30 forks source link

Support request for model AC0850/70 #85

Closed atyndall closed 1 year ago

atyndall commented 1 year ago

Information included based on README instructions. Please let me know if you need any further info.

It is their smallest purifier I think with the least amount of features. There appear to be two quality measures, IAI and PM2.5, and three modes, auto, sleep and turbo.


aioairctrl --host 192.168.15.150 status --json # OFF
{"D01-02": "Purifier product", "D01-03": "Office", "D01-04": "Pluto", "D01-05": "AC0850/70", "D01-07": "English", "D01-08": 2, "D01-09": 1, "D01-10": 7, "D01-11": 0, "D01-20": "0.1.2", "D01-21": "1.1.1", "MCUBoot": true, "Runtime": 1053496, "rssi": -18, "wifilog": false, "free_memory": 51488, "WifiVersion": "AWS_Philips_AIR@69.1", "ProductId": "918eab40cc3e11eca3f10217247a73aa", "DeviceId": "fcb53322041311ee9f55f586d8509b3e", "StatusType": "status", "ConnectType": "Online", "D03-02": "OFF", "D03-03": false, "D03-04": 100, "D03-05": 100, "D03-11": "A", "D03-12": "Auto General", "D03-13": "0", "D03-32": 1, "D03-33": 1, "D03-42": "PM2.5", "D03-43": "PM2.5", "D03-44": 4, "aqit_ext": 0, "D03-64": 0, "D05-02": "A3", "D05-03": "none", "D05-07": 720, "D05-08": 4800, "D05-09": 0, "D05-13": 720, "D05-14": 4800, "D05-15": 0}

aioairctrl --host 192.168.15.150 status --json # ON; AUTO MODE
{"D01-02": "Purifier product", "D01-03": "Office", "D01-04": "Pluto", "D01-05": "AC0850/70", "D01-07": "English", "D01-08": 2, "D01-09": 1, "D01-10": 7, "D01-11": 0, "D01-20": "0.1.2", "D01-21": "1.1.1", "MCUBoot": true, "Runtime": 1108794, "rssi": -18, "wifilog": false, "free_memory": 51488, "WifiVersion": "AWS_Philips_AIR@69.1", "ProductId": "918eab40cc3e11eca3f10217247a73aa", "DeviceId": "fcb53322041311ee9f55f586d8509b3e", "StatusType": "status", "ConnectType": "Online", "D03-02": "ON", "D03-03": false, "D03-04": 100, "D03-05": 100, "D03-11": "A", "D03-12": "Auto General", "D03-13": "1", "D03-32": 2, "D03-33": 5, "D03-42": "PM2.5", "D03-43": "PM2.5", "D03-44": 4, "aqit_ext": 0, "D03-64": 0, "D05-02": "A3", "D05-03": "none", "D05-07": 720, "D05-08": 4800, "D05-09": 0, "D05-13": 720, "D05-14": 4800, "D05-15": 0}

aioairctrl --host 192.168.15.150 status --json # ON; SLEEP MODE
{"D01-02": "Purifier product", "D01-03": "Office", "D01-04": "Pluto", "D01-05": "AC0850/70", "D01-07": "English", "D01-08": 2, "D01-09": 1, "D01-10": 7, "D01-11": 0, "D01-20": "0.1.2", "D01-21": "1.1.1", "MCUBoot": true, "Runtime": 1159156, "rssi": -18, "wifilog": false, "free_memory": 51456, "WifiVersion": "AWS_Philips_AIR@69.1", "ProductId": "918eab40cc3e11eca3f10217247a73aa", "DeviceId": "fcb53322041311ee9f55f586d8509b3e", "StatusType": "status", "ConnectType": "Online", "D03-02": "ON", "D03-03": false, "D03-04": 0, "D03-05": 0, "D03-11": "A", "D03-12": "Sleep", "D03-13": "s", "D03-32": 1, "D03-33": 1, "D03-42": "PM2.5", "D03-43": "PM2.5", "D03-44": 4, "aqit_ext": 0, "D03-64": 0, "D05-02": "A3", "D05-03": "none", "D05-07": 720, "D05-08": 4800, "D05-09": 0, "D05-13": 720, "D05-14": 4800, "D05-15": 0}

aioairctrl --host 192.168.15.150 status --json # ON; TURBO MODE
{"D01-02": "Purifier product", "D01-03": "Office", "D01-04": "Pluto", "D01-05": "AC0850/70", "D01-07": "English", "D01-08": 2, "D01-09": 1, "D01-10": 7, "D01-11": 0, "D01-20": "0.1.2", "D01-21": "1.1.1", "MCUBoot": true, "Runtime": 1188535, "rssi": -18, "wifilog": false, "free_memory": 51488, "WifiVersion": "AWS_Philips_AIR@69.1", "ProductId": "918eab40cc3e11eca3f10217247a73aa", "DeviceId": "fcb53322041311ee9f55f586d8509b3e", "StatusType": "status", "ConnectType": "Online", "D03-02": "ON", "D03-03": false, "D03-04": 100, "D03-05": 100, "D03-11": "A", "D03-12": "Turbo", "D03-13": "t", "D03-32": 1, "D03-33": 1, "D03-42": "PM2.5", "D03-43": "PM2.5", "D03-44": 4, "aqit_ext": 0, "D03-64": 0, "D05-02": "A3", "D05-03": "none", "D05-07": 720, "D05-08": 4800, "D05-09": 0, "D05-13": 720, "D05-14": 4800, "D05-15": 0}
kongo09 commented 1 year ago

The AC0850 should be supported. Is it not working for you?

atyndall commented 1 year ago

@kongo09 my apologies, support was added in the most recent revision and I had not updated. It's working fine now, your work is much appreciated.