How do I decode a sensor's Reset Message?

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                  Sensor type code
      1              Hardware version
      2-3           Firmware version
      4-5           Reset code * (used for factory diagnostics)

      * The Reset Code has to do with the nature of the reset and is used by the factory for diagnostic purposes.

Sensor Type Codes:
      Door/Window                 0x01
      Door/Window High Security         0x02
      Contact                 0x03
      Temperature No-Probe         0x04
      Temperature External Probe         0x05
      Single Push Button                 0x06
      Dual Push Button                 0x07
      Acceleration-Based Movement 0x08
      Tilt                         0x09
      Water                 0x0A
      Tank Level Float                 0x0B
      Glass Break                 0x0C
      Ambient Light                 0x0D
      Air Temperature and Humidity 0x0E

Example of Reset Message for a Contact Sensor:

      1 0 00 03 11 0101 181C

      1               Protocol Version (currently always 0x1)
      0       Packet Counter (increments by 1 each message and wraps from 0xF to 0x0)
      00       Message Type Code (Reset Message = 0x00)
      03       Sensor Type Code (Contact Sensor = 0x03)
      11       Hardware Version (1.1 = 0x11)
      0101        Firmware Version (1.1 = 0x0101)
      181C        Reset Code (Brown-out Reset = 0x181C)

See Also: 



    • Related Articles

    • How do I decode a sensor's Supervisory Message?

      The wireless sensors will send a periodic supervisory message so that a backend system can verify that the device is still alive and to report error conditions.  The supervisory message also contains a payload that contains the status (current) of ...
    • How do I decode a sensor's Tamper Event message?

      The sensor will send a message when the tamper switch has been either opened or closed through either an enclosure tamper or a wall mount tamper. Tamper Event Message: 0x02       Bytes            Description       0                   Tamper Switch ...
    • How do I decode a Dry Contact Sensor Event?

      The wireless Dry Contact Sensor detects a connection between two wires. When the wires are either shorted or opened, the Dry Contact Sensor will generate an event.   Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 2    Protocol version     (4 bits) Counter       ...
    • How Do I Decode a No-Probe Temperature Sensor Event

      The No-Probe Temperature Sensor will generate events if the temperature rises above or falls below the configured thresholds   Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 2    Byte 3 Byte 4 Protocol version     (4 bits) Counter       (4 bits) No-Probe Temp ...
    • How do I decode a Thermocouple Temperature Sensor event?

      The Thermocouple Temperature Sensor will generate events based on temperature measurements rising above or falling below configured thresholds, report-on-change, and periodic messaging.   Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 2 Byte 3  and Byte 4 Byte ...