Skip to content
Erik Baauw edited this page Apr 16, 2017 · 3 revisions

Hue Motion Sensor

The Hue API uses three sensor resources for a Hue motion sensor, one for each ZHA cluster (Occupancy sensing, Illuminance measurement, and temperature measurement):

{
  "state": {
    "presence": false,
    "lastupdated": "2017-04-16T09:20:27"
  },
  "config": {
    "on": true,
    "battery": 100,
    "reachable": true,
    "alert": "none",
    "ledindication": false,
    "usertest": false,
    "sensitivity": 2,
    "sensitivitymax": 2,
    "pending": []
  },
  "name": "Living Room Motion",
  "type": "ZLLPresence",
  "modelid": "SML001",
  "manufacturername": "Philips",
  "swversion": "6.1.0.18912",
  "uniqueid": "00:17:88:01:02:xx:xx:xx-02-0406"
}
{
  "state": {
    "lightlevel": 15136,
    "dark": false,
    "daylight": true,
    "lastupdated": "2017-04-16T11:10:08"
  },
  "config": {
    "on": true,
    "battery": 100,
    "reachable": true,
    "alert": "none",
    "tholddark": 12000,
    "tholdoffset": 2000,
    "ledindication": false,
    "usertest": false,
    "pending": []
  },
  "name": "Living Room Light Level",
  "type": "ZLLLightLevel",
  "modelid": "SML001",
  "manufacturername": "Philips",
  "swversion": "6.1.0.18912",
  "uniqueid": "00:17:88:01:02:xx:xx:xx-02-0400"
}
{
  "state": {
    "temperature": 1824,
    "lastupdated": "2017-04-16T11:13:08"
  },
  "config": {
    "on": true,
    "battery": 100,
    "reachable": true,
    "alert": "none",
    "ledindication": false,
    "usertest": false,
    "pending": []
  },
  "name": "Living Room Temperature",
  "type": "ZLLTemperature",
  "modelid": "SML001",
  "manufacturername": "Philips",
  "swversion": "6.1.0.18912",
  "uniqueid": "00:17:88:01:02:xx:xx:xx-02-0402"
}

Hue Dimmer Switch

Hue Tap

CLIP sensors

Clone this wiki locally