Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If a sensor is not configured correctly, then it will need adjustement. Changing the configuration is done through the azeti dashboard.

In this How-to, we will use a temperature sensor as example.

 Example Sensor Configuration
<sensor sensor_id="Temperature">
    <sensor_class>temperature</sensor_class>
      <unit>C</unit>
      <state_evaluation_expressions>
      <state_evaluation_expression>
        <expression>value &gt; 40</expression>
          <true severity="200">CRITICAL</true>
          <false severity="0">OK</false>
        </state_evaluation_expression>
        <state_evaluation_expression>
        <expression>value &gt; 35</expression>
          <true severity="100">WARNING</true>
          <false/>
        </state_evaluation_expression>
      </state_evaluation_expressions>
      <sensor_gateway sensor_gateway_id="gw_X20AI8321_analog_inputs">
      <demux>
        <keys>
          <key>5</key>
          </keys>
        </demux>
        <calibration_rule>
        <offset>-52</offset>
          <raw_result_factor>0.0061037018951994</raw_result_factor>
          <rounding_precision>2</rounding_precision>
        </calibration_rule>
      </sensor_gateway>
    </sensor>

 

[ picture problem ]

 

Step-by-step guide


  1. Go to Config/Provisioning → Sensor Templates → Site Templates
  2. Open the template with the to be corrected sensor and which is attached to the correct Location
  3. Toggle SuperUser Normal mode
  4. Find the field with the wrong value
  5. Change the value
  6. Toggle SuperUser
  7. Go back
  8. Deploy → see How to deploy

 

  • No labels