12-15-19, 04:17 PM | #1 |
Less usage=Cheaper bills
Join Date: Nov 2010
Location: Minneapolis, MN
Posts: 940
Thanks: 41
Thanked 117 Times in 91 Posts
|
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. |
12-16-19, 11:48 AM | #2 |
Helper EcoRenovator
Join Date: Mar 2009
Location: Sacramento,Ca
Posts: 88
Thanks: 5
Thanked 32 Times in 23 Posts
|
You might try the RC airplane world. I know they have wireless telemetry sensors but not to what extent they could help.
JJ |
12-20-19, 06:32 PM | #3 |
Apprentice EcoRenovator
Join Date: Apr 2012
Location: Phillips, WI
Posts: 109
Thanks: 10
Thanked 30 Times in 25 Posts
|
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. |
12-21-19, 10:03 AM | #4 |
Supreme EcoRenovator
Join Date: Oct 2008
Location: Austin, TX
Posts: 1,154
Thanks: 14
Thanked 257 Times in 241 Posts
|
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... |
12-22-19, 11:45 PM | #5 |
Less usage=Cheaper bills
Join Date: Nov 2010
Location: Minneapolis, MN
Posts: 940
Thanks: 41
Thanked 117 Times in 91 Posts
|
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.
|
12-24-19, 04:06 PM | #6 |
Apprentice EcoRenovator
Join Date: Nov 2010
Location: Oklahoma City
Posts: 155
Thanks: 58
Thanked 17 Times in 14 Posts
|
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.
|
01-11-20, 01:15 AM | #7 |
Apprentice EcoRenovator
Join Date: May 2011
Location: Tortosa, Spain
Posts: 221
Thanks: 2
Thanked 81 Times in 46 Posts
|
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. Last edited by Acuario; 01-11-20 at 01:44 AM.. Reason: Add picture |
02-28-20, 09:49 AM | #8 |
Lurking Renovator
Join Date: Dec 2019
Location: WI
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
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 |
02-28-20, 03:07 PM | #9 |
Less usage=Cheaper bills
Join Date: Nov 2010
Location: Minneapolis, MN
Posts: 940
Thanks: 41
Thanked 117 Times in 91 Posts
|
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. |
|
|