Retrieve weather data via API?
- This topic has 3 replies, 2 voices, and was last updated 1 year ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hello everyone,
Is there a way to read out the current weather data, which is displayed under “Forecast”, via API?
If I read the normal API documentation correctly, does it only output the data that was used for irrigation control?
VG Mathias
Hello,
That's not possible, but you don't need it either: The weather data comes from the OpenSprinkler project's weather server, see here:
https://github.com/OpenSprinkler/OpenSprinkler-Weather
Damn, the project is going to be even bigger than expected 😉
Another question can you tell what exactly the data of the API means when calling “/jc” under “wtdata”? Are there values for “minT” and “maxT”? I didn't find anything about this in the documentation and from the values (54 and 80) it doesn't seem to be the normal min/max temperature of the day.
VG and thanks Mathias
Hi, internally the OpenSprinkler works in Fahrenheit, 54 and 80 are fine, they just have to be converted