Page 1 of 1

[ANSWERED]6.0.12 &

PostPosted: Sat May 17, 2014 12:15 pm
by gregjsmith
Something changed with 6.0.12 and no longer likes my code for Barometric Pressure (relative or absolute). Anyone know what it changed to?

Code: Select all
Script Error                    Update Weathersnoop Values.py: 'key absoluteBarometricPressure_in not found in dict'
  Script Error                    Exception Traceback (most recent call shown last):

     Update Weathersnoop Values.py, line 15, at top level
KeyError: 'key absoluteBarometricPressure_in not found in dict'

Re: 6.0.12 &

PostPosted: Sat May 17, 2014 4:01 pm
by jay (support)
This was a change in WeatherSnoop - they changed the state names of a few values. Look at the state list for the new name of that state and modify your script.

I had a chat with them and impressed upon them the importance of not changing state names unless it was critical. They now understand the issue and will be more careful about those types of changes in the future.