Note that the capacitive type humidity sensor is only usable between 10 and 
90% - and add to that the age of Paul's device which is long over it's life 
cycle. All sensors tend to drift and I wouldn't bet on its accuracy any 
more. In any case, for the old sensor we shouldn't see values outside of 
that band, and even if we do it's pretty much useless per specs.

OTOH, temperature and humidity are independent metrics. There's only an 
indirect relation between them, influenced only by current weather 
conditions. (Like how a sunny day dries up most of the humidity in the air.)

On Monday, April 1, 2019 at 1:57:29 AM UTC+2, [email protected] wrote:
>
> Paul,
>
> This is what I have so far.
>
> I have created a table with the one-byte decimal data of the humidity. The 
> other byte, until now, always is 85, but it is likely some bits of the "85" 
> byte are used to extend the code.
> The question is which bytes?
>
> In the ideal situation we should have sampled data from 0 to 100% 
> humidity. Now we only have a small band: 54-67 % humidity.
>
> In the the attached plot file you can see that the temp has influence. 
> Currently I can't get MS Excel Analysis Tool Pack activated, so I got stuck 
> right now.
>
> Luc 
>
> code  Hum     Temp
> 21    65,2    54,2
> 21    65,3    54,3
> 20    65,4    54,3
> 22    65,1    54,3
> 24    64,8    54,4
> 22    64,9    54,4
> 22    65,1    54,4
> 20    65,5    54,4
> 20    65,4    54,4
> 19    65,5    54,4
> 19    65,6    54,4
> 24    64,7    54,4
> 24    64,6    54,5
> 19    65,6    54,5
> 19    65,6    54,6
> 20    65,7    54,7
> 21    65,8    54,8
> 21    65,8    54,8
> 22    65,9    54,8
> 22    65,9    54,9
> 22    66,0    55,1
> 23    66,0    55,3
> 23    66,0    55,4
> 24    66,0    55,5
> 49    64,2    55,7
> 44    64,6    55,7
> 45    64,6    55,7
> 46    64,6    55,7
> 47    64,5    55,7
> 49    64,4    55,7
> 49    64,4    55,7
> 49    64,3    55,7
> 49    64,3    55,7
> 24    66,1    55,7
> 42    64,7    55,7
> 49    64,1    55,8
> 41    64,6    55,8
> 49    64,0    55,8
> 24    66,1    55,9
> 40    64,6    56,0
> 50    63,8    56,0
> 39    64,6    56,0
> 51    63,7    56,1
> 38    64,5    56,1
> 51    63,6    56,1
> 24    66,1    56,2
> 58    63,1    56,2
> 59    63,1    56,2
> 37    64,5    56,2
> 52    63,4    56,2
> 25    66,0    56,3
> 33    65,0    56,3
> 35    64,7    56,3
> 36    64,7    56,3
> 36    64,6    56,3
> 36    64,5    56,3
> 53    63,3    56,3
> 54    63,2    56,3
> 55    63,1    56,3
> 55    63,1    56,3
> 56    63,1    56,3
> 57    63,1    56,3
> 34    65,1    56,3
> 33    65,0    56,3
> 62    63,1    56,3
> 34    65,1    56,3
> 34    64,8    56,3
> 25    66,0    56,4
> 35    65,2    56,4
> 25    65,9    56,4
> 25    65,8    56,4
> 25    65,8    56,4
> 25    65,8    56,4
> 25    65,8    56,4
> 25    65,7    56,4
> 26    65,7    56,4
> 26    65,6    56,4
> 29    65,5    56,4
> 30    65,5    56,4
> 30    65,5    56,4
> 31    65,5    56,4
> 32    65,5    56,4
> 32    65,5    56,4
> 33    65,5    56,4
> 34    65,4    56,4
> 35    65,4    56,4
> 35    65,3    56,4
> 35    65,3    56,4
> 34    64,9    56,4
> 66    62,9    56,4
> 27    65,6    56,4
> 28    65,5    56,5
> 71    62,9    56,5
> 27    65,6    56,5
> 28    65,6    56,5
> 74    62,8    56,6
> 77    62,8    56,7
> 75    62,7    56,9
> 75    62,6    57,0
> 75    62,5    57,1
> 73    62,4    57,2
> 74    62,3    57,4
> 76    62,3    57,6
> 76    62,1    57,8
> 81    62,0    58,1
> 84    61,6    58,8
> 86    61,2    59,4
> 89    60,6    60,0
> 100    60,6    60,2
> 91    60,4    60,2
> 106    60,7    60,3
> 93    60,5    60,3
> 96    60,5    60,3
> 90    60,4    60,3
> 114    60,5    60,6
> 117    60,4    61,0
> 116    60,1    61,6
> 114    59,8    62,2
> 115    59,4    62,6
> 120    59,1    63,0
> 118    59,2    63,1
> 119    58,9    63,2
> 115    58,9    63,5
> 121    58,5    64,1
> 120    58,1    64,7
> 121    57,6    65,3
> 117    57,0    65,7
> 109    56,4    65,8
> 104    56,5    65,8
> 116    56,7    65,9
> 97    56,4    66,3
> 85    56,2    66,7
> 89    56,1    66,9
> 92    56,1    66,9
>
>
>

Reply via email to