New Weather Underground binding for Eclipse SmartHome / openHAB2

I found it! I am not used to using PaperUI and was being slow… I just needed to click on Show More :roll_eyes: In migrating from the Weather 1.x binding, there are three pieces of data that I do not see in the new binding. the current chance of precipitation (current#probaPrecipitation?), commonId, and the pressure trend. The last two I could create in a rule though. But you mentioned this…

Where did the discussion end up (or were you referring to this)? Thank you for putting this binding together!

Feature request: I should put this into GH, but thought I could try to gauge interest here first. It would be great if you could pull in weather alerts, which can be grabbed in the same API call. I use them for audio notifications. Here are some items I create with the data:

String      Weather_Alert_Message_Raw      "Severe Weather Alert (Raw) [%s]"	    <text>  (gWeather,gNotification)
String      Weather_Alert_NWS_VTEC         "Severe Weather Alert NWS VTEC [%s]"	    <text>  (gWeather,gNotification)
String      Weather_Alert_Type             "Severe Weather Alert Type [%s]"	        <text>  (gWeather,gNotification)
DateTime    Weather_Alert_Expiration       "Severe Weather Alert Expiration [%1$tA, %1$tB %1$te, %1$tY at %1$tl:%1$tM%1$tp]"	<calendar>  (gWeather,gNotification)

I had posted about this here: