-
Recent Posts
- Home Energy Management System Part 4: Characterising the Hypervolt Current Transformer
- Home Energy Management System Part 3: Planning the hardware
- Home Energy Management System Part 2: Hacking the iBoost+ protocol
- Home Energy Management System Part 1: Objectives
- Adding filament monitors to the Hemera tools
Recent Comments
Bill quintal on Alternator failure warning in… Sam on Home Energy Management System… Steve on Home Energy Management System… Warren Daniel on Troubleshooting old Century… Charlton on Troubleshooting old Century… Archives
Categories
Meta
Category Archives: Electronics
Home Energy Management System Part 4: Characterising the Hypervolt Current Transformer
The Hypervolt EV Charge Point is a UK-manufactured 7kW single phase unit. It is one of the smartest looking EV chargers on the market. It has no controls on the unit and can only be controlled via a smartphone or similar via the cloud server. Continue reading
Home Energy Management System Part 3: Planning the hardware
In order to meet my objectives without running wires from one part of my house to another, I will need at least the following WiFi-connected units for control and monitoring. Continue reading
Home Energy Management System Part 2: Hacking the iBoost+ protocol
To monitor and control the iBoost+, one option would be to fake the sender current transformer input, and add a current transformer to measure the power being fed to the immersion heater. But if we can decode the RF protocols, it would be simpler to fake the sender RF transmission, and read the messages sent by the main unit to the Buddy. Continue reading
Home Energy Management System Part 1: Objectives
This series will record my adventures in building a home Energy Management System, to monitor and control solar PV generation, battery storage, EV charging, hot water heating, and grid import/export. Continue reading
Dangerous failures
Sometimes, equipment that is supposed to be designed with safety in mind turns out to be unsafe. Here’s an example I came across a few years ago: a mains-powered smoke alarm installed in a top-floor flat:
Five things I never use in Arduino projects
I’ve been using Arduino for a few months now, and designing electronics and embedded systems for a lot longer. In reading the Arduino forum, I’ve seen a few areas that Arduino users often find difficulty with. It seems to me … Continue reading
Prototyping small embedded projects with Arduino
Recently I needed to design and build a small battery-operated device with 4 outputs sequenced at a variable rate. After playing with a 555 timer IC and some CMOS flip-flops, I realised that the modern way would be to use … Continue reading