Toshiba - Air conditioning
Toshiba AC integration into home-assistant.io
Requirements
You need a supported (or compatible) Toshiba AC device with either a built-in Wifi module or an adapter. See list of compatible devices
Installation
Installation with HACS
- In HACS go to integrations and search for 'Toshiba AC'
- Click
Install
- Reboot Home Assistant
- Follow common integration manual
or: Manual installation
- Download latest release
- Create a folder:
custom_components
in your home-assistant config directory - Extract content (the folder
toshiba_ac
) of the release zip into the newly created directory - Reboot Home Assistant
- Follow common integration manual
Common manual to activate the integration
- The integration should be available as
Toshiba AC
in theAdd integration dialog
- You need to enter your Toshiba AC account credentials (same as within the app)
- There is no bounding/registering of new AC units possible with this code - please continue to use the app for this
Compatible devices
If your device is compatible with the official Toshiba AC mobile app or Toshiba Home AC Control it has good chances to be supported by this integration. Furthermore it has been tested with the following hardware: List of Supported Devices - feel free to update that list!
More links and resources
- Feature Request in the home-assistant community
- my first draft to communicate with the rest service using an Toshiba API client in PHP
- extended example to retrieve state of the AC unit and update the timeprogram using an Toshiba API client in python
- finally using AMQP interface to send state changes directly in updated python package