How do I decode a Door/Window event?

How do I decode a Door/Window event?

The Door/Window Sensor will generate events according to the proximity of the included wall-mounted magnet.

Door/Window Event Message: 0x03
      Byte                        Description
      0                              Presence of magnet (closed or open)

Door/Window Event Payload Definitions
      Event Payload      Description
      0x00      Sensor is “closed” meaning that the magnet is present
      0x01                       Sensor is “open” meaning that no magnet is present


Example of Door/Window Event Message:

      1 0 03 01

                 Protocol Version (currently always 0x1)
      0     Packet Counter (increments by 1 each message and wraps from 0xF to 0x0)
      03     Message Type Code (Door/Window Event = 0x03)
      01     Event (Door Opened = 0x01)

The RadioBridge Console will generate the following output for this message:

      Door Opened
    • Related Articles

    • How do I decode a Door/Window Sensor event?

      The Door/Window Sensor will generate events when a door (or window) is open or closed.   Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 3 Protocol version (4 bits) Counter (4 bits) Message Type Code (0x03) Event (0x01 in the example below)     Protocol ...
    • How do I encode a Configuration Downlink for a Door/Window Sensor?

      NOTE:  All downlinks must contain a total of (8) bytes, padded with zeros at the end when necessary. See User Manual at https://www.multitech.com/models/RB90000005LF for more information. Door Window Sensor Configuration Message: 0x03       Byte      ...
    • How do I decode an ABM (Acceleration Based Movement) event?

      The ABM Sensor will generate events when movement is detected (that exceeds a configurable threshold). Note that this product should not be used for vibration detection. For vibration detection applications, such as detecting when a motor has turned ...
    • How do I decode a Tilt event?

      The Tilt Sensor will generate events when the orientation of the device transitions its vertical-horizontal axis as determined by configurable threshold angles (state transition) or when the vertical-horizontal orientation changes by a configurable ...
    • How do I decode a sensor's Reset Message?

      The Reset Message is sent to the Cloud every time that the Sensor is Reset. Reset Message: 0x00       Device has Reset. The cause of reset is represented in the 5-byte reset code payload.       Bytes           Description       0                  ...