Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2010-01-03 | 1.5 kB | |
WndProcHookDeviceChange.py | 2010-01-02 | 5.0 kB | |
WE.py | 2010-01-02 | 11.4 kB | |
wattson.py | 2010-01-02 | 6.4 kB | |
Totals: 4 Items | 24.2 kB | 0 |
Wattson Explorer, Python version ================================ Wattson Explorer is an example application for control of a Wattson Energy Monitor from DIY Kyoto. I am working on similar examples in Visual Basic and Visual C++, but if you have another favourite language, please let me know and I'll add them to my to do list. Alternatively, feel free to contribute your own code directly to the SourceForge project. John Palombo johnp <at> diykyoto <dot> com Change Log ========== V0.1 - 3 January 2010 ---------------------- First check-in. Basic application that basically work, but has only been tested on a Windows Vista machine running Python V2.5 This version has just 3 files. WE.py This is the main application and has lots of junk to create a GUI using the wx library. wattson.py These are the core routines used to access a Wattson. If you are starting a new project, this is a good place to start. WndProcHookDeviceChange.py This is derived from an original I found on the internet and allows access to events that are not supported directly by wx. This is needed to get notified of USB events when a Wattson is plugged in or unplugged. This version uses the following packages. Python V2.5 http://www.python.org/download/releases/2.5.4/ pySerial https://sourceforge.net/projects/pyserial/files/ pywin32 https://sourceforge.net/projects/pywin32/ wxpython http://www.wxpython.org/download.php