My Energy Dashboard contains history since 2021.
Currently my sensors for Grid consumption and feed-in coming from a Shelly 3EM. I used the native Shelly L1, L2 and L3 sensors behind utlity_meter to track different tarifs. For feed-in I used the native Sensor which the Shelly integration is providing for L1, L2 and L3.
Recently I installed a PV battery which made some changes in the Homeassistant Energy Dashboard necessary.
The Shelly 3EM will not be used anymore (while it is still running and providing measures to HA). A Fronius SmartMeter is now collecting the correct information. The new Fronius SmartMeter doesn't provide the Energy separatly for L1, L2 and L3. It just provides a sensor with "positive consumption" (consumption from grid) and "negative consumption" (feed-in).
What I try to achive is to:
- prevent the existing history but stop collectin data from the current sensors
- from now on, only use the new sensors to collect the statistics from now on
What I've tried already:
For the L1, L2 and L3 in consumption area I had the idea to use a "dummy" sensor which is always 0 kWh and use it as input of the utility_meter. So from my point of view, this should result that the used L1-L3 sensors do not increase anymore.
But how to deal with the feed-in where the native Shelly sensor was used?
I read the FAQ (https://gist.github.com/langestefan/acbf7e42b15b302e9aacc08663039e57) but didn't get it how I could solve my issue.
When I disable the sensors L1-L3 in the Shelly integration, I can't rename the Fronius sensor to the same name, as the new sensor is just one. So there are not 3 sensors anymore.
Any Ideas?