As I find myself on the edge of disappearing down the rabbit hole of home energy monitoring, I found myself realising I might be missing one piece of vital data to make my monitoring accurate. Here is my current hardware setup:
- Kamstrup DK-8660 smart meter - not access to a HAN or P1 port
- frient Electricity Meter Interface to read the LED pulses
- Growatt PC inverter that generates PV power
- Raspberry Pi 5 with Sonoff Zigbee adapter
So the plan was to use the frient to capture energy draw from the grid and pass to HA via MQQT, and deploy Grott (https://github.com/johanmeijer/grott) to capture the PV generation data and also pass to MQQT. Then use HA to plot the data. Happy days. Until I start to learn that the LED on the DK-8660 will pulse regardless if I'm consuming energy from the grid, or if I'm pushing excess PV energy to the grid. Which if true, would make my data inaccurate.
What I'd need to know is the direction of energy through the meter, but I currently don't have any way to capture this.
I could deploy a Zigbee CT Clamp in my consumer unit (I believe this will allow me to capture energy flow direction) but this requires a power source, and I don't have one in close proximity to my consumer unit. Are there any other approachs I can take? I'd like to avoid investing in another hardward eco system, if possible.
Interested to hear if I'm missing something obvious. Thanks