===== Files for Fake Wemo ===== * {{ :2016:esp8266:fauxmo-master.zip |Fauxmo Python Script}} * {{ :2016:esp8266:esp8266-water-heater-control-master.zip |Relay Control files}} The Python Script has to go on a server somewhere for Alexa to access it.\\ The Relay Control files are a sample water heater control via a relay on a GPIO.\\ To run Python Scripts in a Windows machine as an exe file, use the following steps: * 1. make a python file named setup.py. Inside it, type: from distutils.core import setup import py2exe setup(console=['nameoffile.py']) The complete writeup is here as an image:\\ {{:2016:esp8266:py2exe_procedure.jpg|}}