Multiple Instance Support #19404
Replies: 1 comment 7 replies
|
The configuration you're trying to add to Here's the correct process:
mqtt:
# Required: host name
host: mqtt.server.com
# Optional: topic prefix (default: shown below)
# NOTE: must be unique if you are running multiple instances
topic_prefix: frigate1
# Optional: client id (default: shown below)
# NOTE: must be unique if you are running multiple instances
client_id: frigate1
The error you're seeing occurs because the integration is looking for the default Frigate instance with When multiple Frigate instances are configured, you must explicitly specify which server you're referring to using the 📚 Sources: Have another question? Just tag @inkeep. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have read the documentation for multiple instance support and made the changes to my Frigate configurations with unique client ids.
Where do I let home assistant know which server I am referring to? I have tried adding the config below to my configuration.yaml in home assistant but it doesn't work and I am still getting the error "Camera initialization failed: API error whilst subscribing to events for unknown Frigate instance frigate". I can see the frigate instance is publishing client_id "frigate1" to the mqtt server correctly.
All reactions