In checking my live logs, I noticed a warning message from the “stock” ST Zigbee Motion Sensor (version 2023-02-28T19:55:39.913018895) which is used on my Smartsense multi sensor. I think this is one that was auto-migrated awhile back. The sensor itself seemed to be giving a lot of “false” positives, which prompted me to check the logs.
Is this warning something I should worry about, or just ignore it.
FWIW the fingerprint shown for this device from IDE (before migration) was: 01 0104 0402 00 07 0000 0001 0003 0402 0500 0020 0B05 01 0019
.
2023-03-02T17:13:56.057488338+00:00 INFO Zigbee Motion Sensor <ZigbeeDevice: 262b385c-3e06-4ab9-9aac-5caa198330d4 [0x3497] (Front Porch Multi sensor)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0x3497, src_endpoint: 0x01, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: IASZone >, lqi: 0xFF, rssi: -37, body_length: 0x0009, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x09, seqno: 0x15, ZCLCommandId: 0x00 >, < ZoneStatusChangeNotification || zone_status: 0x0022, extended_status: 0x00, zone_id: 0x00, delay: 0x0000 > > >
2023-03-02T17:13:56.060507546+00:00 WARN Zigbee Motion Sensor Encountered error calling can_handle for dispatcher defaulting to false: [string "smartsense/init.lua"]:48: attempt to index a nil value (field '?')
2023-03-02T17:13:56.126680879+00:00 WARN Zigbee Motion Sensor Encountered error calling can_handle for dispatcher defaulting to false: [string "smartsense/init.lua"]:48: attempt to index a nil value (field '?')
2023-03-02T17:13:56.128816046+00:00 TRACE Zigbee Motion Sensor Found ZigbeeMessageDispatcher handler in zigbee-motion
2023-03-02T17:13:56.131303171+00:00 INFO Zigbee Motion Sensor Executing ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
2023-03-02T17:13:56.151088879+00:00 INFO Zigbee Motion Sensor <ZigbeeDevice: 262b385c-3e06-4ab9-9aac-5caa198330d4 [0x3497] (Front Porch Multi sensor)> emitting event: {"attribute_id":"motion","capability_id":"motionSensor","component_id":"main","state":{"value":"active"}}
2023-03-02T17:13:56.152947838+00:00 DEBUG Zigbee Motion Sensor Front Porch Multi sensor device thread event handled
emphasized text