service_loadprofile - energychain/STROMDAO_EAFs GitHub Wiki

Service: loadprofile

Method assets

Calls:

graph TD
   loadprofile.assets --> loadprofile_model.find

Method addSettlement

Called by:

Calls:

graph TD
   settlement.retrieve --> loadprofile.addSettlement
   loadprofile.addSettlement --> loadprofile_model.find
   loadprofile.addSettlement --> loadprofile_model.update
   loadprofile.addSettlement --> loadprofile_model.insert
   loadprofile.addSettlement --> balancing.addSettlement

Method load

Statistical Load Profile of all or specific meter for a timeframe. Returns array of epochs with its consumption and total consumption in timeframe of given meterId or all if no meterId is given.

Called by:

Calls:

graph TD
   prediction.x_epochs --> loadprofile.load
   loadprofile.load --> loadprofile_model.find