Home Environmental Monitioring
Mister Ed
Posts: 2
I am BRAND NEW to Stamps and Parallax.
Goal:
Develop PC-based home environmental monitoring system.
Typical Inputs desired: room temp/humidity; radiant floor heating temps and zone circulation pump(s) run status at supply/return manifolds; hot water heater; current draw at elec distribution panel; Outside air temp/humidity
What modules/sensors would best serve this type of application? Any canned software I could modify and run with?
Has someone else done something similiar? No need to reinvent the wheel.
Any leads or suggestions are welcome,
Ed
Goal:
Develop PC-based home environmental monitoring system.
Typical Inputs desired: room temp/humidity; radiant floor heating temps and zone circulation pump(s) run status at supply/return manifolds; hot water heater; current draw at elec distribution panel; Outside air temp/humidity
What modules/sensors would best serve this type of application? Any canned software I could modify and run with?
Has someone else done something similiar? No need to reinvent the wheel.
Any leads or suggestions are welcome,
Ed
Comments
Just a thought.
There are lot's of sensors that you can shop right on this site. There are also similar sensor boards/kits at other sites. I get a lot of parts from parallax, but they are not an exclusive source. But do check out their sensors offering.
Mister Ed said: Has someone else done something similiar? No need to reinvent the wheel.
The great thing about the sensors offered here is that they come with driver samples (how to drive/read the sensor). So that wheel is already handled, but the last wheel will be put on by you. Because you get to develop a custom system that exactly meets your need and/or budget. Also, if you look carefully at the language/object specification you can find some "standard inteface technology samples" such as One-Wire or SPI bus. With these options, you can broaken your search of sensor options to include those interface types. If you purchase products from other parties that support those same interfacse, then you can also keep most of the driver code left in the examples. The only item you may need to recast is the actual interface card command codes. (usually may man changing string from "Abc" to "other") and then it JUST WORKS.
Take your time. Make choices about processor. Make one thing work. Make it then work well. Then make it work correctly. Then move to next and repeat. Before you know it, you have a completely just-what-you-want device with the additional pride that you BUILT IT YOURSELF.
Make sure your project planning accounts for the realities of the current holiday season.
Merry Christmas!
Happy New Year!
Always TinkerAlot and you will LearnAlot!
There use to be something called the HCS which was a home control system designed by the founders of an electronics magazine called the circuitcellar.
www.circuitcellar.com/
Old info on the HCS can be found at...
www.cc-concepts.com/hcsii/
hope that helps...
-dan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Arguing with myself--sometimes me, myself, and I don't always agree.
(Former) Caterpillar product support technician
Accuracy is not critical. Plus or minus 1 or 2 degrees. I just want to know the basic temps of my heating system and the status of the circ pumps.
Ed