Skip to content

An api allowing control of AC state (temperature, on/off, mode) of an Airtouch 4 controller locally over TCP

License

Notifications You must be signed in to change notification settings

noobydp/airtouch4pyapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airtouch 4 Python TCP API

An api allowing control of AC state (temperature, on/off, mode) of an Airtouch 4 controller locally over TCP.

Warning

I am using this with my own Airtouch 4 and see no issues. Please don't blame me if you have any issues with your Airtouch 4 or AC system after using this - I don't know much about AC systems and will probably not be able to help!

Usage

To initialise: airTouch = AirTouch("192.168.1.19")

To load: await airTouch.UpdateInfo();

The following functions are available:

Group Level Functions: SetGroupToTemperature (async) TurnGroupOn (async) TurnGroupOff (async) SetCoolingModeByGroup (async) SetFanSpeedByGroup (async) GetSupportedCoolingModesByGroup GetSupportedFanSpeedsByGroup

AC Level Functions TurnAcOn (async) TurnAcOff (async) SetFanSpeedForAc (async) SetCoolingModeForAc (async) GetSupportedCoolingModesForAc GetSupportedFanSpeedsForAc GetAcs

About

An api allowing control of AC state (temperature, on/off, mode) of an Airtouch 4 controller locally over TCP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%