Anyone has integrated in HA a Philips Air Purifier AC5659?

I tried different proposed solutions to integrate Philips Air Purifier (AC5659) that I found on GitHub… but none worked: I had error 111 connection refused or nothing… I tried different protocols: “http”, “coap”, “coap encrypted”… No better luck…
So anyone has a successful integration of this device into home assistant to share ? at least to get the status of the device as well as the status of the environment… Thanks !

Which one have you tried actually?

I would try first this tool from a command line (not from HA), to figure out what you are dealing with.

Then I would search for the right integration. But my guess it is using CoaP.

Otherwise there is a PR to Betaboon’s integration for this model, but it hasn’t been merged yet.

Thanks… I already tried rgerganov command line app but I got an error code 111 (connection refused)… I will wait until someone develop a specific app for this device AC5659… Thank you for your advice…

Then you might have another issue.

You can take from that PR the custom component and install manually as well, if you know what I mean.

I mean, from here:

Thank you so much !!!.. It is now working with this repository…

If I would be you, then I would drop a message at the PR that you have tested it and it is working.

By the way what firmware version does your Air Purifier have? If it is 64.3 then you might need some other manual changes as well. As that firmware has broke the integration for some people.

I am running 64.3 (software version: 2.0.0) and had no problem sofar with this integration… I sent a message to the developper…

I’ve done a rewrite that also covers AC5659:

1 Like