Steve Herrell

Results 405 comments of Steve Herrell

I'll leave this open a bit longer because I added a `synchronous_mode` so it works more like the original Pyarlo project. See [here](https://github.com/twrecked/pyaarlo#differences-from-pyarlo) for how to turn it on.

You have to use the custom card set up. Try that and paste in an example configuration, as soon as you change the camera id an image should appear on...

Sorry for the delay getting to this. What are you trying to play the videos on and can you paste in your lovelace config?

Sorry, late getting to this. You still seeing the issue? And I get those `ChunkedEncodingError` errors all the time.

Can you do a couple of things: 1. Can you paste in your main configuration - minus the sensitive bits obviously. 2. Can you [turn on debug](https://github.com/twrecked/hass-aarlo#enabling-and-examining-logs), you'll need to...

Sorry to be a pain but can you add `verbose_debug: True` to the `aarlo:` section. I can see the request going in and then you get the `Chunk` error, turning...

@Spiff1 can you turn on debug and attach the output when it happens. See my earlier comment on how to enable it.

@Spiff1 Did you have `verbose_debug: True` in your config? I'd expect to see a message going to Arlo.

@Spiff1 Can you post your `aarlo:` config from `configuration.yaml`? Without the sensitive bits obviously.

@Spiff1 Can you try adding a couple of pieces of config to it: ``` aarlo: ... refresh_devices_every: 2 stream_timeout: 120 reconnect_every: 90 ```