When I try and set mode I just get this…
2019-05-27 19:45:27 DEBUG (SyncWorker_15) [pyaarlo] Lounge:new-mode=dogs home alone,id=mode2
2019-05-27 19:45:27 DEBUG (ArloBackgroundWorker) [pyaarlo] starting request=https://arlo.netgear.com/hmsweb/users/devices/automation/active
Glad that works but I broke it in the first place. Arlo introduced a new way to change modes and I - foolishly - thought it applied to all devices, turns out it’s only the “real” base stations. And I need the new way else some modes don’t appear when I ask for a list of supported ones.
I’ll check that fix into the main branch later tonight (GMT-5) and I’ll let you know when it’s in.
Hi,
even though the component is still working great, it regularly crashes on my system so that I have to restart Home Assistant to get it going again. I can’t find any apparent reason why the component stops working. But it occurs at least once or twice a day. Any ideas or does anyone have similar problems?
this happens to me too from time to time i find the snap shot boxes on my dashboard are broken and require a reboot which then kicks in. I was hoping upgrading versions might help with this. Not the end of the world for me as i’m currently still using the Arlo app as a back up
Any logs at all? Even if there is no crash can you see the last activity from the pyaarlo component. If you haven’t already can you turn on debugging and keep an eye on it. Use the following:
I had to go back to an old version as the current version constantly fails to switch modes after a couple of hours. Unfortunately, I only have a copy of 0.0.2 but this one is at least working so far. Hopefully, Steve can figure out what the problem with the mode switching is.
(Kind of ) Good news - I got mine to lock up too. I’ve added some debug to my setup and I’ll try and reproduce it again.
edit: I saw the lock up again after 5 days. One thing I did notice is I keep sending the same time stamp to the mode change request. I’ve checked in a fix for that in this branch - https://github.com/twrecked/hass-aarlo/tree/mode-api - and I’m testing that branch now.