Asynchronous Python library to control Panasonic Aquarea heat pumps and devices. Version 1.0.7, released as a stable async wrapper using aiohttp and websockets.
pip install aioaquareaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with Panasonic credentials, fetch device list, and print status.
Wrap calls in async function and run with asyncio.run()
Always call client.close() in a finally block or use async context managers if supported.
Use asyncio and the provided async methods.