MQTT with HA Problem - Please Help

Does anyone know what I’m doing wrong

New to HA so on a big learning curve

I am using a sonof Zigbee dongle on MQTT - WORKING FINE
I have updated this to latest firmware running amber
I have downloaded the Add on - Zigbee2MQTT
I have downloaded the HA Integration MQTT

So my problem is that, I can install a Zigbee devise in to the Add on Zigbee2MQTT dashboard and i see the device and all looks good

I have paired a scene controller (infact i have paired 2 to establish that the devise wasn’t faulty)

I click on the devise and hit the expose tab and i can see the buttons are working fine on Both controllers

All seems to be working fine.

I then go to the MQTT HA integration and i can see the device has been brought in to HA

The button presses are now not registering on the Log and it seems like the device its self is not there as a “scene controller” and the only entity i can select is the Battery status.

Hope this make sense but i am stuck…

I have brought in a motion sensor and this works perfect in HA so im confused

You can see in Mqtt2zigbee tab exposure what the device exposes. Not everything will be an entity in HA as some will be treated as events (for example the action of click or double click).

If you want to perform actions based on the events, you need to listen to the topic and figure out the right event.

Thanks for you reply,

Sorry, I will give a bit more information

I have imported a scene controller (4 Button) in to Zigbee2MQTT
All seems to work fine as when i push buttons 1-4 they all are registering within the log

I then go into the MQTT integration on HA and i can see the device.

Nothing has registered within the Logbook

I followed a you tube video and have downloaded a custom Blueprint ( i have done this twice by to different youtubers so different blueprints,

when i try to select the entity it is only showing me the Battery state and not the device its self.

Surely as a scene controller, the buttons would be exposed.

Logbooks will show changes on entities. As the buttons are not reflected as entities (you don´t see them in your screenshot) they will not be shown there.

I see there is one entity not shown (likely not relevant, but check which one it is).
What do you see in Zigbee2MQTT? This is what I see for example for one of my buttons :
{176594FE-F05A-4B04-A008-59E6F905A274}

Im seeing the same

it all seems to be working here perfect.

Its just when i take it in to HA

this is what im getting on the hue controller

What do you see in Developer tools - States when filtering? (this is my Hue button)

As you can see, Action is not there, but I still use it in my automations (I use mostly YAML code):

image

Im only seeing 2 entries and you are seeing 3??

I might just reinstall it all over again and see what happens.
I only changed the Sonoff to MQTT yesterday and downloaded the apps.

Maybe i have done something wrong?

What do you think??

I don´t think anything is wrong. It´s likely just a slightly different model that exposes different things.

Are you able to see the events when following the MQTT messages so you can use it in automations like I have?