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 the DEVICE (3) key #25

Closed Garrcomm closed 3 years ago

Garrcomm commented 3 years ago

Hi Glenn,

I was wondering if you have ever looked into the DEVICE (3) key; each device has an extra data array 3, with some device data. By looking at different sources and common sense I documented the following items myself;

    // 3.0 = Manufacturer
    // 3.1 = Product name
    // 3.2 = always empty?
    // 3.3 = firmware version
    // 3.6 = 1 or 3? (looks to be 3 always whenever a battery is present on my devices. 1 when not)
    // 3.7 = Product group ID? (this is a guess)
    // 3.9 = Battery level

If you like I can give you some additional data about my smart home devices.

glenndehaan commented 3 years ago

Hi Stefan,

Yeah I think I have seen this once before somewhere. But I can't recall where this was. If you want can you supply some extra information or an example call?

Next to that this seems like a good addition so if you want you can always create a pull request.

glenndehaan commented 3 years ago

Fixed by #26