09.06.2026, 13:41
These are not standard ZigBee attributes. You can catch such reports using a script and update group address values: https://kb.logicmachine.net/libraries/zi...al-devices
Motion sensor AttributeIdentifier = 274 provides the luminance value. You have to subtract 65536 from the reported value to get the actual value. I'm not sure whether the device provides a "no motion" event or a separate timer logic is needed for it.
Motion sensor AttributeIdentifier = 274 provides the luminance value. You have to subtract 65536 from the reported value to get the actual value. I'm not sure whether the device provides a "no motion" event or a separate timer logic is needed for it.