Toshiba AC integration into home-assistant.io
Tested with the following Hardware:
- Suzumi Plus R32 18G
- Indoor device: RAS-18PKVSG-E
- Outdoor device: RAS-18PAVSG-E
- Wifi Adapter: RB-N103S-G or similar/compatible
- Haori
- Indoor device: RAS-B16N4KVRG-E
- Outdoor device: RAS-16J2AVSG-E1
- WiFi Adapter: built-in
- In HACS go to integrations and click three dots in upper right corner
- Select
Custom repositories
- Paste URL of this repository (https://github.com/h4de5/home-assistant-toshiba_ac.git) in
Add custom repository URL
- Select
Integration
inCategory
drop-down list - Click
Add
Toshiba AC
should appear on the list above, click it- Click
INSTALL THIS REPOSITORY IN HACS
- Reboot Home Assistant
- The integration should be available as
Toshiba AC
in theAdd integration dialog
after a restart - The integration will automatically install dependencies (like toshiba controller) upon activating it
- 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
- 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 - The integration should be available as
Toshiba AC
in theAdd integration dialog
after a restart - The integration will automatically install dependencies (like toshiba controller) upon activating it
- 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
- 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