twrecked / hass-aarlo

Asynchronous Arlo Component for Home Assistant
GNU Lesser General Public License v3.0
391 stars 78 forks source link

Cameras working but no sensor information #384

Open boloj opened 3 years ago

boloj commented 3 years ago

I can see the cameras, but I'm not getting any information about battery life or recent activity. I've had aarlo installed on my hass for a long time with no issues. I haven't had time to mess with hass during the holidays so I can't pinpoint when the sensors stopped working. Any help with this issue I would appreciate.

twrecked commented 3 years ago

Did admin access change for the account? That's usually the cause for this happening.

Can you try rebooting?

If that doesn't work can you paste your config here - minus any sensitive info.

atlflyer commented 3 years ago

I had this same problem. The cameras and the binary sensors (connected, motion, sound) all worked, but the other sensors (num cameras, last motion, battery level, captured today, etc) all showed as unavailable/orphaned in the dashboard. It turns out I had added a second "sensor" section to configuraiton.yaml for an unrelated purpose, which is apparently not permitted (I'm new to Home Assistant and haven't used anything that required YAML knowledge before).

I combined the two sensor sections into one, and everything started working again.

Leaving this here for anyone else who finds this thread, as I did, while facing the same problem.