Renovus-Tech / solarec-java

GNU Affero General Public License v3.0
0 stars 0 forks source link

Inverter data validation and clean up #42

Closed pferrariuy closed 1 month ago

pferrariuy commented 4 months ago

Data extraction, cleaning and storage in database. Develop scenarios and rules/corrections in cases of data gaps.

In order to validate the data that is being received we need to validate and see that there are no gaps of information. Currently the code support the execution of different rules that allow the execute multiples tasks (like #6).

The current code allows to add new call to other services that will be able to validata the data. The code is executed from InvertersCheckScheduler which can trigger multiple call for any of the retrieved data.

pferrariuy commented 1 month ago

Added a Grafana view that allows to see raw data and validate the execution of data analysis in a manual way:

image