Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
/ pyKevo Public archive

Simple library for controlling Kevo Smartlocks

Notifications You must be signed in to change notification settings

jeremyforan/pyKevo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyKevo

This is a small little library that allows you to control your Kevo Smartlock from python code. This is a stopgap until Kevo provides some APIs:

Example

from pyKevo import pyKevo

door = pyKevo.pyKevo("user@gmail.com","passw0rd")

door.connect()

print door.returnLockInfo()

Installation

install pip pyKevo

Requirements

  • you require a Kevo Smartlock:
  • you require the Kevo Plus be installed and configured:
  • Your account credentials for MyKevo https:mykevo.com//. You must have this registered:

License

This work pyKevo by Jeremy Foran is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.:

About

Simple library for controlling Kevo Smartlocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages