Hi All,
I have SmartSense Motion Sensor (Original) that’s always stuck in motion because it fell from about 15 feet onto tile flooring. I was wondering if I could use it as a temperature sensor and don’t have Smartthings recognize it as a motion sensor. I figured this would be perfect in the bedroom for temperature sensor.
I am not sure if this will work, but you could try this DH.
/**
* Copyright 2015 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.
*
*/
metadata {
definition (name: "Temperature Sensor", namespace: "smartthings", author: "SmartThings") {
capability "Temperature Measurement"
capability "Relative Humidity Measurement"
capability "Sensor"
fingerprint profileId: "0104", deviceId: "0302", inClusters: "0000,0001,0003,0009,0402,0405"
This file has been truncated. show original
Otherwise, just remove all of the automations related to the sensor and motion an it should still work find as a temperature sensor.
1 Like