martyn
June 14, 2021, 9:21am
4
/*
* Copyright 2016 SmartThings
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/
import physicalgraph.zigbee.clusters.iaszone.ZoneStatus
import physicalgraph.zigbee.zcl.DataType
metadata {
definition(name: "SmartSense Motion Sensor", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012', executeCommandsLocally: true, mnmn: "SmartThings", vid: "generic-motion", genericHandler: "Zigbee") {
This file has been truncated. show original
Seems to match the Frient MOSZB-141 but probably won't work as-is with Hubitat even after following https://community.hubitat.com/t/app-and-driver-porting-to-hubitat/
You'll likely need to figure out with a ZigBee Sniffer what each endpoint is doing, typically Frient devices use separate endpoints for each feature so you'll probably find motion (via IAS), temperature, battery, light, etc are spread across the reported endpoints so they will need configuring appropriately.
1 Like