Using API with Home Assistant Add-on and integration #16907
-
Hello, how can I use the API of Frigate if it installed as Addon directly in HA. In past I could access to api via port 5000 from every client in local network. Now the is a docker host like ccab4aaf-frigate which is not available out of side HA. How it works now with addon to access like this api function for last frame? Thanks for hints :-) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
For accessing the Frigate API when installed as a Home Assistant addon, there are two key ports available (1) :
When using the Home Assistant addon, you'll need to:
For the specific addon versions, use these URLs (3) :
For accessing the latest frame API endpoint specifically, you can use:
Remember that if you need external access, you should use port 8971 with authentication enabled (1) . |
Beta Was this translation helpful? Give feedback.
-
@hawkeye217 In HA at the configuration site of the frigate addon have I click on "view deactivated ports". I was to dabble to understand that I must insert the ports in forms for activation. With your answer I solved my things. :-) Many thanks ... |
Beta Was this translation helpful? Give feedback.
For accessing the Frigate API when installed as a Home Assistant addon, there are two key ports available (1) :
When using the Home Assistant addon, you'll need to:
http://ccab4aaf-frigate:5000
for API calls from within Home Assistant (2) (3)For the specific addon versions, use these URLs (3) :