home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.68k stars 28.84k forks source link

Cannot ignore RTSPS Warning #120429

Open rwjack opened 5 days ago

rwjack commented 5 days ago

The problem

I have completely disabled the camera entity as I do not need to view the live feed from within HA. All I want from HA is to monitor the stats of my CloudKey, hence the need for this integration, but this warning keeps popping up every restart:

image

I can't seem to find a way to ignore it.

Even when I go through the flow, and get the "The issue is repaired" popup:

image

The warning re-appears after a reboot.

On another note, if there is a way to get the same stats as I do with this integration, cpu usage, temperature, disk usage, through SNMP, that would pretty much solve my specific issue.

What version of Home Assistant Core has the issue?

core-2024.6.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

UniFi Protect

Link to integration documentation on our website

https://www.home-assistant.io/integrations/unifiprotect/#camera-streams

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 5 days ago

unifiprotect documentation unifiprotect source

rwjack commented 5 days ago

Just an update, I installed a CheckMK agent on my CloudKey which provides me with the desired statistics, so I can just disable the UP integration within HA, although this issue might benefit someone else, so I'll keep it open if that's okay with the code owner.