-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't add AC 1214 devices #174
Comments
Can you please use |
I have the same problem with the AC1715/11. The AC4236/10 is working flawlessly. |
This is a different device. Please open a separate issue and provide debug logs. |
@kongo09 using aioairctrl mine keeps hanging on the status command. (myenv) [core-ssh ~]$ ping 192.168.178.X
64 bytes from 192.168.178.X: seq=0 ttl=127 time=10.158 ms
(myenv) [core-ssh ~]$ nc -zv -u 192.168.178.X 5683
192.168.178.X (192.168.178.X:5683) open So ping works, and the port is available. (myenv) [core-ssh ~]$ aioairctrl -H 192.168.178.X -D status --json
DEBUG: aioairctrl.coap.client:syncing
DEBUG: coap:Sending request - Token: eab4, Remote: <UDP6EndpointAddress 192.168.178.X>
DEBUG: coap:Sending message <aiocoap.Message at 0x7fbbb89d93d0: NON POST (MID 29857, token eab4) remote <UDP6EndpointAddress 192.168.178.X>, 1 option(s), 8 byte(s) payload>` This command (also without debug) just keeps hanging (AC1214). |
I'm sorry, but that means I cannot help. It looks like your device uses a different (newer?) firmware to other AC1214 and the local connection is not supported. I've tried several times to get in touch with Philips too get access to their cloud API but never got a reply. The only suggestion I have is to get a different device, if yours is new enough and your vendor allows a return. |
The readme states that the AC 1214 air purifiers are supported. I have no trouble querying status of both my devices using https://github.com/rgerganov/py-air-control, but using this HACS plugin I have had no luck configuring either. After entering the IP addresses it results in a time out error.
The text was updated successfully, but these errors were encountered: