IndigoDomotics / indigo-ecobee-plugin

Plugin for Indigo home automation software to support Ecobee thermostats and remote sensors
1 stars 1 forks source link

Away Status not working #2

Closed cutmoney closed 6 years ago

cutmoney commented 6 years ago

I'm seeing an error returned on the set away status command, it returns:

Ecobee Error plugin does not define method setAwayStatus

cutmoney commented 6 years ago

Error on Resume All Programs, returns:

 Ecobee Error                    Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 371, in actionResumeProgram
AttributeError: 'Plugin' object has no attribute '_resumeProgram'
FlyingDiver commented 6 years ago

Will investigate.

FlyingDiver commented 6 years ago

Well, as far as I can tell, setAwayStatus was never implemented and never worked. I'm taking the Action out.

I think I found the _resumeProgram error. Fixed in next release. Hopefully.