Skip to content

Klikini/rachiopy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rachiopy

This python package provides a interface to the Rachio public API.

Usage

from rachiopy import Rachio

r = Rachio("authtoken")

r.person.getInfo()

Commands

Person

r.person.getInfo()

r.person.get(id)

Device

r.device.get(id)

r.device.getCurrentSchedule(id)

r.device.getEvent(id, starttime, endtime)

r.device.getScheduleItem(id)

r.device.getForecast(self, id, units)

r.device.stopWater(id)

r.device.rainDelay(id, duration)

r.device.on(id)

r.device.off(id)

Zone

r.zone.start(id, duration)

r.zone.startMultiple(zones)

r.zone.get(id)

Schedulerule

r.schedulerule.skip(id)

r.schedulerule.start(id)

r.schedulerule.seasonalAdjustment(id, adjustment)

r.schedulerule.get(id)

FlexSchedulerule

r.flexschedulerule.get(id)

Notification

r.notification.getWebhookEventType()

r.notification.getDeviceWebhook(id)

r.notification.postWebhook(webhook)

r.notification.putWebhook(webhook)

r.notification.deleteWebhook(id)

r.notification.get(id)

About

Python client for Rachio Irrigation controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%