KADRILJ roller blind (E1752-140)

This documentation was generated from: kadrilj_blind.json

AttributeValue
status Draft
product KADRILJ roller blind (E1752-140)
modelid KADRILJ roller blind
manufacturername IKEA of Sweden

1. Window covering device

Endpoint: /lights

Top level attributes

AttributeDatatypeDescriptionAccess
id String Identifier of the resource, unique within an endpoint. R
lastannounced ISO 8601 timestamp Timestamp of the last power-cyle or rejoin. R
lastseen ISO 8601 timestamp Timestamp of the last communication. R
manufacturername String "IKEA of Sweden" R
modelid String "KADRILJ roller blind" R
name String Name of the resource. RW
swversion String Firmware version of the device. R
type String "Window covering device" R
uniqueid String Unique identifier of the resource. R
lastannounced ISO 8601 timestamp Timestamp of the last power-cyle or rejoin. R
lastseen ISO 8601 timestamp Timestamp of the last communication. R
uniqueid String Unique identifier of the resource. R

State attributes

AttributeDatatypeDescriptionAccess
lift UInt8 The lift state of a roller blind.

Default: 0

RW
open Bool True when open is detected. R
reachable Bool When true the device is assumed to be operational. R
bri UInt8 The lift state in earlier versions, use lift instead. deprecated RW
on Bool The open state in earlier versions, use open instead. deprecated RW

Example output

{
  "etag": "ec590d6e73342fb20fb284111522e48d",
  "lastannounced": "2021-04-12T18:37:56Z",
  "lastseen": "2021-04-12T18:47Z",
  "manufacturername": "IKEA of Sweden",
  "modelid": "KADRILJ roller blind",
  "name": "Window covering device 4",
  "state": {
    "bri": 254,
    "lift": 100,
    "on": true,
    "open": false,
    "reachable": true
  },
  "swversion": "2.2.009",
  "type": "Window covering device",
  "uniqueid": "cc:cc:cc:ff:fe:b3:d9:e6-01"
}

2. ZHABattery

Endpoint: /sensors

Top level attributes

AttributeDatatypeDescriptionAccess
id String Identifier of the resource, unique within an endpoint. R
lastannounced ISO 8601 timestamp Timestamp of the last power-cyle or rejoin. R
lastseen ISO 8601 timestamp Timestamp of the last communication. R
manufacturername String "IKEA of Sweden" R
modelid String "KADRILJ roller blind" R
name String Name of the resource. RW
swversion String Firmware version of the device. R
type String "ZHABattery" R
uniqueid String Unique identifier of the resource. R
lastseen ISO 8601 timestamp Timestamp of the last communication. R
uniqueid String Unique identifier of the resource. R

Config attributes

AttributeDatatypeDescriptionAccess
on Bool When true the sensor is enabled in rules.

Default: true

RW
reachable Bool When true the device is assumed to be operational. R

State attributes

AttributeDatatypeDescriptionAccess
battery UInt8 The current device battery level in range 0–100 %. R
lastupdated ISO 8601 timestamp Timestamp when state was last updated. R

Example output

{
  "config": {
    "on": true,
    "reachable": true
  },
  "lastseen": "2020-12-29T21:55Z",
  "manufacturername": "IKEA of Sweden",
  "modelid": "KADRILJ roller blind",
  "name": "Roller blind 1",
  "state": {
    "battery": 76,
    "lastupdated": "2020-12-29T21:33:36.229"
  },
  "swversion": "2.2.009",
  "type": "ZHABattery",
  "uniqueid": "cc:cc:cc:ff:fe:b3:d9:e6-01-0001"
}