Scroll to navigation

PYAARLO(1) General Commands Manual PYAARLO(1)

NAME

pyaarlo - List devices, perform simple actions and anonymize/encrypt logs for debugging

SYNOPSIS

pyaarlo [OPTIONS] COMMAND [ARGS]...

DESCRIPTION

pyaarlo is a Python module to manage Aarlo cameras. The pyaarlo executable performs simple actions.

This manual page is for the pyaarlo executable. See the section "SEE ALSO" for more documentation.

COMMANDS

Help specific to each command is available by executing pyaarlo COMMAND --help.

Anonymize and encrypt logs for debugging purposes. For example:
cat output-file | pyaarlo -u username -p password anonymize

Start or stop the camera, or take thumbnails. Requires an argument from {start-stream|stop-stream|last-thumbnail}. For example:
pyaarlo -u username -p password camera last-thumbnail

Decrypt from stdin. For example:
cat encrypted | pyaarlo decrypt

Print out everything that was returned from Arlo about the devices in the system. For example:
pyaarlo dump all

Encrypt from stdin. For example:
cat output-file | pyaarlo encrypt

Requires an argument from {all|cameras|bases|lights|doorbells}. For example:
pyaarlo -u username -p password list all

OPTIONS

Aarlo username.

Aarlo password.

Anonymize ids.

Minimize lists.

Where possible, encrypt output.

Public key for encryption.

Private key for decryption.

Pass phrase for private key.

Where to store Aarlo state and packet dump [default: (current dir)]

Wait for all information to arrive on start-up.

More vebose with multiple -v.

Show help message and exit.

AUTHOR

This manual page was written by Carles Pina i Estany <carles@pina.cat> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 any later version published by the Free Software Foundation.

SEE ALSO

See Pyaarlo documentation in <https://pyaarlo.readthedocs.io/en/latest/> or available locally in </usr/share/doc/python3-pyaarlo/README.md.gz>, </usr/share/doc/python3-pyaarlo/html/> and </usr/share/doc/python3-pyaarlo/examples/>