I previously used an utility meter to track how much energy an EV charger charge session used, by resetting it at the start of each session. I now wish to track two “last sessions” for two EVs.
I naively created a utility meter with two tariffs, planning on switching between the two depending on the EV being charged. However it seems that you can only reset the meter as a whole, and not the individual sensors tracking tariffs. This is documented.
Are there any workarounds with this setup? If not I have the following ideas using a regular (no tariff) meter:
- “copy” the result to an individual sensor at the end of a session. This means they can’t be tracked during use.
- Use template sensors for each EV and a “filter” boolean to only update if the relevant one is being charged. This will give live updates but I’d have to think about it a bit more
I’m leaning towards 2. Is that the best approach? Any other thoughts?