You would have to ask Wunderground. All we can do is send the data. For my own station, KORHOODR3 <https://www.wunderground.com/personal-weather-station/dashboard?ID=KORHOODR3>, extraTemp1 does not appear, but I do see UV and solar radiation.
-tk On Sun, Apr 23, 2017 at 6:37 AM, evm1000 <[email protected]> wrote: > Same issue from the wxforum.. > http://www.wxforum.net/index.php?topic=25485.0 > > 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 <[email protected]> schreef: > According to their Upload Protocol > <http://wiki.wunderground.com/index.php/PWS_-_Upload_Protocol>, what you > want is: > > 'extraTemp1' : 'temp2f=%.1f', > > I have added this to the code base at commit fb7c3ae0 > <https://github.com/weewx/weewx/commit/fb7c3ae0451f575e00af0d170bba7c2650465583> > . > > -tk > > On Sun, Apr 23, 2017 at 3:19 AM, Ed <[email protected]> wrote: > >> 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 >> >> -- >> 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 [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 > [email protected]. > 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
