How to configure for battery savings? #241
Replies: 2 comments 30 replies
-
Preview should not wake it up. But there is an open issues about the push notifications waking it up. There's a branch in testing now to fix this. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hi @QuantumEntangledAndy, I am not going to run these overnight as I don't want it to die again but here is some data v0.6.2 short log
However, I am seeing in mqtt explorer that the preview is updated about every 3s. When I look at this preview in HA, the timestamp updates suggesting that this is live from camera (hence battery drain). I tried running the branch you suggested, but get an error (shown here). argus3-disc short logComposeversion: '3.8'
services:
neolink:
image: quantumentangledandy/neolink:fix-argus3-disc
command: ["/usr/local/bin/neolink", "mqtt-rtsp", "--config=/etc/neolink.toml"]
container_name: neolink
ports:
- 8554:8554
volumes:
- $PWD/neolink.toml:/etc/neolink.toml
restart: unless-stopped
network_mode: host Log
|
Beta Was this translation helpful? Give feedback.
24 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My understanding is that idle disconnect will disconnect the camera on idle for battery savings. Then the further options stop on motion or on clients. However, my understanding is that the MQTT preview wakes and requests the camera repeatedly even without motion?
I am trying to make the view available on demand in home assistant but not when not being viewed so as to save battery, as well as motion, light and battery. It is not entirely clear on how this integration will work into home assistant via mqtt or rtsp.
Edit: I ran with this config overnight and now the camera is flat, so clearly I have something wrong.
Beta Was this translation helpful? Give feedback.
All reactions