whirlpool-sixth-sense
Unofficial API for Whirlpool's 6th Sense appliances
What it is and what it does
Whirlpool Sixth Sense is an unofficial Python client for interacting with Whirlpool and Maytag smart appliances that use the 6th Sense platform. It communicates with Whirlpool's cloud API to list registered appliances and send control commands—such as adjusting AC settings or monitoring appliance state—without going through the official mobile app. The package uses aiohttp, websockets, and async-timeout to handle asynchronous network communication.
The library is designed for home automation integrations (notably used by Home Assistant's Whirlpool integration) and provides both a Python API and a command-line interface for account management and device control. It carries an explicit disclaimer that use is at the user's own risk and that developers assume no liability for appliance damage or malfunction caused by the library.
Use it for:
- Integrate Whirlpool or Maytag smart appliances into a Home Assistant or other home automation platform.
- Build custom scripts to monitor appliance status or trigger actions based on external events.
- List and query all registered Whirlpool appliances associated with a user account.
- Control AC temperature and other appliance settings programmatically without the official app.
- Develop third-party dashboards or mobile apps that interact with Whirlpool devices.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides an unofficial API client for controlling and monitoring Whirlpool 6th Sense appliances (including Maytag variants) over the network.
Yes, if you own Whirlpool or Maytag 6th Sense appliances and need programmatic control or home automation integration. The package is actively maintained, has no known vulnerabilities, and uses a permissive MIT license. However, be aware that it is unofficial, carries inherent risk of appliance malfunction, and requires Python 3.14 or later—a constraint that may limit compatibility with some environments.
Install
whirlpool-sixth-sense on PyPI
pip
pip install whirlpool-sixth-senseuv
uv add whirlpool-sixth-sensepoetry
poetry add whirlpool-sixth-senseInstalling whirlpool-sixth-sense
Before you install
Low install friction with a pure-Python wheel and three async-focused runtime dependencies. Active maintenance with a recent commit on 2026-08-14 and a release 15 days prior.
License in practice
MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute the package freely provided you retain the license notice.
Quickstart
pip install whirlpool-sixth-sense
import asyncio
from whirlpool_sixth_sense import WhirlpoolAppliance
# Requires aiohttp, websockets, async-timeout for async operations
await WhirlpoolAppliance.connect(email, password, appliance_id)
Requires Python 3.14 or later; appliance must be registered with Whirlpool's cloud service and accessible via the official app.
Verify before relying
- Whether the package works with all Whirlpool 6th Sense models or only a subset.
- What specific commands and appliance operations are supported beyond listing and basic control.
- Authentication flow details and whether credentials are securely handled.
- Rate limits or throttling imposed by Whirlpool's backend service.
Package facts
| License | MIT (permissive) |
| Python support | capped below the current Python release (>=3.14) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — aiohttp, websockets, async-timeout |
| Maintenance | actively maintained — 15 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 74,699/month — #14,801 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: whirlpool_sixth_sense-1.4.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
gehomesdkSDK for controlling and monitoring GE…
permissive · top 15,000 on PyPI
midea-localControl Midea M-Smart appliances over local…
permissive · top 15,000 on PyPI
homeconnect-websocketControl HomeConnect appliances over a local…
unclear · top 15,000 on PyPI
sense-energyProvides Python access to the Sense Energy…
permissive · top 15,000 on PyPI
qsAPIqsAPI is a Python client for Qlik Sense QPS and…
permissive · top 15,000 on PyPI
home-connect-asyncAn async Python SDK that connects to the BSH…
permissive · top 15,000 on PyPI
pydaikinPyDaikin provides a Python library and CLI for…
copyleft · top 15,000 on PyPI
pysensiboProvides an asyncio-friendly Python API client…
permissive · top 15,000 on PyPI
python-ecobee-apiA Python library for communicating with Ecobee3…
permissive · top 15,000 on PyPI
msmart-ngA Python library for discovering and…
permissive · top 15,000 on PyPI