-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shutter in button mode controls all other group topic shutters, but stop himself immediate with 13.0.0 #19234
Comments
#19085 is not reproduceable. This is just because of missing index to the operation. I do not see a connection to this here. It may that we have a breaking change with long press. In the old versions you could asssign a long press event. e.g. move all shutter. Anyhow quite more common on the long press event is, that the shutter stop after releasing the button. Am I right that you configured the "close all" to the long press event? We have not made any changes to the esp8266. but the esp32 has way more options now. Therfore we have flexibility here to make some additional tweaks |
e.g. we can supress the stop of the local shutter if the long press event is configured. May this help?`Easy fix |
sorry, I was not precise. I only use button control -- ShutterButton<x>
command. No long press defined.
Am Mi., 2. Aug. 2023 um 09:47 Uhr schrieb stefanbode <
***@***.***>:
… e.g. we can supress the stop of the local shutter if the long press event
is configured. May this help?`Easy fix
—
Reply to this email directly, view it on GitHub
<#19234 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVFZKAI2JBRCHLP6QHH6HTXTIAYXANCNFSM6AAAAAA26VK7UI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
tested now - no difference with longpress on or off (setoption73).
shutter stops when I release the longpress
Am Mi., 2. Aug. 2023 um 09:47 Uhr schrieb stefanbode <
***@***.***>:
… e.g. we can supress the stop of the local shutter if the long press event
is configured. May this help?`Easy fix
—
Reply to this email directly, view it on GitHub
<#19234 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVFZKAI2JBRCHLP6QHH6HTXTIAYXANCNFSM6AAAAAA26VK7UI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
hi @florian-reus . I still did not get it. Specially because there some goupings defined. Pls can you specify what you do expect on which button event. As said the long-press event for shutters changed in the way that the shutter moves as long as you press and as soon as you release it stops moving. this works fine with ONE shutter. looking forward to hear from you. there is no longpress option required. the shutterbutton has an option for 1,2,3, press and hold=long press If I understand your problem right:
|
@florian-reus : Pls take a look on the submitted change. The local shutter will NOT stop after releasing the button if you have enabled the group topic for the HOLD event. In the shutterbutton definition the BOLD "1" is the one that changes the behavior. If there is no MQTT broadcast the local shutter will stop after releasing the button |
tested on 13.1.0 - works again as desired, no config change done. |
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
when used in shutter button mode, all other group topic shutters are started. local shutter is stopped right away (~half a second)
looks similar as #19085
--> starting with local button, receiving it's own mqtt message and stopping right away
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
-shutter mode
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: