Skip to content

Releases: twrecked/pyaarlo

version 0.8.0.15

14 Feb 22:48
d761d75
Compare
Choose a tag to compare

Warning: I consider this an experimental but necessary release.

Arlo recently changed their back end and reduced the lifetime of the
authentication token from 2 weeks to 2 hours. This code relied on that 2 weeks
to reduce the number of 2fa requests we made. The code now acts more like the
official website by using the "trusted browser" setting. With this we can
request more authentication tokens for up to 2 weeks without using 2fa again.

If this breaks the module for you please drop back to version 0.8.0.14 and
create an issue.

There will be more work done on the authentication piece:

  • squash any bugs found by users
  • a proper tidy up and streamline of the authentication code, it has gotten really unwieldy
  • figure out a mechanism to reconnect before the authentication token expires, right now you can use reconnect_every=110 to help

version 0.8.0.14

12 Feb 19:24
3601176
Compare
Choose a tag to compare

Added termux support.
Updated some user agents.

version 0.8.0.11

02 Oct 12:21
b952374
Compare
Choose a tag to compare

Various fixes:
Added some missing cameras.
Essential Indoor Gen2 HD
Essential Outdoor Gen2 HD
Essential Outdoor Gen2 2K
Essential XL Outdoor Gen2 HD
Essential XL Spotlight
Renamed some constants.

version 0.8.0.8

15 Aug 01:07
074b623
Compare
Choose a tag to compare

What's new:

  • better error handling and reporting
  • NN option for media files
  • fixed HTTP OPTION destination
  • Essential Indoor 2 Gen support
  • Better MQTT support
  • Improved cloudflare avoidance
  • Fixed gen2 doorbells

version 0.8.0.3

13 Mar 11:17
72fd151
Compare
Choose a tag to compare

New in this release:

  • arlo essential XL support
  • gen2 doorbell support

version 0.8.0.2

04 Nov 18:18
e97de43
Compare
Choose a tag to compare

New in this release:

  • handle devices reporting a synced state

version 0.8.0.1

31 Oct 23:55
6e7db9e
Compare
Choose a tag to compare

Added:

  • better Yahoo IMAP support
  • ability to select EDHC curves order
  • ability to turn on/off Source: arloWebCam in authentication headers

And it's no longer beta, I think it had been stuck at that state long enough...

version 0.8.0.0

31 Oct 18:08
b86bd22
Compare
Choose a tag to compare

Added:

  • ability to select EDHC curves order
  • ability to turn on/off Source: arloWebCam in authentication headers

And it's no longer beta, I think it had been stuck at that state long enough...

version 0.8.0.beta.8

31 May 18:15
d8a05cb
Compare
Choose a tag to compare

(Hopefully) Fix authentication issues

Arlo changed their back end...

version 0.8.0b7

15 May 13:55
3eead47
Compare
Choose a tag to compare

Fix authentication issues and MQTT issues.

Arlo changed their back end...