Missing vibration in Smartthings/Samjin sensor

I have a Smartthings/Samjin multi-purpose sensor [GP-U999SJVLAAA]. I believe it is supposed to have a vibration sensor and tilt axis sensor which is missing from it. The other sensors in the device including the contact and the temperature are working.

There’s not much information that I can find on the web for this device. Non-Smartthings users sem to have some trouble with the vibration. It appears that cluster 0xFC02 is involved as I found in this post:

accelerometer is on 0xfc02 cluster
you do need to configure attribute reporting on 0xfc02 cluster for [0x0010, 0x0012, 0x0013, 0x0014] attributes
configure_reporting needs to use manufacturer id
manufacturer ID must be correct for the specific manufacturer ID. Mine PN is IM6001-MPP01 from Samjin. Based on the older ST DH version i've tried Centralite & ST manufacturer codes and configure_reporting was failing with "unsupported attribute". It wasn't until I put correct manufacturer code for samjn 0x1241 based on newer DH configure_reporting succeeded and I got readings.

I can see 64514 in the XML which is 0xFC02, but there isn’t much there:

        <ZclCluster>
          <clusterId>64514</clusterId>
          <isClient>false</isClient>
          <attributes/>
          <supportedCommandsReceived class="java.util.Collections$UnmodifiableSet">
            <c class="sorted-set"/>
          </supportedCommandsReceived>
          <supportedCommandsGenerated class="java.util.Collections$UnmodifiableSet">
            <c class="sorted-set"/>
          </supportedCommandsGenerated>
        </ZclCluster

I’ve attached the xml file from it below.

I’m running openHAB 2.5.2. Zigbee versions:

206 x Active x  80 x 1.3.0                   x com.zsmartsystems.zigbee
207 x Active x  80 x 1.3.0                   x com.zsmartsystems.zigbee.console
208 x Active x  80 x 1.3.0                   x com.zsmartsystems.zigbee.console.ember
209 x Active x  80 x 1.3.0                   x com.zsmartsystems.zigbee.dongle.cc2531
210 x Active x  80 x 1.3.0                   x com.zsmartsystems.zigbee.dongle.ember
211 x Active x  80 x 1.3.0                   x com.zsmartsystems.zigbee.dongle.telegesis
212 x Active x  80 x 1.3.0                   x com.zsmartsystems.zigbee.dongle.xbee
230 x Active x  80 x 2.5.2                   x openHAB Add-ons :: Bundles :: ZigBee Binding
231 x Active x  80 x 2.5.2                   x openHAB Add-ons :: Bundles :: ZigBee CC2531 Bridge
232 x Active x  80 x 2.5.2                   x openHAB Add-ons :: Bundles :: ZigBee Console
233 x Active x  80 x 2.5.2                   x openHAB Add-ons :: Bundles :: ZigBee Console Ember
234 x Active x  80 x 2.5.2                   x openHAB Add-ons :: Bundles :: ZigBee Ember Bridge
235 x Active x  80 x 2.5.2                   x openHAB Add-ons :: Bundles :: ZigBee Telegesis Bridge
236 x Active x  80 x 2.5.2                   x openHAB Add-ons :: Bundles :: ZigBee XBee Bridge

@chris Any ideas on how to get the vibration or accelerometer channels? Is there any more information I can provide?

I will say that the documentation for this device is sketchy and it may be possible that some versions of it have a vibration sensor and others do not. I’m hoping this is not the case for my device, but I’m not sure.

thanks

286D9700010A5AF9.xml (77.7 KB)