Skip to content

service_loadprofile

Thorsten Zoerner edited this page Feb 1, 2024 · 4 revisions

Service: loadprofile

Method assets

Calls:

graph TD
   loadprofile.assets --> loadprofile_model.find
Loading

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
Loading

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
Loading
Clone this wiki locally