Deconz node doesn't work

using node-red-contrib-deconz

when using "event" node, when a button pressed, there is event like below (from debug)

2/21/2020, 7:20:47 AMnode: 9cd52f74.75e94
msg.payload : Object
object
e: "changed"
id: "3"
r: "sensors"
state: object
buttonevent: 1000
lastupdated: "2020-02-21T13:20:47"
t: "event"
uniqueid: "00:15:8d:00:03:45:79:e7-01-0006"
2/21/2020, 7:20:47 AMnode: 9cd52f74.75e94
msg.payload : Object
object
e: "changed"
id: "3"
r: "sensors"
state: object
buttonevent: 1001
lastupdated: "2020-02-21T13:20:47"
t: "event"
uniqueid: "00:15:8d:00:03:45:79:e7-01-0006"

I don't see the name that I set on deconz web interface, is there anything else I need set to get the name? or I just need to use the uniqueid to identify it?
The button is xiaomi button, it shows as "sensors", is it correct?

When using "get" node, the "device" field didn't show anything. I did deploy it multiple times, still no device show up.

Thanks for the help!

The id property is referring to the device, but so is the uniqueid. You can use either. I haven't worked out a way to use the name either, but my names so far have been temporarily as I'm preparing a physical move (as rooms and such will be changed)

will id or uniqueid change if the device is removed and added again?

Sounds like something you could/should test.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.