MisterWil / abodepy

A thin Python wrapper for the Abode alarm API
MIT License
49 stars 17 forks source link

'lower' and 'is_on' attribute #19

Closed m2k2 closed 6 years ago

m2k2 commented 6 years ago

AttributeError: 'NoneType' object has no attribute 'lower' AttributeError: 'AbodeDevice' object has no attribute 'is_on'

I think these may be related to Nest items integrating with abode.

m2k2 commented 6 years ago

@MisterWil what's the best way to contact you privately? I'd be willing to send you some of the devices and jsons I have for those devices.

MisterWil commented 6 years ago

Thanks! You can email devices to wilrader@gmail.com

MisterWil commented 6 years ago

Pretty sure this issue was fixed in the 0.11.8 abodepy release. Unknown devices are no longer created (no AbodeDevice objects are ever created). I also added a check that the version tag exists before comparing it against the 'minipir' string.

Made a PR against HA that was merged and should be in 0.54.