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
File details
Details for the file toshiba-ac-0.3.9.tar.gz
.
File metadata
- Download URL: toshiba-ac-0.3.9.tar.gz
- Upload date:
- Size: 36.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c77bc914aeee2dd3e5e7bf8a98040ebb9d63b3d84a2e40de462491692a2061d |
|
MD5 | 83e4d907df54b1bad3d1fabb74143974 |
|
BLAKE2b-256 | 0776c4a3f0fff36e0a6533b546e8c69630d0ba245a2308c31bbe07d7364afae0 |