openweather plugin ?
-
I rolled my own (and put it in the AltAppStore) MetOffice Datapoint, but, alas for you, this only works for UK locations.
Looking at the AltAppStore, it’s curious that most weather apps begin with M / N / O. Not sure whether [pun intended] any of those there will still work for you?
-
I believe the SiteSensor plug-in's OpenWeatherMap recipe still works, if that's any help. And MSR, if you're using it, has a Controller class for it as well.
-
@akbooer the openWeather plugin didn't work 'cause it's use Dark Weather instead of openWeather as the plugin name
Multi Provider Weather Station should work with openWeather but it's giving some error when installed in openLuup. I would need to dig a little bit more on that.
-
@akbooer the openWeather plugin didn't work 'cause it's use Dark Weather instead of openWeather as the plugin name
Multi Provider Weather Station should work with openWeather but it's giving some error when installed in openLuup. I would need to dig a little bit more on that.
-
@DesT said in openweather plugin ?:
it's use Dark Weather instead of openWeather
I think that's meant to read "..it uses "Wunderground Weather" instead of "openWeather"
-
Hi @DesT
What is the error you get with Multi Provider Weather Station? I have not done a fresh install for a while with that, so would be interesting to know so I can make corrections if needed.Cheers Rene
-
Hi @DesT
What is the error you get with Multi Provider Weather Station? I have not done a fresh install for a while with that, so would be interesting to know so I can make corrections if needed.Cheers Rene
-
I rolled my own (and put it in the AltAppStore) MetOffice Datapoint, but, alas for you, this only works for UK locations.
Looking at the AltAppStore, it’s curious that most weather apps begin with M / N / O. Not sure whether [pun intended] any of those there will still work for you?
-
I rolled my own (and put it in the AltAppStore) MetOffice Datapoint, but, alas for you, this only works for UK locations.
Looking at the AltAppStore, it’s curious that most weather apps begin with M / N / O. Not sure whether [pun intended] any of those there will still work for you?
-
@akbooer this looks great. Despite searching I can't find something as simple as a lookup for my nearest station ID.
Any suggestions?TIA
C
-
Yes, I was surprised. It turns out that there’s far fewer stations which record hourly data, which is what you need. I can’t remember now how I found the one I use, I’m not in front of my development system at this time.
The device panel on openLuup should give a nice brief text summary of current conditions.
-
Did you find what you needed in the end?
This query: (along with your API key)
datapoint.metoffice.gov.uk/public/data/val/wxobs/all/T/sitelist?key=...
Gives the relatively short list of stations (140 or so, IIRC) with hourly data, from which it's easy to pick the nearest.
I should build this link directly into the app...