-
Notifications
You must be signed in to change notification settings - Fork 2
service_loadprofile
Thorsten Zoerner edited this page Feb 1, 2024
·
4 revisions
- loadprofile_model.find()
graph TD
loadprofile.assets --> loadprofile_model.find
- settlement.retrieve()
- loadprofile_model.find()
- loadprofile_model.update()
- loadprofile_model.insert()
- balancing.addSettlement()
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
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.
- prediction.x_epochs()
- loadprofile_model.find()
graph TD
prediction.x_epochs --> loadprofile.load
loadprofile.load --> loadprofile_model.find