Skip to content

Commit

Permalink
Merge pull request #83 from Terny22/master
Browse files Browse the repository at this point in the history
 Adding videos and updated descr to the iot-tutorial-videos
  • Loading branch information
ashvayka authored Jan 2, 2018
2 parents b225f53 + af3be11 commit dbdeb9e
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion docs/iot-video-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This tutorial covers brief introduction to the platform and hands-on part.

You will learn how to provision new Device, collect data using MQTT and visualize it on the real-time dashboard.


<br>
<div id="video">
<div id="video_wrapper">
<iframe src="https://www.youtube.com/embed/dIKXFxpfB_Q" frameborder="0" allowfullscreen></iframe>
Expand Down Expand Up @@ -57,3 +57,57 @@ You will learn how to:
<iframe src="https://www.youtube.com/embed/JCW_hShAp7I" frameborder="0" allowfullscreen></iframe>
</div>
</div>


#### Dashboard development guide, Part 1: Visualizing Assets data using Maps and Tables

The first part of this tutorial provides preparations for the creating a new dashboard and visualizing data from asset attributes.

You will learn how to:

- create assets, devices, and relations between them.
- add [server attributes](/docs/user-guide/attributes/#attribute-types) and create a new dashboard.
- visualize data from asset attributes using Entities Table and Map widgets.

<div id="video">
<div id="video_wrapper">
<iframe src="https://www.youtube.com/embed/BhYnKtbUHHI" frameborder="0" allowfullscreen></iframe>
</div>
</div>


#### Dashboard development guide, Part 2: Dashboard states, Aliases and Widget actions

The second part of this tutorial covers basic operations with dashboard states and actions, introduces us to entity aliases and image map widget.

You will learn how to:

- add and configure new dashboard states.
- create various aliases.
- visualize attributes data using Image Map widget.
- create actions in different widgets in order to navigate between states.
- visualize telemetry data using Analogue and Digital gauges, Timeseries widget.

<div id="video">
<div id="video_wrapper">
<iframe src="https://www.youtube.com/embed/DjoAsg3F8OM" frameborder="0" allowfullscreen></iframe>
</div>
</div>


#### Dashboard development guide, Part 3: Remote Device control and Alarm management

The third part of this tutorial covers usage of the device control widget and basic operations with rules and alarms.

You will learn how to:

- add and use Knob Control widget.
- create alarm rules.
- handle alarms using Alarms widget.
- make a dashboard public.

<div id="video">
<div id="video_wrapper">
<iframe src="https://www.youtube.com/embed/Efvr4vlvU1E" frameborder="0" allowfullscreen></iframe>
</div>
</div><br>

0 comments on commit dbdeb9e

Please sign in to comment.