Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions website/docs/examples/nocontrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Example: Non controllable assets"
hide_title: true
---

![image not found](../../static/img/example-inflexible-header.png)

This page serves as a guide for implementing an S2 RM for a non-flexible device, or to give a CEM developer a better understanding of what to expect when taking into account information from non-flexible device. It provides some example S2 messages for same (fictional) non-flexible devices. Some examples of non-flexible devices are a TV, an electric cooking appliance, lights and a non-curtailable PV system.

## Example: Non controllable assets
Expand Down Expand Up @@ -139,7 +141,7 @@ The RM sends power measurements to the CEM using the PowerMeasurement message. I
"values": [
{
"commodity_quantity": "ELECTRIC.POWER.L1",
"value": 3450.6
"value": 510.6
}
]
}
Expand All @@ -158,13 +160,13 @@ It can be quite useful for a CEM to know in advance what the future energy usage
"duration": 3600000,
"power_values": [
{
"value_upper_limit": 3500.0,
"value_upper_95PPR": 3460.0,
"value_upper_68PPR": 3455.0,
"value_expected": 3450.1,
"value_lower_68PPR": -3445.0,
"value_lower_95PPR": -3440.0,
"value_lower_limit": -3400.0,
"value_upper_limit": 1000.0,
"value_upper_95PPR": 960.0,
"value_upper_68PPR": 800.0,
"value_expected": 545.1,
"value_lower_68PPR": 340.0,
"value_lower_95PPR": 100.0,
"value_lower_limit": 0.0,
"commodity_quantity": "ELECTRIC.POWER.L1"
}
]
Expand Down
12 changes: 6 additions & 6 deletions website/docs/examples/pv.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,13 @@ A PowerForcast can also incorporate uncertainty of the forecast in the values.
"duration": 3600000,
"power_values": [
{
"value_upper_limit": -3500.0,
"value_upper_95PPR": -3460.0,
"value_upper_68PPR": -3455.0,
"value_upper_limit": -3400.0,
"value_upper_95PPR": -3440.0,
"value_upper_68PPR": -3445.0,
"value_expected": -3450.1,
"value_lower_68PPR": -3445.0,
"value_lower_95PPR": -3440.0,
"value_lower_limit": -3400.0,
"value_lower_68PPR": -3455.0,
"value_lower_95PPR": -3460.0,
"value_lower_limit": -3500.0,
"commodity_quantity": "ELECTRIC.POWER.L1"
}
]
Expand Down
Binary file added website/static/img/example-inflexible-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.