-
Notifications
You must be signed in to change notification settings - Fork 2
service_tariff
Provides user-defined labels for instance-specific tariff segments
The customLabels action related to tariffs provides custom labels for the tariff segments in an instance.These are mapped to correspond with the specific use case, such as representing tariffs like peak
and off-peak
.The internal identifiers range from virtual_1
to virtual_9
and are configured accordingly.The configuration is done in the runtime.settings.js
file and should be set before the initial start of the framework;it is not intended to be changed during runtime
Specify kWh price per tariff segment.
The setPrices action allows setting a price per kilowatt-hour for each tariff segment within this environment for energy applications. You can retrieve the available tariff segments through the tariff.customLabels
action. When setting prices, a price must be specified for each tariff segment using the internal labels virtual_1
to virtual_9
. Additionally, an optional time slice (epoch) can be provided to indicate from when the price information becomes valid
- tariff.customLabels()
- price_model.find()
- price_model.remove()
- price_model.insert()
Gives setup price infos of current environment.
- price_model.find()
- tariff.customLabels()
- price_model.find()
- price_model.find()
Gives combined labels and prices.
- tariff_model.find()
- price_model.find()
- tariff_model.insert()