I noticed that the batteries of my rooms nodes with DS18B20 get drained in a week or so. I was surprised because in the december blogs on power optimization the average measured current drawn was found to be less than 0.1 mA.
I measured the current drawn of the most recent rooms sketch with my multimeter and found a seemingly constant 15mA draw. This was with #define SHT1X 0 because I have the DS18B20 instead of the SHT11. Then I changed this back to 1 (even though I don't have the SHT11) because the 0.1mA was measured in a setup with the SHT11. Now I saw the measured current alternating between 0.1 and 15mA.
So I was wondering wether the low-power consumption is only achieved with the SHT1X configuration or that I have overlooked something here. Does anyone else also have a similar experience with the DS18B20 rooms configuration ?
