I got a solar system installed early December 2009 ; it's a 2kW system made of 12 CEEG 170W panels with a Power-One Aurora Inverter PVI-2000

2013 Update
We got the roof completely redone, it was designed the maximise northern exposure.
2kW system
aerial view
2kW aerial

We then added an extra 4.42kW system: 17xYingli Panda YL260C-30b organise in two strings: 8 and 9 panels connected to an Aurora PVI-4.2 inverter
6kW system
aurora 4.2-OUTD inverter
I had to track the electricity production ; but also wanted to track my power usage.

I couldn't find any proper solutions letting me record everything at once:

  • How much is used in the house
  • How much is produced by the solar panels
  • How much is imported from the electric network grid
  • How much is exported back to the grid

So I designed my own...

I bought a CurrentCost CC128 which can be interfaced to a PC through a serial interface.
The Aurora inverter has a RS485 interface; a cheap RS232 converter on eBay for $6.50 did the trick.
inverter photo

The system runs on almost any machines able to run python and PHP (tested on FreeBSD, Linux, MacOS).

It is made of 3 parts.
-Daemons polling the various sensors ; they poll every 6s ; compute an average every minute and feed the data in a RRDtool database (round robin database).
-A Daemon computing the import and export value in 30 minutes interval (it wakes up every 30 minutes, calculate the import/export over the past 30 minutes and feed another database)
-A web page

The daemons are written in python ; as long as you have python running on your machine with the pyserial module you'll be fine.

For the HTML interface ; it's written in PHP on the server side; and javascript/ajax on the client side (though it will work even with javascript disabled, albeit with limited interactivity).

It's probably easier to get it working with the Apache web server and the mod_php5 module...

The PC needs to be on 24/7 as neither the CC128 nor the Aurora inverter keeps any data in memory...
The system is done in such a way that you can easily use a different power monitor or a different inverter.
Everything can be configured through a simple configuration file: colours, shapes, labels, database used etc...
You don't even need a solar system ; I set the same system at my office to monitor our power usage.


2013 Update
The system now runs on a Raspberry Pi ; a very low power ARM based platform

6kW aerial view
The response to this tool has been very overwhelming.
I have been approach by various parties to integrate with some professional solutions.


If you are interested, drop me an email.

Current Conditions

  • Solar Power 0W
  • Solar Today 8.65kWh
  • Solar 1 Power 0W
  • Solar 1 Today 2.9kWh
  • Solar 2 Power 0W
  • Solar 2 Today 5.75kWh
  • Total 2949.5 Watt
    Pool 721.1W, Main 2115.6W, Tesla 0.3W, AC 67.1W, Sub 45.4W
  • Last hour usage 3.24kWh
  • Room Temp. 23.7
  • Water Level 124%
    (1857mm, 13836L)
  • Last record 2024-04-25 23:03

Solar Information

25/04/2024
  • Dawn 05:54
  • Sunrise 06:55
  • Solar noon 12:17
  • Sunset 17:38
  • Dusk 18:39

Inverter 1 Last Info

  • Voltage1 In 114.73
  • Current1 In 0
  • Power1 In 0
  • Voltage2 In 0
  • Current2 In 1.86
  • Power2 In 0
  • Voltage Out 233.39
  • Current Out 0.5
  • Power Out 0
  • Frequency Out 49.99
  • Conversion Efficiency 0
  • Inverter Temperature 18.87
  • Booster Temperature 19.7

Inverter 2 Last Info

  • Voltage1 In 111.87
  • Current1 In 0.01
  • Power1 In 1.44
  • Voltage2 In 119.88
  • Current2 In 0.01
  • Power2 In 0.97
  • Voltage Out 238.86
  • Current Out 0.73
  • Power Out 0
  • Frequency Out 49.99
  • Conversion Efficiency 0
  • Inverter Temperature 21.35
  • Booster Temperature 19.75