ShutterStop doesn't work correctly #22761
Replies: 2 comments
-
I asume the main cause is in using switches instead of buttons in the configuration. Shutter only work with buttons and not witch switches. Please change in configuration and let us know if this already fixes the issue. |
Beta Was this translation helpful? Give feedback.
-
I changed the switches to buttons. Unfortunately the shutter does not stop. But I don't know if the script is correct. In the console I get the following message "RESULT = {"Button3":{"Action":"SINGLE"}}" when I press it. But the variable "button3" is not set. For testing, I added a web button and it works! "
|
Beta Was this translation helpful? Give feedback.
-
Hardware: ESP32 C3
Firmware: 14.4.1
I want to control the shutter with 3 buttons (Up, Stop, Down).
I do up with "ShutterButton1 1 up 1" and down with "ShutterButton1 2 down 1".
I want to stop the shutter using this script. Unfortunately, the "ShutterStop1" function doesn't work in the script. It works in the console. As soon as I configure the stop button (Switch_N 3), the shutter moves when the stop button is pressed without the script being activated.
Console Codes
SetOption73 1
SetOption80 1
Interlock 1,2
Interlock ON
ShutterRelay1 1
ShutterOpenDuration 15
ShutterCloseDuration 15
SwitchMode1 4
SwitchMode2 4
SwitchMode3 4
ShutterButton1 1 up 1
ShutterButton1 2 down 1
Beta Was this translation helpful? Give feedback.
All reactions