How can I make smart sense temperature sensor send me an alert text (android) when temp gets close to freezing. Say 35 degrees?
Lojack
(Community Journeyman)
February 1, 2016, 4:14am
2
Here’s a SmartApp I wrote that should be able to do what you want:
/**
* Temperature Alert
*
* Copyright 2017 Louis Jackson
*
* Version 1.0.2 8 Jan 2017
*
* Version History
*
* 1.0.2 8 Jan 2017 Changed the check\alert from 1 to every 3 hours.
* 1.0.1 31 Jan 2016 Added version number to the bottom of the input screen
* 1.0.0 28 Jan 2016 Added to GitHub
* 1.0.0 27 Jan 2016 Creation
*
* 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
This file has been truncated. show original
keltymd
(Matt)
February 1, 2016, 12:27pm
3
You can do it in Rule machine as well.
1 Like
You can do it right in Smart Home Monitor using custom.
1 Like
Hapster
February 1, 2016, 11:42pm
5
Thank you for taking the time to respond. Will check out your app.
Hapster
Hapster
February 1, 2016, 11:43pm
6
Thanks for your tip.
Hapster
Hapster
February 1, 2016, 11:44pm
7
Sounds like an easy solution. Thank you for your response.
Hapster
[quote=“Hapster, post:1, topic:37747, full:true”]
How can I make smart sense temperature sensor send me an alert text (android) when temp gets close to freezing. Say 35 degrees?
[/quote]Here’s another app that can do this along with some other things you may find useful.
I won’t be porting this SmartApp so it will stop working when the Groovy platform is retired.
Allows you to easily see a list of information about your devices like battery percentages, temperatures, how long since last event, switch state, etc.
Receive Push and/or SMS notifications based on temperature, battery level, and/or time since last event.
New Dashboard Feature allows you to view all your device information using any web browser. See the Version 2.0 Release Notes for more information.
It can automatically poll the devices at a specified interval.
Turn Off All Lights and/or Switches with a push of a button.
The first time you open the application, I recommend hitting Done as soon as you see the Setup screen because if you back out of the app instead of hitting Done, the app…