OMR
December 29, 2024, 6:31pm
1
My first ever DDF from scratch is out for review:
dresden-elektronik:master ← olemr:DDF-for-Namron-4512770-4in1-MultiSensor
opened 06:22PM - 29 Dec 24 UTC
ToDo:
- LightLevel issues
- OTA
Actually a Suncricher device: https://manuals… .plus/sunricher/sr-zg9032a-zigbee-4-in-1-multi-sensor-manual.pdf
Since I don't own the Sunricher device I have made a dedicated Namron DDF.

I'm at a loss as to why PWA correctly reports the Lux value, but not the REST API.
Also dark/daylight are not updated ...

OMR
January 5, 2025, 2:43pm
2
Note!
This sensor does not have a On/Off cluster for binding to a light like the HUE sensor has.
OMR
January 5, 2025, 2:46pm
3
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 …
Smanar
January 6, 2025, 4:05pm
4
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.
OMR
January 6, 2025, 7:13pm
5
Smanar:
If they are same device (same endpoint, same cluster, same working mode) yes, you can mix them, for exemple
I was thinking more if it is possible to combine all the endpoints into one sensor on the REST API.
Smanar
January 7, 2025, 3:17pm
6
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”