Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

toshiba-ac

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toshiba-ac

Toshiba AC controller - allows to control Toshiba HVAC systems with WiFi

  • 0.3.10
  • PyPI
  • Socket score

Maintainers
1

Github Release Github Commit since Github Open Issues Github Open Pull Requests

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc