OpenWeatherMap Request

I have recently setup the OpenWeatherMap Device. It seems to be working as expected. However, is there a way to include all of the information pr
vided by OpenWeatherMap. Here is what I see:

Provided by OpenWeatherMap when running the API outside of HE:
{
"coord":{"lon":-77.4,"lat":38.87},
"weather":[{"id":800,"main":"Clear","description":"clear sky","icon":"01n"}],
"base":"stations",
"main":
{
"temp":289.05,
"feels_like":285.96,
"temp_min":286.48,
"temp_max":291.48,
"pressure":1015,
"humidity":25
},
"visibility":16093,
"wind":{"speed":0.82,"deg":40},
"clouds":{"all":1},
"dt":1586217953,
"sys":{"type":1,"id":3777,"country":"US","sunrise":1586169934,"sunset":1586216263},
"timezone":-14400,
"id":4762155,
"name":"Greenbriar",
"cod":200
}

This is the information HE provides

city : Greenbriar
cloudiness : 1
country : US
humidity : 25
pressure : 1015
temperature : 61
weather : clear sky
weatherIcons : 01n
windDirection : 41
windSpeed : 1.81

Thanks

1 Like

I'd like this as well. If we can pull the "id" then we can best guess if it will rain, among other things.