Upload extraTemp1 to WUnderground

91 views
Skip to first unread message

Ed

unread,
Apr 23, 2017, 6:19:27 AM4/23/17
to weewx-user
Hi,

I need some help in this..

I'v the latest weewx version and a Davis vantage pro2 with a extraTemp1
Trying to upload it to wunderground, i don't see any data from this sensor.

If I change in restc.py
# 'soilTemp1' : "soiltempf=%.1f",
 'extraTemp1' : "soiltempf=%.1f",
The i see a unit (grCelsius) but not data on wunderground.com

What can i do else, please help.

Grz Ed

Thomas Keffer

unread,
Apr 23, 2017, 8:52:42 AM4/23/17
to weewx-user
According to their Upload Protocol, what you want is:

                'extraTemp1'    : 'temp2f=%.1f',

I have added this to the code base at commit fb7c3ae0.

-tk

--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

evm1000

unread,
Apr 23, 2017, 9:07:36 AM4/23/17
to weewx...@googlegroups.com
Tnx for the reply.

I'v test it but no sensor or data in wunderground
UV:--
Solar: --
Soil Moisture: --
Soil Temp: --
Leaf Wetness: --

In my test i'v had:
UV:--
Solar: --
Soil Moisture: --
Soil Temp:
°C
Leaf Wetness: --

(i see/found only Soil Temp no Extra Temp in WU)

Op 23-4-2017 14:52:43, Thomas Keffer <tke...@gmail.com> schreef:

You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/jUucXbjShdM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

evm1000

unread,
Apr 23, 2017, 9:37:40 AM4/23/17
to weewx...@googlegroups.com
Same issue from the wxforum..

I'v seen one WU station WITH soil temp data.

That's why i'v tried the tied to change my extratemp1 to soiltemp..

Ed

Op 23-4-2017 14:52:43, Thomas Keffer <tke...@gmail.com> schreef:

According to their Upload Protocol, what you want is:
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/jUucXbjShdM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

Thomas Keffer

unread,
Apr 23, 2017, 9:47:29 AM4/23/17
to weewx-user
You would have to ask Wunderground. All we can do is send the data. 

For my own station, KORHOODR3, extraTemp1 does not appear, but I do see UV and solar radiation.

-tk

To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

evm1000

unread,
Apr 23, 2017, 9:53:07 AM4/23/17
to weewx...@googlegroups.com
Eh that's useless, there's nobody home....

Your station have Soil Moisture: 73.0 no Soil Temp?

Is there's a way to log the exact data sending to WU?

Ed

Op 23-4-2017 15:47:30, Thomas Keffer <tke...@gmail.com> schreef:

To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

Thomas Keffer

unread,
Apr 23, 2017, 10:08:41 AM4/23/17
to weewx-user
My station has only extraTemp1, which I have never seen on the Weather Underground. 

I do not have a soil moisture sensor. Are you saying that you see soil moisture on my station?

-tk

evm1000

unread,
Apr 23, 2017, 10:12:07 AM4/23/17
to weewx...@googlegroups.com
Yes, that's strange.

Op 23-4-2017 16:08:42, Thomas Keffer <tke...@gmail.com> schreef:

To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

Thomas Keffer

unread,
Apr 23, 2017, 10:19:16 AM4/23/17
to weewx-user
Yes, I see it now. Well, I don't own a soil moisture meter! 

I do own an extra temperature sensor, but it should be reading about 51F now, not 74.

I have learned the hard way that the WU is full of bugs and to just live with them. There is seldom a workaround.

-tk

evm1000

unread,
Apr 23, 2017, 10:23:23 AM4/23/17
to weewx...@googlegroups.com
Sorry i found this bug...

So you have the same wx station setup as me..

Why your's have 51F and mine --°C ?

Maybe something with unit's (convert)?

Op 23-4-2017 16:19:17, Thomas Keffer <tke...@gmail.com> schreef:

To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

Thomas Keffer

unread,
Apr 23, 2017, 10:32:03 AM4/23/17
to weewx-user
Why your's have 51F and mine --°C ?


​I have learned not to spend too much time figuring out why the WU does what it does.
Maybe something with unit's (convert)?

​I don't think so. The module restx.py sends everything to WU in US units​, even if the database is in metric. US Units is what the WU expects.

I don't know how they turn an extra temperature of 51F into the number 82.

However, until they fix this, I don't see the point of adding this extra capability to restx.py. It will just create more problems. I am taking the commit back out.

-tk



evm1000

unread,
Apr 23, 2017, 10:35:27 AM4/23/17
to weewx...@googlegroups.com
Ok Tom, tnx!

I'll set my rest file as i have done for the first time.
And we wait for ever..

Ed.

Op 23-4-2017 16:32:03, Thomas Keffer <tke...@gmail.com> schreef:

evm1000

unread,
Apr 28, 2017, 1:17:01 AM4/28/17
to weewx...@googlegroups.com
Update..

WU has a bug, with F soiltemp works, C not.

They gona fix it.

Ed

Op 23-4-2017 16:32:03, Thomas Keffer <tke...@gmail.com> schreef:

Why your's have 51F and mine --°C ?

Thomas Keffer

unread,
Apr 28, 2017, 8:26:48 AM4/28/17
to weewx-user
Glad to hear that, but just to be clear, the HTTP posts done by the weewx WU uploader always uses Fahrenheit, never Celsius. 

To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.

evm1000

unread,
Apr 28, 2017, 9:55:25 AM4/28/17
to weewx...@googlegroups.com
Yes, i know :-)

I'm using this:  'extraTemp1' : "soiltempf=%.1f",
But it seemed not with ##.# (decimals) ?

I'v looked with tcpdump and there's also a zero after the .dot

Ed

Op 28-4-2017 14:26:49, Thomas Keffer <tke...@gmail.com> schreef:

To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages