Search found 7 matches

by herber_ch
02 Aug 2021, 08:37
Forum: ESP Easy: Software
Topic: Longpress only works once
Replies: 15
Views: 9550

Re: Longpress only works once

Tested also with build 20210503:
- "Longpress event" = "ACTIVE only on LOW", doubleclick=1000, longpress=1000=> still works only once
by herber_ch
30 Jul 2021, 20:37
Forum: ESP Easy: Software
Topic: Longpress only works once
Replies: 15
Views: 9550

Re: Longpress only works once

hi Tested with build 20210503: 1) if I disable doubleclick, longpress also only works once 2) reduce the doubleclick under 1000ms is not possible, there is a check for that I also tested: - doubleclick=1000, longpress=5000 => still works only once, but the event 11 comes after about 1 second - doubl...
by herber_ch
29 Jul 2021, 19:02
Forum: ESP Easy: Software
Topic: Longpress only works once
Replies: 15
Views: 9550

Re: Longpress only works once

this seems to be about this issue. but most of it doesn't mean anything to me, I'm not a programmer. :cry:

is there anything i can do or help?
by herber_ch
29 Jul 2021, 18:36
Forum: ESP Easy: Software
Topic: Longpress only works once
Replies: 15
Views: 9550

Re: Longpress only works once

hi Sorry, i have been away for a long time for personal reasons. but now i'm back and want to solve the problem. I mean that you are using ACTIVE=HIGH. Is this what you want? The PCF8574 has ACTIVE=LOW. It means that it has state=1 when not pressed, and state=0 when pressed. Ah, now i understand. Bu...
by herber_ch
06 Feb 2021, 21:35
Forum: ESP Easy: Software
Topic: Longpress only works once
Replies: 15
Views: 9550

Re: Longpress only works once

Thanks, but I didn't see why i use inverted logic? For me 1=HIGH ist normal :? I still activated the option and tried all possible settings. All variants send LONGPRESS only once. Then I did a downgrade (mega-20200426). With this version everything works correctly, LONGPRESS is sent every time. What...
by herber_ch
04 Feb 2021, 11:14
Forum: ESP Easy: Software
Topic: Longpress only works once
Replies: 15
Views: 9550

Re: Longpress only works once

thanks, here is my configuration
by herber_ch
03 Feb 2021, 12:23
Forum: ESP Easy: Software
Topic: Longpress only works once
Replies: 15
Views: 9550

Longpress only works once

hi In my test setup, longpress only works once after starting. I have eight buttons (on a switch input - PCF8574), the long press event is only sent once for each. First time after boot: 21065: PCF : Port=3 State=1 Output value=1 21167: EVENT: SW03#SW03=1 21203: PCF : LongPress: Port= 3 State=1 Outp...