diff --git a/website/docs/examples/ev.md b/website/docs/examples/ev.md index 4079498..58f93a7 100644 --- a/website/docs/examples/ev.md +++ b/website/docs/examples/ev.md @@ -1,8 +1,9 @@ --- title: "Example: Electric Vehicle" +hide_title: true --- -# S2 examples for electric vehicles +![image not found](/img/example-ev-header.png) This page serves as a guide for implementing a S2 RM for an electric vehicle (charge point), or to give a CEM developer a better understanding of what to expect when controlling the energy flexibility of electric vehicles. It provides some example S2 messages for a (fictional) EV as well. diff --git a/website/docs/examples/heat-pump.md b/website/docs/examples/heat-pump.md index 845c4b9..74ddb87 100644 --- a/website/docs/examples/heat-pump.md +++ b/website/docs/examples/heat-pump.md @@ -1,8 +1,9 @@ --- title: "Example: Heat Pump" +hide_title: true --- -# S2 examples for heat pumps +![image not found](/img/example-heat-pumps-header.png) This page serves as a guide for implementing an S2 RM for a heat pump, or to give a CEM developer a better understanding of what to expect when controlling the energy flexibility of a heat pump. It provides some example S2 messages for same (fictional) heat pumps. diff --git a/website/docs/examples/pv.md b/website/docs/examples/pv.md index 85936f4..238f1e3 100644 --- a/website/docs/examples/pv.md +++ b/website/docs/examples/pv.md @@ -1,8 +1,9 @@ --- title: "Example: PV Installation" +hide_title: true --- -# S2 example for PV installations +![image not found](/img/example-pv-header.png) This page serves as a guide for implementing an S2 RM for a PV installation. It provides example S2 messages that help developers to understand how to interact with PV installations and what kind of flexibility they can offer. diff --git a/website/static/img/example-ev-header.png b/website/static/img/example-ev-header.png new file mode 100644 index 0000000..0c3f041 Binary files /dev/null and b/website/static/img/example-ev-header.png differ diff --git a/website/static/img/example-heat-pumps-header.png b/website/static/img/example-heat-pumps-header.png new file mode 100644 index 0000000..1739654 Binary files /dev/null and b/website/static/img/example-heat-pumps-header.png differ diff --git a/website/static/img/example-pv-header.png b/website/static/img/example-pv-header.png new file mode 100644 index 0000000..b362ba3 Binary files /dev/null and b/website/static/img/example-pv-header.png differ