Skip to content

Using API with Home Assistant Add-on and integration #16907

Closed Answered by hawkeye217
zutewas asked this question in Ask A Question
Discussion options

You must be logged in to vote

For accessing the Frigate API when installed as a Home Assistant addon, there are two key ports available (1) :

  1. Port 8971 - This is for authenticated UI and API access, recommended for reverse proxies
  2. Port 5000 - This is for internal unauthenticated UI and API access within the docker network

When using the Home Assistant addon, you'll need to:

  1. Enable port 5000 in the addon configuration screen if you want to access it directly (2)
  2. Use the internal addon hostname format: http://ccab4aaf-frigate:5000 for API calls from within Home Assistant (2) (3)

For the specific addon versions, use these URLs (3) :

Frigate NVR: http://ccab4aaf-frigate:5000
Frigate NVR (Full Access): http://ccab4aaf-…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by zutewas
Comment options

You must be logged in to vote
1 reply
@hawkeye217
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants