With the advent of the energy dashboard I started to look around at the various solutions to get data into HA. My meter (UK) is a smart meter with a remote display, but I couldn’t find any access to the data that was available to HA. I use ESPHome on all my smart devices where possible and ideally I wanted an ESPHome based solution, however I was close to going for the Shelley EM when I tripped over an excellent solution.
Although no ESPHome yaml is provided, all the key components are supported by ESPHome and there is a git with firmware source code that has all the necessary GPIO details. I’ve used the ADS1115 in other projects so was very confident ESPHome would be perfect. Sure enough within a few minutes of receiving it and plugging in a D1 Mini and CT clamp I had energy monitoring in HA.
You obviously need to add a D1 Mini, 12V PSU, CT Clamp(s) and an enclosure but at £12.99 for 4 Channels it’s pretty cost effective.
Unlike a lot of the other CT solutions that board does not appear to measure the AC voltage (required for power measurements). How are you accomplishing that?
I have a Voltage measuring plug and have taken any number of readings over the years which have been pretty consistent at 240v for me. So not dynamic and hard coded. Good enough for “info” based monitoring I think at the moment.
Just had a look at my voltage for the past 24hrs. There’s about 18V difference between the highest and lowest voltage. At 240V nominal (though I think we are supposed to be 230V now) that’s about +/-4% so I guess it’s not that bad.
Just realised I have about 6 power monitoring plugs in HA all recording voltage. I’ll probably average them inside HA and then monitor that voltage back in the Energy Monitor ESP.
Are these bi-directional? Looking to use CT clamp in position 1 over the incoming live supply, is there a way to configure for the grid consumption and grid return in the Energy dashboard?
Did you message the creator? I’ve sent him a couple of messages and he’s been very helpful! I am hopefully going to get testing now all the clamps have arrived
Let me know how you get on! I went for the V3 (green coloured) board and have yet to really start working on them! Assume you are flashing with ESPHome?
I’ve now got 2 connected up and reading, they definitely cant differentiate from incoming and outgoing, so had to get creative. I’m now trying to create a sensor that i can use in the energy dashboard to tell me how much i’m exporting.
I have a few of the MottramLabs 4-way boards, have successfully calibrated them, but only needed to use them for the one-way monitoring of WATTS at various points in my house.
Now I have a battery system, I would like to monitor both positive/negative values - it sounds like it is possible with this board.
At the minute, I am looking for an Arduino Sketch to do this as I have various “things” pumping to an influxdb, so would like to try that first.
Has anyone seen any Sketches or instructions on how to do this?
What coils did you use? I gues the desing was made for the 100a/50ma ones.
I only need a max current of 30A , so i was thinking of using the lower curent coils to increase the resolution, but they give 1V instead of 50mA.
ads_gain: "2.048"
This is the default ref voltage. Can esphome also write the register to change this Vref?