I have previously been on a flat tariff however the energy distributer in my state has recently moved to TOU so I need to change my HA setup to mirror it.
I have followed the docs on the utility_meter and successfully set up my tariffs including an automation to switch between them and I had a few questions about the Energy dashboard and the historical data.
Historical structure is Smart Meter Device -> sensor.grid_consumption sensor entity (ever-increasing Wh sensor) as the Energy dashboard "Grid consumption" entry.
New structure would be [peak,offpeak,shoulder] tariff entities with the sensor.grid_consumption entity provided by the Smart Meter as the parent/source of data for the new tariffs.
Obviously the new meters are based off my previous single consumption meter (sensor.grid_consumption) which was the primary energy reading.
- How do I stop monitoring the previous single energy point and still retain all history for it?
- If I just remove it as a source in the energy dashboard configuration, will it gracefully keep the long-term statistics for it visible in the dash?
- If not, how do I go about retaining that detail - because I don't want to lose that history.
I previously used an input_number as the source for the rates and would change it when my rates changed. I see that there's a fixed rate in the energy config now. Is this cost written down into the database when writing the usage too, thus "rendering" the kWh * cost out when it's written down? Or is it calculated retroactively when it changes?