EcoRenovator  

Go Back   EcoRenovator > Improvements > Appliances & Gadgets
Advanced Search
 


Blog 60+ Home Energy Saving Tips Recent Posts Search Today's Posts Mark Forums Read


Reply
 
Thread Tools Display Modes
Old 12-15-19, 03:17 PM   #1
MN Renovator
Less usage=Cheaper bills
 
MN Renovator's Avatar
 
Join Date: Nov 2010
Location: Minneapolis, MN
Posts: 939
Thanks: 41
Thanked 116 Times in 90 Posts
Default Wireless temperature sensors that support logging?

I'm looking to find a way to monitor temperatures from multiple locations. I'm trying to monitor supply and return temperatures from the furnace, as well as the temperature outside, and the temperature for each of the 4 levels of the house. Is there a handy tool that allows me to have a bunch of wireless sensors that to together to log temperature data? I search Amazon and it seems the closest I can find to this is a 3 sensor system plus base station, which would be enough if I decided to ignore certain things that I would like to monitor, but it doesn't log.

I'm wondering if anyone has any ideas.

MN Renovator is offline   Reply With Quote
Old 12-16-19, 10:48 AM   #2
jjackstone
Helper EcoRenovator
 
Join Date: Mar 2009
Location: Sacramento,Ca
Posts: 88
Thanks: 5
Thanked 32 Times in 23 Posts
Default

You might try the RC airplane world. I know they have wireless telemetry sensors but not to what extent they could help.
JJ
jjackstone is offline   Reply With Quote
Old 12-20-19, 05:32 PM   #3
JRMichler
Apprentice EcoRenovator
 
Join Date: Apr 2012
Location: Phillips, WI
Posts: 109
Thanks: 10
Thanked 30 Times in 25 Posts
Default

Try this outfit: https://www.onsetcomp.com/products?f...bulary_14%3A54. They make quality products at a reasonable price.

A couple of us used some of their MX2001 and U20 water level and barometric pressure sensors for a research project last summer. They worked well.
JRMichler is offline   Reply With Quote
Old 12-21-19, 09:03 AM   #4
NiHaoMike
Supreme EcoRenovator
 
NiHaoMike's Avatar
 
Join Date: Oct 2008
Location: Austin, TX
Posts: 1,154
Thanks: 14
Thanked 257 Times in 241 Posts
Default

ESP8266 temperature sensor modules sending measurements to a Raspberry Pi.
__________________
To my surprise, shortly after Naomi Wu gave me a bit of fame for making good use of solar power, Allie Moore got really jealous of her...
NiHaoMike is offline   Reply With Quote
Old 12-22-19, 10:45 PM   #5
MN Renovator
Less usage=Cheaper bills
 
MN Renovator's Avatar
 
Join Date: Nov 2010
Location: Minneapolis, MN
Posts: 939
Thanks: 41
Thanked 116 Times in 90 Posts
Default

Quote:
Originally Posted by NiHaoMike View Post
ESP8266 temperature sensor modules sending measurements to a Raspberry Pi.
This looks like the level of functionality I was looking for. The price point is nice. I'm still trying to figure out all the pieces I'll need to get this working, but I think I'll figure it out. I'm looking at the instructables link and some of the spec sheet stuff and can feel my brain drooling a little bit. It seems like these Arduino and Rasberry Pi systems should be simple but I'm really going to need to dig into it to get my head around it all.
MN Renovator is offline   Reply With Quote
Old 12-24-19, 03:06 PM   #6
philb
Apprentice EcoRenovator
 
Join Date: Nov 2010
Location: Oklahoma City
Posts: 155
Thanks: 58
Thanked 17 Times in 14 Posts
Default

If you use an 8266 and an Arduino, chances are very good you can copy the code from the internet. Most sites will give you code and a wiring diagram for free.
philb is offline   Reply With Quote
Old 01-11-20, 12:15 AM   #7
Acuario
Apprentice EcoRenovator
 
Join Date: May 2011
Location: Tortosa, Spain
Posts: 221
Thanks: 2
Thanked 81 Times in 46 Posts
Default

Check out the dewpoint monitor I made https://ecorenovator.org/forum/showthread.php?t=5023 this uses UDP to communicate rather than MQTT so no need for a MQTT broker. I also use the same method using UDP to communicate with wireless thermostats.

Although I'm not logging (which is easy enough to add) I display all my sensors as individual web pages on a combined single page.


If you use the ESP8266 to log the data then just be aware that it has EEPROM memory so you can destroy the memory if you write to the same location too many times. It may be better to add SD card support and log your data there as there is better wear levelling support built in.

Let me know if you need any help.
Attached Thumbnails
Click image for larger version

Name:	sensors.jpg
Views:	931
Size:	20.2 KB
ID:	8801  

Last edited by Acuario; 01-11-20 at 12:44 AM.. Reason: Add picture
Acuario is offline   Reply With Quote
Old 02-28-20, 08:49 AM   #8
theCase
Lurking Renovator
 
Join Date: Dec 2019
Location: WI
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

While not "exactly" what you requested, this may work:

It's a small add-on board that reads four DS18B20 sensors, does all the nasty decoding, and provides a simple text file with the readings to a serial port (USB). This can handle 30' cable lengths and other versions have up to 8 sensors. Cost is around $40 with four sensors.

I'm using this with a Raspberry Pi to do logging at my cottage, then use a windows PC to grab the data and further massage it. Future plans are to use the Raspberry to control the boiler...

I've already "rolled my own", reading the DS sensors with the PI, but this is so, so much easier. Good luck!

https://www.ebay.com/itm/4-Channel-T...QAAOSw5VtaMpnY
theCase is offline   Reply With Quote
Old 02-28-20, 02:07 PM   #9
MN Renovator
Less usage=Cheaper bills
 
MN Renovator's Avatar
 
Join Date: Nov 2010
Location: Minneapolis, MN
Posts: 939
Thanks: 41
Thanked 116 Times in 90 Posts
Default

I originally wanted to do this to balance the HVAC airflow in my house, to monitor the temp rise of the furnace to replace the filter when airflow begins to drop, and to compare energy usage to the outdoor temperature. I've abandoned the project because the airflow balance isn't that critical or even that adjustable unfortunately. I can always pull nearby airport data to compare energy usage.

I already have a temperature sensor in the nearest vent to the furnace and it gives a rough idea of the temp rise after 20 minutes of furnace run time compared to the temperature on the thermostat. I replace the filter as soon as the temp rise is 5 degrees higher than it originally reads with a fresh one. It's interesting to see how the temp rise is almost always 75 degrees for three months or so and over the course of the final month it will creep up a couple of degrees and in the course of a week it will go from 80 degrees temp rise to 85 degrees suddenly. They free flow well and once they start to clog the remaining 'tiny holes' flow the rest of the air that the clogged holes can't and the filter flow rapidly diminishes.

MN Renovator is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 04:47 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Ad Management by RedTyger
Inactive Reminders By Icora Web Design