Skip to content

A python home automation framework that supports many devices

Notifications You must be signed in to change notification settings

whhlct/interlock

Repository files navigation

Interlock Python API

Dependencies

Ouimeaux - Belkin Wemo Control

pip install ouimeaux

Important!

If you get this error

No module named 'gevent.wsgi'

Go to the venv\lib\site-packages\ouimeaus\subscribe.py file and replace

from gevent.wsgi import WSGIServer

to

from gevent.pywsgi import WSGIServer

That should fix the problem

SoCo

pip install soco

phue

pip install phue

About

A python home automation framework that supports many devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published