dataMine 2.0 database / variable mapping

I upload my solar output to PVOutput from my Vera 3.

I had a spurious reading and wanted to check the actual value in the raw dataMine 2.0 database.

The databases are stored in directories numbered 1 to 14 (in my case). Is there a way of correlating which database is associated with which logged variable?

Thanks
Malcolm

If you want to go under the covers of dataMine then take a look at the file dataMineConfig.json in the /dataMine/ directory. Search for the variable name you want in that file then find the “Id” number next to it. You can also get this information via the API using the request http:// vera-ip /port_3480/data_request?id=lr_dmList see page 15 of the documentation (you can download from http://forum.micasaverde.com/index.php/topic,35724.0.html)

Many thanks.

I had not found that version of the manual - very good.

Note that you can easily filter out spurious readings from the data by setting a filter under the configuration tab for that variable. Just set the filter to true, set the min and max allowable values and hit save.

Yes, I had seen that facility.

The value I wanted to check is within the possible range for my solar output, but highly irregular for the day in question. So unfortunately, the max/min filter wouldn’t work in this situation.