As part of carbon reduction for a client, Creative Concern, I’ve been working on:
The network scan is a particularly fun one: MacOS and modern printers all respond to multicast DNS, and so finding devices which are switched on is quite simple. Every night an email is sent (by one of the servers which stays on 24/7) to the staff naming and shaming the devices which were left powered up:
#!/bin/bash avahi-browse -at \ | cut -c 14-59 \ | sort \ | uniq \ | mail -s "Named and Shamed: devices left on overnight" everyone@client
I’ve removed a few grep -v statements which filter out things like the servers which are meant to be left on overnight, but those are the essentials.
Having fitted a smart meter the client has access to power usage graphs and history, and I’m pleased to be able to report that they look to be on course for a 10% saving in 2010! Here is the screenshot from the meter just now:
I am still to explore:
I estimate that we might achieve an additional 10% saving if we can do all these things, but could be hampered by what’s feasible in the office with the technologies available.