EFERGY POWER METER 2021.8 Energy Config - No matching statistics found

Hi, can you explain me :

How can I do that ? Before 2021.9 I Was using a custom component that was working very well but after the upgrade the sensor was seen as unknown…

Now I moved away the Custom Component and the sensor says me that it state_class is not the one expecet ( not measuremet anymore but “total Increasing” …

Unexpected state class
The following entities do not have the expected state class 'total_increasing'
sensor.energy_consumed

any idea on that

thanks a lot

I think you found a bug with the most recent version of the PR. (I just pulled it and have an error too)
I will do some more testing later today.

I got the solution for my problem explained in the previous post…
What i did to solve after the upgrade:
1 delete the custom integration efergy
2 in configuration.yaml set the customize_glob with state total_increasing for my efergy sensor (only for it )
3 wait for the data update…

Customize_glob:
  sensor.energy_consumed:
      unit_of_measurement: "kWh"     
      device_class: energy
      state_class: total_increasing
      last_reset: "1970-01-01T00:00:00+00:00"


Hope this helps…

thanks, also the new PR works fine in 2021.09, jsut tested again.
No customization required

Hi

i Am new to this and have the efergy monitor . my readings are still off and have followed most of what’s been completed above to get it to work, would it be possible for you to share the custom PR settings

I think the PR got merged into the next release that should be out soon, I would just wait for that.

Any view on when the next release date is ?

Every first Wednesday of the months.
That is about now I guess…

well, i consciously waited for today’s update before fiddling around to get efergy integrated in the energy monitoring. so i just updated, but still i can’t select it as a statistic for grid consumption :roll_eyes:

might removing and re-adding the integration change anything?

I don’t think it made it into the release. I saw mention of it in the RC notes, but there was no mention in the final release - and just like yourself, mine still isn’t working after updating.

If that’s the case then
@datamonkey could you share your PR please

sorry, it was a different PR that got merged.
This one works for me

OK. So with the latest update, Efergy was pulled into the integration page and now the total consumption now shows up as a value that can be pulled into the energy tab.
Any ideas on how to bring all your additional CT’s clamps which are connected to the efergy hub into HA? I can see their wattage but it does not automatically generate a kWh value.

1 Like

Hi,
yes, @tkdrob has done a great job getting this integrated.
I only have one clamp, so I can’t test this, but I believe the data per clamp is power only (W) not energy (kWh).
You could run these to see what you get back:
curl “https://engage.efergy.com/mobile_proxy/getCurrentValuesSummary?token=XXXX”
curl “https://engage.efergy.com/mobile_proxy/getInstant?token=XXXX”
curl “https://engage.efergy.com/mobile_proxy/getEnergy?offset=600&period=day&token=XXXX”

You could always convert the Power to Energy by using the integration platform:

and then use that in the dashboard.

I have four clamps in total but this integration now only shows one

Yes, same as me. To get the others to shows up as individual devices you need to load them up with the Riemann sum integral.

Now I just need to get my Sonoff POW’s listed.

Are you sure it shows one of the clamps or does it show the total energy consumption?
Also, I had quite a few entities in the Efergy integration disabled. Maybe your missing clamps are there?

Its a mess. My AC on the efergy works just mostly fine using Riemann sum integral. My geyser using the exact same integration is completely out (recording more than double the usage of who whole house)

Just curious if anyone has set up a temporary template sensor to allow Efergy to be used as Grid consumption?

I have. Its been working perfectly for a month or so now.

See THIS POST