Shelly 2.5 integration with HA

Hi, I verified the correct functioning of mqtt with homeassistant, but I can’t integrate the roller shutter, it tells me that it is not available, I believe that it is not correctly configured with mqtt, how do I check it? thanks

You can use an mqtt client like mqtt explorer to check the messages and topics sent to the broker by the Shelly. Use this information to configure your mqtt cover.

thanks, the shelly is connected to mqtt, but from homeassistat the roller shutter is not available, what can I do?

You can do exactly what I said I’m last post.

Install mqtt explorer.

Look at the messages and topics in the broker. Note their exact values.

Check your cover mqtt configuration against these values.

I checked, the values ​​are correct, but it still tells me that the roller shutter is not available

Did you create an ACL file as per the big yellow warning at the top of the mosquitto page?

If so, what does it contain?

where should I put these lines of code?

"customize": {
  "active": true,
  "folder": "mosquitto"
},

That goes in the addon options:

Untitled-1

These go in your ‘share’ folder:

Untitled

Make sure you add the homeassistant user (as shown) as well.