-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Model AC2889 fails to connect #34
Comments
Are you sure this is related to this integration? I cannot see any reference to |
I'm sorry, When I try to register my purifier via IP, I get a
|
My fritz.box shows |
This could be the connectivity problem. Try to power cycle your Philips device and then connect again. The timeout happens when the device doesn't answer. |
I forgot to mention that this error is independent from Purifier power status.
|
I didn't mean power status. I meant: switch the device off, wait 10 secs, switch it back on. Then restart HA and see if it works. |
Done.
Same error, more logs.
|
Two questions:
|
|
No good suggestion, sorry Habe you tried the command line utility? |
I was talking about the the build in HA command line. |
I mean the |
The one from your readme?
|
yes, that's the one. Maybe I made a mistake in the README. I'll take a look and let you know. It's a simple client that is using the same library to connect to the device. If that is working, the problem is with the HA integration. If that is also not working, the problem is either with your network or your device. |
The instructions have been outdated. I get the same error message. I've done an update, so please try the new instructions and let me know if that gets you reply from your device. For whatever reason, mine also just stopped replying... |
First of all, thank you for your efforts!
|
Ok, so then it is not a problem of the integration but either of your network or your device |
Also try |
In which context should I use One question: Is it important what my browser shows when I open my purifiers IP address?
|
I tried something else via https://github.com/rgerganov/py-air-control
I can find my fan via wifi.
|
Hm, that's strange. In the end, the |
That's also interesting, my browser doesn't answer anything when I try to open the device. Something must be different here. |
I have exactly the same device AC2889/10 and the same problem here. aioairctrl also doesnt produce anything for me. |
So the problem seems to be that AC2889/10 is an older device that only supports http protocol not coap or plain_coap. This works aioairctrl readme also states aioairctrl works using encrypted coap not mentioning the other two protocols because support was probably dropped somewhere on the way. There seem to be also differences between fw versions. I have 1.0.4 which doesn't support coap. @mfrister seems to have 1.0.7 which does seem to support coap. |
We should probably use this integration https://github.com/GeorgeSG/philips_airpurifier_http |
You are right, the library here only supports encrypted coap. However, I also have an AC2889/10 and it works with this integration. |
By the way, which firmware version are your devices running? Maybe you are lucky that your device was never online to download the latest Philips firmware, which introduces all the connectivity problem. If you have an old firmware that doesn't have encrypted coap but works with the other integrations you should consider yourself lucky and make sure you never by accident go online with the device so that it doesn't update itself. |
@kongo09 :
I'm surprised by the firmware version. I thought that it will update automatically as soon as it is connected to my wifi. @jmtatsch I tried the integration you proposed. It doesn't work:
And now it gets weird:
to my configuration.yaml AND: Restarting HA is not possible 🙈 You can click it, but nothing happens! As soon as I remove the fan config lines, everything works as expected. |
My AC2889 has the following firmware
So there seems to be a fundamental difference. Even though this integration here doesn't work for you, I'm sure you're better off with the older firmware. Maybe you get the http integration to work... |
I'll close this now as we figured out that the model does not support encrypted coap. |
Hi,
I didn't want to add this to the existing issue #31 so I start a new one.
I bought a AC2889/10 and I was very happy to find a custom integration for the air purifier. Thanks for that!
But I have a connection problem too.
My HA is up to date. (
core-2022.5.3
).This repo is up to date (
v0.10.1
) and when I try to add it as an integration I get this.The text was updated successfully, but these errors were encountered: