Releases: twrecked/pyaarlo
version 0.8.0.15
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
Added termux support.
Updated some user agents.
version 0.8.0.11
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
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
New in this release:
- arlo essential XL support
- gen2 doorbell support
version 0.8.0.2
New in this release:
- handle devices reporting a
synced
state
version 0.8.0.1
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
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
(Hopefully) Fix authentication issues
Arlo changed their back end...
version 0.8.0b7
Fix authentication issues and MQTT issues.
Arlo changed their back end...