Berjler
Berjler
hi all. Before I did the Update today to pyArlo 0.1.3 the command base.available_modes show ['armed', 'disarmed', 'schedule', 'custom'] And i was able to switch the modes by i.e. base.mode...
Yes, I have tried several times and the result is unfortunately always "schedule". `base.update ()` does not help either. The strange thing is that I have been using the API...
ok, I logged in via website, than logout. After that, I run the test-script, same result, only ['schedule'] The test-script: ``` from pyarlo import PyArlo arlo = PyArlo('user', 'xxxxx') base...
well, I added the update command only on the basis of your advice :-) Now I downgrade pyArlo from 0.1.3 to 0.1.2 but still the same failure. Maybe there is...
yes, the response is everytime ok (200) This are the last 4 lines ``` 2018-01-23 08:35:53,369 - DEBUG - pyarlo - Querying https://arlo.netgear.com/hmsweb/client/unsubscribe on attempt: 0/3 2018-01-23 08:35:53,773 - DEBUG...
`2018-01-25 09:28:32,276 - DEBUG - urllib3.connectionpool - "POST /hmsweb/users/devices/notify/BASESTATION_ID HTTP/1.1" **200** 16` Then I searched for `"HTTP/1.1`" in the log Everytime the respose is "200" Unfortunately, I do not know...
Now I got it: `sudo python setup.py install` Here is the result: I ran the following with pyarlo various versions: ``` from pyarlo import PyArlo arlo = PyArlo(username, password) base...
Tried with pyarlo 0.1.2 The output is: ``` 2018-01-27 17:08:54,224 - INFO - urllib3.connectionpool - Starting new HTTPS connection (1): arlo.netgear.com 2018-01-27 17:08:56,207 - INFO - urllib3.connectionpool - Starting new...
I wasn't sure if I understood correctly. So here is additionally the output from pyArlo 0.0.6: ``` 2018-01-27 20:26:57,610 - INFO - urllib3.connectionpool - Starting new HTTPS connection (1): arlo.netgear.com...
with pyArlo 0.1.2: ``` 2018-01-27 21:26:58,909 - INFO - urllib3.connectionpool - Starting new HTTPS connection (1): arlo.netgear.com 2018-01-27 21:27:00,876 - INFO - urllib3.connectionpool - Starting new HTTPS connection (2): arlo.netgear.com...