Sensor — Metadata
Sensor — Metadata
Subscribe to BMS-published metadata for Sensor points.
Direction: Subscribe (receive)
Channel
BMS-published metadata for Sensor points.
MQTT wildcard examples
- All Sensor metadata:
BMS/v1/PUB/Metadata/Sensor/#
Parameters
Message: Sensor LiquidTemperature Metadata
Content Type: application/json
Payload
Optional fields common to all generic equipment metadata, regardless of identifier mode.
Object Mode
objectNameandobjectIdare required.servesIdis optional in Named-object mode.associateIdmust not be present.
Incompatible with EquipmentAssociateMode — validators enforce this via
the parent oneOf.
Associate Mode
associateIdis required.objectName,objectId, andservesIdmust not be present.
Incompatible with EquipmentNamedObjectMode — validators enforce this
via the parent oneOf.
Example payload
Message: Sensor LiquidDifferentialPressure Metadata
Content Type: application/json
Payload
Measurement fields for LiquidDifferentialPressure. Typical engUnit: kPa. The identifier (named-object XOR associate) and measurement (engUnit XOR stateText) constraints are independent and enforced by EquipmentMeasurementModeBase.
Requires a non-empty engUnit string (mutually exclusive with stateText).
Required for state/status/alarm points that carry no engineering unit.
Example payload
Message: Sensor LiquidFlow Metadata
Content Type: application/json
Payload
Measurement fields for LiquidFlow. Typical engUnit: LPM. The identifier (named-object XOR associate) and measurement (engUnit XOR stateText) constraints are independent and enforced by EquipmentMeasurementModeBase.
Requires a non-empty engUnit string (mutually exclusive with stateText).
Required for state/status/alarm points that carry no engineering unit.
Example payload
Message: Sensor LiquidPressure Metadata
Content Type: application/json
Payload
Measurement fields for LiquidPressure. Typical engUnit: kPa. The identifier (named-object XOR associate) and measurement (engUnit XOR stateText) constraints are independent and enforced by EquipmentMeasurementModeBase.
Requires a non-empty engUnit string (mutually exclusive with stateText).
Required for state/status/alarm points that carry no engineering unit.
Example payload
Message: Sensor AirTemperature Metadata
Content Type: application/json
Payload
Optional fields common to all generic equipment metadata, regardless of identifier mode.
Object Mode
objectNameandobjectIdare required.servesIdis optional in Named-object mode.associateIdmust not be present.
Incompatible with EquipmentAssociateMode — validators enforce this via
the parent oneOf.
Associate Mode
associateIdis required.objectName,objectId, andservesIdmust not be present.
Incompatible with EquipmentNamedObjectMode — validators enforce this
via the parent oneOf.
Example payload
Message: Sensor AirDifferentialPressure Metadata
Content Type: application/json
Payload
Measurement fields for AirDifferentialPressure. Typical engUnit: Pa. The identifier (named-object XOR associate) and measurement (engUnit XOR stateText) constraints are independent and enforced by EquipmentMeasurementModeBase.
Requires a non-empty engUnit string (mutually exclusive with stateText).
Required for state/status/alarm points that carry no engineering unit.
Example payload
Message: Sensor AirRelativeHumidity Metadata
Content Type: application/json
Payload
Measurement fields for AirRelativeHumidity. Typical engUnit: %RH. The identifier (named-object XOR associate) and measurement (engUnit XOR stateText) constraints are independent and enforced by EquipmentMeasurementModeBase.
Requires a non-empty engUnit string (mutually exclusive with stateText).
Required for state/status/alarm points that carry no engineering unit.
Example payload
Message: Sensor AirFlow Metadata
Content Type: application/json
Payload
Measurement fields for AirFlow. Typical engUnit: CFM. The identifier (named-object XOR associate) and measurement (engUnit XOR stateText) constraints are independent and enforced by EquipmentMeasurementModeBase.
Requires a non-empty engUnit string (mutually exclusive with stateText).
Required for state/status/alarm points that carry no engineering unit.
Example payload
Message: Sensor AirPressure Metadata
Content Type: application/json
Payload
Measurement fields for AirPressure. Typical engUnit: Pa. The identifier (named-object XOR associate) and measurement (engUnit XOR stateText) constraints are independent and enforced by EquipmentMeasurementModeBase.
Requires a non-empty engUnit string (mutually exclusive with stateText).
Required for state/status/alarm points that carry no engineering unit.
Example payload
Message: Sensor LeakDetect Metadata
Content Type: application/json
Payload
0 = No Leak, 1 = Leak. No engUnit.
Object Mode
objectNameandobjectIdare required.servesIdis optional in Named-object mode.associateIdmust not be present.
Incompatible with EquipmentAssociateMode — validators enforce this via
the parent oneOf.
Associate Mode
associateIdis required.objectName,objectId, andservesIdmust not be present.
Incompatible with EquipmentNamedObjectMode — validators enforce this
via the parent oneOf.
Example payload
Message: Sensor Available Metadata
Content Type: application/json
Payload
Optional fields common to all generic equipment metadata, regardless of identifier mode.
Object Mode
objectNameandobjectIdare required.servesIdis optional in Named-object mode.associateIdmust not be present.
Incompatible with EquipmentAssociateMode — validators enforce this via
the parent oneOf.
Associate Mode
associateIdis required.objectName,objectId, andservesIdmust not be present.
Incompatible with EquipmentNamedObjectMode — validators enforce this
via the parent oneOf.
Example payload
Message: Sensor Sound Metadata
Content Type: application/json
Payload
Optional fields common to all generic equipment metadata, regardless of identifier mode.
Object Mode
objectNameandobjectIdare required.servesIdis optional in Named-object mode.associateIdmust not be present.
Incompatible with EquipmentAssociateMode — validators enforce this via
the parent oneOf.
Associate Mode
associateIdis required.objectName,objectId, andservesIdmust not be present.
Incompatible with EquipmentNamedObjectMode — validators enforce this
via the parent oneOf.
Example payload
Message: GenericEquipment GenericPoint Metadata
Content Type: application/json
Payload
Field fragment for a vendor-specific or unmapped GenericPoint. processArea is required.
engUnit and stateText are both optional but mutually exclusive — include at most one. See the two variants below.
Object Mode
objectNameandobjectIdare required.servesIdis optional in Named-object mode.associateIdmust not be present.
Incompatible with EquipmentAssociateMode — validators enforce this via
the parent oneOf.
Associate Mode
associateIdis required.objectName,objectId, andservesIdmust not be present.
Incompatible with EquipmentNamedObjectMode — validators enforce this
via the parent oneOf.