Skip to content

Iot configuration

IoT Sensor Configuration

IoT Gateway Configuration

{
  "sensors": [{
      "name": "Temperatur oben",
      "interval": {
        "unit": "minutes",
        "frequency": 5
      },
      "position": "InputValue_1",
      "sensorID": 101091,
      "type": "analog_4_20_linear",
      "range": {
        "startValue": -50,
        "endValue": 150
      }
    }, {
      "name": "Temperatur unten",
      "interval": {
        "unit": "minutes",
        "frequency": 5
      },
      "position": "InputValue_2",
      "sensorID": 101092,
      "type": "analog_4_20_linear",
      "range": {
        "startValue": -50,
        "endValue": 150
      }
    }, {
      "name": "Magnetsensor",
      "interval": {
        "unit": "seconds",
        "frequency": 1
      },
      "position": "InputValue_3",
      "sensorID": 101093,
      "type": "analog_4_20_linear",
      "range": {
        "startValue": 0,
        "endValue": 400
      }
    }, {
      "name": "Motorstrom",
      "interval": {
        "unit": "seconds",
        "frequency": 1
      },
      "position": "InputValue_4",
      "sensorID": 101094,
      "type": "analog_4_20_linear",
      "range": {
        "startValue": 0,
        "endValue": 300
      }
    }, {
      "name": "Schieflaufüberwachung oben",
      "interval": {
        "unit": "seconds",
        "frequency": 1
      },
      "position": "InputValue_5",
      "sensorID": 101095,
      "type": "analog_4_20_linear",
      "range": {
        "startValue": -60,
        "endValue": 60
      }
    }, {
      "name": "Schieflaufüberwachung unten",
      "interval": {
        "unit": "seconds",
        "frequency": 1
      },
      "position": "InputValue_6",
      "sensorID": 101096,
      "type": "analog_4_20_linear",
      "range": {
        "startValue": -60,
        "endValue": 60
      }
    },
    {
      "name": "Füllstandsüberwachung",
      "interval": {
        "unit": "minutes",
        "frequency": 1
      },
      "position": "I_1",
      "sensorID": 101097,
      "type": "digital",
      "range": null
    }
  ]
}