I just upgraded to version 3.0 of WeatherXML and see that forecast data retrival is now broken in mcsTemperature. I use 'Get data from weathercom.xml file' rather than having mcsTemp get info directly from NOAA or Weather.com. I am assuming this is because the xml file is now NOAA formatted data rather than Weather.com.
I am getting these in the HS log every time mcsTemp goes to retrieve data from the weathercom.xml file:
I have disabled the logging of forecast data in mcsTemp and can not add these devices as sensors because the new version of WeatherXML includes more data in the device strings than just the value. For example, the "Forecast Current Temperature" device string for me reads: so I'm not sure how the mcsTemp logger will deal with this.
Any chance you might be able to look at an update to handle the NOAA xml file instead of Weather.com format?
I am getting these in the HS log every time mcsTemp goes to retrieve data from the weathercom.xml file:
Code:
11/4/2011 1:25:48 PM mcsTemperature WeatherXML on line 710 Object variable or With block variable not set
Any chance you might be able to look at an update to handle the NOAA xml file instead of Weather.com format?
Comment