Amateur Radio Station in Napoli - Italy
ITU Zone: 28 - CQ Zone: 15 - Locator: JN70ct
Electric Energy Monitoring system realized with Eastron SDM120C and Raspberry Pi located at my home in Napoli, ITALY
Electric Energy Monitoring system is automatic updated every 2 seconds
Electric Energy Monitoring system Informations
The Electric Energy Monitoring (Electric Energy Consumption) system is realized with an EASTRON SDM120C (Modbus) connected to the Raspberry Pi via RS-485 USB adapter using the Modbus protocol.
Raspberry Pi read the instantaneous power (in Watt) from the SDM120C every 2 seconds.
The Smart Process SDM120C multifunction kWh meter is connected immediately after the residual-current device (RCD) so it will monitor all my home electricity consumption, the values from that device are acquired every 2 seconds from made by me shell script. The main software made by the user 'gianfrdp' is available here. My scripts writes into a text file the power (in Watt) and the voltage (in Volt) and are published in this website with a PHP page.
Before using the SDM120C, I was using the ACS712 (20A) by Allegro Semiconductor current sensor connected to an Analog input on an Arduino Nano, the Arduino Nano was connected via USB to the Raspberry Pi microcomputer.
The SDM120C is much more precise then the ACS712 current sensor + Arduino.
Database
The current sensor values are stored into a database made with RRDtool (round-robin database tool), this database preserve the average data in three method:
1. For 24 hours: data every 5 minutes
2. For one week: data every 15 minutes
3. For one month: data every 1 hour
4. For one year: data every 6 hours
A shell script update the database with the updated sensors values every 5 minutes and export the data into XML file.
Charts
My idea was to publish the sensors values into interactive charts with data history, so I chose to use Highcharts. Highcharts is a charting library written in HTML5 and JavaScript.
Charts are published with PHP and JavaScript pages, divided in: one day, one week, one month and one year.
You can see the charts by browsing in the navigation bar at top of the page. Charts are tested on Google Chrome, Mozilla Firefox and Microsoft Internet Explorer.
For more informations you can contact me via email at iz8mbw ]at[ gmail.com. Enjoy!
Fabio Ancona, IZ8MBW
I don't ask for money for any guides and info provided, but if you want you can offer to me a beer. Thanks!