GRClark
(Gene Clark)
March 12, 2019, 8:16pm
1
Does anyone know where the Smart Weather Tile (2.0) gets its data from? Mine hasn’t been updating for a while now. I’ve got several pistons that Rey on the lux readings and haven’t been running correctly for over a week. The temperature, sunrise/sunset, lux, etc. is all incorrect. At the bottom of the settings it says weather and is set to smart weather which I thought was just pointing to the other Smart Weather Tile device I’ve got using version 1. Any suggestions? Shows as being last updated on March 4.
I don’t use that anymore, but I think you want to start here:
The WeatherUnderground (WU) APIs SmartThings has been using to access local weather data are being shut down at the end of this year. This means any Automations or Devices that use the getWeatherFeature() method will stop running or begin returning errors on January 1, 2019.
We are taking steps to ensure that the SmartThings SmartApps and the SmartWeather Station Tile device handler will continue to work by porting them to new APIs from The Weather Company (TWC). These will be released into Production this week and there will be no gap in performance. To maintain your SmartApps and device handlers, we have exposed the following methods for SmartApps and Device Handlers to replace getWeatherFeature().
def getTwcConditions(String locationString=null)
Current weather conditions
The optio…
I have a PWS (Personal Weather Station) on my house the uploads data to WU (WeatherUnderground). In the past I have used my station ID with ‘SmartWeather Station Tile’ to get that data to SmartThings. I have recently purchased ActionTiles and was also using the data from my PWS via ‘SmartWeather Station Tile’ to display the data on ActionTiles. I saw the post about the Weather Underground API, but that seems to leave me with more questions than answers. Yesterday the Temp readings on ‘SmartWeather Station Tile’ got stuck (not shocked). I had recently started playing with ‘SmartWeather Station Tile 2.0’ - this app seems to still be pulling data just fine from my PWS. So for now I’ve started using the 2.0 app for my ActionTiles display, but I really liked the layout of of the regular SmartWe…
2 Likes