From fe4c3a9f042bb58dcc73d7d06c4c7531574b9429 Mon Sep 17 00:00:00 2001 From: Ahmad Wahid <59763365+Ahmad-Wahid@users.noreply.github.com> Date: Wed, 24 May 2023 14:20:02 +0200 Subject: [PATCH] updated toy-tutorial screenshots (#687) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * updated toy-tutorial screenshots Signed-off-by: Ahmad * updated screenshots names Signed-off-by: Ahmad * added new screenshots with some intro Signed-off-by: Ahmad * reverted the text and update asset view dashboard link Signed-off-by: Ahmad Wahid <59763365+Ahmad-Wahid@users.noreply.github.com> * updated text and removed dashboard Signed-off-by: Ahmad Wahid <59763365+Ahmad-Wahid@users.noreply.github.com> --------- Signed-off-by: Ahmad Signed-off-by: Ahmad Wahid <59763365+Ahmad-Wahid@users.noreply.github.com> Co-authored-by: Nicolas Höning --- .../tut/toy-example-from-scratch.rst | 29 +++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/documentation/tut/toy-example-from-scratch.rst b/documentation/tut/toy-example-from-scratch.rst index c79a0fead..b7531165c 100644 --- a/documentation/tut/toy-example-from-scratch.rst +++ b/documentation/tut/toy-example-from-scratch.rst @@ -179,10 +179,11 @@ Yes, that is quite a large battery :) .. note:: Obviously, you can use the ``flexmeasures`` command to create your own, custom account and assets. See :ref:`cli`. And to create, edit or read asset data via the API, see :ref:`v3_0`. We can also look at the battery asset in the UI of FlexMeasures (in Docker, the FlexMeasures web server already runs, on your PC you can start it with ``flexmeasures run``). -Visit `http://localhost:5000/assets `_ (username is "toy-user@flexmeasures.io", password is "toy-password") and select "toy-battery": +Visit `http://localhost:5000/ `_ (username is "toy-user@flexmeasures.io", password is "toy-password"): -.. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/asset-view.png +.. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/asset-view-dashboard.png :align: center +| .. note:: You won't see the map tiles, as we have not configured the :ref:`MAPBOX_ACCESS_TOKEN`. If you have one, you can configure it via ``flexmeasures.cfg`` (for Docker, see :ref:`docker_configuration`). @@ -270,6 +271,7 @@ Again, we can also view these prices in the `FlexMeasures UI `_ shows both prices and the schedule. + +.. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/asset-view-without-solar.png + :align: center +| .. note:: The ``flexmeasures add schedule for-storage`` command also accepts state-of-charge targets, so the schedule can be more sophisticated. But that is not the point of this tutorial. See ``flexmeasures add schedule for-storage --help``. @@ -383,7 +391,11 @@ Setting the data source type to "forecaster" helps FlexMeasures to visualize dis $ flexmeasures add beliefs --sensor-id 3 --source 4 solar-tomorrow.csv --timezone Europe/Amsterdam Successfully created beliefs -The one-hour CSV data is automatically resampled to the 15-minute resolution of the sensor that is recording solar production. +The one-hour CSV data is automatically resampled to the 15-minute resolution of the sensor that is recording solar production. We can see solar production in the `FlexMeasures UI `_ : + +.. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-production.png + :align: center +| .. note:: The ``flexmeasures add beliefs`` command has many options to make sure the read-in data is correctly interpreted (unit, timezone, delimiter, etc). But that is not the point of this tutorial. See ``flexmeasures add beliefs --help``. @@ -397,3 +409,14 @@ Now, we'll reschedule the battery while taking into account the solar production --soc-at-start 50% --roundtrip-efficiency 90% New schedule is stored. +We can see the updated scheduling in the `FlexMeasures UI `_ : + +.. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-charging-with-solar.png + :align: center +| + +The `asset page for the battery `_ now shows the solar data, too. + +.. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/asset-view-with-solar.png + :align: center +|