#Cheap zigbee vibration sensors, any ZHA handlers/quirks?

1 messages · Page 1 of 1 (latest)

jade pebble
#

Hey all, so brand new to zigbee devices and zha. I picked up a handfull of various sensors along with an smlight poe bridge, so far everything is working well, except I can't seem to access settings for these generic vibration sensors to adjust sensitivity or get acellerometer details from them.

One currently reads as an unknown device/manufacturer, (though I did run a reconfigure) with the other showing " HOBEIAN ZG-102ZM" though that seems incorrect. I also don't see an entry for that brand in https://github.com/zigpy/zha-device-handlers/tree/dev/zhaquirks

The sensors work on a basic level but it fails trying to read any attributes so I'm assuming I need a quirk/handler for these sensors but not entirely sure.

GitHub

ZHA device handlers bridge the functionality gap created when manufacturers deviate from the ZCL specification, handling deviations and exceptions by parsing custom messages to and from Zigbee devi...