The issue is, the sensor is not an option as a water consumption meter, so i cannot add it to the energy dashboard.
The sensor in developer tools is correctly calculating the volume.
Everything in developer tools is counting correctly, its just not allowing me to add the sensor as a water consumption meter in the energy dashboard.
If you have a quick check of the document I linked, I have done the steps:
Add a utility meter helper (sensor.irrigation_consumption_meter) with the sensor that counts the volume used.
But cant add it in the energy dash, nothing appears as an available meter.
Checking the statistics tab, “frontyardtap” does not appear. Instead, the helper I added initially does.
The official documentation says the helper + adding the template sensor is all thats required to add it to the energy dashboard, but that doesnt seem to be the case
The template sensor for the total water in m3 is missing a state_class total_increasing. If it has that, the dashboard should accept it. But what is weird is your template sensor says m3 and the developer tools says L as unit of measurement. Are you looking at the right one?
The statistics in the developer tools might also be complaining about multiple values with different units. You can fix that there.