Steve Herrell

Results 405 comments of Steve Herrell

Glad it's working! And yeah, the component provides a lot of sensors.

@damien67 you get this fixed? If the cameras get the new name the sensors should as well. Can you paste a config example?

I see the same things but never bothered to track it down. I'll take a look.

I'll keep an eye on that thread and see what I need to do.

@Jopand Can you get some traces of what happens when you start live streaming? I'd like to see the difference. [This](https://github.com/twrecked/hass-aarlo#enabling-and-examining-logs) describes how to turn on the debug. And [this](https://github.com/twrecked/hass-aarlo#hiding-sensitive-data)...

Thanks, I got that. Can you attach one where it works? edit: can you also paste in your config? Or tell me what the `user_agent` is. And can you tell...

My feeling is Arlo has changed their backend tto remove RTSP support - they don't need it any more since they swapped to mpeg-dash. If you use the aarlo lovelace...

You traces are showing it's not using direct; see the piece `userAgent=iOS` in the stream open request, it would use `linux` if it was trying direct. And the stream worker...

What @phene said, you're going to need a second account to do this. But `pyaarlo` should be able to handle this, although I would recommend turning off state storage (pass...

The code just uses the first one. I'll add some extra checks.