If anyone's interested, I've now got some monitoring of my electricity (generation etc.) and temperatures on the web (well it's temperature in the greenhouse, but solar thermal temps maybe coming soon). All 'rough and ready' at the moment.
Kit consists of:
RFXCOM ethernet receiver for 433MHz
http://www.rfxcom.com/RFXMeter module with 3xRFXPulse attachments counting flashes on electricity meter LEDs
An Electrisave/OWL whole house meter
Some Oregon Scientific temperature sensors
Software: xpl-perl running on Debian Linux.
Results at
http://www.viridis.net/rrd/ (I said it's rough and ready, but only started doing this 3 days ago), and
http://www.viridis.net/rrd/combined.html for hopefully 'nicer' graphs combining electrical generation/import/export.
Some explanation:
electrisave.09 is the Electrisave/OWL (house consumption, amps). The .1/.2/.3 components are for if you had up to 3 current-clamps attached. I've only got one, so .1 is identical to the summed reading, and .2 and .3 are zero.
The three rfxmeter things are from the 3 electricity meters. The graph units need a bit more work. Basically if you multiply the reading by 3.6, then the answer is kW. And if the y-axis labels include 'm', then that's rrdtool's representation of 'milli', so for example '100 m' is 360W.
rfxmeter.00f0 is from the _import_ meter
rfxmeter.01f1 is from the _export_ meter
rfxmeter.02f2 is from the _generation_ meter (PV panels)
thr128.08 is the greenhouse temperature (Oregon scientific sensor)
thr128.0c might be the outside temp, for for reasons known to itself only works if temp>10
Other 'thr' are sensors that briefly put in an appearance, but have stopped working, so please ignore.
I've also got an RFXSensor device, which is going to do temperatures for the solar thermal, but I haven't connected it up yet.
That'll do for now. I think it's great that this lot more or less works 'out of the box', albeit relying on me knowing a lot about computers/networks/software - lots of credit to Mark Hindess ('Beanz'), the author of xpl-perl. I've been talking to him about a few tweaks/fixes/etc.