DT Developer Docs
REST APIDT StudioStatus Page
  • Getting Started
  • Overview
  • Concepts
    • Devices
    • Events
    • Topics
      • Temperature Measurement Interval
      • Motion Sensor Activity Timer
  • Data Connectors
    • Introduction to Data Connectors
    • Creating a Data Connector
    • Configuring a Data Connector
    • Receiving Events
    • Best Practices
    • Example Integrations
      • Heroku
      • Google Cloud Functions
      • AWS Lambda
      • Azure HTTP Triggers
      • IBM Cloud Actions
    • Development Guides
      • Local Development with ngrok
  • REST API
  • Introduction to REST API
  • Explore Our Endpoints
    • with cURL
    • with Python API
    • with Postman
  • Authentication
    • OAuth2
    • Basic Auth
  • Error Codes
  • Emulator API
  • Examples
    • Pagination
    • Streaming Events
    • Touch to Identify
    • Refreshing Access Token
  • Reference
  • Status Page
  • Service Accounts
    • Introduction to Service Accounts
    • Creating a Service Account
    • Managing Access Rights
    • Permissions
    • Organizational Structures
  • Other
    • Application Notes
      • Generating a Room Temperature Heatmap
      • Modeling Fridge Content Temperatures
      • Outlier Detection on Multiple Temperature Sensors
      • Simple Temperature Forecasting for Substation Transformers
      • Sensor Data Insight with Power BI and Azure
      • Third-Party Sensor Data in DT Cloud
    • Frequently Asked Question
Powered by GitBook
On this page

Was this helpful?

  1. Concepts
  2. Topics

Motion Sensor Activity Timer

Last updated 1 year ago

Was this helpful?

With the release of our , a new mode of operation is introduced, the Activity Timer. Similar to our , an event is sent at a trigger, here when presence is detected by the sensor. However, the state does not revert until a set timer has expired.

How it Works

The Wireless Motion Sensor uses Passive Infrared Sensor (PIR) technology to detect the presence of people in a room by measuring changes in infrared light intensity coming from people moving into the sensor's field of view. When the sensor detects presence it will send a MOTION_DETECTED event to the cloud and start a pre-set Activity Timer. If the sensor continues to detect the presence of people before the Activity Timer expires, the timer will restart. When the Activity Timer expires, the sensor will send a NO_MOTION_DETECTED event to the cloud.

Independent of occupancy events, the sensor will periodically transmit Network Status Events to the cloud containing connectivity information, so that the system can know that the sensor is online and functional.

Motion Sensor
Proximity Sensors