kongo09 / philips-airpurifier-coap

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

Cannot connect to AC3059 #134

Closed izzy667 closed 2 months ago

izzy667 commented 4 months ago

I am trying to connect device and as a result receiving timeout, I was trying to increase timeout time, but it doesn't help, problem is something else.

Log:

2024-05-09 10:08:22.921 DEBUG (MainThread) [custom_components.philips_airpurifier_coap.config_flow] trying to configure host: 10.1.1.251
2024-05-09 10:08:22.923 DEBUG (MainThread) [aioairctrl.coap.client] syncing
2024-05-09 10:08:22.924 DEBUG (MainThread) [coap] Sending request - Token: b137, Remote: <UDP6EndpointAddress 10.1.1.251>
2024-05-09 10:08:22.924 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xffff745b8590: NON POST (MID 41188, token b137) remote <UDP6EndpointAddress 10.1.1.251>, 1 option(s), 8 byte(s) payload>
2024-05-09 10:08:22.951 DEBUG (MainThread) [coap] Incoming message <aiocoap.Message at 0xffff745bb980: NON 2.05 Content (MID 41188, token b137) remote <UDP6EndpointAddress 10.1.1.251 (locally 10.8.0.5%tun1)>, 1 option(s), 8 byte(s) payload>
2024-05-09 10:08:22.951 DEBUG (MainThread) [coap] Received Response: <aiocoap.Message at 0xffff745bb980: NON 2.05 Content (MID 41188, token b137) remote <UDP6EndpointAddress 10.1.1.251 (locally 10.8.0.5%tun1)>, 1 option(s), 8 byte(s) payload>
2024-05-09 10:08:22.951 DEBUG (MainThread) [coap] Response <aiocoap.Message at 0xffff745bb980: NON 2.05 Content (MID 41188, token b137) remote <UDP6EndpointAddress 10.1.1.251 (locally 10.8.0.5%tun1)>, 1 option(s), 8 byte(s) payload> matched to request <Pipe at 0xffff74594a10 around <aiocoap.Message at 0xffff745b8590: NON POST (MID 41188, token b137) remote <UDP6EndpointAddress 10.1.1.251>, 1 option(s), 8 byte(s) payload> with 2 callbacks>
2024-05-09 10:08:22.951 DEBUG (MainThread) [aioairctrl.coap.client] synced: 04E7A4EE
2024-05-09 10:08:22.951 DEBUG (MainThread) [custom_components.philips_airpurifier_coap.config_flow] got a valid client
2024-05-09 10:08:22.951 DEBUG (MainThread) [custom_components.philips_airpurifier_coap.config_flow] trying to get status
2024-05-09 10:08:22.951 DEBUG (MainThread) [aioairctrl.coap.client] retrieving status
2024-05-09 10:08:22.953 DEBUG (MainThread) [coap] Sending request - Token: b138, Remote: <UDP6EndpointAddress 10.1.1.251>
2024-05-09 10:08:22.953 DEBUG (MainThread) [coap] Sending message <aiocoap.Message at 0xffff745b83b0: NON GET (MID 41189, token b138) remote <UDP6EndpointAddress 10.1.1.251>, 2 option(s)>
2024-05-09 10:12:08.021 WARNING (MainThread) [custom_components.philips_airpurifier_coap.config_flow] Timeout, host 10.1.1.251 looks like a Philips AirPurifier but doesn't answer, aborting
github-actions[bot] commented 2 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.