Email yourself when daily energy export exceeds threshold
This trigger activates when the energy exported during a specified period exceeds a user-defined threshold. Users can configure the period type (daily, weekly, or monthly) and set an export threshold.
Developer info
- API endpoint slug
- agile_octopus.energy_exported_by_period
Trigger fields
Export threshold Text input
- Label
- Export Threshold
- Helper text
- Specify the energy export threshold in kWh (e.g., 50).
- Slug
- export_threshold
- Required
- true
- Can have default value
- true
Period type Dropdown list
- Label
- Period Type
- Helper text
- Choose the period type for evaluation (daily, weekly, or monthly).
- Slug
- period_type
- Required
- true
- Can have default value
- false
Tariff Dropdown list
- Label
- Tariff
- Helper text
- Select your personal or standard electricity import tariff. Only supported dynamic tariffs (like Agile) are allowed.
- Slug
- tariff
- Required
- true
- Can have default value
- false
Ingredients
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- AgileOctopus.energyExportedByPeriod.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Expected export threshold The threshold value for energy export.
- Slug
- expected_export_threshold
- Filter code
- AgileOctopus.energyExportedByPeriod.ExpectedExportThreshold
- Type
- String
- Example
- 100
Energy exported The total energy exported during the specified period.
- Slug
- energy_exported
- Filter code
- AgileOctopus.energyExportedByPeriod.EnergyExported
- Type
- String
- Example
- 100
Period type The type of period used for grouping data.
- Slug
- period_type
- Filter code
- AgileOctopus.energyExportedByPeriod.PeriodType
- Type
- String
- Example
- daily
Date from The start date of the evaluated period.
- Slug
- date_from
- Filter code
- AgileOctopus.energyExportedByPeriod.DateFrom
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Date to The end date of the evaluated period.
- Slug
- date_to
- Filter code
- AgileOctopus.energyExportedByPeriod.DateTo
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Triggered at The timestamp when the trigger was activated.
- Slug
- triggered_at
- Filter code
- AgileOctopus.energyExportedByPeriod.TriggeredAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00