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

All about the standard Meteobridge devices based on mobile routers from TP-Link, D-Link, ASUS

Moderator: Mattk

Post Reply
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 606
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

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

Post 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
Attachments
meteobridge_temp.jpg
meteobridge_temp.jpg (68.24 KiB) Viewed 1751 times
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7874
Joined: Mon Oct 01, 2007 10:51 pm

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

Post 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.
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 606
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

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

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