Remote Temperature Monitoring

frankred

Getting the hang of it
Joined
May 14, 2015
Messages
302
Reaction score
16
I am looking for a solution to remotely monitor temperature and/or power for a freezer. It would be great to have an App that could notify if the temperature went out of range or the power went out (ups required on device and modem/router).

I have found that Ubiquiti mFI looks like it would fit the bill well, but Ubiquiti is no longer developing on that product. That makes it seem like a dead end.
https://www.ubnt.com/mfi/mport/
https://community.ubnt.com/t5/mFi/is-MFI-dead/m-p/1388153/highlight/true#M14654

Control By Web seems to be another option, but they don't answer their phone or have a way to leave a message [edit: this statement is wrong, I was dialing their fax number]. http://www.controlbyweb.com/products.html

Has anyone found a good solution for this?
Thanks,
John
 
Last edited by a moderator:

Zorac

Getting the hang of it
Joined
Apr 17, 2015
Messages
213
Reaction score
26
arduino with a dallas 3 wire temp sensor and an internet connection? you could have it sent out an email. shouldn't be hard to get it to monitor the a/c power as well as if that goes off it should give advance warning of the temp going down, a door sensor could be useful to? it would be easy to have it run a web server to give a/c status and temp as well.
 

nayr

IPCT Contributor
Joined
Jul 16, 2014
Messages
9,329
Reaction score
5,325
Location
Denver, CO
beaglebone black or raspberry pi will take a dallas 1-wire temp sensor output just fine.. you can use Domoticz for data-logging and alerting you of temperature changes.
 

frankred

Getting the hang of it
Joined
May 14, 2015
Messages
302
Reaction score
16
I have never messed with Arduino stuff. A friend had recommended Particle.io and I told him I was hoping for a finished product...

Having said that, I just watched a video on how to setup a Dallas sensor with an Arduino. It looks easy enough in the video, but I find it is always the ground level processes that surround a task like that which I lack.
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,678
Reaction score
14,032
Location
USA
I don't know if this company is still around since their website is down, but for temperature/humidity monitoring I've had some luck with devices from PCSensor.com. Their software looks like it was developed two decades ago but it is certainly easier to deal with than raspberry pi or arduino for someone who may not be comfortable with low level electronics or linux.

The most user-friendly option may be something like this, which I can also vouch for being pretty decent: https://www.acurite.com/learn/my-acurite/whats-new
 

camuse16

n3wb
Joined
Sep 25, 2016
Messages
19
Reaction score
6
Location
NL
I am looking for a solution to remotely monitor temperature and/or power for a freezer. It would be great to have an App that could notify if the temperature went out of range or the power went out (ups required on device and modem/router).

I have found that Ubiquiti mFI looks like it would fit the bill well, but Ubiquiti is no longer developing on that product. That makes it seem like a dead end.
https://www.ubnt.com/mfi/mport/
https://community.ubnt.com/t5/mFi/is-MFI-dead/m-p/1388153/highlight/true#M14654

Control By Web seems to be another option, but they don't answer their phone or have a way to leave a message [edit: this statement is wrong, I was dialing their fax number]. http://www.controlbyweb.com/products.html

Has anyone found a good solution for this?
Thanks,
John
Hey John,

Have look - http://miwsn.com/ This may suit you needs. I have one setup for a water sensor/alarm. No app to date but it emails alerts based on you needs. They are battery operated. I get about a year out of a battery.. The cold will no doubt hamper the battery life but you could wire up an adapter.. It's basic but reliable!
 

frankred

Getting the hang of it
Joined
May 14, 2015
Messages
302
Reaction score
16
Thanks for bringing these to light. It looks like the Mi-gateway doesn't have sensor capability functions, so the price to entry is $60(gateway) + $30(sensor). Not bad!
 

PSPCommOp

Getting the hang of it
Joined
Jun 17, 2016
Messages
694
Reaction score
92
Location
Northeastern PA
Look up info on Raspberry pi for home brewing. The forum I'm part of at homebrewtalk.com has tons of info on it. They go a step further with turning the fridge off/on at various times to maintain temp but a lot of the newer stuff out there allows alerts and a web interface. Its def possible just a matter of finding the right stuff and being comfortable setting it up.
 
Top