Tasmota Curtain Switch - Cover Class Configuration

Hi Guys,

i have flashed a Curtain Switch with Tasmota and now i want to implement it somehow into Home Assistant but i can’t figure out how.

MQTT works and i have following commands:
cmnd/cover/POWER1 with Payload: ON or OFF or TOGGLE for Covers going up
cmnd/cover/POWER2 with Payload: ON or OFF or TOGGLE for Covers Stop
cmnd/cover/POWER3 with Payload: ON or OFF or TOGGLE for Covers going down
cmnd/cover/POWER4 with Payload: ON or OFF or TOGGLE for LEDs off or on

States can be pulled with stat/cover/Power1, stat/cover/Power2 etc

It was a hard way to go until i got the Switches working with tasmota the same as with tuya.
Correct Config is {“NAME”:“SCS86-03AJAI”,“GPIO”:[157,24,54,18,22,19,0,0,17,21,53,23,52],“FLAG”:0,“BASE”:18}
(in case someone is finding this thread over google.

Now i want to make the curtain switch work like the tuya ones in Home Assistant before i flash all of them. Here is how a Tuya looks like:
Unbenannt
I think its a cover class but i don’t know how to set it up with my tasmota Curtain switch.

Can someone help me? If i get this step working i want to implement some slider to close or open the curtains in %. I’m new to Home Assistant. Sry if it is a noob question.

1 Like

Take a look at HA’s MQTT Cover

Have you done ? I also have same concern. What are the codes of your cover in yaml !can you share !