Skip to content

A simple Python 3 library for interacting with the Aquatemp API

License

Notifications You must be signed in to change notification settings

PKlinkoff/pyAquatemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

pyAquatemp

A simple Python 3 library for interacting with the Aquatemp API. There are different versions of the API with different endpoints and syntax. This library is intended for AquaTemp accounts that have been created with recent versions of the app. A bash implementation for older versions can be found here

Usage

The library is used by instantiating a connection object by passing the aquatemp email address and password associated with your account.

import aquatemp

dev = aquatempConnect(username, password)
dev.setTemperature(28)
dev.setPower(1)
dev.setSilent(1)
print(dev.getStatus())

About

A simple Python 3 library for interacting with the Aquatemp API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages