Hopefully, this won’t be too difficult. I’d like to be able to export day totals, as well as the hour and minute data that are currently available.
(1) daily data — Now that I’m pretty much done experimenting with my Vue and expansion module, I mostly use the data to compile daily usage figures. It’s a bit tedious to sum the hourly data for each 24-hour period. I’m guessing that you derive the hourly totals from the minute data. If so, could you then also derive day totals from the hourly table?
(2) select date range for export — When I only want to update my daily summaries since the last data export, I have to scroll through a bazillion rows (if I’m working in the minute tables) to get to the data that I haven’t already analyzed. Being able to select a date range (or even just a certain start date) would relieve me of this tedium.
These aren’t high priority requests; they’re merely conveniences that would make this excellent product easier for me to use (for my limited purposes).