On creating a utility meter I did a failure and get some too higher values from a wrong source.
After correcting the source, the wrong values remain in the DB and I have no idea how to delete them without deleting the correct values. But no matter what I try, the values in the InfluxDB simply cannot be deleted.
I have to delete all values before April 1st.
It’s not working for me. I get the same error put in the original post.
my SQL is…
DELETE FROM "homeassistant"."autogen"."°C" WHERE time > :dashboardTime: AND time < :upperDashboardTime: AND ("entity_id"='boiler_cabinet_temperature')