Skip to content

A custom component to control Toshiba AC using smartlife IR device

License

Notifications You must be signed in to change notification settings

tyge68/ha-toshiba-ac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USAGE

Copy this code your HA config/custom_components/toshiba_ac

CONFIGURATION

Add in your configuration.yaml this extension with parameters to access your device.

toshiba_ac:
climate:
- platform: toshiba_ac
  id: <id as found by tuya app developer sdk>
  name: "Toshiba AC Evelyne"
  ip: <device_ip_in_local_network>
  localkey: <id as found by tuya app developer sdk>
- platform: toshiba_ac
  id: <id as found by tuya app developer sdk>
  name: "Toshiba AC Garcons"
  ip: <device_ip_in_local_network>
  localkey: <id as found by tuya app developer sdk>
- platform: toshiba_ac
  id: <id as found by tuya app developer sdk>
  name: "Toshiba AC Parents"
  ip: <device_ip_in_local_network>
  localkey: <id as found by tuya app developer sdk>
  ...
sensor:
- platform: toshiba_ac
  id: <id as found by tuya app developer sdk>
  climate: climate.toshiba_ac_<roomname>
- platform: toshiba_ac
  id: <id as found by tuya app developer sdk>
  climate: climate.toshiba_ac_garcons
- platform: toshiba_ac
  id: <id as found by tuya app developer sdk>
  climate: climate.toshiba_ac_parents
  ...

NOTE: There are probably better ways to solve it or implement it, feel free to use it.

About

A custom component to control Toshiba AC using smartlife IR device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages