Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width400px

Introduction

In this section we will explain the sensor and device configuration of the Site Controller in regards of the automated rules which can be configured through the Engine or via the sensor XML file directly.

For your understanding, there is an Information flow, which describes how the the information flows from the sensors to the Site Controller and eventually to the Engine.

Column
width400px
Panel
borderColorlightgrey
bgColor#f0f0f0
titleOn this page:

Table of Contents


Overview of an complete Configuration

A Site configuration consists of 4 different types of layers

We will go over them in the next pages.

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<component_template  config_version="1.1" schema_version="1.0">
 <description>Azeti Demo Container Kit Meeting Room</description>
 <vendor>azeti</vendor>
  <version>1.12</version>
  <class>multi sensor</class>
  <sensors>
    <sensor sensor_id="Name of Sensor">
      
    </sensor>
  </sensors>
  <devices>
    <device device_id="Name of Device">
 	.
    </device>
  </devices>
  <actions>
    <action action_id="Name of Action">
    .
    </action>
  </actions>
  <ac_rules>
    <rule="Name of Rule">	

    </rule>
  </ac_rules>
</component_template>




Information flow

This section describes how the information flow from the sensors to the Site Controller, and eventually to our Cloud server. This will be illustrated with examples and diagrams that will help you understand how are the events and results flowing in the system. The diagrams pretend to illustrate a concrete flow of information, therefore in each of them we will draw and describe the main modules and topics involved outlining their role in the information flow.

...