Skip to Content
🚀 We just launched! Please star us on Github!

Flow Channel

Channel Category: flow

Monitors the rate of fluid or air flow, typically measured in cubic meters per hour (m³/h).


Required Properties

PropertyData TypeRangeUnitPermissions
rateFloat0.0–65,533.0m³/hRO (Read-Only)

Property Details

rate

Represents the current flow rate:

  • Measured in cubic meters per hour (m³/h).
  • Reflects the real-time value provided by the flow sensor.

Optional Properties

PropertyData TypeRangeUnitPermissions
activeBooltrue/false-RO (Read-Only)
faultUchar0–255-RO (Read-Only)

Property Details

active

Indicates the channel’s current working status:

  • true: The sensor is active and functioning correctly.
  • false: The sensor is inactive or non-functional.

fault

Represents the fault state of the sensor:

  • 0: No fault detected.
  • Non-zero: A fault has been detected, potentially affecting functionality.
Last updated on