Well now all that has changed… or should I say… is now starting to change.
The kit has 15 basic projects to build an understanding of the basic functionality available and to also introduce me to electronics in general.
I have to say that this kit was a BIG success for me. In the space of just a few hours I started to see the potential that Arduino offered in a home automation scenario. It looked like would be possible to have Arduino-based sensors and actuators positioned discretely around the house all reporting to and linked in with a control and reporting system. I was hooked!
Anyone that knows me will not be surprised at my reaction – I don't just want to dabble… I want to learn as much as I can and build on my existing skills to eventually have a great home-built home automation and power management system but to do that I have a lot to learn.
Finally then, in my initial education and investigation leading towards designing a building an intergrated system, I discovered the ESP8266. The ESP8266 is a little device which can provide wifi connectivity to the Arduino. It connects to the Arduino and allows the Arduino to interact with other devices on the network or internet. I bought one to see what it could do but with the intention of potentially of adding one to each Arduino deployed in the system but with the Arduino as the main processing device. I saw the ESP8266 as nothing more than providing WiFi capability.
Once I got the ESP8266 and started to investigate what it can do I started to realise that this little device can do a whole lot more than just provide Wifi connectivity. For a start it is programmable using the same language and software that is used for the Arduino and although it is less powerful than the Arduino it is a little like it is a mini, mini Arduino. It has connections to connect to sensors and or course it has built-in WifI capability. After a few hours of fiddling around I have now programmed this clever little device to be a small, web server. Not only that but it can also act as a web client accessing web pages from elsewhere on the network or the internet.
So this is where I am at. I now feel I have a good handle on the Arduino, Raspberry Pi and the clever little ESP8266 and I feel I can now start to put together a plan. Another thing that I am surprised at is that these devices do not cost a fortune. There are different versions of each of them at different price levels but for the most part the Arduino costs about £5, the ESP8266 costs about £2 and the Raspberry Pi about £30 but we won't need more than one or two of those. So it is looking very promising that we might be able to do most, if not everything, that we might ever want to do with home automation and power management with just these three processing devices. Of course, there is a lot more to it all than just processors but they are the key to it. With cheap, easy to use, processors like these it makes the rest just detail.
So, where do I go to from here?
Today we took delivery of the basic components of the Open Energy Monitor system… an emonTX board and a RFM69Pi board. The emonTX is a board that connects to an Arduino & has some specialised connectors and some other special bits for the OEM. It allows connection of up to 4 current transformers and it transmits that data throught to the emonBase. The RFM69Pi is an add-on board that connects to a Raspberry Pi turning it into an emaonBase. It receives the data from the emonTX and uploads it to emonCMS which is the reporting server. Once the data is in emonCMS you can view it through a normal web browser.
Open Energy Monitor – Self Build Kit
So I have to build (solder on the parts) the emonTX Arduino Shield (a "shield" is a board that connects to an Arduino using the standard GPIO connections).
I have to attach the RFM69Pi to my Raspberry Pi and set up the software to act as a emonBase.
I have to install the emonCMS software to my local server and get that going.
Then I will have to get all components working together as a full Open Energy Monitor system. Only then will I fit it all into boxes and deploy.
Along side the Open Energy Monitor, I am continuing my research into the ESP8266 and expanding on that knowledge in preparation of designing a full Home Automation system in the new house and integrating it is with the Open Energy Monitor.
Components for the future will be installing solar PV in the new house and adding that to OEM. Adding a home battery management system to store surplus solar PV and to allow its use when the sun is not shining.
Finally, adding a management system for the electric car to manage when it charges maximising the use of our surplus solar and off-peak grid power (we are on dual-rate Economy 7).
Should keep me off the streets!
I hope to be documenting as I go so stick around