Steve Herrell
Steve Herrell
Are you accepting the login request on the phone app?
Can you get some debug. Turn on these settings and let it run for a while. The trace should contain the battery update information. ```yaml aarlo: ... your existing config...
I think I might now what the issue is. I turned off pinging the device because it was draining the battery but I think the ping might be what triggers...
Thanks! It's XXXX
I see the problem. They've replaced the notification system. The are no longer using `Server Sent Event streams` but `MQTT over WebSockets`. The contents look similar but I'll need to...
I'm just testing the first part of the MQTT change and so far it looks good. I'll let this run a while and maybe push a test fix out on...
Do I have admin access to your camera?
Thanks! I think I also found the problem, your camera provides extra data during start up that I'm not reading, this data incudes the battery level. I'll try this and...
Can you try with 0.7.2b1. For older cameras startup looks like: - read device list - get device resources For newer cameras we don't do part 2, it drains the...
Yes, it affects a lot of things. Including, but not limited to: - battery level and type - power supply - connection state - wifi signal strength Some of these...