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