#I don't see an "add ons"

1 messages · Page 1 of 1 (latest)

ebon ibex
#

Should have created a thread about this earlier. Whoops!

glad quiver
#

no worries...I'm just happy your willing to help me figure this out

#

I don't see an add-ons. I only see MQTT under integrations

ebon ibex
#

Ok I think this may be a difference in the way your HA is actually set up. Mine is using HAOS directly installed on a computer with nothing else on it. How are you running HA?

#

And why can't I add a god damn picture here in discord?

glad quiver
#

I'm using Linuxserver docker

#

on unraid

ebon ibex
#

Gotcha. Ok I think this might be why you don't have add-ons. Your setup is a bit different.

#

@spring rain THANK you. lol

glad quiver
#

Something simple is missing here...I can see my cameras and recordings and events and all that in HA. I just can't seem to figure out how to get notifications to work

ebon ibex
#

I think you don't have an MQTT server running. The integration you have is intended to connect to the server you should be running.

#

I'm with you. Just trying to sort out how to identify that MQTT connection. Which consists of two parts

  1. the broker
  2. the integration
#

You have the integration, but need the server. With HAOS, we have add ons which essentially creates a docker container with an MQTT broker. The integration then connects to that server. Home assistant is also intended to connect to that broker.

spring rain
#

You need the Mosquito broker addon AND the HA MQTT integration

ebon ibex
#

^Word

glad quiver
ebon ibex
#

Right so that's the integration

#

It integrates with a broker.

glad quiver
#

and have have Mosquito docker configured

ebon ibex
#

Ahhhhh

#

Ok so you have the broker completed.

#

At the top is logs. Perhaps in your docker container, you have a webui where you can see the MQTT logs? Occam's suggestion of MQTT explorer may be a good option to explore.

The point of all this is to identify that MQTT is communicating with Frigate

glad quiver
#

already configured (i removed the username)

glad quiver
#

This redirect is not supported by your Home Assistant installation. It needs either the Home Assistant Operating System or Home Assistant Supervised installation method.

#

got the above in regards to the MQTT Explorer

spring rain
#

I'm running HAOS on a Yellow ... ymmv

ebon ibex
#

Makes sense.

#

Occam and I are running a slightly different setup that makes it a bit easier for stuff like this.

glad quiver
#

I used this as a guide

spring rain
#

MQTT explorer is also available as a linux, apple and windows program

ebon ibex
#

Sorry BRB

#

Ok back.

#

So we have slightly different setups, so it's a bit hard to advise. I will say that I was in the exact same place as you, and it was indeed my MQTT setup that needed some slight tweaks.

#

I would focus on insuring your integration is connected to your broker, then once that is confirmed, frigate is connected to MQTT. It was nearly impossible to tell that the connection was truly established. I didn't even know for sure until I got a frigate notification.

spring rain
#

If MQTT is properly installed and Frigate properly connected you will see Frigate devices in the Frigate HA integration.

glad quiver
spring rain
#

Open a camera device and you should see a number of sensors with current state based on your Frigate config.
I don't use the Blueprint. I wrote my own simple automation.

glad quiver
#

we may be on to something...all the sensors say unavailable

spring rain
#

You're not getting messages

#

Install MQTT explorer and see what traffic your broker is receiving

glad quiver
#

I can't install MQTT Explorer as I'm using HA Core. I get the following message when trying to install This redirect is not supported by your Home Assistant installation. It needs either the Home Assistant Operating System or Home Assistant Supervised installation method.

spring rain
glad quiver
#

installing on my laptop now

spring rain
#

I'm not sure what (Hidden) after sensor name means

glad quiver
#

ok, I am connectd to MQTT Explorer

spring rain
#

Ahhh , I guess I've never hid items

#

You should see traffic for topics like cameras, zones

glad quiver
#

I don't see those topics.

#

I do have to run, i have to take my daughter to basketball...can we pick up later?

spring rain
#

Then Frigate is not talking to the broker

glad quiver
spring rain
#

No Frigate topics

glad quiver
spring rain
#

What does your Mosquito broker log look like? Did you set up a frigate user?

spring rain
#

Is priority given to motion detection over object tracking detection? I see almost nonstop detection for objects not in any zones. E.g. parked cars in motion masked areas that are far away and on the detection limit borderline (alternate between orange and blue bounding boxes)

#

I also note that if any motion occurs it starts a "storm" of detections all over the frame not just in the motion areas

#

Setting a min_area for car tracking got rid of that

glad quiver
#

Forgive my ignorance...MQTT is new for me.

spring rain
#

No problem man ... I've been there and still am on all to regular basis. Goto Addon>Mosquito broker>configuration

#

Use the username and password you set up in your frigate config.

#

Restart mosquitto and check the mosquitto log. You should see successful frigate connections

glad quiver
#

Is this what you are referring too? I removed the username just for the screenshot.

#

Mosquito log says client connected

spring rain
#

frigate connections ? the you should see topics in MQTT explorer

glad quiver
#

I'm currently not a home, when I get back to the house I'll see if you're still on. This maybe where were I'm lacking.

glad quiver
#

Are you there?

glad quiver
#

I got frigate to show up in MQTT Explorer...

#
  enabled: true
  host: 192.168.1.25
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: REDACTED
  password: REDACTED```
#

I had to add topic_prefix and client_id to my frigate config.yml

glad quiver
#

I got notifications working!!! I want to thank you both @spring rain and @ebon ibex for taking the time to help me.

#

Once I inputted the missing lines in the Frigate config.yml (shown above), I was able to see the topics in MQTT Explorer and was then able to test the automations and it worked.

spring rain
#

You're not running HAOS right? I don't have those parameters. How did you figure it out?

ebon ibex
#

Nice!!!!! @glad quiver

glad quiver
ebon ibex
#

Going to try and close this thread. Not sure if everyone else can see it the same way but it looks to be the only channel with a thread.

glad quiver
#

Hey, sorry it took me so long to get back but I didn't want to just run off without explaining what I did to fix my issue