Page 1 of 1

val2, val5, val10, a.s.o. do not work for t1

Posted: Mon Apr 27, 2015 2:20 pm
by wvdkuil
Using folowing tags:

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:--]
results in upload of

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
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

Re: val2, val5, val10, a.s.o. do not work for t1

Posted: Tue Apr 28, 2015 12:40 am
by admin
Looks like there is a typo "[ht1temp-act.1:--]" that prevents from actual data being shown.

"[t1temp-val5.1:--]" does not show data data from the past as only sensors with ID "0" are handled
that way (to keep storage demands in tight bounds). I will add sensors with ID "1" with next update as well.

Re: val2, val5, val10, a.s.o. do not work for t1

Posted: Tue Apr 28, 2015 8:12 am
by wvdkuil
admin wrote:Looks like there is a typo "[ht1temp-act.1:--]" that prevents from actual data being shown.

"[t1temp-val5.1:--]" does not show data data from the past as only sensors with ID "0" are handled
that way (to keep storage demands in tight bounds). I will add sensors with ID "1" with next update as well.
Thank you VERY much, this will solve it once and for all.

Sorry for the typo, I did not want to publish part of the tags file as that contains far to much text, so I copied and pasted and typed with square fingers,

Wim