https://github.com/ido-pluto/tornado-air-conditioner-control
SDK for AUX air conditioner / Tornado air conditioner
https://github.com/ido-pluto/tornado-air-conditioner-control
Last synced: over 1 year ago
JSON representation
SDK for AUX air conditioner / Tornado air conditioner
- Host: GitHub
- URL: https://github.com/ido-pluto/tornado-air-conditioner-control
- Owner: ido-pluto
- Created: 2023-12-18T10:42:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T15:22:45.000Z (over 2 years ago)
- Last Synced: 2025-01-22T00:46:18.483Z (over 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aux Air-Conditioner-Control
Simple AUX air conditioner control system.
Connect to Tornado 3 wifi network and send commands to the air conditioner.
**This is for educational purposes only, I'm not responsible for any damage caused by this software.**
## Usage
First, download the Tornado 3 wifi app and config the air conditioner with your account.
Then capture a power on/off command via http request, the URL should be like this:
```
/device/control/v2/sdkcontrol?license=
```
You should capter the Raw HTTP request and save it to `request.http` file.
https://stackoverflow.com/a/17685506/14849730
Then, you can send the command to the air conditioner via the SDK, checkout `src/plans/` for examples.
## Installation
```bash
bun install git+https://github.com/ido-pluto/tornado-air-conditioner-control.git
```