Philips Air Purifier

Thanks for reporting this - but please don’t post it here but as an issue with the integration. I cannot follow it here and get it organized. Also, this stuff requires help. Most of what people report I don’t see with my own devices, so it is very difficult to understand and fix without someone helping out who can observe and test the problems.

There are no extra steps. If something is not working with your model (apart from the connection problem that everybody seems to have), please open an issue:

Hey I just found your repo, thanks for the work!

2 Likes

I just bought myself an AC2939/70 and installed the integration. I’m at the point where I enter in the IP address, but it’s telling me “Cannot connect to device”.

Help?

Edit:

I discovered thin in my logs:

2022-10-21 11:29:34.488 WARNING (MainThread) [custom_components.philips_airpurifier_coap.config_flow] Failed to connect: Can't instantiate abstract class UDP6EndpointAddress with abstract method blockwise_key
2022-10-21 11:29:34.493 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/philips_airpurifier_coap/config_flow.py", line 70, in async_step_dhcp
    client = await CoAPClient.create(self._host)
  File "/usr/local/lib/python3.10/site-packages/aioairctrl/coap/client.py", line 38, in create
    await obj._init()
  File "/usr/local/lib/python3.10/site-packages/aioairctrl/coap/client.py", line 33, in _init
    await self._sync()
  File "/usr/local/lib/python3.10/site-packages/aioairctrl/coap/client.py", line 54, in _sync
    response = await self._client_context.request(request).response
  File "/usr/local/lib/python3.10/site-packages/aiocoap/protocol.py", line 597, in _run_outer
  File "/usr/local/lib/python3.10/site-packages/aiocoap/protocol.py", line 622, in _run
  File "/usr/local/lib/python3.10/site-packages/aiocoap/protocol.py", line 325, in find_remote_and_interface
  File "/usr/local/lib/python3.10/site-packages/aiocoap/tokenmanager.py", line 205, in fill_or_recognize_remote
    # FIXME: pick a suitably short one where available, and a longer one
  File "/usr/local/lib/python3.10/site-packages/aiocoap/messagemanager.py", line 348, in fill_or_recognize_remote
    return False
  File "/usr/local/lib/python3.10/site-packages/aiocoap/transports/udp6.py", line 444, in determine_remote
    return UDP6EndpointAddress(sockaddr, self, pktinfo=local)
TypeError: Can't instantiate abstract class UDP6EndpointAddress with abstract method blockwise_key
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py", line 71, in _async_start
    await gather_with_concurrency(
  File "/usr/src/homeassistant/homeassistant/util/async_.py", line 199, in gather_with_concurrency
    return await gather(
  File "/usr/src/homeassistant/homeassistant/util/async_.py", line 197, in sem_task
    return await task
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 225, in async_init
    flow, result = await task
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 252, in _async_init
    result = await self._async_handle_step(flow, flow.init_step, data, init_done)
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 367, in _async_handle_step
    result: FlowResult = await getattr(flow, method)(user_input)
  File "/config/custom_components/philips_airpurifier_coap/config_flow.py", line 91, in async_step_dhcp
    raise exceptions.ConfigEntryNotReady from ex
homeassistant.exceptions.ConfigEntryNotReady: Can't instantiate abstract class UDP6EndpointAddress with abstract method blockwise_key
2022-10-21 11:29:47.164 WARNING (MainThread) [custom_components.philips_airpurifier_coap.config_flow] Failed to connect: Can't instantiate abstract class UDP6EndpointAddress with abstract method blockwise_key

I have never seen this problem before. Anyone else?

Ok … so I tried reloading the integration. Maybe it was a problem with the download. I got different results this time, but still not good.

2022-10-24 07:50:40.567 WARNING (MainThread) [custom_components.philips_airpurifier_coap.config_flow] Timeout, host 192.168.0.xx doesn't answer, aborting

Any ideas?

Ok, that looks better - in terms of the integration found your device (I assume the IP is correct) and tries to connect.

You might have hit the connectivity problem, though. Unfortunately, there is no real solution to that. Philips devices are super unreliable over encrypted CoAP. This might be due to the device or due to the reverse-engineered hack that someone discovered to get access to the API. Nobody knows. For some people on old firmware it works well, for most people on newer firmware it’s an unresolvable pain.

You can try to unplug your device, wait a few seconds, plug it back in and try again to discover it with Home Assistant. With a bit of luck it works. But after some time (an hour, a day, who knows?) it will become unresponsive again.

I tried that (… actually I moved it into my study because I’m working from home today …) and BINGO! It worked.

There is a bit of oddness in that it detected two, but the log show it ignored the duplicate entities.

2022-10-24 07:59:47.232 WARNING (MainThread) [zigpy.application] Unknown device AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x16B4)
2022-10-24 07:59:48.014 INFO (MainThread) [hole] Response from *hole: 200
2022-10-24 08:00:51.411 INFO (MainThread) [homeassistant.setup] Setting up philips_airpurifier_coap
2022-10-24 08:00:51.413 INFO (MainThread) [homeassistant.setup] Setup of domain philips_airpurifier_coap took 0.0 seconds
2022-10-24 08:01:22.731 INFO (MainThread) [homeassistant.components.fan] Setting up fan.philips_airpurifier_coap
2022-10-24 08:01:22.740 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.philips_airpurifier_coap
2022-10-24 08:01:22.746 INFO (MainThread) [homeassistant.components.switch] Setting up switch.philips_airpurifier_coap
2022-10-24 08:01:22.753 INFO (MainThread) [homeassistant.components.light] Setting up light.philips_airpurifier_coap
2022-10-24 08:01:22.760 INFO (MainThread) [homeassistant.components.select] Setting up select.philips_airpurifier_coap
2022-10-24 08:01:22.775 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new fan.philips_airpurifier_coap entity: fan.study
2022-10-24 08:01:22.777 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.philips_airpurifier_coap entity: sensor.study_air_quality_index
2022-10-24 08:01:22.778 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.philips_airpurifier_coap entity: sensor.study_indoor_allergen_index
2022-10-24 08:01:22.779 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.philips_airpurifier_coap entity: sensor.study_pm2_5
2022-10-24 08:01:22.783 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.philips_airpurifier_coap entity: sensor.study_total_volatile_organic_compounds
2022-10-24 08:01:22.785 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.philips_airpurifier_coap entity: sensor.study_filter_pre
2022-10-24 08:01:22.786 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.philips_airpurifier_coap entity: sensor.study_filter_hepa
2022-10-24 08:01:22.787 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.philips_airpurifier_coap entity: sensor.study_filter_active_carbon
2022-10-24 08:01:22.788 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.philips_airpurifier_coap entity: light.study_display_backlight
2022-10-24 08:01:22.789 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.philips_airpurifier_coap entity: light.study_light_brightness
2022-10-24 08:01:43.004 INFO (MainThread) [homeassistant.components.fan] Setting up fan.philips_airpurifier_coap
2022-10-24 08:01:43.005 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.philips_airpurifier_coap
2022-10-24 08:01:43.006 INFO (MainThread) [homeassistant.components.switch] Setting up switch.philips_airpurifier_coap
2022-10-24 08:01:43.006 INFO (MainThread) [homeassistant.components.light] Setting up light.philips_airpurifier_coap
2022-10-24 08:01:43.007 INFO (MainThread) [homeassistant.components.select] Setting up select.philips_airpurifier_coap
2022-10-24 08:01:43.010 ERROR (MainThread) [homeassistant.components.fan] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619 already exists - ignoring fan.study
2022-10-24 08:01:43.015 ERROR (MainThread) [homeassistant.components.sensor] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619-aqit already exists - ignoring sensor.study_air_quality_index
2022-10-24 08:01:43.018 ERROR (MainThread) [homeassistant.components.sensor] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619-iaql already exists - ignoring sensor.study_indoor_allergen_index
2022-10-24 08:01:43.020 ERROR (MainThread) [homeassistant.components.sensor] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619-pm25 already exists - ignoring sensor.study_pm2_5
2022-10-24 08:01:43.022 ERROR (MainThread) [homeassistant.components.sensor] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619-tvoc already exists - ignoring sensor.study_total_volatile_organic_compounds
2022-10-24 08:01:43.024 ERROR (MainThread) [homeassistant.components.sensor] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619-filter_pre already exists - ignoring sensor.study_filter_pre
2022-10-24 08:01:43.026 ERROR (MainThread) [homeassistant.components.sensor] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619-filter_hepa already exists - ignoring sensor.study_filter_hepa
2022-10-24 08:01:43.028 ERROR (MainThread) [homeassistant.components.sensor] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619-filter_active_carbon already exists - ignoring sensor.study_filter_active_carbon
2022-10-24 08:01:43.031 ERROR (MainThread) [homeassistant.components.light] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619-uil already exists - ignoring light.study_display_backlight
2022-10-24 08:01:43.032 ERROR (MainThread) [homeassistant.components.light] Platform philips_airpurifier_coap does not generate unique IDs. ID AC2939-088df02150d411ed89969b32a1030619-aqil already exists - ignoring light.study_light_brightness

The unit seems to be working, but it might be worth investigating?

This is nothing to worry about and the integration self detects so that you do not end up with a duplicate.

I get ‘timeout, cannot connect to device’ when I try to add it using the IP. Except HA and AirPurifier restarts, can I do anything else? (AC2729/10))
Firmware:
Wifi: 8
Device: 0.1.4

You could try to access it from the comannd line. See my github repo for how that works. If you can access it from the command line but not from HA, there is a bug in the integration. If you cannot access it from the command line either, it’s probably to nasty connectivity problem.

1 Like

I run aioairctrl and there were no results. The filter is from 2019, would it be possible to use http?

Last edit: YEP, is working over HTTP - GitHub - GeorgeSG/philips_airpurifier_http: Home Assistant integration for Philips Air Purifiers

1 Like

Thank you @crc-error79 and @kongo09 , your combo makes my device usuable again in HA!

Thank you but the whole job was made by @kongo09, so the all glory goes to him :innocent:

1 Like

Can’t this intergration be adjusted for an official HA integration? iobroker.philips-air - npm

Thanks for pointing that out, I wasn’t aware of it. Does it also go back to the reverse engineering work of rgerganov? And more importantly, does it also suffer from connection problems or is it rock stable?

Don’t know. I ditched ioBroker, Domoticz and Hoobs in favour of HomeAssistant. Reading the text seems promising! Only the Sentry libraries should be ditched, since HomeAssisant users regurly don’t like it when intergrations start “phoning home” to someone’s servers. Privacy and security first :slight_smile:

Hey all, just bought AMF765. Is there something available as an integration for this air purifier?
Searched the entire forum but can’t seem to find something…

Is that a new model? Maybe it has a similar interface to the other devices?

Please try aioairctrl to see if we can talk to it. Check here: GitHub - kongo09/philips-airpurifier-coap: 💨 Philips AirPurifier custom component for Home Assistant. Supports local CoAP protocol.

@kongo09,

I did try it, however, it doesn’t find it automatically. Also, when I try via entering the IP manually, doesn’t seem to connect to it.

Let me know what can I do to help you with debugging.

I think it’s a new model - 2in1, air purifier and a fan.

Tried connecting with aioairctrl, doesn’t seem to work:


Stays like this for quite a while…

PS. Actually, @kongo09, it did show some data:

(env) sdimitrov@MBP-SDIMITROV Downloads % aioairctrl --host 192.168.0.217 status-observe

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16324456, 'rssi': -41, 'wifilog': False, 'free_memory': 35400, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 55, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16330587, 'rssi': -41, 'wifilog': False, 'free_memory': 34984, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 55, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16345036, 'rssi': -43, 'wifilog': False, 'free_memory': 43336, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 55, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16347080, 'rssi': -42, 'wifilog': False, 'free_memory': 43336, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 55, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16360485, 'rssi': -44, 'wifilog': False, 'free_memory': 41584, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16361486, 'rssi': -44, 'wifilog': False, 'free_memory': 41680, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16365614, 'rssi': -44, 'wifilog': False, 'free_memory': 41632, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16369701, 'rssi': -43, 'wifilog': False, 'free_memory': 41296, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 55, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16370764, 'rssi': -42, 'wifilog': False, 'free_memory': 41200, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 55, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16375914, 'rssi': -41, 'wifilog': False, 'free_memory': 41168, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16385133, 'rssi': -42, 'wifilog': False, 'free_memory': 40800, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16399502, 'rssi': -41, 'wifilog': False, 'free_memory': 39968, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16415057, 'rssi': -46, 'wifilog': False, 'free_memory': 39544, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16430509, 'rssi': -41, 'wifilog': False, 'free_memory': 38696, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16432553, 'rssi': -41, 'wifilog': False, 'free_memory': 38696, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 55, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16453073, 'rssi': -41, 'wifilog': False, 'free_memory': 37864, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16470667, 'rssi': -43, 'wifilog': False, 'free_memory': 37024, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16495440, 'rssi': -44, 'wifilog': False, 'free_memory': 36184, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 55, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}

{'D01102': 5, 'D01S03': 'Living Room Air Control', 'D01S04': 'Pegasus', 'D01S05': 'AMF765/10', 'D01107': 0, 'D01108': 3, 'D01109': 1, 'D0110A': 0, 'D0110B': 7, 'D0110C': 3, 'D0110F': 3, 'D01S12': '0.8.5', 'D01213': 0, 'D01R22': '0.1.5', 'D01223': 0, 'D01R32': '0.3.0', 'D01233': 0, 'ProductId': '5537ddae116411eda7a60217247a73aa', 'DeviceId': 'a2370e3699ae11ed9ecdefa402faee54', 'MCUBoot': True, 'Runtime': 16599545, 'rssi': -43, 'wifilog': False, 'free_memory': 39960, 'WifiVersion': 'AWS_Philips_AIR@76', 'StatusType': 'status', 'ConnectType': 'Online', 'D03102': 1, 'D03103': 0, 'D03106': 0, 'D0310A': 2, 'D0310C': 0, 'D0310D': 1, 'D0310E': 25, 'D0320F': 30, 'D03110': 0, 'D03113': 0, 'D03114': 0, 'D0311F': 0, 'D03120': 1, 'D03221': 1, 'D03122': 1, 'D03123': 50, 'D03224': 249, 'D03125': 54, 'D0312A': 1, 'D0312B': 1, 'D0312C': 4, 'D0312D': 30, 'D0312E': 30, 'D0312F': 0, 'D03130': 100, 'D03131': 0, 'D03134': 0, 'D03240': 0, 'D03180': 1, 'D03182': 1, 'D03R81': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n', 'D05102': 0, 'D05207': 720, 'D05408': 14400, 'D0520D': 716, 'D0540E': 14400}
{"D01102": 5, "D01S03": "Living Room Air Control", "D01S04": "Pegasus", "D01S05": "AMF765/10", "D01107": 0, "D01108": 3, "D01109": 1, "D0110A": 0, "D0110B": 7, "D0110C": 3, "D0110F": 3, "D01S12": "0.8.5", "D01213": 0, "D01R22": "0.1.5", "D01223": 0, "D01R32": "0.3.0", "D01233": 0, "ProductId": "5537ddae116411eda7a60217247a73aa", "DeviceId": "a2370e3699ae11ed9ecdefa402faee54", "MCUBoot": true, "Runtime": 16768577, "rssi": -45, "wifilog": false, "free_memory": 40832, "WifiVersion": "AWS_Philips_AIR@76", "StatusType": "status", "ConnectType": "Online", "D03102": 1, "D03103": 0, "D03106": 0, "D0310A": 2, "D0310C": 0, "D0310D": 1, "D0310E": 25, "D0320F": 30, "D03110": 0, "D03113": 0, "D03114": 0, "D0311F": 0, "D03120": 1, "D03221": 1, "D03122": 1, "D03123": 50, "D03224": 250, "D03125": 54, "D0312A": 1, "D0312B": 1, "D0312C": 4, "D0312D": 30, "D0312E": 30, "D0312F": 0, "D03130": 100, "D03131": 0, "D03134": 0, "D03240": 0, "D03180": 1, "D03182": 1, "D03R81": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAA==\n", "D05102": 0, "D05207": 720, "D05408": 14400, "D0520D": 716, "D0540E": 14400}

Let me know if I can help in any other way!

PS2.

Mac address starts with: 84:9D:C2:7A…