Thanks a lot for the info.
Got it fixed again with the newer version of HACS.
The way i did: install latest version of HACS, restart, reinstall aarlo.
Working again like a charm.
I am running HA inside docker on Ubuntu 18.04 it’s a 2 week old install from fresh says on GitHub streaming now works out of the box on docker but if I click the custom glance card it acts like it’s going to stream but just shows a still image never shows a picture.
It’s looking more and more like the stream component doesn’t support the ArloQ cameras. If you read the bug report removing 1 line in the code fixes the issue. We’re going to try and get a fix put in.
Is there a possible issue with the Alarm Control Panel now not responding with the latest version? Running latest version of Aarlo and also using Beta 0.106b5
@grantc
I added support for parsing out schedules so maybe that has had a weird affect. Can you paste your alarm config and I’ll try it here. Can you look in the logs and see if there are any backtraces?
On my end I will update my HA installation to the latest build and check that.
I have a virtual environment somewhere, I’ll take a look.
edit: reproduced it. I’m seeing an error being thrown, I’ll take a look.
edit: I accessed the virtualenv from another machine and it’s working now… The original issue looked like a null not being handled by Lovelace, can you try refreshing the browser (CTRL+SHIFT+R) a few times? And what version of Python is in your virtualenv?
Thanks for all that. I’ve got my virtualenv running and an hour or two free so I’ll track down the issue!
One thing I did find, the error you reported - Cannot set property ‘value’ of null is coming from the Alarm Panel Card. I don’t see it happening when I use an alarm inside a Glance Card.
Arlo Q Streaming Not Working - posting here for extra coverage.
It looks like the issue is inside the streaming component - Q streaming bug. It looks like a simple solution is to comment out the line that raises the error:
""" comment out this! """
raise StopIteration("No dts in packet")
The bug reports also contains a patch that ignores up to 10 dts errors before before stopping the stream because I’m not sure of the consequences of ignoring all dts errors.
If anybody struggling with their Q cameras has the editing skills to try these changes and report back that would be great.
Hi, I have Aarlo-glance card and when I press the card the last movie is played.
I would like to start playing by using using a script instead, is that possible and if
so, how?
It’s possible. I guess you could add an attribute to the camera - or a new variable entity - telling it which video to play and watch that from lovelace card. After that’s it’s just a matter of telling it which video to play and the card will do the rest.