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:
from pyKevo import pyKevo
door = pyKevo.pyKevo("[email protected]","passw0rd")
door.connect()
print door.returnLockInfo()
install pip pyKevo
- 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:
This work pyKevo by Jeremy Foran is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.: