OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Opensprinkler Keeps changing to wrong date in firmware 2.1.5 › Reply To: Opensprinkler Keeps changing to wrong date in firmware 2.1.5
John
Yep, you have the time zone for my location right: “tz”:92 translates to gmt+11, which means gmt+10 + DST
When I tried these two (I inserted my wunderground API key)
http://weather.opensprinkler.com/weather0.py?loc=-35.28200,149.12868&key=%5Byour-key-here%5D&fmv=215
or
http://weather.opensprinkler.com/weather0.py?loc=Canberra,Australia&key=%5Byour-key-here%5D&fmv=215
I get this for both
Error: No weather data found.
Then I removed the [] on each end of my key (I wasn’t sure if they were supposed to be there) and both work correctly:
&scale=-1&rd=-1&tz=92&sunrise=364&sunset=1220&eip=2092151838
An interesting point is that I have not been able to see any data in my logs. When I try to view the logs I just get a message : “Error retrieving log data. Please refresh to try again. I assumed that it was because the year keeps jumping ahead, but perhaps it is something else.
I am unable to upgrade past 2.1.5 at this stage as I don’t have the equipment to go to 2.1.6
I am bit surprised that I can manually set the date/time or set it via NPT Sync, only to have both overridden by a comms failure on the weather call.