https://github.com/abmantis/whirlpool-sixth-sense
Whirlpool unofficial API for 6th Sense appliances
https://github.com/abmantis/whirlpool-sixth-sense
hacktoberfest home-assistant home-automation
Last synced: about 1 month ago
JSON representation
Whirlpool unofficial API for 6th Sense appliances
- Host: GitHub
- URL: https://github.com/abmantis/whirlpool-sixth-sense
- Owner: abmantis
- License: mit
- Created: 2020-02-15T00:51:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T17:40:04.000Z (about 2 months ago)
- Last Synced: 2025-04-06T06:07:06.660Z (about 1 month ago)
- Topics: hacktoberfest, home-assistant, home-automation
- Language: Python
- Homepage:
- Size: 236 KB
- Stars: 17
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whirlpool's Sixth Sense (unofficial)
Unofficial API for Whirlpool's 6th Sense appliances.
As an example on how to use this library, please check the implementation of Home Assistant's [Whirlpool Integration](https://www.home-assistant.io/integrations/whirlpool), or take a look at the `whirlpool_ac.py` file.
If a command does not work, check if it works through the official app.
# NOTICE
Use this at your own risk. If, by using this software, any damage is caused to your appliance, or if you get too hot because your AC got crazy and now you can't sleep, the developers of this software or the manufacturer of your appliance cannot be blamed.
# Using the cli
- listing all Whirpool appliances for an account:
`python cli.py -l -b "whirlpool" -e "[email protected]" -p "password123"`
- viewing/controlling a single Maytag appliance:
`python cli.py -l -b "maytag" -s "SAID123" -e "[email protected]" -p "password123"`