py-august icon indicating copy to clipboard operation
py-august copied to clipboard

Python API for August Smart Lock and Doorbell

Results 11 py-august issues
Sort by recently updated
recently updated
newest added

This allows for analysis of the JSON blob received from the server, which may contain more information than the object (this makes it a little future proof as the API...

Add get_pin, which gets one pin instead of a bunch as in get_pins.

Tiny fix for the broken get houses call -- looks like the system was redesigned in the past and this call didn't get updated.

This is a fantastic library! Is updating of lock details (e.g., adding a new pin) currently supported?

The get_lock_status() api response is stale when manually locking the lock. What's interesting is, the stale result can be updated by viewing the lock status with the August mobile app...

the get_houses is not working. Here is a short patch to fix it. [houses.patch.txt](https://github.com/snjoetw/py-august/files/7248768/houses.patch.txt)

Hi, can actions such as unlocking only be used via a WiFi bridge, not directly? Thanks! Mat

Asynctest doesn't work with Python 3.8 and above. Asynctest upstream is aware of this breakage and recommends using the built-in AsyncMock instead. See also Martiusweb/asynctest#144 and Martiusweb/asynctest#126 Thanks

Validation stopped working for me in v24. I was always getting an invalid verification code response. I saw in the changelog that there were changes to this code, so I...

Hi, I was wondering if you might have looked at providing this as a Homebridge plugin as well? Though the August lock is compatible with Apple Homekit, it is only...