This file was auto-generated by create_example_page.py, do not edit this file manually
Execution:
- get_status()
- set_status()
Output:
{"aqil": 100, "aqit": 0, "cl": false, "ddp": "1", "dt": 0, "dtrs": 0, "err": 0, "func": "P", "iaql": 2, "mode": "M", "om": "1", "pm25": 8, "pwr": "1", "rddp": "1", "rh": 30, "rhset": 60, "temp": 24, "uil": "1", "wl": 100}
Execution:
- airctrl --protocol http
Output:
[pwr] Power: ON
[pm25] PM25: 8
[rh] Humidity: 30
[rhset] Target humidity: 60
[iaql] Allergen index: 2
[temp] Temperature: 24
[func] Function: Purification
[mode] Mode: manual
[om] Fan speed: 1
[aqil] Light brightness: 100
[uil] Buttons light: ON
[ddp] Used index: PM2.5
[wl] Water level: 100
[cl] Child lock: False
Execution:
- get_wifi()
Output:
{"cppid": "0000000000000000", "dhcp": true, "gateway": "127.0.0.1", "ipaddress": "127.0.0.2", "macaddress": "00:00:00:00:00:00", "netmask": "255.255.255.0", "password": "xxx", "protection": "wpa-2", "ssid": "My SSID"}
Execution:
- airctrl --protocol http --wifi
Output:
{'cppid': '0000000000000000',
'dhcp': True,
'gateway': '127.0.0.1',
'ipaddress': '127.0.0.2',
'macaddress': '00:00:00:00:00:00',
'netmask': '255.255.255.0',
'password': 'xxx',
'protection': 'wpa-2',
'ssid': 'My SSID'}
Execution:
- get_firmware()
Output:
{"mandatory": false, "name": "AC2729_10", "progress": 0, "state": "idle", "statusmsg": "", "upgrade": "", "version": "8"}
Execution:
- airctrl --protocol http --firmware
Output:
{'mandatory': False,
'name': 'AC2729_10',
'progress': 0,
'state': 'idle',
'statusmsg': '',
'upgrade': '',
'version': '8'}
Execution:
- get_filters()
Output:
{"fltsts0": 33, "fltsts1": 1141, "fltsts2": 1142, "wicksts": 1140}
Execution:
- airctrl --protocol http --filters
Output:
Pre-filter and Wick: clean in 33 hours
Wick filter: replace in 1140 hours
Active carbon filter: replace in 1142 hours
HEPA filter: replace in 1141 hours
Execution:
- get_status()
Output:
{"ConnectType": "Localcontrol", "DeviceId": "00000000000000000000000000000000", "ProductId": "00000000000000000000000000000001", "Runtime": 227847866, "StatusType": "localcontrol", "WifiVersion": "[email protected]", "aqil": 75, "aqit": 4, "cl": false, "ddp": "0", "dt": 0, "dtrs": 0, "err": 0, "fltsts0": 213, "fltsts1": 4364, "fltsts2": 10487, "fltt1": "A3", "fltt2": "none", "iaql": 1, "mode": "A", "modelid": "http", "name": "Luftreiniger", "om": "1", "ota": "ck", "pm25": 1, "pwr": "1", "swversion": "1.0.7", "type": "http", "uil": "2", "wicksts": "5"}
Execution:
- airctrl --protocol plain_coap
Output:
[name] Name: Luftreiniger
[modelid] ModelId: http
[swversion] Version: 1.0.7
[StatusType] StatusType: localcontrol
[ota] Over the air updates: ck
[Runtime] Runtime: 15.29 hours
[pwr] Power: ON
[pm25] PM25: 1
[iaql] Allergen index: 1
[mode] Mode: allergen
[om] Fan speed: 1
[aqil] Light brightness: 75
[uil] Buttons light: 2
[ddp] Used index: IAI
[cl] Child lock: False
[fltsts0] Pre-filter and Wick: clean in 213 hours
[fltsts1] HEPA filter: replace in 4364 hours
[fltsts2] Active carbon filter: replace in 10487 hours
[wicksts] Wick filter: replace in 5 hours
Execution:
- airctrl --protocol plain_coap --firmware
Output:
Software version: 1.0.7
Over the air updates: ck
Execution:
- airctrl --protocol plain_coap --filters
Output:
Pre-filter and Wick: clean in 213 hours
HEPA filter: replace in 4364 hours
Active carbon filter: replace in 10487 hours
Wick filter: replace in 5 hours
Execution:
- get_status()
Output:
{"ConnectType":"Localcontrol","DeviceId":"00000000000000000000000000000000","ProductId":"00000000000000000000000000000001","Runtime":133558623,"StatusType":"localcontrol","WifiVersion":"[email protected]","aqil":25,"aqit":4,"cl":false,"ddp":"0","dt":0,"dtrs":0,"err":0,"fltsts0":149,"fltsts1":4300,"fltsts2":10423,"fltt1":"A3","fltt2":"none","iaql":1,"mode":"M","modelid":"AC2889/10","name":"Luftreiniger","om":"1","ota":"ck","pm25":1,"pwr":"1","swversion":"1.0.7","type":"AC2889","uil":"2"}
Execution:
- airctrl --protocol coap
Output:
[ConnectType] ConnectType: Localcontrol
[DeviceId] DeviceId: 00000000000000000000000000000000
[ProductId] ProductId: 00000000000000000000000000000001
[Runtime] Runtime: 13.1 hours
[StatusType] StatusType: localcontrol
[WifiVersion] WifiVersion: [email protected]
[aqil] Light brightness: 25
[aqit] Air quality notification threshold: 4
[cl] Child lock: False
[ddp] Used index: IAI
[fltsts0] Pre-filter and Wick: clean in 149 hours
[fltsts1] HEPA filter: replace in 4300 hours
[fltsts2] Active carbon filter: replace in 10423 hours
[fltt1] HEPA filter type: NanoProtect Filter Series 3 (FY2422)
[fltt2] Active carbon filter type: none
[iaql] Allergen index: 1
[mode] Mode: manual
[modelid] ModelId: AC2889/10
[name] Name: Luftreiniger
[om] Fan speed: 1
[ota] Over the air updates: ck
[pm25] PM25: 1
[pwr] Power: ON
[swversion] Version: 1.0.7
[type] Type: AC2889
[uil] Buttons light: 2
Execution:
- airctrl --protocol coap --firmware
Output:
Version: 1.0.7
Over the air updates: ck
Execution:
- airctrl --protocol coap --filters
Output:
Pre-filter and Wick: clean in 149 hours
HEPA filter: replace in 4300 hours
Active carbon filter: replace in 10423 hours
Execution:
- get_status()
Output:
{"name":"Luftreiniger","type":"AC2889","modelid":"AC2889/10","swversion":"1.0.7","om":"1","pwr":"1","cl":"false","aqil":25,"uil":"2","dt":0,"dtrs":0,"mode":"A","pm25":2,"iaql":1,"aqit":4,"ddp":"0","err":193,"fltt1":"A3","fltt2":"none","fltsts0":0,"fltsts1":4526,"fltsts2":10648,"ota":"ck","Runtime":100093460,"WifiVersion":"[email protected]","ProductId":"00000000000000000000000000000001","DeviceId":"00000000000000000000000000000000","StatusType":"localcontrol","ConnectType":"Localcontrol"}
Execution:
- airctrl --protocol coap
Output:
[name] Name: Luftreiniger
[type] Type: AC2889
[modelid] ModelId: AC2889/10
[swversion] Version: 1.0.7
[om] Fan speed: 1
[pwr] Power: ON
[cl] Child lock: false
[aqil] Light brightness: 25
[uil] Buttons light: 2
[mode] Mode: allergen
[pm25] PM25: 2
[iaql] Allergen index: 1
[aqit] Air quality notification threshold: 4
[ddp] Used index: IAI
[err] [ERROR] Message: 193
[fltt1] HEPA filter type: NanoProtect Filter Series 3 (FY2422)
[fltt2] Active carbon filter type: none
[fltsts0] Pre-filter and Wick: clean in 0 hours
[fltsts1] HEPA filter: replace in 4526 hours
[fltsts2] Active carbon filter: replace in 10648 hours
[ota] Over the air updates: ck
[Runtime] Runtime: 3.8 hours
[WifiVersion] WifiVersion: [email protected]
[ProductId] ProductId: 00000000000000000000000000000001
[DeviceId] DeviceId: 00000000000000000000000000000000
[StatusType] StatusType: localcontrol
[ConnectType] ConnectType: Localcontrol
Execution:
- get_status()
Output:
{"name":"Bedroom","type":"AC2729","modelid":"AC2729/50","swversion":"0.2.1","om":"s","pwr":"1","cl":"false","aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"S","func":"P","rhset":50,"rh":29,"temp":24,"pm25":28,"iaql":5,"aqit":4,"ddp":"1","rddp":"1","err":49408,"wl":0,"fltt1":"A3","fltt2":"C7","fltsts0":236,"fltsts1":1256,"fltsts2":1256,"wicksts":1256,"ota":"ck","Runtime":50789,"WifiVersion":"[email protected]","ProductId":"00000000000000000000000000000001","DeviceId":"00000000000000000000000000000000","StatusType":"localcontrol","ConnectType":"Localcontrol"}
Execution:
- get_status()
Output:
{"ConnectType":"Localcontrol","DeviceId":"00000000000000000000000000000000","ProductId":"0000000000000000000000000000001","Runtime":611108689,"StatusType":"localcontrol","WifiVersion":"AWS_Philips_AIR@53","aqil":100,"aqit":10,"cl":false,"ddp":"1","err":0,"filid":"AC30360123456789012","filna":"AC3036","fltsts0":154,"fltsts1":4560,"fltsts2":65535,"fltt1":"A3","fltt2":"none","iaql":7,"language":"EN","mode":"AG","modelid":"AC3858/50","name":"LivingRoom","om":"0","ota":"no","pm25":40,"pwr":"0","rddp":"1","swversion":"Ms4102","tvoc":1,"type":"AC3858","uaset":"A","uil":"1"}
Execution:
- airctrl --protocol coap
Output:
[ConnectType] ConnectType: Localcontrol
[DeviceId] DeviceId: 00000000000000000000000000000000
[ProductId] ProductId: 0000000000000000000000000000001
[Runtime] Runtime: 1.75 hours
[StatusType] StatusType: localcontrol
[WifiVersion] WifiVersion: AWS_Philips_AIR@53
[aqil] Light brightness: 100
[aqit] Air quality notification threshold: 10
[cl] Child lock: False
[ddp] Used index: PM2.5
[filid] filid: AC30360123456789012
[filna] filna: AC3036
[fltsts0] Pre-filter and Wick: clean in 154 hours
[fltsts1] HEPA filter: replace in 4560 hours
[fltsts2] Active carbon filter: replace in 65535 hours
[fltt1] HEPA filter type: NanoProtect Filter Series 3 (FY2422)
[fltt2] Active carbon filter type: none
[iaql] Allergen index: 7
[language] language: EN
[mode] Mode: AG
[modelid] ModelId: AC3858/50
[name] Name: LivingRoom
[om] Fan speed: 0
[ota] Over the air updates: no
[pm25] PM25: 40
[pwr] Power: OFF
[rddp] rddp: 1
[swversion] Version: Ms4102
[tvoc] Total volatile organic compounds: 1
[type] Type: AC3858
[uaset] uaset: A
[uil] Buttons light: ON