natekspencer / hacs-vivint

Home Assistant integration for a Vivint home security system.
MIT License
66 stars 5 forks source link

QUESTION - Camera URL #18

Closed kksligh closed 2 years ago

kksligh commented 2 years ago

Can someone direct me where I can get the RTSP URLs? I've been looking in the logs for a few days and dont see anything.

natekspencer commented 2 years ago

First you will need to make sure that the logger integration is setup and that you set the Vivint integration (custom_components.vivint) to either info or debug such as below:

logger:
  default: error
  logs:
    custom_components.vivint: info

You'll have to restart Home Assistant to apply those changes. Then configure the Vivint integration to "Log Camera RTSP URLs" via the integrations page and check your logs. You'll need to scroll down to the bottom of that page and click on "Load full Home Assistant log" to see them.

kksligh commented 2 years ago

Figured it out! Thanks!

On Fri, Sep 24, 2021 at 11:26 AM Nathan Spencer @.***> wrote:

First you will need to make sure that the logger https://www.home-assistant.io/integrations/logger/ integration is setup and that you set the Vivint integration (custom_components.vivint) to either info or debug such as below:

logger: default: error logs: custom_components.vivint: info

You'll have to restart Home Assistant to apply those changes. Then configure the Vivint integration to "Log Camera RTSP URLs" via the integrations page https://my.home-assistant.io/redirect/integrations/ and check your logs https://my.home-assistant.io/redirect/logs/. You'll need to scroll down to the bottom of that page and click on "Load full Home Assistant log" to see them.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/natekspencer/hacs-vivint/issues/18#issuecomment-926762912, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT3AQU5ZRQXM2MRPT63CXHDUDSRDHANCNFSM5EWI3RJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Thanks,

Kale Sligh