Skip to content

Cloud Integration

Send data to the cloud in any format and at any interval. When the internet connection is lost, all data is stored locally and forwarded to the cloud as soon as connectivity is restored. Buffer duration and interval are user-configurable.

  • Amazon AWS
  • Microsoft Azure
  • Google
  • Siemens MindSphere
  • MQTT Server

Generate meaningful derived values from live or archived data using the built-in script language.

Supported functions: Min, Max, Average, Sum.

{
"temp": tagTemp,
"tempMin1Hour": min(tagTemp, "1 Hour"),
"tempMax8Hour": max(tagTemp, "8 Hour"),
"tempAverage1Day": average(tagTemp, "1 Day"),
"productSum": sum(tagCount, "1 Day")
}

Configuration: Buffering 1 Month · Cyclic · Interval 1 Hour