However, I'd really like to be able to monitor this when I'm not at home. Is there any way to graph and upload it (either at regular intervals or in real time)?
I'm a bit of a python noob so please be gentle



I use Python 2.7 so that's never troubled me. I'm sure there's a way of doing it though. You can specify it in the shebang line at the top of your scripts.b0ng0 wrote:That worked perfectly, thank you!
Only one small issue now; upon installing python-pip as per the instructions, Python now defaults to v2.7 instead of 3.3. Any way to change the default version??
Code: Select all
#!/usr/bin/env python2.7