PDA

View Full Version : Raspberry Pi Temperature Monitor



scottr
04-01-2018, 10:54 AM
Not sure if anyone is interested, but I recently programmed a Raspberry Pi to monitor my Discus Breeding tanks and grow out tank temperatures. If anyone is interested let me know and I can post a tutorial. Total cost is about $50 for the hardware and there is some programming involved but I can post the code.

The temperatures can be accessed from a web browser from my local network. I can also remote into the Raspberry from work.

Next step is to have the Raspberry text me if the temperatures get +/- certain range of temperatures.

114797

Ranjadb6
04-01-2018, 02:18 PM
Hi Scott,
I am interested.Please post your tutorial.

Thanks

FischAutoTechGarten
04-01-2018, 10:28 PM
Nice work Scott. Did you use Python or are you trying out .NET Core for Rasberry Pi?

jawfish
04-02-2018, 07:26 AM
Very interesting...

Have thought about other parameters ?

Cheers
Fred

scottr
04-02-2018, 08:29 AM
Nice work Scott. Did you use Python or are you trying out .NET Core for Rasberry Pi?

It is part Python and part node-red.

scottr
04-02-2018, 08:29 AM
Very interesting...

Have thought about other parameters ?

Cheers
Fred

Yes I am starting to research what other sensors are available.

jawfish
04-02-2018, 10:58 AM
Cool...

I just bough myself an arduino kit with ph probe sensor and TDS sensor also.

Fred

FischAutoTechGarten
04-02-2018, 08:39 PM
If you have the money.... The Atlas-Scientific.com stuff is really nice.

Megalodon
04-02-2018, 09:13 PM
Yes I am starting to research what other sensors are available.

pH and TDS.

FischAutoTechGarten
04-05-2018, 07:43 PM
Cool...

I just bough myself an arduino kit with ph probe sensor and TDS sensor also.

Fred


Where did you get them? Can you share a link. Always interested in seeing what's available out there..

scottr
04-13-2018, 09:30 AM
Here a link to the Google Doc with the steps I used.. I am not a technical writer so if something does not make sense, let me know.

https://docs.google.com/document/d/1Vh88ewjoj1VrZFpHBxHzh6GLRjtXL1Q6SjKbNc4OgjI/edit?usp=sharing

Jack L
11-30-2018, 05:38 PM
Not sure if anyone is interested, but I recently programmed a Raspberry Pi to monitor my Discus Breeding tanks and grow out tank temperatures. If anyone is interested let me know and I can post a tutorial. Total cost is about $50 for the hardware and there is some programming involved but I can post the code.

The temperatures can be accessed from a web browser from my local network. I can also remote into the Raspberry from work.

Next step is to have the Raspberry text me if the temperatures get +/- certain range of temperatures.

114797

very cool, have you got the texting working? i lost a LOTTTT of fish due to temp spike.

Jack L
11-30-2018, 05:40 PM
i bought aduino chip and some buzzers to create alarm, but didnt get the project done.

aravind90chan
11-30-2018, 07:51 PM
Thanks a lot for the doc. I will use it to see if I can create an interface for my automatic water changer.