A Python async library for interacting with the Home Connect API via WebSocket, enabling real-time communication with compatible home appliances. Current version: 1.5.3 (requires Python >=3.13). Release cadence is irregular.
pip install homeconnect-websocketNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a client, connect, and fetch appliance status.
Ensure you run all interactions within an async context (e.g., asyncio.run).
Obtain the HA ID from the Home Connect developer portal or the OAuth token response.