betaboon / philips-airpurifier-coap

💨 Philips AirPurifier custom component for Home Assistant. With support for new Devices with CoAP protocol. Tested on AC2729/10 (bought early 2020)
70 stars 31 forks source link

AC2729: initial support #4

Closed betaboon closed 3 years ago

betaboon commented 3 years ago

this issue is the place to discuss the initial AC2729 support.

references

raw-data (provided by @kongo09): https://github.com/betaboon/philips-airpurifier/issues/3#issuecomment-751241821

cc: @kongo09, @nicx

nicx commented 3 years ago

Thanks! I will test it tomorrow and give feedback :)

kongo09 commented 3 years ago

Doesn't really work for me. There is no "on/off" switch and the developer tools say: state unavailable. I've set the log to DEBUG but there is nothing special to be seen. HA reports my other fan in regular intervals. The AC2729 is reported only once at the beginning:

2020-12-26 01:07:25 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] retrieving initial status
2020-12-26 01:07:25 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] retrieving initial status
2020-12-26 01:07:27 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] {'name': 'Kinderzimmer', 'type': 'AC2889', 'modelid': 'AC2889/10', 'swversion': '1.0.7', 'om': '0', 'pwr': '0', 'cl': False, 'aqil': 25, 'uil': '2', 'dt': 0, 'dtrs': 0, 'mode': 'P', 'pm25': 7, 'iaql': 2, 'aqit': 4, 'ddp': '0', 'err': 0, 'fltt1': 'A3', 'fltt2': 'C7', 'fltsts0': 41, 'fltsts1': 4012, 'fltsts2': 1612, 'range': 'Comfort', 'Runtime': 15876973, 'WifiVersion': 'AWS_Philips_AIR@62.1', 'ProductId': 'be10acb2e62411e8a1e3061302926720', 'DeviceId': '82fa3e40832611ea9d377ae8b5230ac3', 'StatusType': 'localcontrol', 'ConnectType': 'Localcontrol'}
2020-12-26 01:07:27 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] {'name': 'Schlafzimmer', 'type': 'AC2729', 'modelid': 'AC2729/10', 'swversion': '0.2.1', 'om': '1', 'pwr': '1', 'cl': False, 'aqil': 0, 'uil': '0', 'dt': 0, 'dtrs': 0, 'mode': 'P', 'func': 'P', 'rhset': 70, 'rh': 45, 'temp': 19, 'pm25': 13, 'iaql': 4, 'aqit': 4, 'ddp': '1', 'rddp': '1', 'err': 49408, 'wl': 0, 'fltt1': 'A3', 'fltt2': 'C7', 'fltsts0': 50, 'fltsts1': 3266, 'fltsts2': 3266, 'wicksts': 3266, 'range': 'MicroMario', 'Runtime': 963121475, 'WifiVersion': 'AWS_Philips_AIR@62.1', 'ProductId': '85bc26fae62611e8a1e3061302926720', 'DeviceId': '3c84c6c8123311ebb1ae8e3584d00715', 'StatusType': 'localcontrol', 'ConnectType': 'Localcontrol'}
betaboon commented 3 years ago

@kongo09 could you try enabling the debug-logging for coap as well?

logger:
  logs:
    custom_components.philips_airpurifier: debug
    coap: debug
betaboon commented 3 years ago

@kongo09 i just added a --debug-option to the cli-tool.

so could you please post the output of:

source aioairctrl-shell.sh
aioairctrl --host $DEVICE_IP --debug status-observe --json
kongo09 commented 3 years ago

Here is the complete log showing both fans. The problematic one is philips_ac2729_host: 192.168.179.12

2020-12-26 01:44:01 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Sending request - Token: f8b0, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x6ff4e550: Type.NON POST (MID 964, token f8b0) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 8 byte(s) payload>
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Sending request - Token: 0f3d, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x6ff27688: Type.NON POST (MID 7270, token 0f3d) remote <UDP6EndpointAddress 192.168.179.24>, 2 option(s), 8 byte(s) payload>
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x6ea53ce8: Type.NON 2.05 Content (MID 964, token f8b0) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-26 01:44:14 DEBUG (MainThread) [coap] New unique message received
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x6ea53ce8: Type.NON 2.05 Content (MID 964, token f8b0) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x6ea53ce8: Type.NON 2.05 Content (MID 964, token f8b0) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7129d9a0>
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x6ea53df0: Type.NON 2.05 Content (MID 7270, token 0f3d) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-26 01:44:14 DEBUG (MainThread) [coap] New unique message received
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x6ea53df0: Type.NON 2.05 Content (MID 7270, token 0f3d) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-26 01:44:14 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x6ea53df0: Type.NON 2.05 Content (MID 7270, token 0f3d) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x6f5b3ad8>
2020-12-26 01:44:15 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] retrieving initial status
2020-12-26 01:44:15 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] retrieving initial status
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Sending request - Token: f8b1, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x6ffd3418: Type.NON GET (MID 965, token f8b1) remote <UDP6EndpointAddress 192.168.179.12>, 3 option(s)>
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Sending request - Token: 0f3e, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x6ffd3220: Type.NON GET (MID 7271, token 0f3e) remote <UDP6EndpointAddress 192.168.179.24>, 3 option(s)>
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7129db20: Type.ACK 2.05 Content (MID 1, token f8b1) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-26 01:44:15 DEBUG (MainThread) [coap] New unique message received
2020-12-26 01:44:15 WARNING (MainThread) [coap] Received Type.ACK from <UDP6EndpointAddress 192.168.179.12 with local address>, but could not match it to a running exchange.
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7129db20: Type.ACK 2.05 Content (MID 1, token f8b1) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7129db20: Type.ACK 2.05 Content (MID 1, token f8b1) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x6e941370>
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x6e95a388: Type.NON 2.05 Content (MID 317, token 0f3e) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:15 DEBUG (MainThread) [coap] New unique message received
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x6e95a388: Type.NON 2.05 Content (MID 317, token 0f3e) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:15 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x6e95a388: Type.NON 2.05 Content (MID 317, token 0f3e) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x6e9414c0>
2020-12-26 01:44:15 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] {'name': 'Schlafzimmer', 'type': 'AC2729', 'modelid': 'AC2729/10', 'swversion': '0.2.1', 'om': '0', 'pwr': '0', 'cl': False, 'aqil': 0, 'uil': '0', 'dt': 0, 'dtrs': 0, 'mode': 'P', 'func': 'P', 'rhset': 70, 'rh': 44, 'temp': 19, 'pm25': 4, 'iaql': 1, 'aqit': 4, 'ddp': '1', 'rddp': '1', 'err': 49408, 'wl': 0, 'fltt1': 'A3', 'fltt2': 'C7', 'fltsts0': 49, 'fltsts1': 3265, 'fltsts2': 3265, 'wicksts': 3265, 'range': 'MicroMario', 'Runtime': 965330744, 'WifiVersion': 'AWS_Philips_AIR@62.1', 'ProductId': '85bc26fae62611e8a1e3061302926720', 'DeviceId': '3c84c6c8123311ebb1ae8e3584d00715', 'StatusType': 'localcontrol', 'ConnectType': 'Localcontrol'}
2020-12-26 01:44:17 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] {'name': 'Kinderzimmer', 'type': 'AC2889', 'modelid': 'AC2889/10', 'swversion': '1.0.7', 'om': '0', 'pwr': '0', 'cl': False, 'aqil': 25, 'uil': '2', 'dt': 0, 'dtrs': 0, 'mode': 'P', 'pm25': 11, 'iaql': 3, 'aqit': 4, 'ddp': '0', 'err': 0, 'fltt1': 'A3', 'fltt2': 'C7', 'fltsts0': 41, 'fltsts1': 4012, 'fltsts2': 1612, 'range': 'Comfort', 'Runtime': 18086246, 'WifiVersion': 'AWS_Philips_AIR@62.1', 'ProductId': 'be10acb2e62411e8a1e3061302926720', 'DeviceId': '82fa3e40832611ea9d377ae8b5230ac3', 'StatusType': 'localcontrol', 'ConnectType': 'Localcontrol'}
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Sending request - Token: f8b2, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x6e95ac10: Type.CON GET (MID 966, token f8b2) remote <UDP6EndpointAddress 192.168.179.12>, 3 option(s)>
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Exchange added, message ID: 966.
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Sending request - Token: 0f3f, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7007d520: Type.CON GET (MID 7272, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24>, 3 option(s)>
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Exchange added, message ID: 7272.
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x6e4cee80: Type.ACK 2.05 Content (MID 1, token f8b2) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-26 01:44:18 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x6e8f0f88: Type.NON 2.05 Content (MID 318, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:18 DEBUG (MainThread) [coap] New unique message received
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x6e8f0f88: Type.NON 2.05 Content (MID 318, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:18 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x6e8f0f88: Type.NON 2.05 Content (MID 318, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x6e4ce898>
2020-12-26 01:44:20 INFO (MainThread) [coap] Retransmission, Message ID: 966.
2020-12-26 01:44:20 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x6acd2988: Type.ACK 2.05 Content (MID 1, token f8b2) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-26 01:44:20 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-26 01:44:21 INFO (MainThread) [coap] Retransmission, Message ID: 7272.
2020-12-26 01:44:21 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x6a78a7a8: Type.NON 2.05 Content (MID 319, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:21 DEBUG (MainThread) [coap] New unique message received
2020-12-26 01:44:21 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x6a78a7a8: Type.NON 2.05 Content (MID 319, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:21 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x6a78a7a8: Type.NON 2.05 Content (MID 319, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x6e4ce898>
2020-12-26 01:44:21 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-26 01:44:21 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-26 01:44:21 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] {'name': 'Kinderzimmer', 'type': 'AC2889', 'modelid': 'AC2889/10', 'swversion': '1.0.7', 'om': '0', 'pwr': '0', 'cl': False, 'aqil': 25, 'uil': '2', 'dt': 0, 'dtrs': 0, 'mode': 'P', 'pm25': 11, 'iaql': 3, 'aqit': 4, 'ddp': '0', 'err': 0, 'fltt1': 'A3', 'fltt2': 'C7', 'fltsts0': 41, 'fltsts1': 4012, 'fltsts2': 1612, 'range': 'Comfort', 'Runtime': 18091744, 'WifiVersion': 'AWS_Philips_AIR@62.1', 'ProductId': 'be10acb2e62411e8a1e3061302926720', 'DeviceId': '82fa3e40832611ea9d377ae8b5230ac3', 'StatusType': 'localcontrol', 'ConnectType': 'Localcontrol'}
2020-12-26 01:44:24 INFO (MainThread) [coap] Retransmission, Message ID: 966.
2020-12-26 01:44:24 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x6a798df0: Type.ACK 2.05 Content (MID 1, token f8b2) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-26 01:44:24 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-26 01:44:25 INFO (MainThread) [coap] Retransmission, Message ID: 7272.
2020-12-26 01:44:25 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x69f69268: Type.NON 2.05 Content (MID 320, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:25 DEBUG (MainThread) [coap] New unique message received
2020-12-26 01:44:25 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x69f69268: Type.NON 2.05 Content (MID 320, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:25 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x69f69268: Type.NON 2.05 Content (MID 320, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x6e4ce898>
2020-12-26 01:44:25 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-26 01:44:25 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-26 01:44:25 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] {'name': 'Kinderzimmer', 'type': 'AC2889', 'modelid': 'AC2889/10', 'swversion': '1.0.7', 'om': '0', 'pwr': '0', 'cl': False, 'aqil': 25, 'uil': '2', 'dt': 0, 'dtrs': 0, 'mode': 'P', 'pm25': 11, 'iaql': 3, 'aqit': 4, 'ddp': '0', 'err': 0, 'fltt1': 'A3', 'fltt2': 'C7', 'fltsts0': 41, 'fltsts1': 4012, 'fltsts2': 1612, 'range': 'Comfort', 'Runtime': 18096420, 'WifiVersion': 'AWS_Philips_AIR@62.1', 'ProductId': 'be10acb2e62411e8a1e3061302926720', 'DeviceId': '82fa3e40832611ea9d377ae8b5230ac3', 'StatusType': 'localcontrol', 'ConnectType': 'Localcontrol'}
2020-12-26 01:44:33 INFO (MainThread) [coap] Retransmission, Message ID: 966.
2020-12-26 01:44:33 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x698237f0: Type.ACK 2.05 Content (MID 1, token f8b2) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-26 01:44:33 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-26 01:44:35 INFO (MainThread) [coap] Retransmission, Message ID: 7272.
2020-12-26 01:44:35 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x69516ad8: Type.NON 2.05 Content (MID 321, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:35 DEBUG (MainThread) [coap] New unique message received
2020-12-26 01:44:35 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x69516ad8: Type.NON 2.05 Content (MID 321, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-26 01:44:35 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x69516ad8: Type.NON 2.05 Content (MID 321, token 0f3f) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x6e4ce898>
2020-12-26 01:44:35 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-26 01:44:35 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-26 01:44:35 DEBUG (MainThread) [custom_components.philips_airpurifier.fan] {'name': 'Kinderzimmer', 'type': 'AC2889', 'modelid': 'AC2889/10', 'swversion': '1.0.7', 'om': '0', 'pwr': '0', 'cl': False, 'aqil': 25, 'uil': '2', 'dt': 0, 'dtrs': 0, 'mode': 'P', 'pm25': 11, 'iaql': 3, 'aqit': 4, 'ddp': '0', 'err': 0, 'fltt1': 'A3', 'fltt2': 'C7', 'fltsts0': 41, 'fltsts1': 4012, 'fltsts2': 1612, 'range': 'Comfort', 'Runtime': 18105845, 'WifiVersion': 'AWS_Philips_AIR@62.1', 'ProductId': 'be10acb2e62411e8a1e3061302926720', 'DeviceId': '82fa3e40832611ea9d377ae8b5230ac3', 'StatusType': 'localcontrol', 'ConnectType': 'Localcontrol'}
betaboon commented 3 years ago

I'll take a look at it tomorrow ;)

kongo09 commented 3 years ago

Here comes the output of aioairctrl:

DEBUG:philips_airpurifier.aioairctrl.coap_client:syncing
DEBUG:coap:Sending request - Token: 7bb4, Remote: <UDP6EndpointAddress 192.168.179.12>
DEBUG:coap:Sending message <aiocoap.Message at 0x75ece7d0: Type.NON POST (MID 33738, token 7bb4) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 8 byte(s) payload>
DEBUG:coap:Incoming message <aiocoap.Message at 0x75dd0ed0: Type.NON 2.05 Content (MID 33738, token 7bb4) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x75dd0ed0: Type.NON 2.05 Content (MID 33738, token 7bb4) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x75dd0ed0: Type.NON 2.05 Content (MID 33738, token 7bb4) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x760ce790>
DEBUG:philips_airpurifier.aioairctrl.coap_client:synced: 27DE5631
DEBUG:philips_airpurifier.aioairctrl.coap_client:observing status
DEBUG:coap:Sending request - Token: 7bb5, Remote: <UDP6EndpointAddress 192.168.179.12>
DEBUG:coap:Sending message <aiocoap.Message at 0x760ce790: Type.CON GET (MID 33739, token 7bb5) remote <UDP6EndpointAddress 192.168.179.12>, 3 option(s)>
DEBUG:coap:Exchange added, message ID: 33739.
DEBUG:coap:Incoming message <aiocoap.Message at 0x75eb4cd0: Type.ACK 2.05 Content (MID 1, token 7bb5) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
DEBUG:coap:New unique message received
WARNING:coap:Received Type.ACK from <UDP6EndpointAddress 192.168.179.12 with local address>, but could not match it to a running exchange.
DEBUG:coap:Received Response: <aiocoap.Message at 0x75eb4cd0: Type.ACK 2.05 Content (MID 1, token 7bb5) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x75eb4cd0: Type.ACK 2.05 Content (MID 1, token 7bb5) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x75dd0ed0>
INFO:coap:Retransmission, Message ID: 33739.
DEBUG:coap:Incoming message <aiocoap.Message at 0x7551cd30: Type.ACK 2.05 Content (MID 1, token 7bb5) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
INFO:coap:Duplicate NON, ACK or RST received
INFO:coap:Retransmission, Message ID: 33739.
DEBUG:coap:Incoming message <aiocoap.Message at 0x7551cd70: Type.ACK 2.05 Content (MID 1, token 7bb5) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
I

it then goes on and keeps repeating itself.

betaboon commented 3 years ago

this is interesting.

the device seems to have a buggy CoAP-implementation:

DEBUG:coap:Sending message <aiocoap.Message at 0x760ce790: Type.CON GET (MID 33739, token 7bb5) remote <UDP6EndpointAddress 192.168.179.12>, 3 option(s)>
DEBUG:coap:Exchange added, message ID: 33739.
DEBUG:coap:Incoming message <aiocoap.Message at 0x75eb4cd0: Type.ACK 2.05 Content (MID 1, token 7bb5) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
DEBUG:coap:New unique message received

you see how the request that is being sent contains (MID 33739, token 7bb5), but the ACK contains (MID 1, token 7bb5) even tho it should contain MID 33739. thus the client cannot match the ACK to the correct exchange.

right now I'm unsure how to overcome this.

betaboon commented 3 years ago

@kongo09 i just pushed a commit that help with this issue. maybe you can check and report back :)

kongo09 commented 3 years ago

Hm, I have actually no idea about the CoAP protocol. The fact that the AirMatters remot app works can only mean that this is either specific to the local interface or the app ignores the ACK - if that is possible in the protocol. I once had a problem with a firmware update and through mailing the support in the end got hold of one of the guys from AirMatters who was very helpful. I could try to reach out to him again and maybe connect you two?

kongo09 commented 3 years ago

@kongo09 i just pushed a commit that help with this issue. maybe you can check and report back :)

HACS doesn't show any update?

betaboon commented 3 years ago

@kongo09 should be available by now

kongo09 commented 3 years ago

Hm, still problematic. The speed settings seem to work but not the on/off switch. When I switch it off, HA puts the toggle back on as it doesn't realize that it went off. Consequently, I cannot switch it back anymore as HA believes it is already on. When I set the speed to something different, it actually goes back on with the right speed setting. So communication is somehow working but not for the on/off setting.

nicx commented 3 years ago

Just tried it with my airpurifier:

but hey, anyway a great step forward! thanks a lot for your work @betaboon :)

betaboon commented 3 years ago

regarding the on/off: the on/off-button reflects the state that is reported back by the device, so this seems weird. can you try the following:

betaboon commented 3 years ago

@nicx i just pushed reading of filter-values

kongo09 commented 3 years ago

Tricky beast. Right now, I can change all fan-speed settings in HA and they're reflected correctly on the device. So I cannot confirm the observation of @nicx concerning the auto mode.

What remains weird is the on/off switch. Clicking the toggle switches the devices off, but the toggle comes back on. The fan-speed setting remains on auto and doesn't go to off, what I would expect. However, when I switch the device just with the fan-speed selector ignoring the on/off switch, it functions as a workaround. So setting fan-speed to off switches the devices off. Setting it back to, e.g., auto switches the device back on and to auto. The toggle stays unaffected the whole time.

Do you in your code actually treat the toggle switch different from setting fan-speed to off?

betaboon commented 3 years ago

i just pushed services for:

it would be great if you could test it :)

betaboon commented 3 years ago

Do you in your code actually treat the toggle switch different from setting fan-speed to off?

yes there is a minor difference: it considers the state of the device. the weird behaviour of the on/off-switch somewhat makes me believe that the state-update coming from the device is somehow going lost.

but as mentioned in #6 a debug-log of that situation would help the most.

nicx commented 3 years ago

regarding the on/off: the on/off-button reflects the state that is reported back by the device, so this seems weird. can you try the following:

  • turn the device on
  • get state-data using aioairctrl
  • turn the device off via HA
  • did the device really turn off? (so the devices display/app reflects that)
  • get state-data using aioairctrl

here is the output:

device on and running:

root@ubuntu:~/philips-airpurifier# aioairctrl --host 192.168.1.26 --debug status --json
DEBUG:philips_airpurifier.aioairctrl.coap_client:syncing
DEBUG:coap:Sending request - Token: 3dcd, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7f1d2267a790: Type.NON POST (MID 50280, token 3dcd) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 8 byte(s) payload>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7f1d210017f0: Type.NON 2.05 Content (MID 50280, token 3dcd) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7f1d210017f0: Type.NON 2.05 Content (MID 50280, token 3dcd) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7f1d210017f0: Type.NON 2.05 Content (MID 50280, token 3dcd) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f1d21001a00>
DEBUG:philips_airpurifier.aioairctrl.coap_client:synced: 4A0F81B5
DEBUG:philips_airpurifier.aioairctrl.coap_client:retrieving status
DEBUG:coap:Sending request - Token: 3dce, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7f1d22665a30: Type.NON GET (MID 50281, token 3dce) remote <UDP6EndpointAddress 192.168.1.26>, 3 option(s)>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7f1d20fdabb0: Type.NON 2.05 Content (MID 21237, token 3dce) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7f1d20fdabb0: Type.NON 2.05 Content (MID 21237, token 3dce) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7f1d20fdabb0: Type.NON 2.05 Content (MID 21237, token 3dce) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f1d2267a7c0>
DEBUG:philips_airpurifier.aioairctrl.coap_client:status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"s","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":45,"temp":19,"pm25":3,"iaql":1,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":288,"fltsts1":4002,"fltsts2":4002,"wicksts":4002,"range":"MicroMario","Runtime":133056183,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
{"name": "Luftreiniger Wohnzimmer", "type": "AC2729", "modelid": "AC2729/10", "swversion": "0.2.1", "om": "s", "pwr": "1", "cl": false, "aqil": 100, "uil": "1", "dt": 0, "dtrs": 0, "mode": "P", "func": "PH", "rhset": 50, "rh": 45, "temp": 19, "pm25": 3, "iaql": 1, "aqit": 7, "ddp": "0", "rddp": "0", "err": 0, "wl": 100, "fltt1": "A3", "fltt2": "C7", "fltsts0": 288, "fltsts1": 4002, "fltsts2": 4002, "wicksts": 4002, "range": "MicroMario", "Runtime": 133056183, "WifiVersion": "AWS_Philips_AIR@62.1", "ProductId": "85bc26fae62611e8a1e3061302926720", "DeviceId": "12f027641b5011eba44ebe148dc7e387", "StatusType": "localcontrol", "ConnectType": "Localcontrol"}
DEBUG:coap:Shutting down context
root@ubuntu:~/philips-airpurifier# 

device turn "off" via HA (and yes, its really off, but the HA switch remains "on"):

root@ubuntu:~/philips-airpurifier# aioairctrl --host 192.168.1.26 --debug status --json
DEBUG:philips_airpurifier.aioairctrl.coap_client:syncing
DEBUG:coap:Sending request - Token: 0596, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7ff88cd89790: Type.NON POST (MID 61220, token 0596) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 8 byte(s) payload>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7ff88b7107f0: Type.NON 2.05 Content (MID 61220, token 0596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7ff88b7107f0: Type.NON 2.05 Content (MID 61220, token 0596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7ff88b7107f0: Type.NON 2.05 Content (MID 61220, token 0596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7ff88b710a00>
DEBUG:philips_airpurifier.aioairctrl.coap_client:synced: 2E53F348
DEBUG:philips_airpurifier.aioairctrl.coap_client:retrieving status
DEBUG:coap:Sending request - Token: 0597, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7ff88cd74a30: Type.NON GET (MID 61221, token 0597) remote <UDP6EndpointAddress 192.168.1.26>, 3 option(s)>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7ff88cd895b0: Type.NON 2.05 Content (MID 21353, token 0597) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7ff88cd895b0: Type.NON 2.05 Content (MID 21353, token 0597) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7ff88cd895b0: Type.NON 2.05 Content (MID 21353, token 0597) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7ff88b710b50>
DEBUG:philips_airpurifier.aioairctrl.coap_client:status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"0","pwr":"0","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":44,"temp":21,"pm25":6,"iaql":2,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":288,"fltsts1":4002,"fltsts2":4002,"wicksts":4002,"range":"MicroMario","Runtime":133420362,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
{"name": "Luftreiniger Wohnzimmer", "type": "AC2729", "modelid": "AC2729/10", "swversion": "0.2.1", "om": "0", "pwr": "0", "cl": false, "aqil": 100, "uil": "1", "dt": 0, "dtrs": 0, "mode": "P", "func": "PH", "rhset": 50, "rh": 44, "temp": 21, "pm25": 6, "iaql": 2, "aqit": 7, "ddp": "0", "rddp": "0", "err": 0, "wl": 100, "fltt1": "A3", "fltt2": "C7", "fltsts0": 288, "fltsts1": 4002, "fltsts2": 4002, "wicksts": 4002, "range": "MicroMario", "Runtime": 133420362, "WifiVersion": "AWS_Philips_AIR@62.1", "ProductId": "85bc26fae62611e8a1e3061302926720", "DeviceId": "12f027641b5011eba44ebe148dc7e387", "StatusType": "localcontrol", "ConnectType": "Localcontrol"}
DEBUG:coap:Shutting down context
root@ubuntu:~/philips-airpurifier# 
nicx commented 3 years ago

Thanks for your fast development @betaboon, that's really lightning-fast :) I did some more tests with the last version:

betaboon commented 3 years ago

@nicx i just pushed the water-level reading. thanks for bringing that up. totally overlooked it

betaboon commented 3 years ago

on the auto-mode: you could set the auto-mode using the app or on the device and then read the status.

the code currently uses mode=P so you could also try using aioairctrl to set it: aioairctrl --host $DEVICE_IP --debug set mode=P and aioairctrl --host $DEVICE_IP --debug set pwr=1 mode=P

betaboon commented 3 years ago

on the on-off issue: could you repeat the same procedure but provide a debug-log of HA additionally ?

nicx commented 3 years ago

on the auto-mode: you could set the auto-mode using the app or on the device and then read the status.

the code currently uses mode=P so you could also try using aioairctrl to set it: aioairctrl --host $DEVICE_IP --debug set mode=P --json and aioairctrl --host $DEVICE_IP --debug set pwr=1 mode=P --json

hm unfortunately this commands are not working for me:

root@ubuntu:~/philips-airpurifier# aioairctrl --host 192.168.1.26 --debug set mode=P --json
usage: cli.py [-h] -H HOST [-P PORT] [-D] {status,status-observe,set} ...
cli.py: error: unrecognized arguments: --json
root@ubuntu:~/philips-airpurifier# 
betaboon commented 3 years ago

@nicx oh sorry. the --json doesnt apply to set-operations :) (i corrected it in my last comment)

nicx commented 3 years ago

ah I just need to cur off the parameter "--json". so here ist the output:

aioairctrl --host $DEVICE_IP --debug set mode=P

root@ubuntu:~/philips-airpurifier# aioairctrl --host 192.168.1.26 --debug set mode=P
DEBUG:philips_airpurifier.aioairctrl.coap_client:syncing
DEBUG:coap:Sending request - Token: 3196, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7f6b07602790: Type.NON POST (MID 21353, token 3196) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 8 byte(s) payload>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7f6b05f887f0: Type.NON 2.05 Content (MID 21353, token 3196) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7f6b05f887f0: Type.NON 2.05 Content (MID 21353, token 3196) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7f6b05f887f0: Type.NON 2.05 Content (MID 21353, token 3196) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f6b05f88a00>
DEBUG:philips_airpurifier.aioairctrl.coap_client:synced: 3D768E80
DEBUG:philips_airpurifier.aioairctrl.coap_client:REQUEST: {"state": {"desired": {"CommandType": "app", "DeviceId": "", "EnduserId": "", "mode": "P"}}}
DEBUG:coap:Sending request - Token: 3197, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7f6b05f88a60: Type.NON POST (MID 21354, token 3197) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 264 byte(s) payload>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7f6b05f62bb0: Type.NON 2.05 Content (MID 21354, token 3197) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7f6b05f62bb0: Type.NON 2.05 Content (MID 21354, token 3197) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7f6b05f62bb0: Type.NON 2.05 Content (MID 21354, token 3197) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f6b076027c0>
DEBUG:philips_airpurifier.aioairctrl.coap_client:RESPONSE: b'{"status":"success"}'
DEBUG:coap:Shutting down context
root@ubuntu:~/philips-airpurifier#

aioairctrl --host $DEVICE_IP --debug set pwr=1 mode=P

root@ubuntu:~/philips-airpurifier# aioairctrl --host 192.168.1.26 --debug set pwr=1 mode=P
DEBUG:philips_airpurifier.aioairctrl.coap_client:syncing
DEBUG:coap:Sending request - Token: 84ad, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7ff81b035760: Type.NON POST (MID 25782, token 84ad) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 8 byte(s) payload>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7ff8199ba7c0: Type.NON 2.05 Content (MID 25782, token 84ad) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7ff8199ba7c0: Type.NON 2.05 Content (MID 25782, token 84ad) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7ff8199ba7c0: Type.NON 2.05 Content (MID 25782, token 84ad) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7ff8199ba9d0>
DEBUG:philips_airpurifier.aioairctrl.coap_client:synced: 24DCC005
DEBUG:philips_airpurifier.aioairctrl.coap_client:REQUEST: {"state": {"desired": {"CommandType": "app", "DeviceId": "", "EnduserId": "", "pwr": "1", "mode": "P"}}}
DEBUG:coap:Sending request - Token: 84ae, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7ff8199ba790: Type.NON POST (MID 25783, token 84ae) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 296 byte(s) payload>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7ff81b035580: Type.NON 2.05 Content (MID 25783, token 84ae) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7ff81b035580: Type.NON 2.05 Content (MID 25783, token 84ae) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7ff81b035580: Type.NON 2.05 Content (MID 25783, token 84ae) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7ff819151550>
DEBUG:philips_airpurifier.aioairctrl.coap_client:RESPONSE: b'{"status":"success"}'
DEBUG:coap:Shutting down context
root@ubuntu:~/philips-airpurifier# 
betaboon commented 3 years ago

did both commands successfully enable auto-mode ?

nicx commented 3 years ago

just in addition, maybe it helps finding the problem:

when the purifier is off an I use any of these two commands I only get 1 "bing" (the same "bing" when its already running and I will only do a mode change. But I don't get the 3 "bing bang bong" when using the command aioairctrl --host $DEVICE_IP --debug set pwr=1

so for me it seems that it only powers on correctly when not using any mode parameter in addition. Is that possible?

nicx commented 3 years ago

did both commands successfully enable auto-mode ?

yes they apparently did.

nicx commented 3 years ago

Another question regarding the remaining time for all filters: Currently you convert them to a non standard format which is hard to handle in HA automations. The original remaining time is just hours, which is very handy regarding HA scripting. Is there any reason why you convert them to "166 days, 14:00:00"?

betaboon commented 3 years ago

Another question regarding the remaining time for all filters: Currently you convert them to a non standard format which is hard to handle in HA automations. The original remaining time is just hours, which is very handy regarding HA scripting. Is there any reason why you convert them to "166 days, 14:00:00"?

i chose a representation that is human-readable.

nicx commented 3 years ago

Another question regarding the remaining time for all filters: Currently you convert them to a non standard format which is hard to handle in HA automations. The original remaining time is just hours, which is very handy regarding HA scripting. Is there any reason why you convert them to "166 days, 14:00:00"?

i chose a representation that is human-readable.

I understand this, but it is not machine readable which should be in my opinion the priority for a HA integration for a sensor. For the UI (and the human readability) it could be converted via templating. But anyway, this are just my two cents ;)

nicx commented 3 years ago

on the on-off issue: could you repeat the same procedure but provide a debug-log of HA additionally ?

here is the debug output of aioairctrl:

root@ubuntu:~/philips-airpurifier# aioairctrl --host 192.168.1.26 --debug status --json
DEBUG:philips_airpurifier.aioairctrl.coap_client:syncing
DEBUG:coap:Sending request - Token: efa3, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7f20a45b6790: Type.NON POST (MID 21266, token efa3) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 8 byte(s) payload>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7f20a2f3b7f0: Type.NON 2.05 Content (MID 21266, token efa3) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7f20a2f3b7f0: Type.NON 2.05 Content (MID 21266, token efa3) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7f20a2f3b7f0: Type.NON 2.05 Content (MID 21266, token efa3) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f20a2f3ba00>
DEBUG:philips_airpurifier.aioairctrl.coap_client:synced: 2B7673B5
DEBUG:philips_airpurifier.aioairctrl.coap_client:retrieving status
DEBUG:coap:Sending request - Token: efa4, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7f20a45a0a30: Type.NON GET (MID 21267, token efa4) remote <UDP6EndpointAddress 192.168.1.26>, 3 option(s)>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7f20a45b65b0: Type.NON 2.05 Content (MID 29087, token efa4) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7f20a45b65b0: Type.NON 2.05 Content (MID 29087, token efa4) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7f20a45b65b0: Type.NON 2.05 Content (MID 29087, token efa4) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f20a2f3bb50>
DEBUG:philips_airpurifier.aioairctrl.coap_client:status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"s","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":50,"temp":22,"pm25":11,"iaql":3,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":283,"fltsts1":3997,"fltsts2":3997,"wicksts":3997,"range":"MicroMario","Runtime":153178136,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
{"name": "Luftreiniger Wohnzimmer", "type": "AC2729", "modelid": "AC2729/10", "swversion": "0.2.1", "om": "s", "pwr": "1", "cl": false, "aqil": 100, "uil": "1", "dt": 0, "dtrs": 0, "mode": "P", "func": "PH", "rhset": 50, "rh": 50, "temp": 22, "pm25": 11, "iaql": 3, "aqit": 7, "ddp": "0", "rddp": "0", "err": 0, "wl": 100, "fltt1": "A3", "fltt2": "C7", "fltsts0": 283, "fltsts1": 3997, "fltsts2": 3997, "wicksts": 3997, "range": "MicroMario", "Runtime": 153178136, "WifiVersion": "AWS_Philips_AIR@62.1", "ProductId": "85bc26fae62611e8a1e3061302926720", "DeviceId": "12f027641b5011eba44ebe148dc7e387", "StatusType": "localcontrol", "ConnectType": "Localcontrol"}
DEBUG:coap:Shutting down context
root@ubuntu:~/philips-airpurifier# aioairctrl --host 192.168.1.26 --debug status --json
DEBUG:philips_airpurifier.aioairctrl.coap_client:syncing
DEBUG:coap:Sending request - Token: 2ffd, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7f9ed190b790: Type.NON POST (MID 26877, token 2ffd) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 8 byte(s) payload>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7f9ed02917f0: Type.NON 2.05 Content (MID 26877, token 2ffd) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7f9ed02917f0: Type.NON 2.05 Content (MID 26877, token 2ffd) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7f9ed02917f0: Type.NON 2.05 Content (MID 26877, token 2ffd) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f9ed0291a00>
DEBUG:philips_airpurifier.aioairctrl.coap_client:synced: 312CAA0F
DEBUG:philips_airpurifier.aioairctrl.coap_client:retrieving status
DEBUG:coap:Sending request - Token: 2ffe, Remote: <UDP6EndpointAddress 192.168.1.26>
DEBUG:coap:Sending message <aiocoap.Message at 0x7f9ed18f6a30: Type.NON GET (MID 26878, token 2ffe) remote <UDP6EndpointAddress 192.168.1.26>, 3 option(s)>
DEBUG:coap:Incoming message <aiocoap.Message at 0x7f9ed190b5b0: Type.NON 2.05 Content (MID 29095, token 2ffe) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
DEBUG:coap:New unique message received
DEBUG:coap:Received Response: <aiocoap.Message at 0x7f9ed190b5b0: Type.NON 2.05 Content (MID 29095, token 2ffe) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
DEBUG:coap:Response <aiocoap.Message at 0x7f9ed190b5b0: Type.NON 2.05 Content (MID 29095, token 2ffe) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f9ed0291b50>
DEBUG:philips_airpurifier.aioairctrl.coap_client:status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"0","pwr":"0","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":50,"temp":22,"pm25":10,"iaql":3,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":283,"fltsts1":3997,"fltsts2":3997,"wicksts":3997,"range":"MicroMario","Runtime":153203960,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
{"name": "Luftreiniger Wohnzimmer", "type": "AC2729", "modelid": "AC2729/10", "swversion": "0.2.1", "om": "0", "pwr": "0", "cl": false, "aqil": 100, "uil": "1", "dt": 0, "dtrs": 0, "mode": "P", "func": "PH", "rhset": 50, "rh": 50, "temp": 22, "pm25": 10, "iaql": 3, "aqit": 7, "ddp": "0", "rddp": "0", "err": 0, "wl": 100, "fltt1": "A3", "fltt2": "C7", "fltsts0": 283, "fltsts1": 3997, "fltsts2": 3997, "wicksts": 3997, "range": "MicroMario", "Runtime": 153203960, "WifiVersion": "AWS_Philips_AIR@62.1", "ProductId": "85bc26fae62611e8a1e3061302926720", "DeviceId": "12f027641b5011eba44ebe148dc7e387", "StatusType": "localcontrol", "ConnectType": "Localcontrol"}
DEBUG:coap:Shutting down context
root@ubuntu:~/philips-airpurifier# 

and here the debug output of HA:

2020-12-28 14:03:39 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] syncing
2020-12-28 14:03:40 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] synced: 062B33DF
2020-12-28 14:03:40 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] retrieving status
2020-12-28 14:03:41 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"s","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":50,"temp":22,"pm25":3,"iaql":1,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":283,"fltsts1":3997,"fltsts2":3997,"wicksts":3997,"range":"MicroMario","Runtime":153090841,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-28 14:03:41 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observing status
2020-12-28 14:03:45 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"s","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":50,"temp":22,"pm25":2,"iaql":1,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":283,"fltsts1":3997,"fltsts2":3997,"wicksts":3997,"range":"MicroMario","Runtime":153095534,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-28 14:03:50 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"s","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":50,"temp":22,"pm25":3,"iaql":1,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":283,"fltsts1":3997,"fltsts2":3997,"wicksts":3997,"range":"MicroMario","Runtime":153100682,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-28 14:03:55 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"s","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":50,"temp":22,"pm25":2,"iaql":1,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":283,"fltsts1":3997,"fltsts2":3997,"wicksts":3997,"range":"MicroMario","Runtime":153105830,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-28 14:04:06 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"s","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":50,"temp":22,"pm25":3,"iaql":1,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":283,"fltsts1":3997,"fltsts2":3997,"wicksts":3997,"range":"MicroMario","Runtime":153116098,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-28 14:04:08 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"s","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":50,"temp":22,"pm25":4,"iaql":1,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":283,"fltsts1":3997,"fltsts2":3997,"wicksts":3997,"range":"MicroMario","Runtime":153118174,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-28 14:05:15 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] REQUEST: {"state": {"desired": {"CommandType": "app", "DeviceId": "", "EnduserId": "", "pwr": "0"}}}
2020-12-28 14:05:16 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] RESPONSE: b'{"status":"failed"}'
2020-12-28 14:05:16 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] set_control_value failed. resyncing...
2020-12-28 14:05:16 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] syncing
2020-12-28 14:05:16 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] synced: 14F823F3
2020-12-28 14:05:16 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] set_control_value failed. retrying...
2020-12-28 14:05:16 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] REQUEST: {"state": {"desired": {"CommandType": "app", "DeviceId": "", "EnduserId": "", "pwr": "0"}}}
2020-12-28 14:05:16 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] RESPONSE: b'{"status":"success"}'

as already said: the purifier powers off correctly, the switch in HA is turning "off" and jumps back to "on" immediately.

betaboon commented 3 years ago

@nicx in the HA-log: how long does it take for a new observation-status to arrive after that ?

nicx commented 3 years ago

@betaboon I waited now for 30 minutes but there is never any new log entry regarding your custom compinent. The HA switch remains "ON" forever ;)

betaboon commented 3 years ago

i have a hunch:

can you restart in server-controls and try again. if this only happens after resyncing, then that might be the cause :)

nicx commented 3 years ago

@betaboon I think we are getting closer: after a reboot it works exactly 1 time, after that it does not work again until the next reboot. Your hunch could be right :)

betaboon commented 3 years ago

hm i just tested. resyncing does not break the observation, so my hunch is wrong

betaboon commented 3 years ago

@nicx could you enable debug-logs for coap and aioairctrl (as mentioned in README.md) and provide another debug log of the situation occurring. i sadly cannot reproduce it with my device :/

kongo09 commented 3 years ago

I just generated a fresh log after restart. Now, the AC2729 is not found anymore. The AC2889 is still found. I can ping the AC2729 and the AirMatters app shows it well, so it is connected.

2020-12-29 02:12:06 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 02:12:06 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Sending request - Token: 4b49, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xf1177d48: Type.NON POST (MID 58754, token 4b49) remote <UDP6EndpointAddress 192.168.179.24>, 2 option(s), 8 byte(s) payload>
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Sending request - Token: 86f7, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xf0dd7910: Type.NON POST (MID 2174, token 86f7) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 8 byte(s) payload>
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf2142490: Type.NON 2.05 Content (MID 58754, token 4b49) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 02:12:11 DEBUG (MainThread) [coap] New unique message received
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf2142490: Type.NON 2.05 Content (MID 58754, token 4b49) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf2142490: Type.NON 2.05 Content (MID 58754, token 4b49) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0dd7c40>
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xefbe79a0: Type.NON 2.05 Content (MID 2174, token 86f7) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 02:12:11 DEBUG (MainThread) [coap] New unique message received
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xefbe79a0: Type.NON 2.05 Content (MID 2174, token 86f7) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 02:12:11 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xefbe79a0: Type.NON 2.05 Content (MID 2174, token 86f7) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0a1e4f0>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Sending request - Token: 86f8, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xf2142490: Type.NON GET (MID 2175, token 86f8) remote <UDP6EndpointAddress 192.168.179.12>, 3 option(s)>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Sending request - Token: 4b4a, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xf1152040: Type.NON GET (MID 58755, token 4b4a) remote <UDP6EndpointAddress 192.168.179.24>, 3 option(s)>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xefa48328: Type.NON 2.05 Content (MID 226, token 4b4a) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] New unique message received
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xefa48328: Type.NON 2.05 Content (MID 226, token 4b4a) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xefa48328: Type.NON 2.05 Content (MID 226, token 4b4a) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xefb3a3d0>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xefb3a0b8: Type.NON 2.05 Content (MID 1, token 86f8) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] New unique message received
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xefb3a0b8: Type.NON 2.05 Content (MID 1, token 86f8) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:12 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xefb3a0b8: Type.NON 2.05 Content (MID 1, token 86f8) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xefa792f8>
2020-12-29 02:12:13 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf115eb50: Type.NON 2.05 Content (MID 1, token 86f8) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:13 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:13 DEBUG (MainThread) [coap] Sending request - Token: 4b4b, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 02:12:13 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xf237da60: Type.NON GET (MID 58756, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24>, 3 option(s)>
2020-12-29 02:12:13 DEBUG (MainThread) [coap] Sending request - Token: 86f9, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 02:12:13 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xef1f3b08: Type.NON GET (MID 2176, token 86f9) remote <UDP6EndpointAddress 192.168.179.12>, 3 option(s)>
2020-12-29 02:12:13 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef16efb8: Type.NON 2.05 Content (MID 227, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:13 DEBUG (MainThread) [coap] New unique message received
2020-12-29 02:12:13 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef16efb8: Type.NON 2.05 Content (MID 227, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:13 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef16efb8: Type.NON 2.05 Content (MID 227, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf115e838>
2020-12-29 02:12:13 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf0a16f58: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:13 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:14 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef16e130: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:14 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:16 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef19d0e8: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:16 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:17 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf23ba610: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:17 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:25 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead688b0: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:25 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:26 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9c502c8: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:26 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:28 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98e0fe8: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:28 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:30 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeada9ef8: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:30 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:31 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeada9c40: Type.NON 2.05 Content (MID 228, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:31 DEBUG (MainThread) [coap] New unique message received
2020-12-29 02:12:31 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xeada9c40: Type.NON 2.05 Content (MID 228, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:31 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xeada9c40: Type.NON 2.05 Content (MID 228, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf115e838>
2020-12-29 02:12:31 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 02:12:31 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 02:12:31 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeada9b50: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:31 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:32 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea9ae9d0: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:32 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:35 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xefb3a760: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:35 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:39 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf24659e8: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:39 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:41 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98e0910: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:41 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:44 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8f98fb8: Type.NON 2.05 Content (MID 229, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:44 DEBUG (MainThread) [coap] New unique message received
2020-12-29 02:12:44 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8f98fb8: Type.NON 2.05 Content (MID 229, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:44 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8f98fb8: Type.NON 2.05 Content (MID 229, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf115e838>
2020-12-29 02:12:44 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 02:12:44 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 02:12:45 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xefe63748: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:45 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:49 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98e68e0: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:49 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:49 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe89fd4a8: Type.NON 2.05 Content (MID 230, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:49 DEBUG (MainThread) [coap] New unique message received
2020-12-29 02:12:49 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe89fd4a8: Type.NON 2.05 Content (MID 230, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:49 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe89fd4a8: Type.NON 2.05 Content (MID 230, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf115e838>
2020-12-29 02:12:49 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 02:12:49 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 02:12:51 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeaa75d18: Type.NON 2.05 Content (MID 1, token 86f9) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 02:12:51 INFO (MainThread) [coap] Duplicate NON, ACK or RST received
2020-12-29 02:12:51 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeaa759d0: Type.NON 2.05 Content (MID 231, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:51 DEBUG (MainThread) [coap] New unique message received
2020-12-29 02:12:51 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xeaa759d0: Type.NON 2.05 Content (MID 231, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 02:12:51 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xeaa759d0: Type.NON 2.05 Content (MID 231, token 4b4b) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf115e838>
2020-12-29 02:12:51 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 02:12:51 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification

the device with 192.168.179.12 is the AC2729

nicx commented 3 years ago

@nicx could you enable debug-logs for coap and aioairctrl (as mentioned in README.md) and provide another debug log of the situation occurring. i sadly cannot reproduce it with my device :/

sure, here we go:

2020-12-29 10:06:53 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 10:06:53 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for volkswagencarnet which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 10:06:53 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for smartir which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 10:06:55 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for philips_airpurifier which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 10:06:56 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] syncing
2020-12-29 10:06:56 DEBUG (MainThread) [coap] Sending request - Token: 2594, Remote: <UDP6EndpointAddress 192.168.1.26>
2020-12-29 10:06:56 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25dd3026a0: Type.NON POST (MID 56158, token 2594) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 8 byte(s) payload>
2020-12-29 10:06:57 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25d688e730: Type.NON 2.05 Content (MID 56158, token 2594) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 10:06:57 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:06:57 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25d688e730: Type.NON 2.05 Content (MID 56158, token 2594) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 10:06:57 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25d688e730: Type.NON 2.05 Content (MID 56158, token 2594) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25e8b6c1f0>
2020-12-29 10:06:57 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] synced: 55075021
2020-12-29 10:06:57 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] retrieving status
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Sending request - Token: 2595, Remote: <UDP6EndpointAddress 192.168.1.26>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25d6bc1280: Type.NON GET (MID 56159, token 2595) remote <UDP6EndpointAddress 192.168.1.26>, 3 option(s)>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25d118a1f0: Type.CON 2.05 Content (MID 340, token 2595) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25d118a1f0: Type.CON 2.05 Content (MID 340, token 2595) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25d118a1f0: Type.CON 2.05 Content (MID 340, token 2595) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25ddc95c10>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Sending empty ACK: acknowledging incoming response
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25d118a4c0: Type.ACK EMPTY (MID 340, empty token) remote <UDP6EndpointAddress 192.168.1.26 with local address>>
2020-12-29 10:06:58 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"1","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":46,"temp":21,"pm25":15,"iaql":4,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":274,"fltsts1":3988,"fltsts2":3988,"wicksts":3988,"range":"MicroMario","Runtime":986831,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-29 10:06:58 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observing status
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Sending request - Token: 2596, Remote: <UDP6EndpointAddress 192.168.1.26>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25d55f2a30: Type.NON GET (MID 56160, token 2596) remote <UDP6EndpointAddress 192.168.1.26>, 3 option(s)>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25d05b3b20: Type.CON 2.05 Content (MID 342, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25d05b3b20: Type.CON 2.05 Content (MID 342, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25d05b3b20: Type.CON 2.05 Content (MID 342, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25d106ac40>
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Sending empty ACK: acknowledging incoming response
2020-12-29 10:06:58 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25d05b8040: Type.ACK EMPTY (MID 342, empty token) remote <UDP6EndpointAddress 192.168.1.26 with local address>>
2020-12-29 10:06:59 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25d05e2ac0: Type.CON 2.05 Content (MID 344, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:06:59 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:06:59 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25d05e2ac0: Type.CON 2.05 Content (MID 344, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:06:59 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25d05e2ac0: Type.CON 2.05 Content (MID 344, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25d106ac40>
2020-12-29 10:06:59 DEBUG (MainThread) [coap] Sending empty ACK: acknowledging incoming response
2020-12-29 10:06:59 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25d55ffee0: Type.ACK EMPTY (MID 344, empty token) remote <UDP6EndpointAddress 192.168.1.26 with local address>>
2020-12-29 10:06:59 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 10:06:59 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 10:06:59 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"1","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":46,"temp":21,"pm25":14,"iaql":4,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":274,"fltsts1":3988,"fltsts2":3988,"wicksts":3988,"range":"MicroMario","Runtime":988527,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-29 10:07:03 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25d6271d90: Type.CON 2.05 Content (MID 346, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:03 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:07:03 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25d6271d90: Type.CON 2.05 Content (MID 346, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:03 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25d6271d90: Type.CON 2.05 Content (MID 346, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25d106ac40>
2020-12-29 10:07:03 DEBUG (MainThread) [coap] Sending empty ACK: acknowledging incoming response
2020-12-29 10:07:03 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25d55fadc0: Type.ACK EMPTY (MID 346, empty token) remote <UDP6EndpointAddress 192.168.1.26 with local address>>
2020-12-29 10:07:03 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 10:07:03 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 10:07:03 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"1","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":46,"temp":21,"pm25":17,"iaql":4,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":274,"fltsts1":3988,"fltsts2":3988,"wicksts":3988,"range":"MicroMario","Runtime":992654,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-29 10:07:04 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25d55fadf0: Type.CON 2.05 Content (MID 348, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:04 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:07:04 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25d55fadf0: Type.CON 2.05 Content (MID 348, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:04 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25d55fadf0: Type.CON 2.05 Content (MID 348, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25d106ac40>
2020-12-29 10:07:04 DEBUG (MainThread) [coap] Sending empty ACK: acknowledging incoming response
2020-12-29 10:07:04 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25d55e2520: Type.ACK EMPTY (MID 348, empty token) remote <UDP6EndpointAddress 192.168.1.26 with local address>>
2020-12-29 10:07:04 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 10:07:04 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 10:07:04 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"1","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":46,"temp":21,"pm25":15,"iaql":4,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":274,"fltsts1":3988,"fltsts2":3988,"wicksts":3988,"range":"MicroMario","Runtime":993706,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-29 10:07:05 WARNING (MainThread) [homeassistant.setup] Setup of homematic is taking over 10 seconds.
2020-12-29 10:07:05 WARNING (SyncWorker_4) [pyhomematic._hm] Skipping init for homeassistant-debmatic
2020-12-29 10:07:05 WARNING (MainThread) [homeassistant.setup] Setup of volkswagencarnet is taking over 10 seconds.
2020-12-29 10:07:05 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25cbf041f0: Type.CON 2.05 Content (MID 350, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:05 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:07:05 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25cbf041f0: Type.CON 2.05 Content (MID 350, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:05 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25cbf041f0: Type.CON 2.05 Content (MID 350, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25d106ac40>
2020-12-29 10:07:05 DEBUG (MainThread) [coap] Sending empty ACK: acknowledging incoming response
2020-12-29 10:07:05 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25cbe9c1f0: Type.ACK EMPTY (MID 350, empty token) remote <UDP6EndpointAddress 192.168.1.26 with local address>>
2020-12-29 10:07:05 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 10:07:05 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 10:07:05 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"1","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":46,"temp":21,"pm25":16,"iaql":4,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":274,"fltsts1":3988,"fltsts2":3988,"wicksts":3988,"range":"MicroMario","Runtime":994758,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-29 10:07:08 WARNING (SyncWorker_9) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on QEQ0054136:1 Exception: <Fault -5: 'Unknown parameter'>
2020-12-29 10:07:10 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25d8390040: Type.CON 2.05 Content (MID 352, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:10 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:07:10 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25d8390040: Type.CON 2.05 Content (MID 352, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:10 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25d8390040: Type.CON 2.05 Content (MID 352, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25d106ac40>
2020-12-29 10:07:10 DEBUG (MainThread) [coap] Sending empty ACK: acknowledging incoming response
2020-12-29 10:07:10 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25d83902e0: Type.ACK EMPTY (MID 352, empty token) remote <UDP6EndpointAddress 192.168.1.26 with local address>>
2020-12-29 10:07:10 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 10:07:10 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 10:07:10 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"1","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":46,"temp":21,"pm25":15,"iaql":4,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":274,"fltsts1":3988,"fltsts2":3988,"wicksts":3988,"range":"MicroMario","Runtime":998883,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-29 10:07:12 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25e2f76be0: Type.CON 2.05 Content (MID 354, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:12 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:07:12 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25e2f76be0: Type.CON 2.05 Content (MID 354, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:12 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25e2f76be0: Type.CON 2.05 Content (MID 354, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25d106ac40>
2020-12-29 10:07:12 DEBUG (MainThread) [coap] Sending empty ACK: acknowledging incoming response
2020-12-29 10:07:12 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25e2f76790: Type.ACK EMPTY (MID 354, empty token) remote <UDP6EndpointAddress 192.168.1.26 with local address>>
2020-12-29 10:07:12 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 10:07:12 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 10:07:12 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"1","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":46,"temp":21,"pm25":14,"iaql":4,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":274,"fltsts1":3988,"fltsts2":3988,"wicksts":3988,"range":"MicroMario","Runtime":1000963,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-29 10:07:13 WARNING (SyncWorker_38) [pyhomematic.devicetypes.generic] HMGeneric.getValue: ENERGY_COUNTER on MEQ0026163:1 Exception: <Fault -1: 'Failure'>
2020-12-29 10:07:13 WARNING (SyncWorker_23) [pyhomematic.devicetypes.generic] HMGeneric.getValue: POWER on MEQ0026163:1 Exception: <Fault -1: 'Failure'>
2020-12-29 10:07:13 WARNING (SyncWorker_20) [pyhomematic.devicetypes.generic] HMGeneric.getValue: GAS_ENERGY_COUNTER on MEQ0026179:1 Exception: <Fault -1: 'Failure'>
2020-12-29 10:07:13 WARNING (SyncWorker_44) [pyhomematic.devicetypes.generic] HMGeneric.getValue: GAS_POWER on MEQ0026179:1 Exception: <Fault -1: 'Failure'>
2020-12-29 10:07:14 WARNING (SyncWorker_43) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on QEQ0054136:1 Exception: <Fault -5: 'Unknown parameter'>
2020-12-29 10:07:15 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25ca0e8550: Type.CON 2.05 Content (MID 356, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:15 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:07:15 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25ca0e8550: Type.CON 2.05 Content (MID 356, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload>
2020-12-29 10:07:15 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25ca0e8550: Type.CON 2.05 Content (MID 356, token 2596) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 3 option(s), 1320 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25d106ac40>
2020-12-29 10:07:15 DEBUG (MainThread) [coap] Sending empty ACK: acknowledging incoming response
2020-12-29 10:07:15 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25ca0e87f0: Type.ACK EMPTY (MID 356, empty token) remote <UDP6EndpointAddress 192.168.1.26 with local address>>
2020-12-29 10:07:15 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 10:07:15 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 10:07:15 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] observation status: {"state":{"reported":{"name":"Luftreiniger Wohnzimmer","type":"AC2729","modelid":"AC2729/10","swversion":"0.2.1","om":"1","pwr":"1","cl":false,"aqil":100,"uil":"1","dt":0,"dtrs":0,"mode":"P","func":"PH","rhset":50,"rh":46,"temp":21,"pm25":13,"iaql":4,"aqit":7,"ddp":"0","rddp":"0","err":0,"wl":100,"fltt1":"A3","fltt2":"C7","fltsts0":274,"fltsts1":3988,"fltsts2":3988,"wicksts":3988,"range":"MicroMario","Runtime":1004061,"WifiVersion":"AWS_Philips_AIR@62.1","ProductId":"85bc26fae62611e8a1e3061302926720","DeviceId":"12f027641b5011eba44ebe148dc7e387","StatusType":"localcontrol","ConnectType":"Localcontrol"}}}
2020-12-29 10:07:47 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] REQUEST: {"state": {"desired": {"CommandType": "app", "DeviceId": "", "EnduserId": "", "pwr": "0"}}}
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Sending request - Token: 2597, Remote: <UDP6EndpointAddress 192.168.1.26>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25ca20b610: Type.NON POST (MID 56161, token 2597) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 264 byte(s) payload>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25ca92e160: Type.NON 2.05 Content (MID 56161, token 2597) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 19 byte(s) payload>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25ca92e160: Type.NON 2.05 Content (MID 56161, token 2597) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 19 byte(s) payload>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25ca92e160: Type.NON 2.05 Content (MID 56161, token 2597) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 19 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25cdbcef70>
2020-12-29 10:07:47 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] RESPONSE: b'{"status":"failed"}'
2020-12-29 10:07:47 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] set_control_value failed. resyncing...
2020-12-29 10:07:47 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] syncing
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Sending request - Token: 2598, Remote: <UDP6EndpointAddress 192.168.1.26>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25d0023310: Type.NON POST (MID 56162, token 2598) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 8 byte(s) payload>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25ca0e8160: Type.NON 2.05 Content (MID 56162, token 2598) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25ca0e8160: Type.NON 2.05 Content (MID 56162, token 2598) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25ca0e8160: Type.NON 2.05 Content (MID 56162, token 2598) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25ca0b3f70>
2020-12-29 10:07:47 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] synced: 381FC039
2020-12-29 10:07:47 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] set_control_value failed. retrying...
2020-12-29 10:07:47 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] REQUEST: {"state": {"desired": {"CommandType": "app", "DeviceId": "", "EnduserId": "", "pwr": "0"}}}
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Sending request - Token: 2599, Remote: <UDP6EndpointAddress 192.168.1.26>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25de3c33d0: Type.NON POST (MID 56163, token 2599) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 264 byte(s) payload>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25cbb643a0: Type.NON 2.05 Content (MID 56163, token 2599) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25cbb643a0: Type.NON 2.05 Content (MID 56163, token 2599) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 10:07:47 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25cbb643a0: Type.NON 2.05 Content (MID 56163, token 2599) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25cbb642b0>
2020-12-29 10:07:47 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] RESPONSE: b'{"status":"success"}'
2020-12-29 10:08:56 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] REQUEST: {"state": {"desired": {"CommandType": "app", "DeviceId": "", "EnduserId": "", "pwr": "0"}}}
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Sending request - Token: 259a, Remote: <UDP6EndpointAddress 192.168.1.26>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25cc9b34c0: Type.NON POST (MID 56164, token 259a) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 264 byte(s) payload>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25ca9467f0: Type.NON 2.05 Content (MID 56164, token 259a) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 19 byte(s) payload>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25ca9467f0: Type.NON 2.05 Content (MID 56164, token 259a) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 19 byte(s) payload>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25ca9467f0: Type.NON 2.05 Content (MID 56164, token 259a) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 19 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25ca2590a0>
2020-12-29 10:08:56 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] RESPONSE: b'{"status":"failed"}'
2020-12-29 10:08:56 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] set_control_value failed. resyncing...
2020-12-29 10:08:56 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] syncing
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Sending request - Token: 259b, Remote: <UDP6EndpointAddress 192.168.1.26>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25ca259f10: Type.NON POST (MID 56165, token 259b) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 8 byte(s) payload>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25d11d2e50: Type.NON 2.05 Content (MID 56165, token 259b) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25d11d2e50: Type.NON 2.05 Content (MID 56165, token 259b) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25d11d2e50: Type.NON 2.05 Content (MID 56165, token 259b) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25d0366310>
2020-12-29 10:08:56 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] synced: 0247F3A7
2020-12-29 10:08:56 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] set_control_value failed. retrying...
2020-12-29 10:08:56 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] REQUEST: {"state": {"desired": {"CommandType": "app", "DeviceId": "", "EnduserId": "", "pwr": "0"}}}
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Sending request - Token: 259c, Remote: <UDP6EndpointAddress 192.168.1.26>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0x7f25de4c91c0: Type.NON POST (MID 56166, token 259c) remote <UDP6EndpointAddress 192.168.1.26>, 2 option(s), 264 byte(s) payload>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0x7f25ca259130: Type.NON 2.05 Content (MID 56166, token 259c) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] New unique message received
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0x7f25ca259130: Type.NON 2.05 Content (MID 56166, token 259c) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 10:08:56 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0x7f25ca259130: Type.NON 2.05 Content (MID 56166, token 259c) remote <UDP6EndpointAddress 192.168.1.26 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0x7f25ca259ee0>
2020-12-29 10:08:56 DEBUG (MainThread) [custom_components.philips_airpurifier.aioairctrl.coap_client] RESPONSE: b'{"status":"success"}'
kongo09 commented 3 years ago

Now this is crazy. Out of frustration I unplugged the device yesterday and left it off for the whole night. Upon plugging it back in this morning everything started to work. All modes are correct, the on/off switch works as expected. HA catches when I set the device manually or via the AirMatters app - in short: all is good. I've now played with it for some time and it is still good.

@nicx can you try the same and see whether there is a pattern?

Maybe the thing just confuses itself internally and a power cycle brings it back to its senses. Here is the full log (again including the other device, which is also good):

2020-12-29 11:11:40 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 11:11:40 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 11:11:45 DEBUG (MainThread) [coap] Sending request - Token: 9d32, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 11:11:45 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xf0e9a550: Type.NON POST (MID 52671, token 9d32) remote <UDP6EndpointAddress 192.168.179.24>, 2 option(s), 8 byte(s) payload>
2020-12-29 11:11:45 DEBUG (MainThread) [coap] Sending request - Token: 6788, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:11:45 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xf0e9a688: Type.NON POST (MID 64346, token 6788) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 8 byte(s) payload>
2020-12-29 11:11:45 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef6a05b0: Type.NON 2.05 Content (MID 52671, token 9d32) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 11:11:45 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:11:45 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef6a05b0: Type.NON 2.05 Content (MID 52671, token 9d32) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 11:11:45 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef6a05b0: Type.NON 2.05 Content (MID 52671, token 9d32) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xeff62910>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xefabf6e8: Type.NON 2.05 Content (MID 64346, token 6788) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xefabf6e8: Type.NON 2.05 Content (MID 64346, token 6788) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xefabf6e8: Type.NON 2.05 Content (MID 64346, token 6788) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 8 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xeff62a30>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Sending request - Token: 9d33, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xf0f04b68: Type.NON GET (MID 52672, token 9d33) remote <UDP6EndpointAddress 192.168.179.24>, 3 option(s)>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Sending request - Token: 6789, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xf217fdc0: Type.NON GET (MID 64347, token 6789) remote <UDP6EndpointAddress 192.168.179.12>, 3 option(s)>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef57aac0: Type.NON 2.05 Content (MID 947, token 9d33) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef57aac0: Type.NON 2.05 Content (MID 947, token 9d33) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef57aac0: Type.NON 2.05 Content (MID 947, token 9d33) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf1018088>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef432280: Type.NON 2.05 Content (MID 1, token 6789) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef432280: Type.NON 2.05 Content (MID 1, token 6789) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:11:46 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef432280: Type.NON 2.05 Content (MID 1, token 6789) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef591b68>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Sending request - Token: 9d34, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xef441910: Type.NON GET (MID 52673, token 9d34) remote <UDP6EndpointAddress 192.168.179.24>, 3 option(s)>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Sending request - Token: 678a, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xef387b38: Type.NON GET (MID 64348, token 678a) remote <UDP6EndpointAddress 192.168.179.12>, 3 option(s)>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef2cf5e0: Type.NON 2.05 Content (MID 948, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef2cf5e0: Type.NON 2.05 Content (MID 948, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef2cf5e0: Type.NON 2.05 Content (MID 948, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef2cf6b8: Type.NON 2.05 Content (MID 2, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef2cf6b8: Type.NON 2.05 Content (MID 2, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:11:47 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef2cf6b8: Type.NON 2.05 Content (MID 2, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:11:54 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf0056670: Type.NON 2.05 Content (MID 3, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:11:54 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:11:54 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf0056670: Type.NON 2.05 Content (MID 3, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:11:54 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf0056670: Type.NON 2.05 Content (MID 3, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:11:54 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:11:54 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:11:59 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b33d60: Type.NON 2.05 Content (MID 4, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:11:59 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:11:59 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b33d60: Type.NON 2.05 Content (MID 4, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:11:59 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b33d60: Type.NON 2.05 Content (MID 4, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:11:59 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:11:59 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:03 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeb09cbc8: Type.NON 2.05 Content (MID 5, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:03 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:03 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xeb09cbc8: Type.NON 2.05 Content (MID 5, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:03 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xeb09cbc8: Type.NON 2.05 Content (MID 5, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:03 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:03 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:07 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98b25e0: Type.NON 2.05 Content (MID 6, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:07 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:07 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98b25e0: Type.NON 2.05 Content (MID 6, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:07 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98b25e0: Type.NON 2.05 Content (MID 6, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:07 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:07 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:08 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6c8b08: Type.NON 2.05 Content (MID 7, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:08 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:08 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6c8b08: Type.NON 2.05 Content (MID 7, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:08 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6c8b08: Type.NON 2.05 Content (MID 7, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:08 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:08 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:11 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93286e8: Type.NON 2.05 Content (MID 8, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:11 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:11 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93286e8: Type.NON 2.05 Content (MID 8, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:11 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93286e8: Type.NON 2.05 Content (MID 8, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:11 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:11 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:12 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ce6e8: Type.NON 2.05 Content (MID 9, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:12 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:12 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ce6e8: Type.NON 2.05 Content (MID 9, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:12 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ce6e8: Type.NON 2.05 Content (MID 9, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:12 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:12 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:13 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef387e80: Type.NON 2.05 Content (MID 10, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:13 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:13 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef387e80: Type.NON 2.05 Content (MID 10, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:13 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef387e80: Type.NON 2.05 Content (MID 10, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:13 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:13 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:16 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf0ebf3d0: Type.NON 2.05 Content (MID 11, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:16 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:16 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf0ebf3d0: Type.NON 2.05 Content (MID 11, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:16 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf0ebf3d0: Type.NON 2.05 Content (MID 11, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:16 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:16 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:17 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cdca0: Type.NON 2.05 Content (MID 12, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:17 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:17 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cdca0: Type.NON 2.05 Content (MID 12, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:17 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cdca0: Type.NON 2.05 Content (MID 12, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:17 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:17 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:19 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6aac70: Type.NON 2.05 Content (MID 13, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:19 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:19 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6aac70: Type.NON 2.05 Content (MID 13, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:19 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6aac70: Type.NON 2.05 Content (MID 13, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:19 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:19 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:22 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe85f6970: Type.NON 2.05 Content (MID 14, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:22 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:22 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe85f6970: Type.NON 2.05 Content (MID 14, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:22 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe85f6970: Type.NON 2.05 Content (MID 14, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:22 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:22 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:23 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xec3253d0: Type.NON 2.05 Content (MID 15, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:23 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:23 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xec3253d0: Type.NON 2.05 Content (MID 15, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:23 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xec3253d0: Type.NON 2.05 Content (MID 15, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:23 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:23 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:28 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea7b06d0: Type.NON 2.05 Content (MID 16, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:28 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:28 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea7b06d0: Type.NON 2.05 Content (MID 16, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:28 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea7b06d0: Type.NON 2.05 Content (MID 16, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:28 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:28 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:34 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6d39a0: Type.NON 2.05 Content (MID 17, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:34 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:34 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6d39a0: Type.NON 2.05 Content (MID 17, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:34 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6d39a0: Type.NON 2.05 Content (MID 17, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:34 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:34 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef38d430: Type.NON 2.05 Content (MID 18, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef38d430: Type.NON 2.05 Content (MID 18, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef38d430: Type.NON 2.05 Content (MID 18, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:36 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:36 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:37 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea799c40: Type.NON 2.05 Content (MID 19, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:37 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:37 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea799c40: Type.NON 2.05 Content (MID 19, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:37 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea799c40: Type.NON 2.05 Content (MID 19, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:37 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:37 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:43 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf0ee3e38: Type.NON 2.05 Content (MID 20, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:43 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:43 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf0ee3e38: Type.NON 2.05 Content (MID 20, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:43 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf0ee3e38: Type.NON 2.05 Content (MID 20, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:43 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:43 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:48 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea7e91d8: Type.NON 2.05 Content (MID 21, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:48 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:48 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea7e91d8: Type.NON 2.05 Content (MID 21, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:48 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea7e91d8: Type.NON 2.05 Content (MID 21, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:48 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:48 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:49 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cd4d8: Type.NON 2.05 Content (MID 22, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:49 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:49 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cd4d8: Type.NON 2.05 Content (MID 22, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:49 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cd4d8: Type.NON 2.05 Content (MID 22, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:49 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:49 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:52 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d22688: Type.NON 2.05 Content (MID 23, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:52 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:52 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d22688: Type.NON 2.05 Content (MID 23, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:52 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d22688: Type.NON 2.05 Content (MID 23, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:52 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:52 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:55 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98b2880: Type.NON 2.05 Content (MID 24, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:55 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:55 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98b2880: Type.NON 2.05 Content (MID 24, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:55 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98b2880: Type.NON 2.05 Content (MID 24, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:55 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:55 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:12:57 DEBUG (MainThread) [coap] Sending request - Token: 678b, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:12:57 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe93f35c8: Type.NON POST (MID 64349, token 678b) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 264 byte(s) payload>
2020-12-29 11:12:57 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d66748: Type.NON 2.05 Content (MID 64349, token 678b) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:12:57 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:57 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d66748: Type.NON 2.05 Content (MID 64349, token 678b) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:12:57 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d66748: Type.NON 2.05 Content (MID 64349, token 678b) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe8d66730>
2020-12-29 11:12:57 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cd190: Type.NON 2.05 Content (MID 25, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:57 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:12:57 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cd190: Type.NON 2.05 Content (MID 25, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:12:57 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cd190: Type.NON 2.05 Content (MID 25, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:12:57 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:12:57 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:15 DEBUG (MainThread) [coap] Sending request - Token: 678c, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:13:15 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xef1a59a0: Type.NON POST (MID 64350, token 678c) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 264 byte(s) payload>
2020-12-29 11:13:15 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ced90: Type.NON 2.05 Content (MID 64350, token 678c) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:13:15 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:15 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ced90: Type.NON 2.05 Content (MID 64350, token 678c) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:13:15 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ced90: Type.NON 2.05 Content (MID 64350, token 678c) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xea76edf0>
2020-12-29 11:13:15 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a5d48: Type.NON 2.05 Content (MID 26, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:15 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:15 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a5d48: Type.NON 2.05 Content (MID 26, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:15 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a5d48: Type.NON 2.05 Content (MID 26, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:15 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:15 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:16 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xebcd8700: Type.NON 2.05 Content (MID 27, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:16 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:16 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xebcd8700: Type.NON 2.05 Content (MID 27, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:16 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xebcd8700: Type.NON 2.05 Content (MID 27, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:16 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:16 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:19 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead87628: Type.NON 2.05 Content (MID 28, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:19 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:19 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead87628: Type.NON 2.05 Content (MID 28, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:19 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead87628: Type.NON 2.05 Content (MID 28, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:19 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:19 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:21 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9328f58: Type.NON 2.05 Content (MID 29, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:21 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:21 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9328f58: Type.NON 2.05 Content (MID 29, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:21 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9328f58: Type.NON 2.05 Content (MID 29, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:21 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:21 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:26 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6aed60: Type.NON 2.05 Content (MID 30, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:26 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:26 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6aed60: Type.NON 2.05 Content (MID 30, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:26 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6aed60: Type.NON 2.05 Content (MID 30, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:26 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:26 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:27 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xebccda78: Type.NON 2.05 Content (MID 31, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:27 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:27 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xebccda78: Type.NON 2.05 Content (MID 31, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:27 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xebccda78: Type.NON 2.05 Content (MID 31, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:27 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:27 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:29 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6aefd0: Type.NON 2.05 Content (MID 32, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:29 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:29 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6aefd0: Type.NON 2.05 Content (MID 32, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:29 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6aefd0: Type.NON 2.05 Content (MID 32, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:29 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:29 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:30 DEBUG (MainThread) [coap] Sending request - Token: 678d, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:13:30 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe93d87a8: Type.NON POST (MID 64351, token 678d) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 328 byte(s) payload>
2020-12-29 11:13:30 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead73520: Type.NON 2.05 Content (MID 64351, token 678d) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:13:30 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:30 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead73520: Type.NON 2.05 Content (MID 64351, token 678d) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:13:30 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead73520: Type.NON 2.05 Content (MID 64351, token 678d) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xead73928>
2020-12-29 11:13:30 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6aed60: Type.NON 2.05 Content (MID 33, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:30 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:30 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6aed60: Type.NON 2.05 Content (MID 33, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:30 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6aed60: Type.NON 2.05 Content (MID 33, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:30 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:30 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:31 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead738b0: Type.NON 2.05 Content (MID 34, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:31 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:31 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead738b0: Type.NON 2.05 Content (MID 34, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:31 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead738b0: Type.NON 2.05 Content (MID 34, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:31 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:31 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:32 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93d8760: Type.NON 2.05 Content (MID 35, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:32 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:32 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93d8760: Type.NON 2.05 Content (MID 35, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:32 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93d8760: Type.NON 2.05 Content (MID 35, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:32 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:32 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:34 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d66130: Type.NON 2.05 Content (MID 36, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:34 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:34 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d66130: Type.NON 2.05 Content (MID 36, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:34 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d66130: Type.NON 2.05 Content (MID 36, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:34 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:34 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:37 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cd340: Type.NON 2.05 Content (MID 37, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:37 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:37 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cd340: Type.NON 2.05 Content (MID 37, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:37 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cd340: Type.NON 2.05 Content (MID 37, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:37 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:37 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:39 DEBUG (MainThread) [coap] Sending request - Token: 678e, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:13:39 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe93d8220: Type.NON POST (MID 64352, token 678e) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 328 byte(s) payload>
2020-12-29 11:13:39 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a5988: Type.NON 2.05 Content (MID 64352, token 678e) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:13:39 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:39 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a5988: Type.NON 2.05 Content (MID 64352, token 678e) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:13:39 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a5988: Type.NON 2.05 Content (MID 64352, token 678e) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xebc5d4d8>
2020-12-29 11:13:39 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead7d370: Type.NON 2.05 Content (MID 38, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:39 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:39 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead7d370: Type.NON 2.05 Content (MID 38, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:39 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead7d370: Type.NON 2.05 Content (MID 38, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:39 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:39 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:41 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea874bf8: Type.NON 2.05 Content (MID 39, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:41 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:41 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea874bf8: Type.NON 2.05 Content (MID 39, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:41 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea874bf8: Type.NON 2.05 Content (MID 39, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:41 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:41 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:42 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6aefe8: Type.NON 2.05 Content (MID 40, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:42 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:42 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6aefe8: Type.NON 2.05 Content (MID 40, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:42 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6aefe8: Type.NON 2.05 Content (MID 40, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:42 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:42 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:43 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead7dfa0: Type.NON 2.05 Content (MID 41, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:43 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:43 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead7dfa0: Type.NON 2.05 Content (MID 41, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:43 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead7dfa0: Type.NON 2.05 Content (MID 41, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:43 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:43 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:48 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cd898: Type.NON 2.05 Content (MID 42, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:48 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:48 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cd898: Type.NON 2.05 Content (MID 42, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:48 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cd898: Type.NON 2.05 Content (MID 42, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:48 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:48 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:52 DEBUG (MainThread) [coap] Sending request - Token: 678f, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:13:52 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe98cec28: Type.NON POST (MID 64353, token 678f) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 296 byte(s) payload>
2020-12-29 11:13:52 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ce3d0: Type.NON 2.05 Content (MID 64353, token 678f) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:13:52 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:52 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ce3d0: Type.NON 2.05 Content (MID 64353, token 678f) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:13:52 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ce3d0: Type.NON 2.05 Content (MID 64353, token 678f) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe98ced48>
2020-12-29 11:13:52 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d22808: Type.NON 2.05 Content (MID 43, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:52 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:52 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d22808: Type.NON 2.05 Content (MID 43, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:52 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d22808: Type.NON 2.05 Content (MID 43, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:52 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:52 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:53 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf0948ef8: Type.NON 2.05 Content (MID 44, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:53 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:53 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf0948ef8: Type.NON 2.05 Content (MID 44, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:13:53 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf0948ef8: Type.NON 2.05 Content (MID 44, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:13:53 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:53 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:13:59 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd42b0: Type.NON 2.05 Content (MID 949, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:13:59 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:13:59 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd42b0: Type.NON 2.05 Content (MID 949, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:13:59 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd42b0: Type.NON 2.05 Content (MID 949, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:13:59 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:13:59 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:01 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9328730: Type.NON 2.05 Content (MID 45, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:01 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:01 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9328730: Type.NON 2.05 Content (MID 45, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:01 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9328730: Type.NON 2.05 Content (MID 45, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:01 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:01 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:02 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead7dfa0: Type.NON 2.05 Content (MID 46, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:02 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:02 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead7dfa0: Type.NON 2.05 Content (MID 46, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:02 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead7dfa0: Type.NON 2.05 Content (MID 46, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:02 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:02 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:03 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead87310: Type.NON 2.05 Content (MID 950, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:03 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:03 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead87310: Type.NON 2.05 Content (MID 950, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:03 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead87310: Type.NON 2.05 Content (MID 950, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:03 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:03 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:04 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef5839b8: Type.NON 2.05 Content (MID 47, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:04 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:04 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef5839b8: Type.NON 2.05 Content (MID 47, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:04 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef5839b8: Type.NON 2.05 Content (MID 47, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:04 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:04 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:05 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cef10: Type.NON 2.05 Content (MID 48, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:05 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:05 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cef10: Type.NON 2.05 Content (MID 48, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:05 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cef10: Type.NON 2.05 Content (MID 48, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:05 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:05 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:06 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xebc887a8: Type.NON 2.05 Content (MID 49, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:06 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:06 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xebc887a8: Type.NON 2.05 Content (MID 49, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:06 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xebc887a8: Type.NON 2.05 Content (MID 49, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:06 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:06 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:08 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1447c0: Type.NON 2.05 Content (MID 50, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:08 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:08 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1447c0: Type.NON 2.05 Content (MID 50, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:08 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1447c0: Type.NON 2.05 Content (MID 50, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:08 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:08 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:11 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d30760: Type.NON 2.05 Content (MID 51, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:11 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:11 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d30760: Type.NON 2.05 Content (MID 51, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:11 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d30760: Type.NON 2.05 Content (MID 51, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:11 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:11 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:14 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf3635c40: Type.NON 2.05 Content (MID 52, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:14 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:14 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf3635c40: Type.NON 2.05 Content (MID 52, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:14 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf3635c40: Type.NON 2.05 Content (MID 52, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:14 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:14 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:15 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a5dd8: Type.NON 2.05 Content (MID 53, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:15 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:15 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a5dd8: Type.NON 2.05 Content (MID 53, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:15 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a5dd8: Type.NON 2.05 Content (MID 53, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:15 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:15 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:16 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ce610: Type.NON 2.05 Content (MID 54, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:16 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:16 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ce610: Type.NON 2.05 Content (MID 54, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:16 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ce610: Type.NON 2.05 Content (MID 54, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:16 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:16 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:16 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9328eb0: Type.NON 2.05 Content (MID 951, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:16 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:16 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9328eb0: Type.NON 2.05 Content (MID 951, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:16 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9328eb0: Type.NON 2.05 Content (MID 951, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:16 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:16 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:17 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93d8790: Type.NON 2.05 Content (MID 55, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:17 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:17 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93d8790: Type.NON 2.05 Content (MID 55, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:17 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93d8790: Type.NON 2.05 Content (MID 55, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:17 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:17 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:17 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf0050aa8: Type.NON 2.05 Content (MID 952, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:17 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:17 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf0050aa8: Type.NON 2.05 Content (MID 952, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:17 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf0050aa8: Type.NON 2.05 Content (MID 952, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:17 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:17 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:18 DEBUG (MainThread) [coap] Sending request - Token: 6790, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:14:18 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xef144bf8: Type.NON POST (MID 64354, token 6790) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 264 byte(s) payload>
2020-12-29 11:14:18 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea764058: Type.NON 2.05 Content (MID 64354, token 6790) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:14:18 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:18 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea764058: Type.NON 2.05 Content (MID 64354, token 6790) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:14:18 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea764058: Type.NON 2.05 Content (MID 64354, token 6790) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xea799b08>
2020-12-29 11:14:18 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef144d18: Type.NON 2.05 Content (MID 56, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:18 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:18 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef144d18: Type.NON 2.05 Content (MID 56, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:18 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef144d18: Type.NON 2.05 Content (MID 56, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:18 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:18 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:19 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ce718: Type.NON 2.05 Content (MID 953, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:19 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:19 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ce718: Type.NON 2.05 Content (MID 953, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:19 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ce718: Type.NON 2.05 Content (MID 953, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:19 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:19 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:20 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9328ee0: Type.NON 2.05 Content (MID 954, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:20 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:20 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9328ee0: Type.NON 2.05 Content (MID 954, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:20 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9328ee0: Type.NON 2.05 Content (MID 954, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:20 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:20 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:21 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef38d718: Type.NON 2.05 Content (MID 955, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:21 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:21 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef38d718: Type.NON 2.05 Content (MID 955, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:21 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef38d718: Type.NON 2.05 Content (MID 955, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:21 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:21 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:23 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef59ebe0: Type.NON 2.05 Content (MID 956, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:23 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:23 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef59ebe0: Type.NON 2.05 Content (MID 956, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:23 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef59ebe0: Type.NON 2.05 Content (MID 956, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:23 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:23 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:24 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d22628: Type.NON 2.05 Content (MID 957, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:24 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:24 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d22628: Type.NON 2.05 Content (MID 957, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:24 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d22628: Type.NON 2.05 Content (MID 957, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:24 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:24 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:25 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeff6c130: Type.NON 2.05 Content (MID 958, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:25 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:25 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xeff6c130: Type.NON 2.05 Content (MID 958, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:25 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xeff6c130: Type.NON 2.05 Content (MID 958, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:25 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:25 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:26 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea7e9040: Type.NON 2.05 Content (MID 959, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:26 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:26 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea7e9040: Type.NON 2.05 Content (MID 959, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:14:26 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea7e9040: Type.NON 2.05 Content (MID 959, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:14:26 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:26 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Sending request - Token: 6791, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe9328508: Type.NON POST (MID 64355, token 6791) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 328 byte(s) payload>
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea764670: Type.NON 2.05 Content (MID 64355, token 6791) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:14:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea764670: Type.NON 2.05 Content (MID 64355, token 6791) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea764670: Type.NON 2.05 Content (MID 64355, token 6791) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe9328d48>
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93d82e0: Type.NON 2.05 Content (MID 57, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93d82e0: Type.NON 2.05 Content (MID 57, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93d82e0: Type.NON 2.05 Content (MID 57, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:36 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:36 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93d8b50: Type.NON 2.05 Content (MID 58, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93d8b50: Type.NON 2.05 Content (MID 58, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93d8b50: Type.NON 2.05 Content (MID 58, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:36 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:36 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:40 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead73598: Type.NON 2.05 Content (MID 59, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:40 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:40 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead73598: Type.NON 2.05 Content (MID 59, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:40 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead73598: Type.NON 2.05 Content (MID 59, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:40 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:40 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:41 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d5aa00: Type.NON 2.05 Content (MID 60, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:41 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:41 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d5aa00: Type.NON 2.05 Content (MID 60, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:41 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d5aa00: Type.NON 2.05 Content (MID 60, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:41 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:41 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:45 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d66448: Type.NON 2.05 Content (MID 61, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:45 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:45 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d66448: Type.NON 2.05 Content (MID 61, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:45 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d66448: Type.NON 2.05 Content (MID 61, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:45 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:45 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:46 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a5dd8: Type.NON 2.05 Content (MID 62, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:46 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:46 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a5dd8: Type.NON 2.05 Content (MID 62, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:46 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a5dd8: Type.NON 2.05 Content (MID 62, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:46 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:46 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:50 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93f3418: Type.NON 2.05 Content (MID 63, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:50 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:50 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93f3418: Type.NON 2.05 Content (MID 63, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:50 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93f3418: Type.NON 2.05 Content (MID 63, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:50 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:50 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef5fb568: Type.NON 2.05 Content (MID 64, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:51 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef5fb568: Type.NON 2.05 Content (MID 64, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef5fb568: Type.NON 2.05 Content (MID 64, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:51 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:51 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Sending request - Token: 6792, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe9bcc370: Type.NON POST (MID 64356, token 6792) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 296 byte(s) payload>
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bccbc8: Type.NON 2.05 Content (MID 64356, token 6792) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:14:51 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bccbc8: Type.NON 2.05 Content (MID 64356, token 6792) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bccbc8: Type.NON 2.05 Content (MID 64356, token 6792) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe9bcca18>
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bcccd0: Type.NON 2.05 Content (MID 65, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:51 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bcccd0: Type.NON 2.05 Content (MID 65, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:51 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bcccd0: Type.NON 2.05 Content (MID 65, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:51 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:51 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:55 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93cc700: Type.NON 2.05 Content (MID 66, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:55 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:55 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93cc700: Type.NON 2.05 Content (MID 66, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:55 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93cc700: Type.NON 2.05 Content (MID 66, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:55 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:55 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:56 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ce940: Type.NON 2.05 Content (MID 67, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:56 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:56 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ce940: Type.NON 2.05 Content (MID 67, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:56 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ce940: Type.NON 2.05 Content (MID 67, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:56 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:56 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:14:58 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d307d8: Type.NON 2.05 Content (MID 68, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:58 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:14:58 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d307d8: Type.NON 2.05 Content (MID 68, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:14:58 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d307d8: Type.NON 2.05 Content (MID 68, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:14:58 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:14:58 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:08 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd4f40: Type.NON 2.05 Content (MID 69, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:08 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:08 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd4f40: Type.NON 2.05 Content (MID 69, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:08 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd4f40: Type.NON 2.05 Content (MID 69, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:08 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:08 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:09 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d225f8: Type.NON 2.05 Content (MID 70, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:09 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:09 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d225f8: Type.NON 2.05 Content (MID 70, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:09 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d225f8: Type.NON 2.05 Content (MID 70, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:09 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:09 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:10 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bed0e8: Type.NON 2.05 Content (MID 71, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:10 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:10 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bed0e8: Type.NON 2.05 Content (MID 71, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:10 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bed0e8: Type.NON 2.05 Content (MID 71, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:10 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:10 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:11 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bedc10: Type.NON 2.05 Content (MID 72, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:11 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:11 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bedc10: Type.NON 2.05 Content (MID 72, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:11 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bedc10: Type.NON 2.05 Content (MID 72, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:11 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:11 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:12 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b33b50: Type.NON 2.05 Content (MID 73, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:12 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:12 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b33b50: Type.NON 2.05 Content (MID 73, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:12 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b33b50: Type.NON 2.05 Content (MID 73, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:12 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:12 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:14 DEBUG (MainThread) [coap] Sending request - Token: 6793, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:15:14 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe9bcc580: Type.NON POST (MID 64357, token 6793) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 264 byte(s) payload>
2020-12-29 11:15:14 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bccc58: Type.NON 2.05 Content (MID 64357, token 6793) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:14 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:14 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bccc58: Type.NON 2.05 Content (MID 64357, token 6793) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:14 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bccc58: Type.NON 2.05 Content (MID 64357, token 6793) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe9bcc928>
2020-12-29 11:15:14 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bcc868: Type.NON 2.05 Content (MID 74, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:14 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:14 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bcc868: Type.NON 2.05 Content (MID 74, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:14 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bcc868: Type.NON 2.05 Content (MID 74, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:14 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:14 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:26 DEBUG (MainThread) [coap] Sending request - Token: 6794, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:15:26 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe85f6a48: Type.NON POST (MID 64358, token 6794) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 264 byte(s) payload>
2020-12-29 11:15:26 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe85f65c8: Type.NON 2.05 Content (MID 64358, token 6794) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:26 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:26 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe85f65c8: Type.NON 2.05 Content (MID 64358, token 6794) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:26 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe85f65c8: Type.NON 2.05 Content (MID 64358, token 6794) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe85f6070>
2020-12-29 11:15:26 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe85f6fa0: Type.NON 2.05 Content (MID 75, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:26 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:26 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe85f6fa0: Type.NON 2.05 Content (MID 75, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:26 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe85f6fa0: Type.NON 2.05 Content (MID 75, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:26 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:26 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:27 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6aaaf0: Type.NON 2.05 Content (MID 76, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:27 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:27 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6aaaf0: Type.NON 2.05 Content (MID 76, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:27 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6aaaf0: Type.NON 2.05 Content (MID 76, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:27 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:27 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:31 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9328658: Type.NON 2.05 Content (MID 77, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:31 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:31 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9328658: Type.NON 2.05 Content (MID 77, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:31 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9328658: Type.NON 2.05 Content (MID 77, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:31 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:31 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:32 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd8808: Type.NON 2.05 Content (MID 78, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:32 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:32 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd8808: Type.NON 2.05 Content (MID 78, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:32 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd8808: Type.NON 2.05 Content (MID 78, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:32 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:32 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:35 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93eac88: Type.NON 2.05 Content (MID 79, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:35 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:35 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93eac88: Type.NON 2.05 Content (MID 79, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:35 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93eac88: Type.NON 2.05 Content (MID 79, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:35 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:35 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93288e0: Type.NON 2.05 Content (MID 80, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93288e0: Type.NON 2.05 Content (MID 80, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93288e0: Type.NON 2.05 Content (MID 80, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:36 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:36 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef144c70: Type.NON 2.05 Content (MID 81, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:37 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef144c70: Type.NON 2.05 Content (MID 81, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef144c70: Type.NON 2.05 Content (MID 81, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:37 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:37 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Sending request - Token: 6795, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe9bd4a90: Type.NON POST (MID 64359, token 6795) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 328 byte(s) payload>
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a5d90: Type.NON 2.05 Content (MID 64359, token 6795) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:37 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a5d90: Type.NON 2.05 Content (MID 64359, token 6795) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a5d90: Type.NON 2.05 Content (MID 64359, token 6795) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe9bd46d0>
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead73f88: Type.NON 2.05 Content (MID 82, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:37 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead73f88: Type.NON 2.05 Content (MID 82, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:37 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead73f88: Type.NON 2.05 Content (MID 82, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:37 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:37 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:40 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd8fe8: Type.NON 2.05 Content (MID 83, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:40 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:40 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd8fe8: Type.NON 2.05 Content (MID 83, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:40 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd8fe8: Type.NON 2.05 Content (MID 83, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:40 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:40 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:42 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6aaaf0: Type.NON 2.05 Content (MID 84, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:42 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:42 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6aaaf0: Type.NON 2.05 Content (MID 84, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:42 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6aaaf0: Type.NON 2.05 Content (MID 84, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:42 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:42 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:45 DEBUG (MainThread) [coap] Sending request - Token: 6796, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:15:45 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe8d58f40: Type.NON POST (MID 64360, token 6796) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 264 byte(s) payload>
2020-12-29 11:15:45 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe85f60d0: Type.NON 2.05 Content (MID 64360, token 6796) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:45 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:45 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe85f60d0: Type.NON 2.05 Content (MID 64360, token 6796) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:45 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe85f60d0: Type.NON 2.05 Content (MID 64360, token 6796) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe85f6718>
2020-12-29 11:15:45 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cead8: Type.NON 2.05 Content (MID 85, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:45 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:45 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cead8: Type.NON 2.05 Content (MID 85, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:45 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cead8: Type.NON 2.05 Content (MID 85, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:45 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:45 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:54 DEBUG (MainThread) [coap] Sending request - Token: 6797, Remote: <UDP6EndpointAddress 192.168.179.12>
2020-12-29 11:15:54 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe93286d0: Type.NON POST (MID 64361, token 6797) remote <UDP6EndpointAddress 192.168.179.12>, 2 option(s), 264 byte(s) payload>
2020-12-29 11:15:54 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6ae310: Type.NON 2.05 Content (MID 64361, token 6797) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:54 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:54 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6ae310: Type.NON 2.05 Content (MID 64361, token 6797) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:15:54 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6ae310: Type.NON 2.05 Content (MID 64361, token 6797) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xea6ae088>
2020-12-29 11:15:54 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d5a898: Type.NON 2.05 Content (MID 86, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:54 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:54 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d5a898: Type.NON 2.05 Content (MID 86, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:54 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d5a898: Type.NON 2.05 Content (MID 86, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:54 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:54 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:55 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead7d160: Type.NON 2.05 Content (MID 87, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:55 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:55 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead7d160: Type.NON 2.05 Content (MID 87, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:55 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead7d160: Type.NON 2.05 Content (MID 87, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:55 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:55 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:56 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6aefa0: Type.NON 2.05 Content (MID 88, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:56 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:56 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6aefa0: Type.NON 2.05 Content (MID 88, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:56 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6aefa0: Type.NON 2.05 Content (MID 88, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:56 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:56 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:15:58 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd44a8: Type.NON 2.05 Content (MID 89, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:58 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:15:58 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd44a8: Type.NON 2.05 Content (MID 89, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:15:58 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd44a8: Type.NON 2.05 Content (MID 89, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:15:58 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:15:58 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:05 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea764a48: Type.NON 2.05 Content (MID 90, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:05 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:05 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea764a48: Type.NON 2.05 Content (MID 90, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:05 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea764a48: Type.NON 2.05 Content (MID 90, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:05 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:05 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:20 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ce418: Type.NON 2.05 Content (MID 91, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:20 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:20 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ce418: Type.NON 2.05 Content (MID 91, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:20 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ce418: Type.NON 2.05 Content (MID 91, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:20 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:20 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:22 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea7b0b08: Type.NON 2.05 Content (MID 92, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:22 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:22 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea7b0b08: Type.NON 2.05 Content (MID 92, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:22 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea7b0b08: Type.NON 2.05 Content (MID 92, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:22 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:22 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Sending request - Token: 9d35, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe9bd45b0: Type.NON POST (MID 52674, token 9d35) remote <UDP6EndpointAddress 192.168.179.24>, 2 option(s), 264 byte(s) payload>
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe8d663d0: Type.NON 2.05 Content (MID 52674, token 9d35) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:16:23 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe8d663d0: Type.NON 2.05 Content (MID 52674, token 9d35) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe8d663d0: Type.NON 2.05 Content (MID 52674, token 9d35) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe9bd4f58>
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea7644f0: Type.NON 2.05 Content (MID 960, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:23 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea7644f0: Type.NON 2.05 Content (MID 960, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea7644f0: Type.NON 2.05 Content (MID 960, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:16:23 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:23 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93eac88: Type.NON 2.05 Content (MID 961, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:23 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93eac88: Type.NON 2.05 Content (MID 961, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:23 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93eac88: Type.NON 2.05 Content (MID 961, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:16:23 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:23 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:24 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef6a0550: Type.NON 2.05 Content (MID 93, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:24 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:24 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef6a0550: Type.NON 2.05 Content (MID 93, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:24 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef6a0550: Type.NON 2.05 Content (MID 93, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:24 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:24 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:29 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd8208: Type.NON 2.05 Content (MID 94, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:29 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:29 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd8208: Type.NON 2.05 Content (MID 94, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:29 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd8208: Type.NON 2.05 Content (MID 94, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:29 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:29 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:30 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd8790: Type.NON 2.05 Content (MID 95, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:30 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:30 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd8790: Type.NON 2.05 Content (MID 95, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:30 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd8790: Type.NON 2.05 Content (MID 95, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:30 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:30 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:32 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93cc700: Type.NON 2.05 Content (MID 96, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:32 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:32 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93cc700: Type.NON 2.05 Content (MID 96, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:32 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93cc700: Type.NON 2.05 Content (MID 96, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:32 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:32 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:33 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd88e0: Type.NON 2.05 Content (MID 97, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:33 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:33 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd88e0: Type.NON 2.05 Content (MID 97, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:33 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd88e0: Type.NON 2.05 Content (MID 97, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:33 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:33 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:35 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93cc700: Type.NON 2.05 Content (MID 98, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:35 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:35 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93cc700: Type.NON 2.05 Content (MID 98, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:35 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93cc700: Type.NON 2.05 Content (MID 98, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:35 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:35 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cdfd0: Type.NON 2.05 Content (MID 99, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cdfd0: Type.NON 2.05 Content (MID 99, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cdfd0: Type.NON 2.05 Content (MID 99, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:36 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:36 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Sending request - Token: 9d36, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe9bedb50: Type.NON POST (MID 52675, token 9d36) remote <UDP6EndpointAddress 192.168.179.24>, 2 option(s), 296 byte(s) payload>
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bcc310: Type.NON 2.05 Content (MID 52675, token 9d36) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:16:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bcc310: Type.NON 2.05 Content (MID 52675, token 9d36) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bcc310: Type.NON 2.05 Content (MID 52675, token 9d36) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe9bcc508>
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bed748: Type.NON 2.05 Content (MID 962, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bed748: Type.NON 2.05 Content (MID 962, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bed748: Type.NON 2.05 Content (MID 962, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:16:36 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:36 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:37 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd8370: Type.NON 2.05 Content (MID 963, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:37 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:37 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd8370: Type.NON 2.05 Content (MID 963, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:37 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd8370: Type.NON 2.05 Content (MID 963, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:16:37 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:37 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:38 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd47f0: Type.NON 2.05 Content (MID 100, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:38 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:38 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd47f0: Type.NON 2.05 Content (MID 100, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:38 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd47f0: Type.NON 2.05 Content (MID 100, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:38 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:38 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:40 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9328418: Type.NON 2.05 Content (MID 101, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:40 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:40 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9328418: Type.NON 2.05 Content (MID 101, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:40 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9328418: Type.NON 2.05 Content (MID 101, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:40 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:40 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:42 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd8808: Type.NON 2.05 Content (MID 102, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:42 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:42 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd8808: Type.NON 2.05 Content (MID 102, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:42 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd8808: Type.NON 2.05 Content (MID 102, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:42 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:42 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:46 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bed928: Type.NON 2.05 Content (MID 103, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:46 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:46 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bed928: Type.NON 2.05 Content (MID 103, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:46 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bed928: Type.NON 2.05 Content (MID 103, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:46 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:46 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:48 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe85f6730: Type.NON 2.05 Content (MID 104, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:48 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:48 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe85f6730: Type.NON 2.05 Content (MID 104, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:48 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe85f6730: Type.NON 2.05 Content (MID 104, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:48 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:48 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:48 DEBUG (MainThread) [coap] Sending request - Token: 9d37, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 11:16:48 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xea7b0cd0: Type.NON POST (MID 52676, token 9d37) remote <UDP6EndpointAddress 192.168.179.24>, 2 option(s), 296 byte(s) payload>
2020-12-29 11:16:48 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead7da48: Type.NON 2.05 Content (MID 52676, token 9d37) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:16:48 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:48 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead7da48: Type.NON 2.05 Content (MID 52676, token 9d37) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:16:48 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead7da48: Type.NON 2.05 Content (MID 52676, token 9d37) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xead7dd00>
2020-12-29 11:16:49 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6aee68: Type.NON 2.05 Content (MID 964, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:49 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:49 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6aee68: Type.NON 2.05 Content (MID 964, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:49 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6aee68: Type.NON 2.05 Content (MID 964, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:16:49 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:49 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:49 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe85f65c8: Type.NON 2.05 Content (MID 965, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:49 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:49 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe85f65c8: Type.NON 2.05 Content (MID 965, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:49 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe85f65c8: Type.NON 2.05 Content (MID 965, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:16:49 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:49 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:50 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe85f6ac0: Type.NON 2.05 Content (MID 105, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:50 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:50 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe85f6ac0: Type.NON 2.05 Content (MID 105, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:50 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe85f6ac0: Type.NON 2.05 Content (MID 105, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:50 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:50 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:51 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cec10: Type.NON 2.05 Content (MID 106, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:51 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:51 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cec10: Type.NON 2.05 Content (MID 106, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:51 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cec10: Type.NON 2.05 Content (MID 106, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:51 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:51 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:52 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe85f6178: Type.NON 2.05 Content (MID 107, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:52 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:52 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe85f6178: Type.NON 2.05 Content (MID 107, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:52 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe85f6178: Type.NON 2.05 Content (MID 107, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:52 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:52 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:53 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cee98: Type.NON 2.05 Content (MID 108, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:53 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:53 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cee98: Type.NON 2.05 Content (MID 108, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:53 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cee98: Type.NON 2.05 Content (MID 108, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:53 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:53 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:54 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd44a8: Type.NON 2.05 Content (MID 109, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:54 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:54 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd44a8: Type.NON 2.05 Content (MID 109, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:54 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd44a8: Type.NON 2.05 Content (MID 109, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:54 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:54 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:55 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98cedf0: Type.NON 2.05 Content (MID 110, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:55 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:55 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98cedf0: Type.NON 2.05 Content (MID 110, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:16:55 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98cedf0: Type.NON 2.05 Content (MID 110, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:16:55 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:55 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:16:59 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93d87c0: Type.NON 2.05 Content (MID 966, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:59 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:16:59 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93d87c0: Type.NON 2.05 Content (MID 966, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:16:59 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93d87c0: Type.NON 2.05 Content (MID 966, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:16:59 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:16:59 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:01 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b4c730: Type.NON 2.05 Content (MID 967, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:01 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:01 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b4c730: Type.NON 2.05 Content (MID 967, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:01 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b4c730: Type.NON 2.05 Content (MID 967, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:01 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:01 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:01 DEBUG (MainThread) [coap] Sending request - Token: 9d38, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 11:17:01 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xe9b27700: Type.NON POST (MID 52677, token 9d38) remote <UDP6EndpointAddress 192.168.179.24>, 2 option(s), 296 byte(s) payload>
2020-12-29 11:17:01 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b24c58: Type.NON 2.05 Content (MID 52677, token 9d38) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:17:01 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:01 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b24c58: Type.NON 2.05 Content (MID 52677, token 9d38) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:17:01 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b24c58: Type.NON 2.05 Content (MID 52677, token 9d38) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe9b24088>
2020-12-29 11:17:02 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b24c70: Type.NON 2.05 Content (MID 968, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:02 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:02 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b24c70: Type.NON 2.05 Content (MID 968, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:02 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b24c70: Type.NON 2.05 Content (MID 968, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:02 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:02 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:02 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b27898: Type.NON 2.05 Content (MID 969, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:02 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:02 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b27898: Type.NON 2.05 Content (MID 969, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:02 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b27898: Type.NON 2.05 Content (MID 969, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:02 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:02 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:03 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b27238: Type.NON 2.05 Content (MID 111, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:03 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:03 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b27238: Type.NON 2.05 Content (MID 111, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:03 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b27238: Type.NON 2.05 Content (MID 111, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:03 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:03 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:04 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b27b20: Type.NON 2.05 Content (MID 112, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:04 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:04 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b27b20: Type.NON 2.05 Content (MID 112, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:04 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b27b20: Type.NON 2.05 Content (MID 112, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:04 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:04 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:04 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bcce20: Type.NON 2.05 Content (MID 970, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:04 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:04 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bcce20: Type.NON 2.05 Content (MID 970, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:04 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bcce20: Type.NON 2.05 Content (MID 970, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:04 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:04 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:05 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead87748: Type.NON 2.05 Content (MID 113, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:05 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:05 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead87748: Type.NON 2.05 Content (MID 113, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:05 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead87748: Type.NON 2.05 Content (MID 113, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:05 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:05 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:05 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xebcd8658: Type.NON 2.05 Content (MID 971, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:05 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:05 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xebcd8658: Type.NON 2.05 Content (MID 971, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:05 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xebcd8658: Type.NON 2.05 Content (MID 971, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:05 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:05 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:06 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93eaa60: Type.NON 2.05 Content (MID 972, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:06 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:06 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93eaa60: Type.NON 2.05 Content (MID 972, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:06 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93eaa60: Type.NON 2.05 Content (MID 972, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:06 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:06 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:08 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b27b68: Type.NON 2.05 Content (MID 973, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:08 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:08 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b27b68: Type.NON 2.05 Content (MID 973, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:08 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b27b68: Type.NON 2.05 Content (MID 973, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:08 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:08 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:10 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea85d1d8: Type.NON 2.05 Content (MID 974, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:10 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:10 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea85d1d8: Type.NON 2.05 Content (MID 974, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:10 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea85d1d8: Type.NON 2.05 Content (MID 974, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:10 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:10 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:11 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef2da940: Type.NON 2.05 Content (MID 975, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:11 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:11 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef2da940: Type.NON 2.05 Content (MID 975, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:11 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef2da940: Type.NON 2.05 Content (MID 975, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:11 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:11 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:12 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef57a928: Type.NON 2.05 Content (MID 976, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:12 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:12 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef57a928: Type.NON 2.05 Content (MID 976, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:12 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef57a928: Type.NON 2.05 Content (MID 976, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:12 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:12 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:12 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b24ca0: Type.NON 2.05 Content (MID 114, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:12 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:12 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b24ca0: Type.NON 2.05 Content (MID 114, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:12 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b24ca0: Type.NON 2.05 Content (MID 114, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:12 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:12 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:13 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98b2418: Type.NON 2.05 Content (MID 977, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:13 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:13 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98b2418: Type.NON 2.05 Content (MID 977, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:13 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98b2418: Type.NON 2.05 Content (MID 977, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:13 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:13 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:13 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bd4b38: Type.NON 2.05 Content (MID 115, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:13 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:13 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bd4b38: Type.NON 2.05 Content (MID 115, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:13 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bd4b38: Type.NON 2.05 Content (MID 115, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:13 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:13 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:14 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98b2988: Type.NON 2.05 Content (MID 978, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:14 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:14 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98b2988: Type.NON 2.05 Content (MID 978, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:14 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98b2988: Type.NON 2.05 Content (MID 978, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:14 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:14 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:15 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea7c9298: Type.NON 2.05 Content (MID 979, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:15 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:15 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea7c9298: Type.NON 2.05 Content (MID 979, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:15 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea7c9298: Type.NON 2.05 Content (MID 979, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:15 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:15 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:16 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b242c8: Type.NON 2.05 Content (MID 980, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:16 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:16 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b242c8: Type.NON 2.05 Content (MID 980, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:16 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b242c8: Type.NON 2.05 Content (MID 980, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:16 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:16 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:17 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef2da1c0: Type.NON 2.05 Content (MID 981, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:17 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:17 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef2da1c0: Type.NON 2.05 Content (MID 981, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:17 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef2da1c0: Type.NON 2.05 Content (MID 981, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:17 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:17 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:18 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b244d8: Type.NON 2.05 Content (MID 982, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:18 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:18 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b244d8: Type.NON 2.05 Content (MID 982, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:18 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b244d8: Type.NON 2.05 Content (MID 982, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:18 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:18 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:19 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9328ca0: Type.NON 2.05 Content (MID 983, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:19 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:19 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9328ca0: Type.NON 2.05 Content (MID 983, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:19 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9328ca0: Type.NON 2.05 Content (MID 983, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:19 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:19 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:20 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a5730: Type.NON 2.05 Content (MID 116, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:20 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:20 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a5730: Type.NON 2.05 Content (MID 116, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:20 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a5730: Type.NON 2.05 Content (MID 116, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:20 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:20 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:20 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b24a18: Type.NON 2.05 Content (MID 984, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:20 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:20 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b24a18: Type.NON 2.05 Content (MID 984, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:20 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b24a18: Type.NON 2.05 Content (MID 984, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:20 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:20 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:21 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xebcd86a0: Type.NON 2.05 Content (MID 117, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:21 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:21 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xebcd86a0: Type.NON 2.05 Content (MID 117, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:21 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xebcd86a0: Type.NON 2.05 Content (MID 117, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:21 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:21 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:21 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93cc538: Type.NON 2.05 Content (MID 985, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:21 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:21 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93cc538: Type.NON 2.05 Content (MID 985, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:21 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93cc538: Type.NON 2.05 Content (MID 985, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:21 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:21 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:22 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6c8940: Type.NON 2.05 Content (MID 118, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:22 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:22 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6c8940: Type.NON 2.05 Content (MID 118, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:22 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6c8940: Type.NON 2.05 Content (MID 118, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:22 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:22 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:23 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xec023868: Type.NON 2.05 Content (MID 986, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:23 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:23 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xec023868: Type.NON 2.05 Content (MID 986, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:23 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xec023868: Type.NON 2.05 Content (MID 986, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:23 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:23 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:24 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef78d418: Type.NON 2.05 Content (MID 987, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:24 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:24 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef78d418: Type.NON 2.05 Content (MID 987, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:24 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef78d418: Type.NON 2.05 Content (MID 987, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:24 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:24 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:24 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef6ff5e0: Type.NON 2.05 Content (MID 119, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:24 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:24 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef6ff5e0: Type.NON 2.05 Content (MID 119, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:24 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef6ff5e0: Type.NON 2.05 Content (MID 119, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:24 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:24 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:25 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf20dd940: Type.NON 2.05 Content (MID 988, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:25 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:25 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf20dd940: Type.NON 2.05 Content (MID 988, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:25 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf20dd940: Type.NON 2.05 Content (MID 988, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:25 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:25 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:25 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf2191088: Type.NON 2.05 Content (MID 120, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:25 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:25 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf2191088: Type.NON 2.05 Content (MID 120, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:25 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf2191088: Type.NON 2.05 Content (MID 120, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:25 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:25 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:26 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef5e0130: Type.NON 2.05 Content (MID 989, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:26 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:26 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef5e0130: Type.NON 2.05 Content (MID 989, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:26 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef5e0130: Type.NON 2.05 Content (MID 989, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:26 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:26 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:26 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead7da48: Type.NON 2.05 Content (MID 121, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:26 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:26 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead7da48: Type.NON 2.05 Content (MID 121, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:26 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead7da48: Type.NON 2.05 Content (MID 121, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:26 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:26 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea7b9700: Type.NON 2.05 Content (MID 990, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:27 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea7b9700: Type.NON 2.05 Content (MID 990, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea7b9700: Type.NON 2.05 Content (MID 990, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:27 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:27 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Sending request - Token: 9d39, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xef2cf778: Type.NON POST (MID 52678, token 9d39) remote <UDP6EndpointAddress 192.168.179.24>, 2 option(s), 296 byte(s) payload>
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b24268: Type.NON 2.05 Content (MID 52678, token 9d39) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:17:27 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b24268: Type.NON 2.05 Content (MID 52678, token 9d39) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b24268: Type.NON 2.05 Content (MID 52678, token 9d39) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xe9b24a60>
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead7d6a0: Type.NON 2.05 Content (MID 991, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:27 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead7d6a0: Type.NON 2.05 Content (MID 991, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:27 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead7d6a0: Type.NON 2.05 Content (MID 991, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:27 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:27 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:28 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef591d30: Type.NON 2.05 Content (MID 122, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:28 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:28 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef591d30: Type.NON 2.05 Content (MID 122, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:28 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef591d30: Type.NON 2.05 Content (MID 122, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:28 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:28 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:29 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf217fa60: Type.NON 2.05 Content (MID 992, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:29 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:29 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf217fa60: Type.NON 2.05 Content (MID 992, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:29 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf217fa60: Type.NON 2.05 Content (MID 992, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:29 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:29 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:29 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef5e0130: Type.NON 2.05 Content (MID 123, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:29 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:29 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef5e0130: Type.NON 2.05 Content (MID 123, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:29 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef5e0130: Type.NON 2.05 Content (MID 123, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:29 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:29 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:30 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef441778: Type.NON 2.05 Content (MID 993, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:30 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:30 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef441778: Type.NON 2.05 Content (MID 993, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:30 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef441778: Type.NON 2.05 Content (MID 993, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:30 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:30 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:30 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe93ea1a8: Type.NON 2.05 Content (MID 124, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:30 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:30 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe93ea1a8: Type.NON 2.05 Content (MID 124, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:30 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe93ea1a8: Type.NON 2.05 Content (MID 124, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:30 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:30 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:31 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeb0a7c40: Type.NON 2.05 Content (MID 994, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:31 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:31 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xeb0a7c40: Type.NON 2.05 Content (MID 994, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:31 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xeb0a7c40: Type.NON 2.05 Content (MID 994, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:31 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:31 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:31 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef2da2f8: Type.NON 2.05 Content (MID 125, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:31 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:31 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef2da2f8: Type.NON 2.05 Content (MID 125, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:31 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef2da2f8: Type.NON 2.05 Content (MID 125, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:31 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:31 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:32 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a5d00: Type.NON 2.05 Content (MID 995, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:32 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:32 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a5d00: Type.NON 2.05 Content (MID 995, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:32 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a5d00: Type.NON 2.05 Content (MID 995, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:32 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:32 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:32 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef441880: Type.NON 2.05 Content (MID 126, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:32 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:32 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef441880: Type.NON 2.05 Content (MID 126, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:32 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef441880: Type.NON 2.05 Content (MID 126, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:32 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:32 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:33 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf004c790: Type.NON 2.05 Content (MID 996, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:33 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:33 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf004c790: Type.NON 2.05 Content (MID 996, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:33 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf004c790: Type.NON 2.05 Content (MID 996, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:33 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:33 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:33 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf217f508: Type.NON 2.05 Content (MID 127, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:33 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:33 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf217f508: Type.NON 2.05 Content (MID 127, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:33 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf217f508: Type.NON 2.05 Content (MID 127, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:33 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:33 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:33 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeff6c040: Type.NON 2.05 Content (MID 997, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:33 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:33 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xeff6c040: Type.NON 2.05 Content (MID 997, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:33 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xeff6c040: Type.NON 2.05 Content (MID 997, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:33 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:33 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:35 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef2da388: Type.NON 2.05 Content (MID 128, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:35 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:35 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef2da388: Type.NON 2.05 Content (MID 128, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:35 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef2da388: Type.NON 2.05 Content (MID 128, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:35 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:35 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf0cd66e8: Type.NON 2.05 Content (MID 998, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf0cd66e8: Type.NON 2.05 Content (MID 998, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf0cd66e8: Type.NON 2.05 Content (MID 998, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:36 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:36 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:36 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a56b8: Type.NON 2.05 Content (MID 999, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:36 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:36 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a56b8: Type.NON 2.05 Content (MID 999, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:36 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a56b8: Type.NON 2.05 Content (MID 999, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:36 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:36 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:37 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6c8bb0: Type.NON 2.05 Content (MID 1000, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:37 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:37 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6c8bb0: Type.NON 2.05 Content (MID 1000, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:37 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6c8bb0: Type.NON 2.05 Content (MID 1000, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:37 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:37 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:38 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf0948cd0: Type.NON 2.05 Content (MID 129, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:38 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:38 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf0948cd0: Type.NON 2.05 Content (MID 129, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:38 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf0948cd0: Type.NON 2.05 Content (MID 129, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:38 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:38 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:38 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef540df0: Type.NON 2.05 Content (MID 1001, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:38 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:38 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef540df0: Type.NON 2.05 Content (MID 1001, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:38 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef540df0: Type.NON 2.05 Content (MID 1001, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:38 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:38 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:39 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xead7d0a0: Type.NON 2.05 Content (MID 1002, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:39 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:39 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xead7d0a0: Type.NON 2.05 Content (MID 1002, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:39 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xead7d0a0: Type.NON 2.05 Content (MID 1002, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:39 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:39 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:40 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf1fcebc8: Type.NON 2.05 Content (MID 130, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:40 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:40 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf1fcebc8: Type.NON 2.05 Content (MID 130, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:40 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf1fcebc8: Type.NON 2.05 Content (MID 130, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:40 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:40 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:40 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a5940: Type.NON 2.05 Content (MID 1003, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:40 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:40 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a5940: Type.NON 2.05 Content (MID 1003, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:40 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a5940: Type.NON 2.05 Content (MID 1003, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:40 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:40 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:41 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ce898: Type.NON 2.05 Content (MID 1004, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:41 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:41 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ce898: Type.NON 2.05 Content (MID 1004, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:41 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ce898: Type.NON 2.05 Content (MID 1004, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:41 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:41 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:42 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea6c8f10: Type.NON 2.05 Content (MID 1005, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:42 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:42 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea6c8f10: Type.NON 2.05 Content (MID 1005, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:42 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea6c8f10: Type.NON 2.05 Content (MID 1005, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:42 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:42 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:43 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf39f3e38: Type.NON 2.05 Content (MID 1006, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:43 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:43 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf39f3e38: Type.NON 2.05 Content (MID 1006, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:43 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf39f3e38: Type.NON 2.05 Content (MID 1006, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:43 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:43 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:43 DEBUG (MainThread) [coap] Sending request - Token: 9d3a, Remote: <UDP6EndpointAddress 192.168.179.24>
2020-12-29 11:17:43 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xef2da7c0: Type.NON POST (MID 52679, token 9d3a) remote <UDP6EndpointAddress 192.168.179.24>, 2 option(s), 264 byte(s) payload>
2020-12-29 11:17:43 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef2da658: Type.NON 2.05 Content (MID 52679, token 9d3a) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:17:43 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:43 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef2da658: Type.NON 2.05 Content (MID 52679, token 9d3a) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload>
2020-12-29 11:17:43 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef2da658: Type.NON 2.05 Content (MID 52679, token 9d3a) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 1 option(s), 20 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef2dad30>
2020-12-29 11:17:44 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xefabf130: Type.NON 2.05 Content (MID 1007, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:44 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:44 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xefabf130: Type.NON 2.05 Content (MID 1007, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:44 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xefabf130: Type.NON 2.05 Content (MID 1007, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:44 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:44 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:44 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xec314bf8: Type.NON 2.05 Content (MID 1008, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:44 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:44 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xec314bf8: Type.NON 2.05 Content (MID 1008, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:44 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xec314bf8: Type.NON 2.05 Content (MID 1008, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:44 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:44 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:46 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a5508: Type.NON 2.05 Content (MID 131, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:46 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:46 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a5508: Type.NON 2.05 Content (MID 131, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:46 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a5508: Type.NON 2.05 Content (MID 131, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:46 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:46 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:48 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef59ebe0: Type.NON 2.05 Content (MID 132, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:48 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:48 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef59ebe0: Type.NON 2.05 Content (MID 132, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:48 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef59ebe0: Type.NON 2.05 Content (MID 132, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:48 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:48 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:50 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef6a0970: Type.NON 2.05 Content (MID 1009, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:50 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:50 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef6a0970: Type.NON 2.05 Content (MID 1009, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:50 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef6a0970: Type.NON 2.05 Content (MID 1009, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:50 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:50 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:52 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xebc88ee0: Type.NON 2.05 Content (MID 133, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:52 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:52 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xebc88ee0: Type.NON 2.05 Content (MID 133, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:52 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xebc88ee0: Type.NON 2.05 Content (MID 133, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:52 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:52 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:53 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea7bfe38: Type.NON 2.05 Content (MID 1010, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:53 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:53 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea7bfe38: Type.NON 2.05 Content (MID 1010, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:53 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea7bfe38: Type.NON 2.05 Content (MID 1010, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:53 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:53 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:53 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xea7c93b8: Type.NON 2.05 Content (MID 134, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:53 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:53 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xea7c93b8: Type.NON 2.05 Content (MID 134, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:53 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xea7c93b8: Type.NON 2.05 Content (MID 134, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:53 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:53 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:53 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9b33b50: Type.NON 2.05 Content (MID 1011, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:53 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:53 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9b33b50: Type.NON 2.05 Content (MID 1011, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:53 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9b33b50: Type.NON 2.05 Content (MID 1011, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:53 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:53 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:54 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xebcc14d8: Type.NON 2.05 Content (MID 1012, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:54 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:54 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xebcc14d8: Type.NON 2.05 Content (MID 1012, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload>
2020-12-29 11:17:54 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xebcc14d8: Type.NON 2.05 Content (MID 1012, token 9d34) remote <UDP6EndpointAddress 192.168.179.24 with local address>, 3 option(s), 1128 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xf0ea9a60>
2020-12-29 11:17:54 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:54 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:57 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ce9d0: Type.NON 2.05 Content (MID 135, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:57 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:57 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ce9d0: Type.NON 2.05 Content (MID 135, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:57 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ce9d0: Type.NON 2.05 Content (MID 135, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:57 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:57 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:17:58 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe9bcc1a8: Type.NON 2.05 Content (MID 136, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:58 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:17:58 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe9bcc1a8: Type.NON 2.05 Content (MID 136, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:17:58 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe9bcc1a8: Type.NON 2.05 Content (MID 136, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:17:58 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:17:58 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:18:00 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xf217f9d0: Type.NON 2.05 Content (MID 137, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:18:00 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:18:00 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xf217f9d0: Type.NON 2.05 Content (MID 137, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:18:00 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xf217f9d0: Type.NON 2.05 Content (MID 137, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:18:00 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:18:00 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:18:03 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xeff6c0e8: Type.NON 2.05 Content (MID 138, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:18:03 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:18:03 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xeff6c0e8: Type.NON 2.05 Content (MID 138, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:18:03 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xeff6c0e8: Type.NON 2.05 Content (MID 138, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:18:03 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:18:03 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:18:06 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe98ced78: Type.NON 2.05 Content (MID 139, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:18:06 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:18:06 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe98ced78: Type.NON 2.05 Content (MID 139, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:18:06 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe98ced78: Type.NON 2.05 Content (MID 139, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:18:06 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:18:06 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
2020-12-29 11:18:07 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xef1a56b8: Type.NON 2.05 Content (MID 140, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:18:07 DEBUG (MainThread) [coap] New unique message received
2020-12-29 11:18:07 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xef1a56b8: Type.NON 2.05 Content (MID 140, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 11:18:07 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xef1a56b8: Type.NON 2.05 Content (MID 140, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 11:18:07 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 11:18:07 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification
nicx commented 3 years ago

@kongo09 I will tray that and unplug it right now :)

kongo09 commented 3 years ago

I'm going nuts. I left it for itself for the day and just gave it another try right now. And it fails again. On/off switch doesn't reflect the state. I can only switch it back on by using a speed setting. Auto setting stopped working as well.

I suspect it died sometime during the day as HA says the last data is from 10 hours ago, while the other device says it is from 15mins ago:

AC2729 AC2889
2020-12-29 21 26 43 2020-12-29 21 33 22

At some point after 12:00 the last message from the AC2729 arrived. After that all quiet, also no errors. The other device keeps sending messages every few minutes.

2020-12-29 12:03:35 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe7445898: Type.NON 2.05 Content (MID 810, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 12:03:35 DEBUG (MainThread) [coap] New unique message received
2020-12-29 12:03:35 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xe7445898: Type.NON 2.05 Content (MID 810, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2020-12-29 12:03:35 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xe7445898: Type.NON 2.05 Content (MID 810, token 678a) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload> matched to request <aiocoap.tokenmanager.PlumbingRequest object at 0xef536eb0>
2020-12-29 12:03:35 DEBUG (MainThread) [coap.blockwise-requester] Notification received
2020-12-29 12:03:35 DEBUG (MainThread) [coap.blockwise-requester] Reporting completed notification

I'll now take the AC2889 out of HA to keep logs cleaner and observe the AC2729 only.

nicx commented 3 years ago

For me the unplug-workaround unfortunately didn't work. Same behavior today after plugging it again: Switching on/off does not work in HA, neither setting mode to Auto.

kongo09 commented 3 years ago

This morning I thought the device had died - stupid me, it was in a switchable socket. Which means, it was again without power for the night. Switching it back on it works in HA - at least for now. I'll keep observing it.

kongo09 commented 3 years ago

I have setup an automation that switches the devices on and off every 15mins. It's been running for the last few hours without problems. Not sure what to make of it. Maybe it is just an instable implementation on the device side that dies from time to time.

kongo09 commented 3 years ago

Some update from my side: the code has been working well now for over a week. Now it starts making problems again and one fan in the log keeps reporting duplication. The state attributes in HA don't reflect the state of the device anymore:

2021-01-07 11:13:47 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xe36aadc0: Type.NON 2.05 Content (MID 1, token f2dc) remote <UDP6EndpointAddress 192.168.179.12 with local address>, 3 option(s), 1288 byte(s) payload>
2021-01-07 11:13:47 INFO (MainThread) [coap] Duplicate NON, ACK or RST received

I'm not sure what the code logic is here. Are all coap messages checked for uniqueness to prevent double processing? Maybe you could introduce an override flag where duplicate messages are processed nevertheless. Maybe that increases stability at the expense of redundancy?

arthurgeek commented 3 years ago

this is working great. one minor thing: water_level is incorrect. it always shows me: 100, even when there's no more water. here's the output of aioairctrl --host IP status --json:

{"name": "Master Bedroom Air Purifier", "type": "AC2729", "modelid": "AC2729/10", "swversion": "0.2.1", "om": "0", "pwr": "0", "cl": false, "aqil": 100, "uil": "1", "dt": 0, "dtrs": 0, "mode": "P", "func": "PH", "rhset": 40, "rh": 40, "temp": 24, "pm25": 19, "iaql": 4, "aqit": 7, "ddp": "0", "rddp": "0", "err": 32768, "wl": 100, "fltt1": "A3", "fltt2": "C7", "fltsts0": 279, "fltsts1": 4719, "fltsts2": 4719, "wicksts": 4719, "range": "MicroMario", "Runtime": 119435075, "WifiVersion": "AWS_Philips_AIR@62.1", "ProductId": "redacted", "DeviceId": "redacted", "StatusType": "localcontrol", "ConnectType": "Localcontrol"}

It seems wl is always 100.