Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reolink Argus PT battery drain #298

Open
DeckardCain2014 opened this issue Sep 18, 2024 · 1 comment
Open

Reolink Argus PT battery drain #298

DeckardCain2014 opened this issue Sep 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DeckardCain2014
Copy link

Describe the bug
When the addon is running, the camera shows usage time the whole time. This leads to massive battery drain as the connection is always active.

To Reproduce
Config:
[[cameras]]
name = "Terrassenkamera"
username = "admin"
password = "xxxxx"
uid = "xxxxx"
discovery = "remote"
idle_disconnect = true
push_notifications = false
bind = "0.0.0.0"
bind_port = 8560
stream = "Main"
[cameras.pause]
on_motion = true # Should pause when no motion
on_client = true # Should pause when no rtsp client
timeout = 2.1 # How long to wait after motion stops before pausing

Expected behavior
Camera pause on no motion and after timeout.

Versions
NVR software: HomeAssistant Neolink Addon
Neolink software: 0.6.2
Reolink camera model and firmware: Argus PT; v3.0.0.2508_23072620

@DeckardCain2014 DeckardCain2014 added the bug Something isn't working label Sep 18, 2024
@djayfresh
Copy link

@DeckardCain2014 the stream = "Main" doesn't do anything, here is the available options: mainStream|subStream|externStream|both|all

Hope you figure this out though, I'm having a similar issue with my Argus PT camera, but for me I just see Stream not Ready. It never recovers from idle

Config:

bind = "0.0.0.0"
bind_port = 8444

[mqtt]
broker_addr = "10.10.20.11" # Address of the mqtt server
port = 1883 # mqtt servers port
credentials = ["mqtt_user", "on6dHItTMrqf"] # mqtt server login details

[[cameras]]
name = "driveway"
username = "admin"
password = "xxxxxx"
uid = "xxxxx"
#discovery = "remote"
stream = "subStream"
splash_pattern = "black"
format = "h264"
push_notifications = false
idle_disconnect = true
[cameras.pause]
  on_motion = true # Should pause when no motion
  on_client = true # Should pause when no rtsp client
  timeout = 20.1 # How long to wait after motion stops before pausing
[cameras.mqtt]
  enable_motion = true # motion detection
  enable_light = true # flood lights only available on some camera
  enable_battery = true # battery updates in `/status/battery_level`
  enable_preview = true # preview image in `/status/preview`
  enable_floodlight = false # preview image in `/status/floodlight_tasks`
  battery_update = 10000 # Number of ms between `/status/battery_level` updates
  preview_update = 10000 # Number of ms between `/status/preview` updates
  floodlight_update = 10000 # Number of ms between `/status/floodlight_tasks` updates
[cameras.mqtt.discovery]
  topic = "homeassistant"
  features = ["floodlight","motion","ir","camera"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants