evolved version with time outs and override switch, upper lower set points, this will keep the switch on until the humidity drops to correct value, NO MATER what you do with a physical switch (it will keep tuning on until the time out (time from last report humidity event) or the override switch is activated
And push notivations
/**
* Its too humid!
*
* Copyright 2014 Brian Critchlow
* Based on Its too cold code by 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.
*
*/
definition(
name: "Humidity Alert!",
namespace: "docwisdom",
author: "mc - Brian Critchlow",
description: "Notify me when the humidity rises above or falls below the given threshold. It will turn on a switch when it rises above the first threshold and off when it falls below the second threshold.",
This file has been truncated. show original
2 Likes
system
Closed
September 23, 2022, 3:44pm
2
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.