This plugin queries the ForecastIO API and creates up to sevem multilevel sensor devices showing
the current weather conditions
the weather forecast
the low forecast (optional)
the high forecast (optional)
the current humidity (optional)
the current wind (optional)
the air pressure (optional)
It can distinguish between Celsius and Fahrenheit, as well as between metric and imperial units. Furthermore, almost all data returned from the API can be accessed via device metrics. The module is fully interchangeable with the WeatherUnderground plugin since it uses the same metrics names for most data.
There are some minor differences. First of all they provide hourly forecasts (for some locations they offer even higher resolutions). This can be quite handy when trying to optimize ventilation schedules. Their rain forecast also offers slightly more data (eg. for plant watering schedules). Then they also offer some basic air quality metrics. On the other hand , compared to WeatherUnderground, they lack solar/uv index data (eg. for shading control)
But in the end it basically boils down to one question: Which service has the best data for your location. Since the weather services operate with different data sources, (eg. European weather data in Forecast.io usually comes from the Norwegian Meteorological Institute) there might be some differences in the quality of the forecast.
Thanks.
For me in this often cloudy country (nl) a reliable forecast of solar radiation in the next 2-3 hours would be interesting.
I have been playing with some logic that switches on washers when I have a certain amount of Solar Energy production. A more fine grain prediction of solar influx could help optimise captured solar energy utilisation.
link: On the Openremote site I have described the basic idea. (Access to that draft document requires registration as a user on the openremote forum)
Forecast.io offers hourly cloud coverage forecasts. In conjunction with suncalc.js (3rd party library that I also use for my Astronomy module) you could calculate a basic forecast for solar panels.
WeatherUnderground on the other hand provides better data for current conditions.
@joerod: More verbose log (including line numbers + a couple of lines before & after this message) would be helpful.
Please also note that the module needs to be installed in /opt/z-way-server/automation/modules/ForecastIO/ and not in /opt/z-way-server/automation/modules/Zway-ForecastIO/