Toshiba AC controller - allows to control Toshiba HVAC systems with WiFi
Project description
Toshiba AC control
This software allows to control Toshiba AC
Installation
Typical installation
Download using pip
pip3 install toshiba-ac
Installation for development
-
Download or clone this repository to desired directory:
git clone https://github.com/KaSroka/Toshiba-AC-control.git -
Install toshiba-ac package:
pip3 install .If you want to edit the code you can install the package as editable:
pip3 install -e .
Sample script
Sample GUI application toshiba_ac_gui.py was created to demonstrate usage of this package. It allows to switch basic functionalities of the AC and shows current status.
It requires to provide env variables with login information:
TOSHIBA_USER=<USER_NAME> TOSHIBA_PASS=<PASSWORD> python3 toshiba_ac_gui.py
or
export TOSHIBA_USER=<USER_NAME>
export TOSHIBA_PASS=<PASSWORD>
python3 toshiba_ac_gui.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file toshiba_ac-0.3.13.tar.gz.
File metadata
- Download URL: toshiba_ac-0.3.13.tar.gz
- Upload date:
- Size: 38.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74c8e0243110045041c900d8297eb8a1e2d4e54c5f60178d0330481ba46908d2
|
|
| MD5 |
c42a33161589f6e9d7eb3390d5783285
|
|
| BLAKE2b-256 |
87c9f6b2305fc1d63608d877bbeac73dbdbc27b3614bd17fa2f6497895b764f2
|
File details
Details for the file toshiba_ac-0.3.13-py3-none-any.whl.
File metadata
- Download URL: toshiba_ac-0.3.13-py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a2f9dfbda7982d6a8312440784443fba3ddeb336e2e374e7354d3058950269d
|
|
| MD5 |
40e10d985acf4112cd955390d4f9bf1b
|
|
| BLAKE2b-256 |
9fbbad521e20deb1f4181cbdf20d66feb24c63c10c61a26874a6977af77f930a
|