Hey everyone,
long time lurker, first time poster . After using HA for about 2 years finally got some energy monitoring sockets, but I’m having trouble setting up the Grid Consumption. I think I’m not getting the concept of what type of entity needs to be set so I’m looking for some help. I’ve read 8-9 other posts here but they all seem to be for a different configuration issue and reading the docs doesn’t help me.
Hadrware: 4 energy monitoring plugs/sockets (nothing that monitors the actual total house consumption)
The sockets themselves provide a whole bunch of data including Power(current use) in Watts and Total/TotalDaily (cumulative) in kWh. What I did was create a helper that sums up the TotalDaily for the 4 sockets into a single value as I wanted to use that value as a “whole home” consumption reading(lets call it HomeTotal).
I created a Utility Meter helper with Input Sensor: HomeTotal and Supported Tariffs: Day, Night. This created 3 entities(+2 invisible ones). One is select_tariff and two separate ones for the Day_rate(kWh) and Night_rate(kWh). In Developer Tools/States I found that there are 2 more entities listed that don’t show up in the Settings/Entities or Helpers(not sure why) - Day_Cost and Night_Cost, however I’m not sure how to set their values. That is problem #1
For problem #2, am I wrong in trying to add Grid Consumption like this:
Consumed Energy: HomeTotal
Use entity with current price: Here is where I thought I would use the select_tariff helper entity that would provide the price based on whether my automation had set it to either Day or Night, but obviously I’m doing something wrong because the Select entity is not available to choose.
I tried an alternative configuration as well
Consumed Energy: Day_rate(kWh)
Use entity with current price: Day_Cost
But obviously since I’m not able to set a value for Day_Cost that isn’t working either.
In case it isn’t clear I’ll try to sum up what I’m trying to achieve - get a combined sum reading of the 4 sockets that will allow me to see how much electricity I’ve used per day and calculate the costs based on my dual tariff meter - day(peak)/night(offpeak) pricing.
If you have any pointers as to what I’m doing wrong or any misconceptions, it’ll be greatly appreciated.