2016:esp8266:fake_wemo_support_files
This is an old revision of the document!
Files for Fake Wemo
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']) * 2. Save in a folder Also save the file you want converted in that same folder * 3. Run window's command prompt type in setup.py install py2exe
2016/esp8266/fake_wemo_support_files.1474894490.txt.gz · Last modified: 2016/09/26 08:54 by tomgle