Skip to content

service_tariff

Thorsten Zoerner edited this page Jan 31, 2024 · 4 revisions

tariff

Actions

customLabels

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

setPrices

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

Calls:

getPrices

Gives setup price infos of current environment.

Calls:

listPrices

Calls:

epochDuration

prices

Gives combined labels and prices.

Calls:

labels

Calls:

Clone this wiki locally