Skip to content
/ wemo Public
forked from issackelly/wemo

Expose your Wemo installation as REST web services

License

Notifications You must be signed in to change notification settings

vcanuel/wemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeMo as REST

Launch run.py

Then you can access your Wemo with http://localhost:8083/wemo/<id>/status

Replace <id> with 1,2,3,.. depending of how many wemo you have

This saved your wemo configuration in a file called wemo.json

Current command support:

wemo/<id>/on

wemo/<id>/off

wemo/<id>/status

wemo/all/on

wemo/all/off

wemo/all/status

wemo/update -> this refresh wemo configuration (could be a cron task)

About

Expose your Wemo installation as REST web services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%