Library for controlling Philips air purifiers using encrypted CoAP. Currently at version 0.3.1, released on 2025-11-13. Active development, with frequent releases.
pip install aioairctrlVerified import paths — ran on the pinned version, not inferred.
Connects to a Philips air purifier at given IP and fetches device status.
Change imports to `from aioairctrl import CoAPClient`.
Ensure Python 3.12+ is used.
Verify network connectivity and that the device's CoAP port (typically 5684) is reachable.
Use `from aioairctrl import CoAPClient`.
Call `await main()` instead of asyncio.run() in async environments.