Mqtt on hass

hi im trying to use this with hass

i got the mqtt connected, but can’t figur out how to get hass to send
the correct commands…

what i found so far :
Payloads
(start) - (calibrate) Sets the current position as top position
(max) - (calibrate) Sets the current position as max position. Set start before you define max as max is a relative position to start
(0) - (manual mode) Will stop the curtain
(-1) - (manual mode) Will open the curtain. Requires (0) to stop the motor
(1)- (manual mode) Will close the curtain. Requires (0) to stop the motor
0-100 - (auto mode) A number between 0-100 to set % of opened blind. Requires calibration before use. E.g. 50 will open it to 50%

and the mqtt output on boot

/raw/esp8266/register { “id”: “3523742”, “ip”:“10.0.0.172”}

and when i move the motor :
/raw/esp8266/3523742/out { “set”:0, “position”:30 }

and then im stranded

You need to create a MQTT cover component and match the various configuration variables to the topic and payloads you want to send and receive.

I’m afraid your description of what you need isn’t very clear, so its hard to help further.

yar its kinda complied to explain, I only got one more link, where he shows the mutt

but can’t figur out to put it all together, so I can get som buttons for up and down

Hi did you manage to figure this out ?