MisterWil / abodepy

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

Nest Cam, Thermostat, Protect Devices #16

Open MisterWil opened 6 years ago

MisterWil commented 6 years ago

Unsure if it is desired to pull these devices or not - Home Assistant already offers components for them so it seems silly to duplicate that work. Perhaps if someone wants to use the command line they might want this functionality? I've attached the json for these devices for future reference.

nest_json.txt

shred86 commented 6 years ago

Is it possible to add support for excluding Nest thermostats and protects from Home Assistant (basically like we can with other Abode devices adding them under 'exclude' in the configuration.yaml)? My logs are filled with these type of messages from my Nest devices that I don't use with HA:

2018-02-11 21:03:22 WARNING (SocketIOThread) [abodepy.event_controller] Got device update for unknown device: GMjEEEnayRplDMvL1106hNMu2ODN2kC0

Would this reduce the amount abode servers are pushing these updates to my device? Or does 'exclude' simply just hide these from the logs? Thanks!