Tell me more ×
Home Improvement Stack Exchange is a question and answer site for contractors and serious DIYers. It's 100% free, no registration required.

I'd like to monitor and log temperature on few locations in my home. Wireless monitoring with normal consumer batteries etc would be preferable for the sensors. I have an Mac OSX server running at my home where I could log the temperatures and browse the data. I live in Finland, so something that's too specific for the US will not work.

Do you have any good suggestions or experiences on what wireless temperature sensors and system to use? I'd prefer something cheap but not too DIY as this thing is just a novelty for me.

share|improve this question

4 Answers

One option is using Arduino based microcontroller. I recommend JeeNode for integrated wireless.

For basic one "server" plus one remote sensor you need two JeeNodes, USB adapter, temperature sensor and battery, all for around 55 €. You need to know how to solder electronic components and program in C. Each additional sensor would cost about 20 €.

Here is example project for temperature sensor using Arduino (will work on JeeNode as well). You have to add wireless code as well, starting with this skeleton.

So, not so cheap and certainly pretty advanced DIY. ;-)

share|improve this answer
Heh, thanks. I think it's a bit too much DIY for now. – Mikko Tapionlinna Oct 10 '12 at 11:24

The documentation for the logging software thermd contains extensive notes about the supported devices, as well as a comparison in terms of cost and functionality.

share|improve this answer

There is a "How to" to develop your own low-cost temperature monitoring at the blogspot - http://lowcostsystem.blogspot.com

share|improve this answer

This is a solution I found after I asked the question myself. I have not yet tested it, but it looks promising. I will not accept this as an answer unless I actually find this one to work. I just wanted to add it here for it might give ideas for someone else wondering the same question.

Basicly the plan goes like this:

  1. Get an radio tranceiver (transmitter and receiver) from: http://www.telldus.com/products/tellstick_duo
  2. Get a wireless temperature sensor (or maybe even multiple) something like this: http://www.clasohlson.com/fi/Lis%C3%A4anturi/Pr361797000 (check from the telldus forums that it works)

If anyone else has experience with this approach, I'd love to hear about it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.