OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Weather info not consistent between OS and Wunderground
- This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago by Samer.
-
AuthorPosts
-
June 18, 2015 at 2:27 am #38514
WokkeltjeParticipantI have a strange behaviour, the Wunderground site is pretty correct with the weather info, but in my OS I can’t find any link between the data I see in the console and the info I see on Wunderground.
Today it rained about 7mm according to Wunderground, what is almost correct, but my OS tells me no rain is fallen.
Also temp and humidity look different.See atttached images.
I also attached my config.
{“programs”:{“nprogs”:1,”nboards”:1,”mnp”:13,”mnst”:4,”pnsize”:12,”pd”:[[67,127,0,[360,1260,-1,-1],[2100,0,0,0,0,0,0,0],”Program 1″]]},”stations”:{“masop”:[255],”ignore_rain”:[0],”masop2″:[0],”stn_dis”:[254],”rfstn”:[0],”stn_seq”:[255],”snames”:[“Valve 1″,”S02″,”S03″,”S04″,”S05″,”S06″,”S07″,”S08″],”maxlen”:16},”options”:{“fwv”:215,”tz”:56,”ntp”:1,”dhcp”:1,”ip1″:0,”ip2″:0,”ip3″:0,”ip4″:0,”gw1″:0,”gw2″:0,”gw3″:0,”gw4″:0,”hp0″:144,”hp1″:31,”hwv”:64,”ext”:0,”sdt”:0,”mas”:0,”mton”:0,”mtof”:0,”urs”:0,”rso”:1,”wl”:57,”den”:1,”ipas”:0,”devid”:0,”con”:110,”lit”:100,”dim”:15,”uwt”:1,”ntp1″:192,”ntp2″:168,”ntp3″:1,”ntp4″:100,”lg”:1,”mas2″:0,”mton2″:0,”mtof2″:0,”fwm”:1,”reset”:0,”dexp”:-1,”mexp”:5,”hwt”:172},”status”:[0,0,0,0,0,0,0,0],”settings”:{“devt”:1434619635,”nbrd”:1,”en”:1,”rd”:1,”rs”:0,”rdst”:1434684002,”loc”:”pws:IVLAAMSG160″,”wtkey”:”410dbabb84ff1b75″,”sunrise”:331,”sunset”:1325,”eip”:2147483647,”lwc”:1434618956,”lswc”:1434618957,”lrun”:[0,1,1197,1434608398],”sbits”:[0,0],”ps”:[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0]],”wto”:{“h”:0,”t”:75,”r”:100}}}Attachments:
June 22, 2015 at 3:16 pm #38616
WokkeltjeParticipantDid some more investigation and really can’t find a link between Wunderground and what my OS is reporting.
I even created an xlsx file so I can test the Zimmerman Adjustment (even with the 2.1.5 update included).
But still every number is different than what OS is showing. (even the Current % Watering is not the same)
Can someone please tell me what I do wrong?Attached is the xlsx file that contains the formulas and the info shown in OS and on Wunderground (screenshots are taken on the same moment and on the moment OS has just updated the weather info.
New version of my config is:
{“programs”:{“nprogs”:1,”nboards”:1,”mnp”:13,”mnst”:4,”pnsize”:12,”pd”:[[67,127,0,[360,1260,-1,-1],[2100,0,0,0,0,0,0,0],”Program 1″]]},”stations”:{“masop”:[255],”ignore_rain”:[0],”masop2″:[0],”stn_dis”:[254],”rfstn”:[0],”stn_seq”:[255],”snames”:[“Valve 1″,”S02″,”S03″,”S04″,”S05″,”S06″,”S07″,”S08″],”maxlen”:16},”options”:{“fwv”:215,”tz”:56,”ntp”:1,”dhcp”:1,”ip1″:0,”ip2″:0,”ip3″:0,”ip4″:0,”gw1″:0,”gw2″:0,”gw3″:0,”gw4″:0,”hp0″:144,”hp1″:31,”hwv”:64,”ext”:0,”sdt”:0,”mas”:0,”mton”:0,”mtof”:0,”urs”:0,”rso”:1,”wl”:1,”den”:1,”ipas”:0,”devid”:0,”con”:110,”lit”:100,”dim”:15,”uwt”:1,”ntp1″:192,”ntp2″:168,”ntp3″:1,”ntp4″:100,”lg”:1,”mas2″:0,”mton2″:0,”mtof2″:0,”fwm”:1,”reset”:0,”dexp”:-1,”mexp”:5,”hwt”:172},”status”:[0,0,0,0,0,0,0,0],”settings”:{“devt”:1435010910,”nbrd”:1,”en”:1,”rd”:1,”rs”:0,”rdst”:1435263180,”loc”:”pws:IHOOGLED2″,”wtkey”:”410dbabb84ff1b75″,”sunrise”:332,”sunset”:1326,”eip”:2147483647,”lwc”:1435009791,”lswc”:1435009792,”lrun”:[0,1,1239,1434781240],”sbits”:[0,0],”ps”:[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0]],”wto”:{“h”:25,”t”:75,”r”:100}}}Thanks from Belgium
Attachments:
June 22, 2015 at 7:51 pm #38623
SamerKeymasterThe application weather data is directly retrieved from Weather Underground. It has nothing to do with the controller except for the actual watering level. In fact, here is the code: https://github.com/OpenSprinkler/OpenSprinkler-App/blob/master/www/js/main.js#L2957-2973
You can see which values I am using from the Weather Underground reply, without any modification. Therefore, I really can’t help describe any differences you are seeing between their website and the application output as the data is directly from Weather Underground.
If you can use the above links and information to find an error or incorrect value being used please let us know so we can resolve it.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.
OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Weather info not consistent between OS and Wunderground