10.3.4. energy_price_informationΒΆ
Energy price information types
PricePerkWh:object
Price information for this timepoint
required: timestamp, value, currency
properties:
timestamp:string
Absolute timestamp for this sample in RFC3339 UTC format
format:
value:number
Price per kWh (cost)
currency:string
Currency in 3 digit ISO 4217
EnergyPriceSchedule:object
Forecast JSON Object containing timestamps and the price forecast for both import and export.
properties:
schedule_import:array
Pricing time series. The first entry is special as it will be active already now even if the timestamp is in the future, so it is good practice to set the first entry to current time. The time series can have arbitrary time difference between entries and all timestamps are absolute UTC time.
items:
description:
type:
$ref:
schedule_export:array
Pricing time series. The first entry is special as it will be active already now even if the timestamp is in the future, so it is good practice to set the first entry to current time. The time series can have arbitrary time difference between entries and all timestamps are absolute UTC time.
items:
description:
type:
$ref: