glenndehaan / ikea-tradfri-coap-docs

How can you communicate to your ikea tradfri gateway/hub through coap-client
MIT License
189 stars 21 forks source link

Documentation for Air purifier #32

Closed maxried closed 2 years ago

maxried commented 2 years ago

Example for a air purifier status:

{
  "3": {
    "0": "IKEA of Sweden",
    "1": "STARKVIND Air purifier",
    "2": "",
    "3": "1.0.033",
    "6": 1,
    "7": 4364,
    "8": 0
  },
  "9001": "Luftreiniger",
  "9003": 65545,
  "9002": 1643891791,
  "9020": 1644770699,
  "9054": 0,
  "5750": 10,
  "9019": 1,
  "15025": [
    {
      "5900": 20,  # mode: 0: off, 1: auto, 10 to 50: power levels
      "5902": 6992,  # unknown
      "5903": 0,  # unknown, (completely guessed: maybe filter lifetime LED?)
      "9003": 0, 
      "5904": 259200,  # Filter maximum lifetime minutes (= 180 d)
      "5910": 252208,  # Minutes until filter replacement
      "5908": 20,  # effective mode of operation
      "5905": 0,  # 0: Control panel enabled, 1: control panel locked
      "5906": 0,  # 0: Control panel light: 0: enabled, 1: disabled
      "5907": 9,  # Air quality, turns to 65535 when device is disabled
      "5909": 7021 # unknown, similar value to 5902
    }
  ]
}
glenndehaan commented 2 years ago

Thank you for the additional information. Will update the docs tonight