Zaschii
Zaschii
Sorry my fault, it seems that changes are installed ... only shown version is wrong in cause of this wrong parameter
But btw. iam tryin to implement your snapshot example.... async-snapshot. If the snapshoot loop is running, i always get "file cannot be written" and nothing happens. how could i loop...
Hi have the arlo baby cam. Iam able to read settings, but since few days iam not able to set parameters. Mode change or e.g. nighlight on/off isnt working anymore.
when i try to change the mode, iam getting this.... mode disarmed is unrecognised unknown
Ok different results for the general parameter issue and the mode change issue... Light on/off and other parameters are working with the automatic email 2FA authentification and with synchronous_mode=True,mode_api='v2'. But...
Ohhh thanks for that hint
info.... same issues with pyaarlo-0.7.0b2
missing modes are based on the mode_api flag. This are my modes with mode_api=v2: `` ['disarmed', 'armed'] {'disarmed': 'mode0', 'armed': 'mode1'} Cam: mode disarmed is unrecognised unknown `` this are...
unfortunately still the same result with pyaarlo-0.7.0b5
of course. this is my example for the disarm mode.... ``` from pyaarlo import PyArlo arlo = PyArlo(username='[email protected]',password='arlopwdXXXX', tfa_source='imap',tfa_type='email', tfa_host='mailhost', tfa_username='[email protected]', tfa_password='mailpwdXXXX',synchronous_mode=True,mode_api='v2') # Get the base_station instance corresponding to the...