ThirdReality Smart Motion Sensor R1 3RSMR01067Z not detected

Hi,
I’m trying to add a brand new ThirdReality Smart Motion Sensor R1 3RSMR01067Z to my Zigbee network using Deconz. When I put it in pairing mode (by pressing the Reset button for 10 seconds until the red LED appears) and start the search for new device in Deconz, nothing is detected.
Can you help me?

Thanks!

Hello, can you share the manufacture name and the model id ? (Need to use deconz, will be not visible in Phoscon)
You can try to add them to this DDF deconz-rest-plugin/devices/third_reality/3RMS16BZ_motion_sensor.json at master · dresden-elektronik/deconz-rest-plugin · GitHub
It’s another Motion sensor from the same brand

In Deconz Gui I have this:

Third Reality, Inc as manufacturer.
Should I add modify the provided DDF with these info? Thanks

Yep try adding your model, Manufcture name AND model ID.
From what I m reading the 3RSMR01067Z use the 0x0500 cluster too.

Tell me if it’s work, it’s possible to “improve” the DDF

  "manufacturername": ["Third Reality, Inc", "Third Reality, Inc"],
  "modelid": ["3RMS16BZ", "3RSMR01067Z"],

I created a specific DDF and it’s working, thanks! Should I upload it somewhere?

Sure you can create a PR.
If you have a github account, try this path deconz-rest-plugin/devices/third_reality at master · dresden-elektronik/deconz-rest-plugin · GitHub

Try ro create a new file inside this folder (“add file”), you will have a message saying you haven’t right, it will create a fork automaticaly and prepare the PR

Thanks, I created the PR: Added support for 3RSMR01067Z_R1_motion_sensor by mariomaz87 · Pull Request #8276 · dresden-elektronik/deconz-rest-plugin · GitHub

1 Like