I have added the SmartWeather Station Tile, in order to get some TWC data from smartthings. I specifically need/want TWC data for my purposes. In particular, I need the following data:
- today’s forcasted high and low temperatures
- today’s forecasted humidity
- today’s chance of rain
- today’s forcasted wind speed
- rainfall in last 24 hours
- rainfall in last 7 days
The stock weather tile provides today’s chance of rain, but not the other data (it provides a freeform text forecast, but seems unreliable to try to parse that). Any ideas on how to get all/some of the above data?
EDIT: I found the json response for the ST-native TWC functions. They indeed include all of the data I need, except the 7 day precipitation, but that can be easily maintained in ST state. So, the question is, has anyone already developed a smart app or DTH to capture this data?
https://smartthings-twc-responses.s3.amazonaws.com/conditions.json
https://smartthings-twc-responses.s3.amazonaws.com/forecast.json