Feature request: Implement shutter/blind #48
Replies: 8 comments
-
I'll look into it. Can you paste some MQTT responses from such commands? Because for this to work, TDM needs some feedback. |
Beta Was this translation helpful? Give feedback.
-
shutterrelay1 .. 4 -> Number ( Number of the first relay for the shutter 1..4, if = 0, then shutter is DISABLED) |
Beta Was this translation helpful? Give feedback.
-
Stefan, Do you have samples of the JSON payloads for those scenarios? |
Beta Was this translation helpful? Give feedback.
-
Hi, there is no JSON reply. These commands reply with a pure number. |
Beta Was this translation helpful? Give feedback.
-
For the response to be usable it must either reply on /RESULT topic with correct JSON payload ({"<cmd_name>":"<value>"}) or on its dedicated response topic. Tasmota reply to command POWER is prime example. Bare number returned to RESULT topic is useless. |
Beta Was this translation helpful? Give feedback.
-
Ok, great. Let me work on the shutter software before bringing it to tdm |
Beta Was this translation helpful? Give feedback.
-
Great. If you copy the RESULT behavior of the POWER command then it will work out of the box. Also, if possible, add commands which return settings of all related functions in one json payload (for example, Var PulseTime or RuleTimer commands issued without index or and parameters return the current values of related settings 1..n) |
Beta Was this translation helpful? Give feedback.
-
done some time ago, works in the latest release |
Beta Was this translation helpful? Give feedback.
-
xrv27 adds support for shutters with many new options. Would be great if we can integrate this here. Let me know, if you need support. For commands search wikipages "blinds".
Beta Was this translation helpful? Give feedback.
All reactions