Hi there, I'm a newbie and struggling with this this (and the in built driver). I've set up my OpenWeatherMap account and my API seems to be active, but I'm stuck with the following error in the logs, any advice? (As its my first community post, I can't embed links or add attachments, so I've had to add spaces in the below).
Thanks for replying to me. I thought it would be the API, but I've given it a few days to be sure. I've visited the api address in a browser and it seems to work fine...
Open the virtual device and verify the API is correct then hit 'Save Preferences'. If that does not correct it I would uninstall the virtual device and the driver, then start over with a fresh install.
That is not from this driver? This driver API call is structured as: https://api.openweathermap.org/data/2.5/onecall?lat=' + (String)altLat + '&lon=' + (String)altLon + '&exclude=minutely,hourly&mode=json&units=imperial&appid=' + (String)apiKey
When I look at the device in Hubitat, it displays the correct Alerts:
But, when I pull the alert from webCoRE with $weather, or look in the storage (Dump weather structure), it has the wrong alert (or just named wrong):
It seems like one is using Weather.gov, and the other (Dump weather structure) is using OWM.
The correct alert here is: Beach Hazards Statement
Does anyone know how to fix this?
Thank you.
Edit: Additional information: With the $weather and the Dump Weather Structure, I've also noticed that it has skipped some Severe Thunderstorm Watch alerts, and instead showed a Marine Watch.
I'm still new to Hubitat so I'm still struggling with things. Right now I would like to find a simple basic install instructions for adding OWM to my system?
Thanks.
So, I've been using this app for a little while now and I have to say, I love it. It's awesome.
I had a question about how weather alerts are displayed. I created an alerts tile on one of my dashboards. I have noticed that when there is more than one alert issued for my area, it will only display the first alert, then followed by a number indicating how many more alerts are active. Here is a screen shot of what I mean:
Is there any way to make this display all of the alerts on the tile?
No. It will only list the first alert provided by the service. However, you can click on the red alert text and that is a hyperlink that will take you to the services' detailed alert page. That should have information on all alerts for the area.
@Matthew: My weather tile was not showing any data. That is until I discovered this little gem of information. I had taken the OpenWeatherMap template above and not scrolled down to the User area as described above.
Thank you so much for posting this as now my Weather tile is working fine.
That is the icon for the current conditions. If it says Null then it cannot find the icon it is looking for in the location you are point it to. Make sure your icons are available at the location you specified here:
or use the default location to pull them from GitHub.
You can put as space in this field:
But them the other areas where that is used will also be blank (Weather Summary, Alert tile). It was not intended to be omittable.