Was Frient Motion Sensor Pro, now general edge discussion

OK thanks, I’ll have a read of the documentation and see if I can figure it out.

Sure, no problem. Let us know if you need anything.
I think you can take a reference from a driver created by the amazing @erickv:

1 Like

Hi @nayelyz,

Let’s see if I explain myself correctly.

When this device is installed, in the logs it reads 4 different endpoints with different clusters and attributes.
This is fingerprints what driver read in the installation.

2022-05-01T11:36:16.410418253+00:00 TRACE Zigbee Motion Sensor JG Zigbee Device: 0835ef81-3875-45d7-aff0-97cfc52535f3
Manufacturer: frient A/S Model: MOSZB-140
[1]: Identify, Scenes, OnOff [34]: Basic, Identify, OccupancySensing [38]: Basic, Identify, TemperatureMeasurement [35]: Basic, PowerConfiguration, Identify, BasicInput, PollControl, IASZone

Temp is on a different endpoint than battery and IASzone, but in driver profile and DTH all capabilities are in the “main” component and it works fine.

This device must also have illumination information, cluster 0x0400, but according to the manufacturer, it does not work in smartthings. In groovy neither

My question is: could it be that the illuminance is in a fifth endpoint that smartthing is not able to find in installation?

Thanks

1 Like

@Mariano_Colmenarejo You appear to be on the right track. There’s a manual here with some helpful info. Below is the most pertinent, but you might find something else useful in the source doc.

Only certain models have the light sensor:

And the doc maps out capabilities to endpoints, including the light sensor being on its own:

1 Like

@philh30,

Thanks, this is a good manual

1 Like

Hi @Jeff_Gallagher
Could you try this driver with your frient sensor model: MOSZB-140 and check if illuminance capability?
Is it possible to send the pairing logs?

┌─────────────┬──────────────────────────────────────┐
│ Driver Id   │ 0ad10fdc-8206-4fe3-90b8-8ee99417d5dd │
│ Name        │ Zigbee Motion Sensor Frient          │
│ Package Key │ zigbee-motion-sensor-frient          │
│ Version     │ 2022-05-03T15:12:06.478541           │
└─────────────┴──────────────────────────────────────┘
1 Like

I haven’t even attempted to do anything yet other than read a few notes. But I’ve installed the Driver you supplied. See INIT logs below.

2022-05-03T15:42:00.350776705+00:00 TRACE Zigbee Motion Sensor Frient Setup driver zigbee-motion with lifecycle handlers:
DeviceLifecycleDispatcher: zigbee-motion
default_handlers:
doConfigure:
infoChanged:
driverSwitched:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → Aurora Motion Sensor
default_handlers:
added:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → ikea motion sensor
default_handlers:
added:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → Iris Motion Handler
default_handlers:
doConfigure:
init:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → GatorSystem Handler
default_handlers:
added:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → Motion Timeout Handler
default_handlers:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → NYCE Motion Handler
default_handlers:
init:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → zigbee plugin motion sensor
default_handlers:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → SmartThings multi sensor
default_handlers:
init:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → MultiSensor
default_handlers:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
added:
child_dispatchers:

2022-05-03T15:42:00.359579705+00:00 TRACE Zigbee Motion Sensor Frient Setup driver zigbee-motion with Capability handlers:
CapabilityCommandDispatcher: zigbee-motion
default_handlers:
refresh:
refresh
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → Aurora Motion Sensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → ikea motion sensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → Iris Motion Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → GatorSystem Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → Motion Timeout Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → NYCE Motion Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → zigbee plugin motion sensor
default_handlers:
refresh:
refresh
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → SmartThings multi sensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → MultiSensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
child_dispatchers:

2022-05-03T15:42:00.378772371+00:00 TRACE Zigbee Motion Sensor Frient Setup driver zigbee-motion with Zigbee handlers:
ZigbeeMessageDispatcher: zigbee-motion
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryVoltage
ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryPercentageRemaining
ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
ZclClusterAttributeValueHandler: cluster: RelativeHumidity, attribute: MeasuredValue
ZclClusterAttributeValueHandler: cluster: IlluminanceMeasurement, attribute: MeasuredValue
global:
cluster:
ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → Aurora Motion Sensor
default_handlers:
attr:
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → ikea motion sensor
default_handlers:
attr:
global:
cluster:
ZclClusterCommandHandler: cluster: OnOff, command: OnWithTimedOff
zdo:
ZdoHandler
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → Iris Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → GatorSystem Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
global:
cluster:
ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → Motion Timeout Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
global:
cluster:
ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → NYCE Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: OccupancySensing, attribute: Occupancy
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → zigbee plugin motion sensor
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: OccupancySensing, attribute: Occupancy
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → SmartThings multi sensor
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryPercentageRemaining
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → MultiSensor
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IlluminanceMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:

2022-05-03T15:42:00.432860705+00:00 WARN Zigbee Motion Sensor Frient Device does not support cluster 0x0400 not adding configured attribute
2022-05-03T15:42:00.439275038+00:00 INFO Zigbee Motion Sensor Frient Device does not support cluster 0x0400 not adding monitored attribute
2022-05-03T15:42:00.446957038+00:00 TRACE Zigbee Motion Sensor Frient Zigbee Device: 0835ef81-3875-45d7-aff0-97cfc52535f3
Manufacturer: frient A/S Model: MOSZB-140
[1]: Identify, Scenes, OnOff [34]: Basic, Identify, OccupancySensing [38]: Basic, Identify, TemperatureMeasurement [35]: Basic, PowerConfiguration, Identify, BasicInput, PollControl, IASZone
2022-05-03T15:42:00.454426705+00:00 DEBUG Zigbee Motion Sensor Frient driver device thread event handled
2022-05-03T15:42:00.460301705+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler _resync
2022-05-03T15:42:00.465956371+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler environment_info
2022-05-03T15:42:00.482486038+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion → SmartThings multi sensor
2022-05-03T15:42:00.488019705+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:00.494094371+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler environment_info
2022-05-03T15:42:00.499515371+00:00 DEBUG Zigbee Motion Sensor Frient Z-Wave hub node ID environment changed.
2022-05-03T15:42:00.520981371+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler driver_lifecycle
2022-05-03T15:42:00.528255371+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler device_lifecycle
2022-05-03T15:42:00.534555705+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received lifecycle event: added
2022-05-03T15:42:00.544365705+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion → FRIENT Motion Handler
2022-05-03T15:42:00.562270371+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x27, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 0015BC001A022827, src_endpoint: 0x22, cluster: IlluminanceMeasurement, dest_addr_mode: 0x03, dest_address: 286D970002015C97, dest_endpoint: 0x01 > > >
2022-05-03T15:42:00.581273371+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x27, profile: 0x0104, cluster: IlluminanceMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Uint16, minimum_reporting_interval: 0x003C, maximum_reporting_interval: 0x0708, reportable_change: 0x0BC2 > > > >
2022-05-03T15:42:00.609816038+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:00.626261038+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler device_lifecycle
2022-05-03T15:42:00.632224038+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received lifecycle event: driverSwitched
2022-05-03T15:42:00.646596705+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:00.655628038+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion
2022-05-03T15:42:00.663429371+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:00.679211705+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:01.105030038+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler device_lifecycle
2022-05-03T15:42:01.119945371+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received lifecycle event: infoChanged
2022-05-03T15:42:01.130808038+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion
2022-05-03T15:42:01.136163371+00:00 PRINT Zigbee Motion Sensor Frient ***** infoChanged *********
2022-05-03T15:42:01.142286705+00:00 PRINT Zigbee Motion Sensor Frient Manufacturer, Model frient A/S MOSZB-140
2022-05-03T15:42:01.148435371+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= preferences: version
2022-05-03T15:42:01.154274371+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> version nil
2022-05-03T15:42:01.160543371+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= 5 preferences: maxTime
2022-05-03T15:42:01.166728705+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> maxTime nil 5
2022-05-03T15:42:01.173140371+00:00 PRINT Zigbee Motion Sensor Frient maxTime y changeRep: 300 10
2022-05-03T15:42:01.180727371+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x22, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 0015BC001A022827, src_endpoint: 0x26, cluster: TemperatureMeasurement, dest_addr_mode: 0x03, dest_address: 286D970002015C97, dest_endpoint: 0x01 > > >
2022-05-03T15:42:01.207149705+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x26, profile: 0x0104, cluster: TemperatureMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Int16, minimum_reporting_interval: 0x001E, maximum_reporting_interval: 0x012C, reportable_change: 10 > > > >
2022-05-03T15:42:01.223138371+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= 0.0 preferences: tempOffset
2022-05-03T15:42:01.229594705+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> tempOffset nil 0.0
2022-05-03T15:42:01.235525038+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= 10 preferences: changeRep
2022-05-03T15:42:01.251033038+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> changeRep nil 10
2022-05-03T15:42:01.257187371+00:00 PRINT Zigbee Motion Sensor Frient maxTime y changeRep: 300 10
2022-05-03T15:42:01.274528038+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x22, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 0015BC001A022827, src_endpoint: 0x26, cluster: TemperatureMeasurement, dest_addr_mode: 0x03, dest_address: 286D970002015C97, dest_endpoint: 0x01 > > >
2022-05-03T15:42:01.288496038+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x26, profile: 0x0104, cluster: TemperatureMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Int16, minimum_reporting_interval: 0x001E, maximum_reporting_interval: 0x012C, reportable_change: 10 > > > >
2022-05-03T15:42:01.311851038+00:00 PRINT Zigbee Motion Sensor Frient Device ID <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)>
2022-05-03T15:42:01.318692371+00:00 PRINT Zigbee Motion Sensor Frient Manufacturer >>> frient A/S Manufacturer_Len >>>

                     10

2022-05-03T15:42:01.327019371+00:00 PRINT Zigbee Motion Sensor Frient Model >>> MOSZB-140 Model_len >>> 9
2022-05-03T15:42:01.333023371+00:00 PRINT Zigbee Motion Sensor Frient Memory >>>>>>> 1181.607421875 Kbytes
2022-05-03T15:42:01.338783705+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:02.623089038+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x23, profile: 0x0104, cluster: PowerConfiguration >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x00 >, < ReadAttribute || AttributeId: 0x0021 > > >
2022-05-03T15:42:02.637666371+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x23, profile: 0x0104, cluster: IASZone >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x00 >, < ReadAttribute || AttributeId: 0x0002 > > >
2022-05-03T15:42:02.657455705+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:07.175800705+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:07.214194705+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x23, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: IASZone >, lqi: 0xB8, rssi: -54, body_length: 0x0009, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x09, seqno: 0xF5, ZCLCommandId: 0x00 >, < ZoneStatusChangeNotification || zone_status: 0x0031, extended_status: 0x00, zone_id: 0x01, delay: 0x0000 > > >
2022-05-03T15:42:07.270584039+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion
2022-05-03T15:42:07.281524039+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
2022-05-03T15:42:07.292396372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“motion”,“capability_id”:“motionSensor”,“component_id”:“main”,“state”:{“value”:“active”}}
2022-05-03T15:42:07.327184705+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:08.671508705+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:08.707650705+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x00, dest_addr: 0x0000, dest_endpoint: 0x00, profile: 0x0000, cluster: 0x8021 >, lqi: 0xB8, rssi: -54, body_length: 0x0002, < ZDOMessageBody || < ZDOHeader || seqno: 0x6B >, < BindRequestResponse || status: 0x01 > > >
2022-05-03T15:42:08.753541039+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:08.841611706+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:08.864711039+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x27, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: IlluminanceMeasurement >, lqi: 0xB8, rssi: -54, body_length: 0x0004, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x51, ZCLCommandId: 0x07 >, < ConfigureReportingReponse || ZclStatus: SUCCESS > > >
2022-05-03T15:42:08.894536039+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:08.921683039+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:08.936103706+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x00, dest_addr: 0x0000, dest_endpoint: 0x00, profile: 0x0000, cluster: 0x8021 >, lqi: 0xB8, rssi: -54, body_length: 0x0002, < ZDOMessageBody || < ZDOHeader || seqno: 0x6C >, < BindRequestResponse || status: 0x00 > > >
2022-05-03T15:42:08.964081706+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:08.980452372+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:08.991011372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB8, rssi: -54, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0xF9, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2081 > > > >
2022-05-03T15:42:09.019759372+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T15:42:09.031602706+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T15:42:09.039121372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.81}}
2022-05-03T15:42:09.090404706+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:09.105676372+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:09.113706372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB8, rssi: -54, body_length: 0x0004, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x52, ZCLCommandId: 0x07 >, < ConfigureReportingReponse || ZclStatus: SUCCESS > > >
2022-05-03T15:42:09.141784039+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:09.157552706+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:09.171207706+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB8, rssi: -54, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0xFB, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2081 > > > >
2022-05-03T15:42:09.210161039+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T15:42:09.225046372+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T15:42:09.231849706+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.81}}
2022-05-03T15:42:09.254528706+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:09.272373039+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:09.290062372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x00, dest_addr: 0x0000, dest_endpoint: 0x00, profile: 0x0000, cluster: 0x8021 >, lqi: 0xB8, rssi: -54, body_length: 0x0002, < ZDOMessageBody || < ZDOHeader || seqno: 0x6D >, < BindRequestResponse || status: 0x00 > > >
2022-05-03T15:42:09.319614372+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:09.340817706+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:09.349371372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB8, rssi: -54, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0xFC, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2081 > > > >
2022-05-03T15:42:09.392725372+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T15:42:09.398147039+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T15:42:09.405517706+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.81}}
2022-05-03T15:42:09.421318039+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:09.427428039+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:09.450903372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB8, rssi: -54, body_length: 0x0004, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x53, ZCLCommandId: 0x07 >, < ConfigureReportingReponse || ZclStatus: SUCCESS > > >
2022-05-03T15:42:09.466993039+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:09.474945372+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:09.486712372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB8, rssi: -54, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0xFD, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2081 > > > >
2022-05-03T15:42:09.515848039+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T15:42:09.528932706+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T15:42:09.540903372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.81}}
2022-05-03T15:42:09.560716039+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:09.591355706+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:09.600947372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x23, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: PowerConfiguration >, lqi: 0xB8, rssi: -54, body_length: 0x0006, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x54, ZCLCommandId: 0x01 >, < ReadAttributeResponse || < AttributeRecord || AttributeId: 0x0021, ZclStatus: UNSUPPORTED_ATTRIBUTE > > > >
2022-05-03T15:42:09.621145706+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:09.627925706+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:09.639493372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x23, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: IASZone >, lqi: 0xB8, rssi: -54, body_length: 0x0009, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x55, ZCLCommandId: 0x01 >, < ReadAttributeResponse || < AttributeRecord || AttributeId: 0x0002, ZclStatus: SUCCESS, DataType: Bitmap16, ZoneStatus: 0x0031 > > > >
2022-05-03T15:42:09.657472706+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion
2022-05-03T15:42:09.662737706+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
2022-05-03T15:42:09.669261372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“motion”,“capability_id”:“motionSensor”,“component_id”:“main”,“state”:{“value”:“active”}}
2022-05-03T15:42:09.687041372+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:09.871535706+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:09.880061372+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB8, rssi: -54, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0xFE, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2075 > > > >
2022-05-03T15:42:09.899119372+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T15:42:09.904579039+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T15:42:09.911131706+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.75}}
2022-05-03T15:42:09.927985372+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:10.570936039+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T15:42:10.579371706+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB8, rssi: -54, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0xFF, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2081 > > > >
2022-05-03T15:42:10.598090706+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T15:42:10.603582039+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T15:42:10.610314039+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.81}}
2022-05-03T15:42:10.629961372+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:19.506020707+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler capability
2022-05-03T15:42:19.593117040+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received command: {“args”:{},“capability”:“refresh”,“command”:“refresh”,“component”:“main”,“positional_args”:{}}
2022-05-03T15:42:19.602159707+00:00 TRACE Zigbee Motion Sensor Frient Found CapabilityCommandDispatcher handler in zigbee-motion
2022-05-03T15:42:19.623779373+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x23, profile: 0x0104, cluster: PowerConfiguration >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x00 >, < ReadAttribute || AttributeId: 0x0021 > > >
2022-05-03T15:42:19.664202040+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x23, profile: 0x0104, cluster: IASZone >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x00 >, < ReadAttribute || AttributeId: 0x0002 > > >
2022-05-03T15:42:19.715573040+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T15:42:30.405089708+00:00 DEBUG Zigbee Motion Sensor Frient driver device thread event handled
listening for logs… \

I sent the configuration of the illuminance reports manually to endpoint 0x27, and it says SUCCESS > > > status.

It should work now, try to do a refresh or cover it or illuminate it with the mobile

I deleted the driver and re-installed it, and setup the device using the new version.

2022-05-03T16:30:28.408019720+00:00 TRACE Zigbee Motion Sensor Frient Setup driver zigbee-motion with lifecycle handlers:
DeviceLifecycleDispatcher: zigbee-motion
default_handlers:
doConfigure:
driverSwitched:
infoChanged:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → Aurora Motion Sensor
default_handlers:
added:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → ikea motion sensor
default_handlers:
added:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → Iris Motion Handler
default_handlers:
init:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → GatorSystem Handler
default_handlers:
added:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → Motion Timeout Handler
default_handlers:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → NYCE Motion Handler
default_handlers:
init:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → zigbee plugin motion sensor
default_handlers:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → SmartThings multi sensor
default_handlers:
init:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → MultiSensor
default_handlers:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
added:
child_dispatchers:

2022-05-03T16:30:28.417499720+00:00 TRACE Zigbee Motion Sensor Frient Setup driver zigbee-motion with Capability handlers:
CapabilityCommandDispatcher: zigbee-motion
default_handlers:
refresh:
refresh
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → Aurora Motion Sensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → ikea motion sensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → Iris Motion Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → GatorSystem Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → Motion Timeout Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → NYCE Motion Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → zigbee plugin motion sensor
default_handlers:
refresh:
refresh
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → SmartThings multi sensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → MultiSensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
child_dispatchers:

2022-05-03T16:30:28.435997054+00:00 TRACE Zigbee Motion Sensor Frient Setup driver zigbee-motion with Zigbee handlers:
ZigbeeMessageDispatcher: zigbee-motion
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryVoltage
ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryPercentageRemaining
ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
ZclClusterAttributeValueHandler: cluster: RelativeHumidity, attribute: MeasuredValue
ZclClusterAttributeValueHandler: cluster: IlluminanceMeasurement, attribute: MeasuredValue
global:
cluster:
ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → Aurora Motion Sensor
default_handlers:
attr:
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → ikea motion sensor
default_handlers:
attr:
global:
cluster:
ZclClusterCommandHandler: cluster: OnOff, command: OnWithTimedOff
zdo:
ZdoHandler
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → Iris Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → GatorSystem Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
global:
cluster:
ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → Motion Timeout Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
global:
cluster:
ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → NYCE Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: OccupancySensing, attribute: Occupancy
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → zigbee plugin motion sensor
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: OccupancySensing, attribute: Occupancy
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → SmartThings multi sensor
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryPercentageRemaining
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → MultiSensor
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IlluminanceMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:

2022-05-03T16:30:28.511623720+00:00 WARN Zigbee Motion Sensor Frient Device does not support cluster 0x0400 not adding configured attribute
2022-05-03T16:30:28.520063720+00:00 INFO Zigbee Motion Sensor Frient Device does not support cluster 0x0400 not adding monitored attribute
2022-05-03T16:30:28.526774387+00:00 TRACE Zigbee Motion Sensor Frient Zigbee Device: 0835ef81-3875-45d7-aff0-97cfc52535f3
Manufacturer: frient A/S Model: MOSZB-140
[1]: Identify, Scenes, OnOff [34]: Basic, Identify, OccupancySensing [38]: Basic, Identify, TemperatureMeasurement [35]: Basic, PowerConfiguration, Identify, BasicInput, PollControl, IASZone
2022-05-03T16:30:28.537826387+00:00 DEBUG Zigbee Motion Sensor Frient driver device thread event handled
2022-05-03T16:30:28.544650054+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler _resync
2022-05-03T16:30:28.550377720+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler environment_info
2022-05-03T16:30:28.567545054+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion → SmartThings multi sensor
2022-05-03T16:30:28.573338054+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T16:30:28.579009054+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler environment_info
2022-05-03T16:30:28.584381720+00:00 DEBUG Zigbee Motion Sensor Frient Z-Wave hub node ID environment changed.
2022-05-03T16:30:28.591349387+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler driver_lifecycle
2022-05-03T16:30:28.598210054+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler driver_lifecycle
2022-05-03T16:30:28.605882720+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler device_lifecycle
2022-05-03T16:30:28.611904387+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received lifecycle event: added
2022-05-03T16:30:28.621693720+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion → FRIENT Motion Handler
2022-05-03T16:30:28.636634720+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x27, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 0015BC001A022827, src_endpoint: 0x22, cluster: IlluminanceMeasurement, dest_addr_mode: 0x03, dest_address: 286D970002015C97, dest_endpoint: 0x01 > > >
2022-05-03T16:30:28.665447720+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x27, profile: 0x0104, cluster: IlluminanceMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Uint16, minimum_reporting_interval: 0x003C, maximum_reporting_interval: 0x0708, reportable_change: 0x0BC2 > > > >
2022-05-03T16:30:28.685577387+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T16:30:28.691353054+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler device_lifecycle
2022-05-03T16:30:28.697022387+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received lifecycle event: driverSwitched
2022-05-03T16:30:28.714153720+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T16:30:28.724457387+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion
2022-05-03T16:30:28.735025387+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T16:30:28.751788720+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T16:30:29.116876387+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler device_lifecycle
2022-05-03T16:30:29.131468054+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received lifecycle event: infoChanged
2022-05-03T16:30:29.142777387+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion
2022-05-03T16:30:29.148549387+00:00 PRINT Zigbee Motion Sensor Frient ***** infoChanged *********
2022-05-03T16:30:29.154914721+00:00 PRINT Zigbee Motion Sensor Frient Manufacturer, Model frient A/S MOSZB-140
2022-05-03T16:30:29.161365387+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= 5 preferences: maxTime
2022-05-03T16:30:29.167567721+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> maxTime nil 5
2022-05-03T16:30:29.174586387+00:00 PRINT Zigbee Motion Sensor Frient maxTime y changeRep: 300 10
2022-05-03T16:30:29.182204387+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x22, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 0015BC001A022827, src_endpoint: 0x26, cluster: TemperatureMeasurement, dest_addr_mode: 0x03, dest_address: 286D970002015C97, dest_endpoint: 0x01 > > >
2022-05-03T16:30:29.239686387+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x26, profile: 0x0104, cluster: TemperatureMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Int16, minimum_reporting_interval: 0x001E, maximum_reporting_interval: 0x012C, reportable_change: 10 > > > >
2022-05-03T16:30:29.293112387+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= 10 preferences: changeRep
2022-05-03T16:30:29.314378054+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> changeRep nil 10
2022-05-03T16:30:29.338819721+00:00 PRINT Zigbee Motion Sensor Frient maxTime y changeRep: 300 10
2022-05-03T16:30:29.348607387+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x22, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 0015BC001A022827, src_endpoint: 0x26, cluster: TemperatureMeasurement, dest_addr_mode: 0x03, dest_address: 286D970002015C97, dest_endpoint: 0x01 > > >
2022-05-03T16:30:29.425747387+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x26, profile: 0x0104, cluster: TemperatureMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Int16, minimum_reporting_interval: 0x001E, maximum_reporting_interval: 0x012C, reportable_change: 10 > > > >
2022-05-03T16:30:29.466169721+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= preferences: version
2022-05-03T16:30:29.498697387+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> version nil
2022-05-03T16:30:29.524962721+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= 0.0 preferences: tempOffset
2022-05-03T16:30:29.545314054+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> tempOffset nil 0.0
2022-05-03T16:30:29.558251387+00:00 PRINT Zigbee Motion Sensor Frient Device ID <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)>
2022-05-03T16:30:29.579020721+00:00 PRINT Zigbee Motion Sensor Frient Manufacturer >>> frient A/S Manufacturer_Len >>> 10
2022-05-03T16:30:29.588589721+00:00 PRINT Zigbee Motion Sensor Frient Model >>> MOSZB-140 Model_len >>> 9
2022-05-03T16:30:29.600934387+00:00 PRINT Zigbee Motion Sensor Frient Memory >>>>>>> 1188.4384765625 Kbytes
2022-05-03T16:30:29.608908721+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T16:30:30.697489721+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x23, profile: 0x0104, cluster: PowerConfiguration >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x00 >, < ReadAttribute || AttributeId: 0x0021 > > >
2022-05-03T16:30:30.712098055+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x23, profile: 0x0104, cluster: IASZone >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x00 >, < ReadAttribute || AttributeId: 0x0002 > > >
2022-05-03T16:30:30.731095721+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
listening for logs… /

The illuminance configuration was sent and the sensor response remains to be seen

@Jeff_Gallagher
In this new version, I have changed the sending of the illuminance bindings request, I think it gave status 0x01 and it should give status 0x00

┌─────────────┬──────────────────────────────────────┐
│ Driver Id   │ 0ad10fdc-8206-4fe3-90b8-8ee99417d5dd │
│ Name        │ Zigbee Motion Sensor Frient          │
│ Package Key │ zigbee-motion-sensor-frient          │
│ Version     │ 2022-05-03T16:45:29.653356           │
└─────────────┴──────────────────────────────────────┘

No. Still not reporting.

2022-05-03T17:17:44.522358403+00:00 TRACE Zigbee Motion Sensor Frient Setup driver zigbee-motion with lifecycle handlers:
DeviceLifecycleDispatcher: zigbee-motion
default_handlers:
driverSwitched:
infoChanged:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → Aurora Motion Sensor
default_handlers:
added:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → ikea motion sensor
default_handlers:
added:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → Iris Motion Handler
default_handlers:
init:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → GatorSystem Handler
default_handlers:
added:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → Motion Timeout Handler
default_handlers:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → NYCE Motion Handler
default_handlers:
init:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → zigbee plugin motion sensor
default_handlers:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → SmartThings multi sensor
default_handlers:
init:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → MultiSensor
default_handlers:
doConfigure:
child_dispatchers:
DeviceLifecycleDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
added:
child_dispatchers:

2022-05-03T17:17:44.531011403+00:00 TRACE Zigbee Motion Sensor Frient Setup driver zigbee-motion with Capability handlers:
CapabilityCommandDispatcher: zigbee-motion
default_handlers:
refresh:
refresh
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → Aurora Motion Sensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → ikea motion sensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → Iris Motion Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → GatorSystem Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → Motion Timeout Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → NYCE Motion Handler
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → zigbee plugin motion sensor
default_handlers:
refresh:
refresh
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → SmartThings multi sensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → MultiSensor
default_handlers:
child_dispatchers:
CapabilityCommandDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
child_dispatchers:

2022-05-03T17:17:44.548251404+00:00 TRACE Zigbee Motion Sensor Frient Setup driver zigbee-motion with Zigbee handlers:
ZigbeeMessageDispatcher: zigbee-motion
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryVoltage
ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryPercentageRemaining
ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
ZclClusterAttributeValueHandler: cluster: RelativeHumidity, attribute: MeasuredValue
ZclClusterAttributeValueHandler: cluster: IlluminanceMeasurement, attribute: MeasuredValue
global:
cluster:
ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → Aurora Motion Sensor
default_handlers:
attr:
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → ikea motion sensor
default_handlers:
attr:
global:
cluster:
ZclClusterCommandHandler: cluster: OnOff, command: OnWithTimedOff
zdo:
ZdoHandler
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → Iris Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → GatorSystem Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
global:
cluster:
ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → Motion Timeout Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
global:
cluster:
ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → NYCE Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: OccupancySensing, attribute: Occupancy
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → zigbee plugin motion sensor
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: OccupancySensing, attribute: Occupancy
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → SmartThings multi sensor
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryPercentageRemaining
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → MultiSensor
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:
ZigbeeMessageDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IlluminanceMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:

2022-05-03T17:17:44.614956070+00:00 WARN Zigbee Motion Sensor Frient Device does not support cluster 0x0400 not adding configured attribute
2022-05-03T17:17:44.624240404+00:00 INFO Zigbee Motion Sensor Frient Device does not support cluster 0x0400 not adding monitored attribute
2022-05-03T17:17:44.634823737+00:00 TRACE Zigbee Motion Sensor Frient Zigbee Device: 0835ef81-3875-45d7-aff0-97cfc52535f3
Manufacturer: frient A/S Model: MOSZB-140
[1]: Identify, Scenes, OnOff [34]: Basic, Identify, OccupancySensing [38]: Basic, Identify, TemperatureMeasurement [35]: Basic, PowerConfiguration, Identify, BasicInput, PollControl, IASZone
2022-05-03T17:17:44.642414737+00:00 DEBUG Zigbee Motion Sensor Frient driver device thread event handled
2022-05-03T17:17:44.648887737+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler _resync
2022-05-03T17:17:44.654447404+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler environment_info
2022-05-03T17:17:44.670939737+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion → SmartThings multi sensor
2022-05-03T17:17:44.676531070+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:44.682608070+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler environment_info
2022-05-03T17:17:44.688217737+00:00 DEBUG Zigbee Motion Sensor Frient Z-Wave hub node ID environment changed.
2022-05-03T17:17:44.695451070+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler driver_lifecycle
2022-05-03T17:17:44.702289404+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler driver_lifecycle
2022-05-03T17:17:44.709640070+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler device_lifecycle
2022-05-03T17:17:44.715633070+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received lifecycle event: added
2022-05-03T17:17:44.725688070+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion → FRIENT Motion Handler
2022-05-03T17:17:44.740595737+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x22, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 0015BC001A022827, src_endpoint: 0x22, cluster: IlluminanceMeasurement, dest_addr_mode: 0x03, dest_address: 286D970002015C97, dest_endpoint: 0x01 > > >
2022-05-03T17:17:44.764885070+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x27, profile: 0x0104, cluster: IlluminanceMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Uint16, minimum_reporting_interval: 0x003C, maximum_reporting_interval: 0x0708, reportable_change: 0x0BC2 > > > >
2022-05-03T17:17:44.786562737+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:44.792287404+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler device_lifecycle
2022-05-03T17:17:44.804595404+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received lifecycle event: driverSwitched
2022-05-03T17:17:44.816859737+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:44.829113737+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion
2022-05-03T17:17:44.835011070+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:44.851930404+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:45.514929737+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:45.530010737+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x23, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: IASZone >, lqi: 0xB0, rssi: -56, body_length: 0x0009, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x09, seqno: 0xFE, ZCLCommandId: 0x00 >, < ZoneStatusChangeNotification || zone_status: 0x0031, extended_status: 0x00, zone_id: 0x01, delay: 0x0000 > > >
2022-05-03T17:17:45.551724404+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion
2022-05-03T17:17:45.625949071+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterCommandHandler: cluster: IASZone, command: ZoneEnrollResponse
2022-05-03T17:17:45.632303071+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“motion”,“capability_id”:“motionSensor”,“component_id”:“main”,“state”:{“value”:“active”}}
2022-05-03T17:17:45.651066071+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:46.478138738+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler device_lifecycle
2022-05-03T17:17:46.492684738+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received lifecycle event: infoChanged
2022-05-03T17:17:46.511002071+00:00 TRACE Zigbee Motion Sensor Frient Found DeviceLifecycleDispatcher handler in zigbee-motion
2022-05-03T17:17:46.516659071+00:00 PRINT Zigbee Motion Sensor Frient ***** infoChanged *********
2022-05-03T17:17:46.522893071+00:00 PRINT Zigbee Motion Sensor Frient Manufacturer, Model frient A/S MOSZB-140
2022-05-03T17:17:46.528769404+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= 10 preferences: changeRep
2022-05-03T17:17:46.535318071+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> changeRep nil 10
2022-05-03T17:17:46.541147738+00:00 PRINT Zigbee Motion Sensor Frient maxTime y changeRep: 300 10
2022-05-03T17:17:46.549733404+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x22, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 0015BC001A022827, src_endpoint: 0x26, cluster: TemperatureMeasurement, dest_addr_mode: 0x03, dest_address: 286D970002015C97, dest_endpoint: 0x01 > > >
2022-05-03T17:17:46.564499071+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x26, profile: 0x0104, cluster: TemperatureMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Int16, minimum_reporting_interval: 0x001E, maximum_reporting_interval: 0x012C, reportable_change: 10 > > > >
2022-05-03T17:17:46.631440738+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= preferences: version
2022-05-03T17:17:46.673665405+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> version nil
2022-05-03T17:17:46.714679071+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= 0.0 preferences: tempOffset
2022-05-03T17:17:46.734428738+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> tempOffset nil 0.0
2022-05-03T17:17:46.784460405+00:00 PRINT Zigbee Motion Sensor Frient device.preferences[infoChanged]= 5 preferences: maxTime
2022-05-03T17:17:46.795686071+00:00 PRINT Zigbee Motion Sensor Frient << Preference changed: name, old, new >> maxTime nil 5
2022-05-03T17:17:46.830082071+00:00 PRINT Zigbee Motion Sensor Frient maxTime y changeRep: 300 10
2022-05-03T17:17:46.874835405+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x22, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 0015BC001A022827, src_endpoint: 0x26, cluster: TemperatureMeasurement, dest_addr_mode: 0x03, dest_address: 286D970002015C97, dest_endpoint: 0x01 > > >
2022-05-03T17:17:46.934606738+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x26, profile: 0x0104, cluster: TemperatureMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Int16, minimum_reporting_interval: 0x001E, maximum_reporting_interval: 0x012C, reportable_change: 10 > > > >
2022-05-03T17:17:46.995039071+00:00 PRINT Zigbee Motion Sensor Frient Device ID <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)>
2022-05-03T17:17:47.047358405+00:00 PRINT Zigbee Motion Sensor Frient Manufacturer >>> frient A/S Manufacturer_Len >>> 10
2022-05-03T17:17:47.077687071+00:00 PRINT Zigbee Motion Sensor Frient Model >>> MOSZB-140 Model_len >>> 9
2022-05-03T17:17:47.121187738+00:00 PRINT Zigbee Motion Sensor Frient Memory >>>>>>> 1226.2548828125 Kbytes
2022-05-03T17:17:47.146802405+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:47.194467738+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x23, profile: 0x0104, cluster: PowerConfiguration >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x00 >, < ReadAttribute || AttributeId: 0x0021 > > >
2022-05-03T17:17:47.322736738+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xCC76, dest_endpoint: 0x23, profile: 0x0104, cluster: IASZone >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x00 >, < ReadAttribute || AttributeId: 0x0002 > > >
2022-05-03T17:17:47.508537072+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:47.534923072+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:47.584920405+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x00, dest_addr: 0x0000, dest_endpoint: 0x00, profile: 0x0000, cluster: 0x8021 >, lqi: 0xB0, rssi: -56, body_length: 0x0002, < ZDOMessageBody || < ZDOHeader || seqno: 0x26 >, < BindRequestResponse || status: 0x01 > > >
2022-05-03T17:17:47.665060072+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:47.670971405+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:47.712040072+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x27, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: IlluminanceMeasurement >, lqi: 0xB0, rssi: -56, body_length: 0x0004, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x6F, ZCLCommandId: 0x07 >, < ConfigureReportingReponse || ZclStatus: SUCCESS > > >
2022-05-03T17:17:47.816003072+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:47.825169738+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:47.842487738+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x00, dest_addr: 0x0000, dest_endpoint: 0x00, profile: 0x0000, cluster: 0x8021 >, lqi: 0xB0, rssi: -56, body_length: 0x0002, < ZDOMessageBody || < ZDOHeader || seqno: 0x27 >, < BindRequestResponse || status: 0x00 > > >
2022-05-03T17:17:47.879994405+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:47.892614738+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:47.914539405+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB0, rssi: -56, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x03, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2062 > > > >
2022-05-03T17:17:48.153974739+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T17:17:48.211742739+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T17:17:48.261568739+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.62}}
2022-05-03T17:17:48.358101405+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:48.392897072+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:48.414366739+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB0, rssi: -56, body_length: 0x0004, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x70, ZCLCommandId: 0x07 >, < ConfigureReportingReponse || ZclStatus: SUCCESS > > >
2022-05-03T17:17:48.429847739+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:48.435711072+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:48.444553739+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB0, rssi: -56, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x04, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2062 > > > >
2022-05-03T17:17:48.465142405+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T17:17:48.470410739+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T17:17:48.477466072+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.62}}
2022-05-03T17:17:48.495954739+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:48.501431739+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:48.511477072+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x00, dest_addr: 0x0000, dest_endpoint: 0x00, profile: 0x0000, cluster: 0x8021 >, lqi: 0xB0, rssi: -56, body_length: 0x0002, < ZDOMessageBody || < ZDOHeader || seqno: 0x28 >, < BindRequestResponse || status: 0x00 > > >
2022-05-03T17:17:48.527209072+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:48.533334739+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:48.543114405+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB0, rssi: -56, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x05, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2062 > > > >
2022-05-03T17:17:48.563400739+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T17:17:48.568730405+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T17:17:48.576233739+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.62}}
2022-05-03T17:17:48.594756739+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:48.603132072+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:48.614820405+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB0, rssi: -56, body_length: 0x0004, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x71, ZCLCommandId: 0x07 >, < ConfigureReportingReponse || ZclStatus: SUCCESS > > >
2022-05-03T17:17:48.634666072+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:48.640877739+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:48.651996739+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x26, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: TemperatureMeasurement >, lqi: 0xB4, rssi: -55, body_length: 0x0008, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x06, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0000, DataType: Int16, MeasuredValue: 2062 > > > >
2022-05-03T17:17:48.687604072+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion → MultiSensor
2022-05-03T17:17:48.695387072+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: TemperatureMeasurement, attribute: MeasuredValue
2022-05-03T17:17:48.702528072+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“temperature”,“capability_id”:“temperatureMeasurement”,“component_id”:“main”,“state”:{“unit”:“C”,“value”:20.62}}
2022-05-03T17:17:48.721035739+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:48.726626405+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:48.739086406+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x23, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: PowerConfiguration >, lqi: 0xB0, rssi: -56, body_length: 0x0006, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x72, ZCLCommandId: 0x01 >, < ReadAttributeResponse || < AttributeRecord || AttributeId: 0x0021, ZclStatus: UNSUPPORTED_ATTRIBUTE > > > >
2022-05-03T17:17:48.765881072+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
2022-05-03T17:17:48.771745072+00:00 TRACE Zigbee Motion Sensor Frient Received event with handler zigbee
2022-05-03T17:17:48.781499072+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0xCC76, src_endpoint: 0x23, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: IASZone >, lqi: 0xB4, rssi: -55, body_length: 0x0009, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x73, ZCLCommandId: 0x01 >, < ReadAttributeResponse || < AttributeRecord || AttributeId: 0x0002, ZclStatus: SUCCESS, DataType: Bitmap16, ZoneStatus: 0x0031 > > > >
2022-05-03T17:17:48.800989072+00:00 TRACE Zigbee Motion Sensor Frient Found ZigbeeMessageDispatcher handler in zigbee-motion
2022-05-03T17:17:48.806805406+00:00 INFO Zigbee Motion Sensor Frient Executing ZclClusterAttributeValueHandler: cluster: IASZone, attribute: ZoneStatus
2022-05-03T17:17:48.813942739+00:00 INFO Zigbee Motion Sensor Frient <ZigbeeDevice: 0835ef81-3875-45d7-aff0-97cfc52535f3 [0xCC76] (Office PIR/Temp Edge)> emitting event: {“attribute_id”:“motion”,“capability_id”:“motionSensor”,“component_id”:“main”,“state”:{“value”:“active”}}
2022-05-03T17:17:48.832103072+00:00 DEBUG Zigbee Motion Sensor Frient Office PIR/Temp Edge device thread event handled
listening for logs… |

As the driver does not see the illuminance enpoint 0x27, it does not configure it by default

I have changed the way of configuration and monitoring the attribute to see if it works that way, it seems that it keeps giving status 0x01 in the BindReqest

┌─────────────┬──────────────────────────────────────┐
│ Driver Id   │ 0ad10fdc-8206-4fe3-90b8-8ee99417d5dd │
│ Name        │ Zigbee Motion Sensor Frient          │
│ Package Key │ zigbee-motion-sensor-frient          │
│ Version     │ 2022-05-03T17:32:33.79242            │
└─────────────┴──────────────────────────────────────┘

When looking for the Driver in the logcat it’s not available now. But in the ST app it is available. Still not working but now I can’t get logs for it.

@Jeff_Gallagher, @Mariano_Colmenarejo.
There shouldn’t be a problem with the number of endpoints, that changed since the firmware version 42.
The team checked some internal logs and saw that in the last join of the device (2022-05-03 15:02:16.578), the Hub detected 7 endpoints. So, please @Jeff_Gallagher, send me in a private message the following information, please:

  • Email account where you’re trying to install the device.
  • If it’s currently installed, please share its deviceID, you can get it using the CLI
  • If you have more than one Hub, send its name

Hi @nayelyz,

The hub has detected 7 endpoints, but the driver only knows about 4 of them.
The test is that it eliminates from the configuration and the default monitoring of the cluster 0x0400 (illuminance) endpoint 0x27, which is not in the 4 endpoints that the driver knows.

ZigbeeMessageDispatcher: zigbee-motion → FRIENT Motion Handler
default_handlers:
attr:
ZclClusterAttributeValueHandler: cluster: IlluminanceMeasurement, attribute: MeasuredValue
global:
cluster:
zdo:
child_dispatchers:

2022-05-03T17:17:44.614956070+00:00 WARN Zigbee Motion Sensor Frient Device does not support cluster 0x0400 not adding configured attribute
2022-05-03T17:17:44.624240404+00:00 INFO Zigbee Motion Sensor Frient Device does not support cluster 0x0400 not adding monitored attribute
2022-05-03T17:17:44.634823737+00:00 TRACE Zigbee Motion Sensor Frient Zigbee Device: 0835ef81-3875-45d7-aff0-97cfc52535f3
Manufacturer: frient A/S Model: MOSZB-140
[1]: Identify, Scenes, OnOff [34]: Basic, Identify, OccupancySensing [38]: Basic, Identify, TemperatureMeasurement [35]: Basic, PowerConfiguration, Identify, BasicInput, PollControl, IASZone

If I configure illuminance attribute manually and it returns SUCCESS >>> to the configuration, but I think it returns status 0x01 to the BindRequest, instead 0x00

  local maxTime = 1800
  local changeRep = math.floor(10000 * (math.log((1), 10)))
  print ("Illuminance maxTime y changeRep: ",maxTime, changeRep )
  
  device:send(device_management.build_bind_request(device, zcl_clusters.IlluminanceMeasurement.ID, self.environment_info.hub_zigbee_eui):to_endpoint (0x27))
  device:send(zcl_clusters.IlluminanceMeasurement.attributes.MeasuredValue:configure_reporting(device, 60, maxTime, changeRep):to_endpoint (0x27))

Hi,

Is there an updated or custom driver coming for this?

In the settings I can see where to select a different driver however there are none available when I go to select one?

Thanks

I believe that frient is working on one and it will support most features

Thanks

I won’t hold out much hope as I think they were doing the same thing for the heat detector a year ago.