Namron 4in1 MultiSensor 4512770

My first ever DDF from scratch is out for review:

1 Like

Note!
This sensor does not have a On/Off cluster for binding to a light like the HUE sensor has.

Added support for the black variant 4512771 in the PR.
Current DDF version adds a sensor per endpoint on the REST-API.
Unsure if it is possible to combine them into one …

If they are same device (same endpoint, same cluster, same working mode) yes, you can mix them, for exemple

  "manufacturername": [
    "M1",
    "M2"
  ],
  "modelid": [
    "ID1",
    "ID2"
  ],

This sensor does not have a On/Off cluster for binding to a light like the HUE sensor has

Right, so your DDF is fine, no group feature.

I was thinking more if it is possible to combine all the endpoints into one sensor on the REST API.

You mean group the ZHAtemperature with the ZHAHumidity for exemple ?
It’s possible for you on your side with hacky DDF, but the result will be not usable by third app. It’s the deconz working mode, 1 entry in the API by “entity”