I wanted to share with you a finding I did when working with the Plugwise Source webserver:
I was a bit bothered by the refresh interval of the current power information on modules / appliances. I'm using the plugwise hardware in combination with a custom scheduler (mixing in simulated device etc ...). But for this I needed pretty up to date information on the current power usage (more in the line of seconds instead of minutes).
My solution is based on calling GetPowerUsage(timeout,retries) on any module which is online and closed (allowing the appliance to consume/produce) whenever I poll for an update.
Hope this helps someone

Cheers,
Frens