abodepy
abodepy copied to clipboard
A thin Python wrapper for the Abode alarm API
First of all, @MisterWil, thanks for releasing this great library to interact with the Abode API. I recently added a camera to my Abode system and noticed that in the...
Just wondering if anyone is still doing work on this project, as the last update seems to be some time ago. I've been using it successfully for quite some time,...
Below is an incomplete and possibly duplicated list of devices that are supported by Abode but that are not currently supported by this library because I do not have the...
I have read https://github.com/MisterWil/abodepy/issues/44 and a few years later the alarm trigger option is now available in the app. Is this something you can consider to develop? Would really make...
I was testing some home assistant automations today and noticed that the abode_alarm_end event was not fired when I deactivated the alarm. It looks like abodepy groups the alarm end...
I'm working on adding the MFA config flow for the Abode integration and I noticed something that we should maybe change. Right now, `AbodeEventController` is being [instantiated towards the beginning](https://github.com/MisterWil/abodepy/blob/450edc05bbf3ca984b8a76eace7f6521cb40fe9c/abodepy/__init__.py#L63)...
I’ve noticed this for a while but figured I’d post this here for reference. Every now and then I’ll see these errors in my Home Assistant logs that’s pointing to...
Is there any way to set the alarm state to "triggered" when the alarm is activated? I noticed it's being reported in the Home Assistant debug message: 2019-05-25 17:19:25 DEBUG...
``` { "id": "RF:0059b180", "type_tag": "device_type.glass", "type": "GLASS", "name": "Back door", "area": "1", "zone": "2", "sort_order": "", "is_window": "", "bypass": "0", "schar_24hr": "0", "sresp_24hr": "0", "sresp_mode_0": "0", "sresp_entry_0": "0", "sresp_exit_0":...
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...