Newer
Older
pyenergenie / src / web_console.py
# web_console.py  28/05/2016  D.J.Whale
#
# A demo of a simple web console for controlling/monitoring Energenie devices

# This is mostly a very simple

# REQUIREMENTS
# - zero install (probably python bottle)
# - simple monitor/control interface
#   - live status display of all registered devices with values and states
#   - turn on/off devices that have a switch
# - simple setup tool interface
#   - enter/exit learn mode for legacy
#   - change discovery status
#   - rename/delete devices in registry (e.g. from auto learn)

# END