kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.96k stars 494 forks source link

Add ability to edit measurement database entries #1344

Open kizniche opened 11 months ago

kizniche commented 11 months ago

Add admin page to edit measurement database entries, useful for correcting issues.

tomdotorg commented 10 months ago

This would be tremendously useful to remove outliers, calibration values, etc.

kizniche commented 10 months ago

I was referring to the database entries that defined measurement information, such as unique ID, unit, etc. of a measurement of an Input, Output, Function, not the measurements themselves. Influxdb has an interface of its own if you need to modify or delete specific measurements.

tomdotorg commented 10 months ago

I see. I have had some occurrences of stray measurements that are way out of whack. I would love the ability to delete a single measurement without going through the learning curve and/or configuration complexity of learning Influx tooling for the RPi or enabling remote access to the database from the network. But I do understand that you do not want to reinvent the wheel here.