Discussions

Ask a Question
Back to All

cumulative water usage

Hi - I am the author for the openhab binding supporting the Flume water meter. The binding currently keeps a cumulative water usage meter (similar to the reading on your water meter). To do that, when the binding starts, i query water usage for multiple years (since 2016) to set a baseline and then subsequent queries are done for shorter periods and I just add to the baseline number.

I noticed that a change was made with the flume api and now when I do that initial query to set the baseline, i get a "Can only query one year of data".

Is there a better recommendation on how to query a baseline historical number?