Good evening,
I am utilizing a humidity app, but it is not turning off when humidity is stabilized. Does anyone have one that works or will turn off within a certain time period? Thanks! Tyler
Im submitting one for review today that will turn a switch on at a high threshold and off at a low threshold. I have been testing with my Aeon mutli and seems to work.
/**
* 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: "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
3 Likes
625alex
(Alex, ActionTiles Control Panel)
August 22, 2014, 6:07pm
3
About to turn on the furnace and consequently the humidifier. Winter is coming. Even though it’s only August 22.