Built in Driver methods Behavior

Not a zigbee expert.. But I would probably stick this in configure() as it only needs to be done once.. and initialize() gets called on every bootup of the hub.

Thanks, I know zigbee isn't your thing. Its new to me too. But I think these bindings may need to be run on every bootup because (as I understand it) its the hub telling the device what reports it wants to receive. I dunno, maybe that gets stored in the device flash memory or maybe it varies with the device. Lots to learn :blush: I appreciate your help and advice :+1:

Zigbee bindings are retained across device and hub boots, it normally only needs to be done once within the configure method.

2 Likes