[](https://github.com/KaSroka/Toshiba-AC-control/releases)
[](https://github.com/KaSroka/Toshiba-AC-control/releases)
[](https://github.com/KaSroka/Toshiba-AC-control/issues)
[](https://github.com/KaSroka/Toshiba-AC-control/pulls)
# Toshiba AC control
This software allows to control Toshiba AC
## Installation
### Typical installation
Download using pip
`pip3 install toshiba-ac`
### Installation for development
1. Download or clone this repository to desired directory:
`git clone https://github.com/KaSroka/Toshiba-AC-control.git`
2. 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
```
Raw data
{
"_id": null,
"home_page": "https://github.com/KaSroka/Toshiba-AC-control",
"name": "toshiba-ac",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "toshiba, ac, hvac",
"author": "Kamil Sroka",
"author_email": "kamilsroka92@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/db/2f/fa4808888843826b0da5b48c0ac71934c6fde74d0331fd873920601a5ced/toshiba-ac-0.3.10.tar.gz",
"platform": null,
"description": "[](https://github.com/KaSroka/Toshiba-AC-control/releases)\n[](https://github.com/KaSroka/Toshiba-AC-control/releases)\n[](https://github.com/KaSroka/Toshiba-AC-control/issues)\n[](https://github.com/KaSroka/Toshiba-AC-control/pulls)\n\n# Toshiba AC control\nThis software allows to control Toshiba AC\n\n## Installation\n### Typical installation\nDownload using pip\n`pip3 install toshiba-ac`\n### Installation for development\n1. Download or clone this repository to desired directory:\n\n `git clone https://github.com/KaSroka/Toshiba-AC-control.git`\n2. Install toshiba-ac package:\n\n `pip3 install .`\n\n If you want to edit the code you can install the package as editable:\n\n `pip3 install -e .`\n\n## Sample script\nSample 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.\n\nIt requires to provide env variables with login information:\n```\nTOSHIBA_USER=<USER_NAME> TOSHIBA_PASS=<PASSWORD> python3 toshiba_ac_gui.py\n```\nor\n```\nexport TOSHIBA_USER=<USER_NAME>\nexport TOSHIBA_PASS=<PASSWORD>\npython3 toshiba_ac_gui.py\n```\n\n\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Toshiba AC controller - allows to control Toshiba HVAC systems with WiFi",
"version": "0.3.10",
"project_urls": {
"Bug Tracker": "https://github.com/KaSroka/Toshiba-AC-control/issues",
"Homepage": "https://github.com/KaSroka/Toshiba-AC-control"
},
"split_keywords": [
"toshiba",
" ac",
" hvac"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "db2ffa4808888843826b0da5b48c0ac71934c6fde74d0331fd873920601a5ced",
"md5": "8feac43cb1b21996f731f6f46f0ee9c6",
"sha256": "d92045371127d60abbe6c4eccdd655be3c9418dea9ff5ee075b91f58142417bb"
},
"downloads": -1,
"filename": "toshiba-ac-0.3.10.tar.gz",
"has_sig": false,
"md5_digest": "8feac43cb1b21996f731f6f46f0ee9c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 37095,
"upload_time": "2024-12-05T19:18:53",
"upload_time_iso_8601": "2024-12-05T19:18:53.193608Z",
"url": "https://files.pythonhosted.org/packages/db/2f/fa4808888843826b0da5b48c0ac71934c6fde74d0331fd873920601a5ced/toshiba-ac-0.3.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-05 19:18:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "KaSroka",
"github_project": "Toshiba-AC-control",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "toshiba-ac"
}