Explore Plans
Mobile menu Close menu
Agile Octopus

Energy Export Prices Change

This trigger activates when the electricity export prices change based on user-defined conditions, such as price thresholds and specific time ranges.

Developer info

API endpoint slug
agile_octopus.energy_export_prices_change

Trigger fields

Price threshold Text input

Label
Price Threshold
Helper text
Enter the price value that triggers the event. This can be any numeric value. (Price in pence)
Slug
price_threshold
Required
true
Can have default value
true

Price condition Dropdown list

Label
Price Condition
Helper text
Define how the price compares to the threshold: “Above” or “Below”.
Slug
price_condition
Required
true
Can have default value
false

Happens after Dropdown list

Label
End Time
Helper text
Choose the ending time for the trigger. Select a specific time or “Anytime” if the trigger can end at any time during the day.
Slug
happens_after
Required
true
Can have default value
false

Happens before Dropdown list

Label
Start Time
Helper text
Choose the starting time for the trigger. Select a specific time or “Anytime” if the trigger can start at any time during the day.
Slug
happens_before
Required
true
Can have default value
false

Ingredients

Created at Date and time event was created.

Slug
created_at
Filter code
AgileOctopus.energyExportPricesChange.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Actual price The actual electricity export price observed during the specified period.

Slug
actual_price
Filter code
AgileOctopus.energyExportPricesChange.ActualPrice
Type
String
Example
10.50

Triggered at Date and time when trigger event occurred.

Slug
triggered_at
Filter code
AgileOctopus.energyExportPricesChange.TriggeredAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Expected price threshold The price limit defined for the trigger.

Slug
expected_price_threshold
Filter code
AgileOctopus.energyExportPricesChange.ExpectedPriceThreshold
Type
String
Example
10

End time Specifies the end time for the trigger in local time.

Slug
happens_before
Filter code
AgileOctopus.energyExportPricesChange.EndTime
Type
String
Example
12:00 AM

Start time Specifies the start time for the trigger in local time.

Slug
happens_after
Filter code
AgileOctopus.energyExportPricesChange.StartTime
Type
String
Example
12:00 PM

Price condition Condition used to evaluate the price threshold.

Slug
price_condition
Filter code
AgileOctopus.energyExportPricesChange.PriceCondition
Type
String
Example
below