danialhbma / ITP-SE12-Power-Monitoring

ICT3111 Integrative Team Project
1 stars 0 forks source link

Analysis: Effect of external weather conditions on the power consumption within the container #30

Closed Yapping72 closed 1 year ago

Yapping72 commented 1 year ago

Research on possible methods to analyze how external weather conditions impact power consumption within the container.

danialhbma commented 1 year ago

Plan as of now:

Yapping72 commented 1 year ago

Created InfluxDB read gateway that allows us to retrieve measurements in our buckets via Python. Bucket data can be loaded in pandas dataframe or as .csv filles. This should provide an easier way to perform analysis in Python.

May also use this ReadGateWay to track growlight alerts if alerts via grafana still buggy. Image

Yapping72 commented 1 year ago

@chococtea Sarah will help with creating the correlation analysis script to analyze:

Correlation between WeatherAPI bucket and predicted power consumption (from her model model).

Will take over the plotting of text to heatmap for both our correlation analysis.

Yapping72 commented 1 year ago

Use CorrelationCalculator provided by @chococtea to study correlation between external farm conditions and internal farm conditions. WeatherAPI   Farm Conditions

Following which, we removed weakly correlated values. We then analyzed how external and internal conditions that are strongly correalted can have effect on estimated farm power consumption. WeatherAPI   Farm Conditions   Farm Power Consumption