Re: [Owfs-developers] temperature control

2008-04-23 Thread Alessio Sangalli
Paul Alfille wrote: > For a couple of sensors, you may as well just monitor directly. You can Ok thanks. Have you seen my report about the cvs and DS2413? bye Alessio - This SF.net email is sponsored by the 2008 JavaOne(

Re: [Owfs-developers] temperature control

2008-04-23 Thread Paul Alfille
For a couple of sensors, you may as well just monitor directly. You can do more sophisticated temperature control that way as well (rate of change, etc) You will have to do temperature measurements in any case. The alarms only make sense if you have many non-parasitic sensors and do a simultaneous

[Owfs-developers] temperature control

2008-04-23 Thread Alessio Sangalli
Hi, in my embedded application I want to monitor a couple of temperature sensors and, when the value goes below a certain amount, switch on some heaters using a pin of the DS2413. Now: what would you use? A simple script that polls the sensors with owread and turn on/off the heaters with a owwrite