Page 1 of 1

Receiving Errors Regarding Humidity

PostPosted: Mon Jul 25, 2016 12:08 pm
by rycardo
A couple days ago I added three of your extension devices to one of my WUnderground devices: Current Humidity, High Humidity, and Low Humidity. Since then every couple minutes in my Indigo log I receive the following
25 Jul 2016, 13:48:22
EPS - Device Extensions Error Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
File "plugin.py", line 101, in deviceUpdated
File "plugin.py", line 159, in updateDevice
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/EPS Device Extensions.indigoPlugin/Contents/Server Plugin/eps/Weathersnoop.py", line 54, in updateWeather
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/EPS Device Extensions.indigoPlugin/Contents/Server Plugin/eps/Weathersnoop.py", line 102, in updateStateDisplay
KeyError: key humidity not found in dict


In my three devices, I have the following settings:
Weather Device: Home Weather
Show temps in: Celcius
For Device State Show: Current Humidity, High Humidity, Low Humidity (one for each of the three devices)
State for temperature: temp
State for humidity: relativeHumidity
State indicating rain: conditions1
Rain state type: String / Number
Value to indicate rain: Rain

Also, small correction: Celsius is spelt with two 's', instead of one 'c' and one 's' as you have it. Unless it's one of the words American English changes, then maybe it's correct.

Thanks for any help, and let me know if you need any additional info.

Rycardo

Re: Receiving Errors Regarding Humidity

PostPosted: Mon Jul 25, 2016 1:29 pm
by Colorado4Wheeler
rycardo wrote:
Since then every couple minutes in my Indigo log I receive the following

That is a bug I can squash, I'll see what I can do about that :).

rycardo wrote:
Show temps in: Celcius

Sometimes I forget to really proof my plugins like I should. I know how to spell it but when you are coding 10,000 lines of Python you end up with typo's, I'll fix that too ;)

Re: Receiving Errors Regarding Humidity

PostPosted: Mon Jul 25, 2016 2:06 pm
by Colorado4Wheeler
Both issues are fixed, please download the latest version and let me know if that gets you taken care of :).