Add Support for 0850/41
Closed this issue · 3 comments
500Foods commented
Philips Air Purifier, has a fan (Sleep, Auto, and Turbo settings) as well as an air quality sensor.
Link to Amazon: https://a.co/d/iK00Q76
Output from aioairctrl, when in Auto mode:
{
"D01-02": "Purifier product",
"D01-03": "Living Room",
"D01-04": "Pluto",
"D01-05": "AC0850/41",
"D01-07": "English",
"D01-08": 2,
"D01-09": 1,
"D01-10": 16,
"D01-11": 0,
"D01-20": "0.1.2",
"D01-21": "1.1.1",
"MCUBoot": true,
"Runtime": 7888190,
"rssi": -25,
"otacheck": false,
"wifilog": false,
"free_memory": 47552,
"WifiVersion": "AWS_Philips_AIR@73.1",
"ProductId": "96ed4440cc3e11eca3f10217247a73aa",
"DeviceId": "75e8e322b26411ef93b0a595b2350a8e",
"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": 1,
"D03-33": 2,
"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": 4789,
"D05-15": 0
}
And second, after changing to turbo mode:
{
"D01-02": "Purifier product",
"D01-03": "Living Room",
"D01-04": "Pluto",
"D01-05": "AC0850/41",
"D01-07": "English",
"D01-08": 2,
"D01-09": 1,
"D01-10": 16,
"D01-11": 0,
"D01-20": "0.1.2",
"D01-21": "1.1.1",
"MCUBoot": true,
"Runtime": 7963275,
"rssi": -25,
"otacheck": false,
"wifilog": false,
"free_memory": 50400,
"WifiVersion": "AWS_Philips_AIR@73.1",
"ProductId": "96ed4440cc3e11eca3f10217247a73aa",
"DeviceId": "75e8e322b26411ef93b0a595b2350a8e",
"StatusType": "control",
"ConnectType": "Online",
"D03-02": "ON",
"D03-03": false,
"D03-04": 100,
"D03-05": 100,
"D03-11": "A",
"D03-12": "Turbo",
"D03-13": "1",
"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": 4789,
"D05-15": 0
}
kongo09 commented
Thanks for the data. Please try beta v0.32.0-beta.1
500Foods commented
kongo09 commented
Glad it works, I'll stick it into the next proper release.
If you like my work, feel free to buy me a coffee.