Skip to content

JaseSmith78/python-flask-myair2-api-translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-flask-myair2-api-translate

For use with AdvancedAir MyAir version 2

Things to note

Update the settings in myaircontrol.service to match your system

MyAirControl API

Basic API calls

Call Description Example
http://pi-3:8000 base address this text
/getZones get all the zones HTML table view of zone lists
/api/getSetTemp get the setpoint temp 00.0
/api/getActTemp get the actual temp 00.0
/api/setTemp set the setpoint temp 00.0
/api/getMode get the current running mode [C,H,F]
/api/setMode set the running mode [C,H,F]
/api/getRunning get power on / off [1,0]
/api/setRunning set power on / off [1,0]
/api/getZone/x get x zone x = 1..8 name: XXXX open: [1,0] percent: 000
/api/getZones get all the zones lists name, open, percent
/api/setZone/x/onoff/y set x zone on/off x = 0..8 y = [1,0]
/api/setZone/x/percent/y set x zone percent x = 0..8 y = 0..100

About

Python interface for AdvancedAir MyAir version 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages