Difference between revisions of "WCmore's Graphs"
m (→twcweather.forecast.daypart[0]) |
m (→twcweather.forecast.daypart[0]) |
||
Line 2: | Line 2: | ||
== twcweather.forecast.daypart[0] == | == twcweather.forecast.daypart[0] == | ||
− | Twice a day the data stored under [[TWC_Weather#Partial_day_forecast|twcweather.forecast.daypart[0]]] shifts. Preliminary tests over 15 days (''31 data points'') shows it changes sometime between 3:00 and 3:30. | + | Twice a day the data stored under [[TWC_Weather#Partial_day_forecast|twcweather.forecast.daypart[0]]] shifts. Preliminary tests over 15 days (''31 data points'') shows it changes sometime between 3:00 and 3:30. Most frequently, it changed between 3:02 and 3:07, but in reality it varies quite a bit from day by day. |
− | Here is a quick graph to show how much | + | Here is a quick graph to show how much... (''the numbers show how many minutes past 3 AM/PM'') |
[[File:TwcChangeoverRotate.jpg|none]] | [[File:TwcChangeoverRotate.jpg|none]] |
Revision as of 02:46, 31 March 2019
twcweather.forecast.daypart[0]
Twice a day the data stored under twcweather.forecast.daypart[0] shifts. Preliminary tests over 15 days (31 data points) shows it changes sometime between 3:00 and 3:30. Most frequently, it changed between 3:02 and 3:07, but in reality it varies quite a bit from day by day.
Here is a quick graph to show how much... (the numbers show how many minutes past 3 AM/PM)
The change over can't automatically trigger a piston, so to determine the time it changes I have to query it multiple times, and take note of when it changes. Each mark above denotes the last time the old data was seen, and the first time the new data was seen. The long bars are when I was checking every 5 or 10 minutes... The short bars are when I was checking every minute (to narrow it down more precisely).
For those wanting a reliable piston, I would make your queries at 3:35 AM/PM (or later) to assure that you are getting the new data. On the other hand, if you want to capture the old data right before it vanishes, I would grab that at 2:55 AM/PM (or earlier).