TCP/WebSocket API
  • Getting Started
  • Information and Preferences
    • Get Device Information
    • Request Device Configuration
    • Configure Device Configuration
    • Request Accessory Names
    • Configure Accessory Names
  • Accessory Controls
    • Outlets
    • Nightlight
    • Color Light - HSV
    • Color Light - Temperature
  • Fetch Accessory Status
    • Outlets
    • Nightlight
    • Color Light
    • Sensors
  • Synchronous Updates
    • Outlets
    • Nightlight
    • Sensors
  • OTA
    • Request Available Updates
    • Perform OTA Update
    • OTA Download Progress (Synchronous)
    • OTA Result Update (Synchronous)
  • Device Management
    • InvisOutlet
      • Restart InvisOutlet
      • Reset InvisOutlet's Network Settings
      • Factory Reset InvisOutlet
      • Check MQTT Status
      • Home Assistant Discovery
    • InvisDeco
      • Restart InvisDeco
      • Reset InvisDeco
      • Occupancy Sensor Calibration
      • Temperature and Relative Humidity Calibration
  • API Reference
    • Terminology
Powered by GitBook
On this page
  1. Device Management
  2. InvisDeco

Reset InvisDeco

[TCP/WebSocket<-->IM]

Perform a reset of the InvisDeco device.

This will clear all air quality calibration data.

Request

  • packetID: Represents the ID of the packet. This can be any six digit number, no leading zeros.

  • payload:

    • callbackName: 25

{
    "packetID": 221055,
    "payload":
    {
        "callbackName": 25
    }
}

Response

The InvisDeco device will blink for 3 seconds and reboot.

  • sn: The serial number of the InvisOutlet.

  • packetID: Represents the ID of the packet based on request packetID.

  • PUBACK : 1 - The request is received and will be processed.

{
    "sn": "0003C44076",
    "packetID": 221055,
    "PUBACK": 1
}

If your air quality index (and related) metrics are not accurate, or the InvisDeco has been switched from one place to another, please perform this action (Reset InvisDeco) to clear and start calibration from fresh.

PreviousRestart InvisDecoNextOccupancy Sensor Calibration

Last updated 8 months ago