val2, val5, val10, a.s.o. do not work for t1
Posted: Mon Apr 27, 2015 2:20 pm
Using folowing tags:
results in upload of
The t1 sensor is a temp sensor only and is recognized twice in Meteobridge. Once as outdoor T#1 and once as Outdoor #1
As you can see
temp-act => t1 correct
temp-act => th1 novalue, which is correct as the sensor does not exist in real life
temp-val => t1 not available and its value is reporeted by th1
temp-val => th1 correct value of t1 but reported for a sensor that does not exist
I have no idea of this exist longer. At least two Meteobridge stations show this "error". I do not want to change the tag file of the user when this behaviour is temporary and removed shortly.
Maybe something to do with the Davis 6372 temp station with internaly a ISS look-alike board with a connector labeled temp/hum and a temp-only sensor
page three on http://www.davisnet.com/product_documen ... _06372.pdf
Wim
Code: Select all
th0temp-act.1:-- = [th0temp-act.1:--]
th0temp-val5.1:-- = [th0temp-val5.1:--]
t1temp-act.1:-- = [t1temp-act.1:--]
t1temp-val5.1:-- = [t1temp-val5.1:--]
th1temp-act.1:-- = [ht1temp-act.1:--]
th1temp-val5.1:-- = [th1temp-val5.1:--]
Code: Select all
th0temp-act.1:-- = 14.3
th0temp-val5.1:-- = 13.9
t1temp-act.1:-- = 22.8
t1temp-val5.1:-- = --
th1temp-act.1:-- = --
th1temp-val5.1:-- = 22.8
As you can see
temp-act => t1 correct
temp-act => th1 novalue, which is correct as the sensor does not exist in real life
temp-val => t1 not available and its value is reporeted by th1
temp-val => th1 correct value of t1 but reported for a sensor that does not exist
I have no idea of this exist longer. At least two Meteobridge stations show this "error". I do not want to change the tag file of the user when this behaviour is temporary and removed shortly.
Maybe something to do with the Davis 6372 temp station with internaly a ISS look-alike board with a connector labeled temp/hum and a temp-only sensor
page three on http://www.davisnet.com/product_documen ... _06372.pdf
Wim