I’ve been using their add-on for a long time with iotawatt (a energy monitor) and it works fine, and is easy to graph with Grafana.
I know relational databases, extremely unfamiliar with anything but the surface of Influxdb.
I want to be able to do one thing, and apologies that I may have the wrong terminology.
I have time series being updated with a circuit and kw (among other stuff), so things like GaragePanel at time was 23.4kw. Works fine.
But I’m getting sensors from other sources now that break down some of those, so I might get a GarageFan that is part of GaragePanel. Different source, comes in later and separately.
What I want to do is modify the data already stored so that the value of GaragePanel is reduced and a new row (?) at the time created, so that the total of GaragePanel and GarageFan equal what GargePanel was before (but now I have a breakdown).
From what I see, there’s no real way to use SQL to modify data in that manner. And at least some of what I read, I have to unload and reload the one already there?
Is that right, or am I just thinking about this incorrectly?
I come from the world that I can write sql statements to modify/insert/delete easily, but there seems to be a different philosophy and I confess I may not understand it. So apologies in advance… but do I understand correctly?
Linwood
