Question:
Just curious if anyone has been using the 1-Wire sensors for monitoring their collector temps via the PC? The 1-Wire system is a neat simple setup that allows you to connect multiple sensors along a single cable run. You can get a variety of sensors but the temp ones are simplest. They also have USB and Serial adapters to allow easy connection to PC. I got a couple free samples of the temp sensors and a USB adapter from Dallas Semiconductors. You can learn more about it here: http://www.maxim-ic.com/1-Wire.cfm Lots of folks use these for weather stations as you can buy full weather monitoring kits. I’m hoping to come up with just a simple logging program to track the in/out temps of my collector and log them to a website to database.
Response:
>..The 1-Wire system is a neat simple setup that allows you to connect multiple >sensors along a single cable run…. >I’m hoping to come up with just a simple logging program to track the in/out >temps of my collector and log them to a website to database.
Check the maximum safe temperature for those sensors and then figure what the maximum temperature might be in your collector in summer time during a power failure so no air is circulating. You might find that the stagnation temperature of the collector will "cook" your solid-state electronics, particularly if the collector is double-glazed. -Robert Scott Ypsilanti, Michigan
Response:
Hence why I am planning to read the in and out temps, not collector temp. Plus I plan to cover my collector in summer to avoid extreme temps when not in use. DS1820 Operating Temperature Range -55C to +125C
– Hide quoted text — Show quoted text ->..The 1-Wire system is a neat simple setup that allows you to connect >multiple >sensors along a single cable run…. >I’m hoping to come up with just a simple logging program to track the >in/out >temps of my collector and log them to a website to database. > Check the maximum safe temperature for those sensors and then figure > what the maximum temperature might be in your collector in summer time > during a power failure so no air is circulating. You might find that > the stagnation temperature of the collector will "cook" your > solid-state electronics, particularly if the collector is > double-glazed. > -Robert Scott > Ypsilanti, Michigan
Response:
– Hide quoted text — Show quoted text -> Just curious if anyone has been using the 1-Wire sensors for monitoring > their collector temps via the PC? > The 1-Wire system is a neat simple setup that allows you to connect > multiple sensors along a single cable run. You can get a variety of > sensors but the temp ones are simplest. They also have USB and Serial > adapters to allow easy connection to PC. > I got a couple free samples of the temp sensors and a USB adapter from > Dallas Semiconductors. You can learn more about it here: > http://www.maxim-ic.com/1-Wire.cfm > Lots of folks use these for weather stations as you can buy full weather > monitoring kits. > I’m hoping to come up with just a simple logging program to track the > in/out temps of my collector and log them to a website to database.
Not on solar collectors, but I do have several installed in/around the house monitoring other things. Attic/eaves temperatures, forced-air furnace supply/return, outdoors, GFX heat-exchanger performance to name a few. They also make sensors for monitoring simple analog voltages so if you are handy with a soldering iron and can ‘home-brew’ sensors of another type, it makes interfacing to a computer pretty easy. I use a Linux system to monitor them. A USB interface and the Debian installation with USB driver available from Dallas’s software developer area. My setup samples the devices about once a second, but uses a data compression routine known as ’swinging door’ to avoid repeatedly storing the same temperature over and over. This makes for good reproduction of the temperature profile with minimal amount of storage. When I get ‘curious’ about it, I transfer the files over to Windows XP and analyze/plot them using Excel. daestrom – Hide quoted text — Show quoted text –
Response:
- Hide quoted text — Show quoted text ->Just curious if anyone has been using the 1-Wire sensors for monitoring >their collector temps via the PC? >The 1-Wire system is a neat simple setup that allows you to connect >multiple sensors along a single cable run. You can get a variety of >sensors but the temp ones are simplest. They also have USB and Serial >adapters to allow easy connection to PC. >I got a couple free samples of the temp sensors and a USB adapter from >Dallas Semiconductors. You can learn more about it here: >http://www.maxim-ic.com/1-Wire.cfm >Lots of folks use these for weather stations as you can buy full weather >monitoring kits. >I’m hoping to come up with just a simple logging program to track the >in/out temps of my collector and log them to a website to database. > Not on solar collectors, but I do have several installed in/around the house > monitoring other things. Attic/eaves temperatures, forced-air furnace > supply/return, outdoors, GFX heat-exchanger performance to name a few. > They also make sensors for monitoring simple analog voltages so if you are > handy with a soldering iron and can ‘home-brew’ sensors of another type, it > makes interfacing to a computer pretty easy. > I use a Linux system to monitor them. A USB interface and the Debian > installation with USB driver available from Dallas’s software developer > area. My setup samples the devices about once a second, but uses a data > compression routine known as ’swinging door’ to avoid repeatedly storing the > same temperature over and over. This makes for good reproduction of the > temperature profile with minimal amount of storage. When I get ‘curious’ > about it, I transfer the files over to Windows XP and analyze/plot them > using Excel. > daestrom
Hi, For those of us who are not that good with a soldering iron, I just would like put in a good word for the Onset Computer data loggers and sensors. I now have two of their 4 channel loggers and 8 or so sensors. On the plus side: – they are dead easy to use – good accuracy (1/4F over most of range) – fairly wide variety of sensors – no computer needed during logging (just for launch and readout) – good software to look at the data On the not so good side: – kind of expensive (especially the software) ($90 for 4 channel logger, $30 per temp sensor, $90 for software — cheap by "professional" data logger standards, but still kind of pricy) I had one of the loggers in a solar poly space for a couple weeks while we were away. The neighboors dog chewed an entrance into the sunspace (nice and warm). She chewed through the sensor cables, and left the data logger sitting in a puddle of melting snow for at least a week. When I got back, I dried it out with a hair dryer, and spliced the wires back together, and its good as new. LabJack also offers an interesting logger. Gary — Gary www.BuildItSolar.com "Build It Yourself" Solar Projects —-== Posted via Newsfeeds.Com – Unlimited-Unrestricted-Secure Usenet News==—- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups —-= East and West-Coast Server Farms – Total Privacy via Encryption =—-
Response:
Gary, for basic temp monitoring, the 1-wire is dead easy. The temp sensor connects with 2 wires and you can use standard RJ11 phone wire to connect it to the serial/usb adapter. If you can connect 2 wires then you can do it. All the sensors can run on a single cable, they all work in parallel as each has a unique ID on the network. You can also buy the sensors pre assembled and just connect them with a phone cable. Can also buy full weather kits. Few links: http://www.hobby-boards.com/catalog/main_page.php Lots of good info here on what it is, how it works, etc. http://www.aagelectronica.com/aag/index.html?target=p_1.html&lang=en-us http://www.digitemp.com/documentation.shtml http://www.maxim-ic.com/products/ibutton/
– Hide quoted text — Show quoted text ->>Just curious if anyone has been using the 1-Wire sensors for monitoring >>their collector temps via the PC? >>The 1-Wire system is a neat simple setup that allows you to connect >>multiple sensors along a single cable run. You can get a variety of >>sensors but the temp ones are simplest. They also have USB and Serial >>adapters to allow easy connection to PC. >>I got a couple free samples of the temp sensors and a USB adapter from >>Dallas Semiconductors. You can learn more about it here: >>http://www.maxim-ic.com/1-Wire.cfm >>Lots of folks use these for weather stations as you can buy full weather >>monitoring kits. >>I’m hoping to come up with just a simple logging program to track the >>in/out temps of my collector and log them to a website to database. > Not on solar collectors, but I do have several installed in/around the > house monitoring other things. Attic/eaves temperatures, forced-air > furnace supply/return, outdoors, GFX heat-exchanger performance to name a > few. > They also make sensors for monitoring simple analog voltages so if you > are handy with a soldering iron and can ‘home-brew’ sensors of another > type, it makes interfacing to a computer pretty easy. > I use a Linux system to monitor them. A USB interface and the Debian > installation with USB driver available from Dallas’s software developer > area. My setup samples the devices about once a second, but uses a data > compression routine known as ’swinging door’ to avoid repeatedly storing > the same temperature over and over. This makes for good reproduction of > the temperature profile with minimal amount of storage. When I get > ‘curious’ about it, I transfer the files over to Windows XP and > analyze/plot them using Excel. > daestrom > Hi, > For those of us who are not that good with a soldering iron, I just > would like put in a good word for the Onset Computer data loggers and > sensors. > I now have two of their 4 channel loggers and 8 or so sensors. > On the plus side: > – they are dead easy to use > – good accuracy (1/4F over most of range) > – fairly wide variety of sensors > – no computer needed during logging (just for launch and readout) > – good software to look at the data > On the not so good side: > – kind of expensive (especially the software) > ($90 for 4 channel logger, $30 per temp sensor, $90 for software — > cheap by "professional" data logger standards, but still kind of pricy) > I had one of the loggers in a solar poly space for a couple weeks while > we were away. The neighboors dog chewed an entrance into the > sunspace (nice and warm). She chewed through the sensor cables, and left > the data logger sitting > in a puddle of melting snow for at least a week. When I got back, I dried > it out > with a hair dryer, and spliced the wires back together, and its good as > new. > LabJack also offers an interesting logger. > Gary > — > Gary > www.BuildItSolar.com > "Build It Yourself" Solar Projects > —-== Posted via Newsfeeds.Com – Unlimited-Unrestricted-Secure Usenet > News==—- > http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ > Newsgroups > —-= East and West-Coast Server Farms – Total Privacy via Encryption > =—-
Response:
> Gary, for basic temp monitoring, the 1-wire is dead easy. The temp sensor > connects with 2 wires and you can use standard RJ11 phone wire to connect it > to the serial/usb adapter. If you can connect 2 wires then you can do it.
Sounds like it might be in my skill set
Do you know of any descent data plotting software for the one-wire stuff? On the snow reflection, if the collector is near vertical, you definitely get a gain from snow reflection. I think that Nick has referenced an ASHRAE method to calculate it, but I think its of the order of 15%. A nice free bonus, and even nicer that it mostly goes away in the summer when you don’t want it. Gary – Hide quoted text — Show quoted text -> All the sensors can run on a single cable, they all work in parallel as each > has a unique ID on the network. > You can also buy the sensors pre assembled and just connect them with a > phone cable. > Can also buy full weather kits. > Few links: > http://www.hobby-boards.com/catalog/main_page.php > Lots of good info here on what it is, how it works, etc. > http://www.aagelectronica.com/aag/index.html?target=p_1.html&lang=en-us > http://www.digitemp.com/documentation.shtml > http://www.maxim-ic.com/products/ibutton/ >>>Just curious if anyone has been using the 1-Wire sensors for monitoring >>>their collector temps via the PC? >>>The 1-Wire system is a neat simple setup that allows you to connect >>>multiple sensors along a single cable run. You can get a variety of >>>sensors but the temp ones are simplest. They also have USB and Serial >>>adapters to allow easy connection to PC. >>>I got a couple free samples of the temp sensors and a USB adapter from >>>Dallas Semiconductors. You can learn more about it here: >>>http://www.maxim-ic.com/1-Wire.cfm >>>Lots of folks use these for weather stations as you can buy full weather >>>monitoring kits. >>>I’m hoping to come up with just a simple logging program to track the >>>in/out temps of my collector and log them to a website to database. >>Not on solar collectors, but I do have several installed in/around the >>house monitoring other things. Attic/eaves temperatures, forced-air >>furnace supply/return, outdoors, GFX heat-exchanger performance to name a >>few. >>They also make sensors for monitoring simple analog voltages so if you >>are handy with a soldering iron and can ‘home-brew’ sensors of another >>type, it makes interfacing to a computer pretty easy. >>I use a Linux system to monitor them. A USB interface and the Debian >>installation with USB driver available from Dallas’s software developer >>area. My setup samples the devices about once a second, but uses a data >>compression routine known as ’swinging door’ to avoid repeatedly storing >>the same temperature over and over. This makes for good reproduction of >>the temperature profile with minimal amount of storage. When I get >>’curious’ about it, I transfer the files over to Windows XP and >>analyze/plot them using Excel. >>daestrom >Hi, >For those of us who are not that good with a soldering iron, I just >would like put in a good word for the Onset Computer data loggers and >sensors. >I now have two of their 4 channel loggers and 8 or so sensors. >On the plus side: >- they are dead easy to use >- good accuracy (1/4F over most of range) >- fairly wide variety of sensors >- no computer needed during logging (just for launch and readout) >- good software to look at the data >On the not so good side: >- kind of expensive (especially the software) > ($90 for 4 channel logger, $30 per temp sensor, $90 for software — > cheap by "professional" data logger standards, but still kind of pricy) >I had one of the loggers in a solar poly space for a couple weeks while >we were away. The neighboors dog chewed an entrance into the >sunspace (nice and warm). She chewed through the sensor cables, and left >the data logger sitting >in a puddle of melting snow for at least a week. When I got back, I dried >it out >with a hair dryer, and spliced the wires back together, and its good as >new. >LabJack also offers an interesting logger. >Gary >– >Gary >www.BuildItSolar.com >"Build It Yourself" Solar Projects >—-== Posted via Newsfeeds.Com – Unlimited-Unrestricted-Secure Usenet >News==—- >http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ >Newsgroups >—-= East and West-Coast Server Farms – Total Privacy via Encryption >=—-
– Gary www.BuildItSolar.com "Build It Yourself" Solar Projects —-== Posted via Newsfeeds.Com – Unlimited-Unrestricted-Secure Usenet News==—- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups —-= East and West-Coast Server Farms – Total Privacy via Encryption =—-
Response:
There is a .NET object to reference to get that data, from there you can do anything you want with it in VB.NET I have charting controls but not freeware. Not sure if there is any good free plotting controls offhand. There are some complete applications however for handling 1-wrie.
– Hide quoted text — Show quoted text -> Gary, for basic temp monitoring, the 1-wire is dead easy. The temp > sensor connects with 2 wires and you can use standard RJ11 phone wire to > connect it to the serial/usb adapter. If you can connect 2 wires then > you can do it. > Sounds like it might be in my skill set
> Do you know of any descent data plotting software for the one-wire stuff? > On the snow reflection, if the collector is near vertical, you definitely > get > a gain from snow reflection. I think that Nick has referenced an ASHRAE > method to > calculate it, but I think its of the order of 15%. A nice free bonus, and > even > nicer that it mostly goes away in the summer when you don’t want it. > Gary > All the sensors can run on a single cable, they all work in parallel as > each has a unique ID on the network. > You can also buy the sensors pre assembled and just connect them with a > phone cable. > Can also buy full weather kits. > Few links: > http://www.hobby-boards.com/catalog/main_page.php > Lots of good info here on what it is, how it works, etc. > http://www.aagelectronica.com/aag/index.html?target=p_1.html&lang=en-us > http://www.digitemp.com/documentation.shtml > http://www.maxim-ic.com/products/ibutton/ >>>>Just curious if anyone has been using the 1-Wire sensors for monitoring >>>>their collector temps via the PC? >>>>The 1-Wire system is a neat simple setup that allows you to connect >>>>multiple sensors along a single cable run. You can get a variety of >>>>sensors but the temp ones are simplest. They also have USB and Serial >>>>adapters to allow easy connection to PC. >>>>I got a couple free samples of the temp sensors and a USB adapter from >>>>Dallas Semiconductors. You can learn more about it here: >>>>http://www.maxim-ic.com/1-Wire.cfm >>>>Lots of folks use these for weather stations as you can buy full >>>>weather monitoring kits. >>>>I’m hoping to come up with just a simple logging program to track the >>>>in/out temps of my collector and log them to a website to database. >>>Not on solar collectors, but I do have several installed in/around the >>>house monitoring other things. Attic/eaves temperatures, forced-air >>>furnace supply/return, outdoors, GFX heat-exchanger performance to name >>>a few. >>>They also make sensors for monitoring simple analog voltages so if you >>>are handy with a soldering iron and can ‘home-brew’ sensors of another >>>type, it makes interfacing to a computer pretty easy. >>>I use a Linux system to monitor them. A USB interface and the Debian >>>installation with USB driver available from Dallas’s software developer >>>area. My setup samples the devices about once a second, but uses a data >>>compression routine known as ’swinging door’ to avoid repeatedly storing >>>the same temperature over and over. This makes for good reproduction of >>>the temperature profile with minimal amount of storage. When I get >>>’curious’ about it, I transfer the files over to Windows XP and >>>analyze/plot them using Excel. >>>daestrom >>Hi, >>For those of us who are not that good with a soldering iron, I just >>would like put in a good word for the Onset Computer data loggers and >>sensors. >>I now have two of their 4 channel loggers and 8 or so sensors. >>On the plus side: >>- they are dead easy to use >>- good accuracy (1/4F over most of range) >>- fairly wide variety of sensors >>- no computer needed during logging (just for launch and readout) >>- good software to look at the data >>On the not so good side: >>- kind of expensive (especially the software) >> ($90 for 4 channel logger, $30 per temp sensor, $90 for software — >> cheap by "professional" data logger standards, but still kind of >> pricy) >>I had one of the loggers in a solar poly space for a couple weeks while >>we were away. The neighboors dog chewed an entrance into the >>sunspace (nice and warm). She chewed through the sensor cables, and left >>the data logger sitting >>in a puddle of melting snow for at least a week. When I got back, I >>dried it out >>with a hair dryer, and spliced the wires back together, and its good as >>new. >>LabJack also offers an interesting logger. >>Gary >>– >>Gary >>www.BuildItSolar.com >>"Build It Yourself" Solar Projects >>—-== Posted via Newsfeeds.Com – Unlimited-Unrestricted-Secure Usenet >>News==—- >>http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ >>Newsgroups >>—-= East and West-Coast Server Farms – Total Privacy via Encryption >>=—- > — > Gary > www.BuildItSolar.com > "Build It Yourself" Solar Projects > —-== Posted via Newsfeeds.Com – Unlimited-Unrestricted-Secure Usenet > News==—- > http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ > Newsgroups > —-= East and West-Coast Server Farms – Total Privacy via Encryption > =—-
Posted in