The project started from Open energy monitor.
https://openenergymonitor.org/
The system I am building is a variant which will look like this :
Due to the fact that prices of Photovoltaic generators, panels and converters are much cheaper now than a few years ago, they have become a must for anyone who can install them on his roof or garden. They are also much less of a burden to install and declare, at least here in France.
Due to several constraints, I had to realize my own version of this system. And of course I had to share it...
The main unit is this :
For those interested in this power monitoring circuit, this is what it does:
- Displays actual used power from the grid
- Displays power generated from the PV cells
- Displays power used by a secondary circuit (second part of the house)
- Shows a few additional symbols for PV usage, operation, percent of diversion, etc...
- Uses an independant OLED display. One can easily customize what information it provides.
- Fully independent. It is enclosed in a box which fit in a standard electrical board.
- Has a flashing LED on the front face whose colour is changing (more fancy). The more PV power you generate, the more bluish you get, plus green when you are diverting your surplus of energy.
- Has the capability to manage Power diversion.
- reset button on the front
What is power diversion ?
When you generate extra solar capacity, this power is not returned to the grid but is delivered (and modulated) to your power heater. This acts like an energy storage.
Now, if you need to design the same:
Look at first OpenEnergyMonitor.org and you will have plenty of resources to understand what we want to achieve. Mine is just a special variant of EmonTx.
Because I had plenty of problems and constraints, I had to finish with that special version, but it is eventually working very well for the purpose.
The files are on Github here
https://github.com/francfly12/autoconsommation
There should be enough comments in the code to make or modify it. Email me if needed or to show what you have done.
As mentionned, I have used an EmonTX shield on top of an arduino board.
A classic Arduino UNO is not fit for my usage, more memory required. Therefore a board with a minimum of 80 K Sram is required. That should be easy to transpose to another board but I have not tried yet. I have used the Arduino 101 because I had one in my box and it is fit for the shield, has lots of memory and is faster.
But Arduino101 is discontinued now.
If you need another board, make sure that libraries you use are compatible. Also check voltage.
I had tons of problems to setup all that. They started with installing correctly the libraries. Just before I became asphyxiated, I found the right info here :
https://learn.openenergymonitor.org/electricity-monitoring/arduino-ide/ubuntulib
Libraries : After many tryouts, I eventually ended with the library EmonLib. It performs all the magic to measure power, voltage and more if needed.
the board under development. |
Power diversion : The software is ready for it. Nevertheless, I will need to setup a second device which will come soon on those pages. be patient, but Covid will help a lot by giving all this spare time !
Pins A4 and A5 cut on the shield |
All must fit in ! |
And the future of this :
Things to come;
- Additional remote unit to operate the power heater from the PWM signal.
- Temperature sensor on (inside) the water heater. Water has to be kept at sufficient temperature, at least once a day. And once every 3 days pass over 65°C to avoid water contamination.
Testing |