Getting weather information (from a thermometer and a hygrometer)
Posted
by
EKS
on Programmers
See other posts from Programmers
or by EKS
Published on 2011-06-06T23:30:28Z
Indexed on
2011/06/30
0:30 UTC
Read the original article
Hit count: 202
c#
|self-improvement
I have decided, as a arrogant geek, to build my own home ventilation and heating system, and will try to do this as my little project. I have always been annoyed with the lack of good ventilation systems at work, so I accept building my own is arrogant.
Does anyone know about a device I can interact with that allows me to get temperature and humidity that I can interact with using C#?
I cannot get it from the Internet because I need to get the humidity from my server "room", so I can control the dehumidifier there. Similar with temperature, outside is not that important. It would be a huge plus if the sensors had some sort of wireless access.
© Programmers or respective owner