Search found 11 matches

by kllei
30 Aug 2022, 17:24
Forum: ESP Easy: Software
Topic: Long press for Button problems?
Replies: 5
Views: 2330

Re: Long press for Button problems?

OK, I found the issue I already had a general check for the switch pressed on another Rules Page on Taster1#Switch do ... some stuff endon unfortunately this was only LCD light on, so no unexpected effects... this catched all button events. Changing it to on Taster1#Switch=1 do ...some stuff endon w...
by kllei
30 Aug 2022, 15:33
Forum: ESP Easy: Software
Topic: Long press for Button problems?
Replies: 5
Views: 2330

Re: Long press for Button problems?

Do you have some setting on the Tools->Advanced page to reorder events (next to the rules cache checkbox) If you have it, make sure to disable it. (not the cache, but reorder events) In the current code, it is already removed as it does have quite a lot of side-effects. yes, this was checked and I ...
by kllei
30 Aug 2022, 13:26
Forum: ESP Easy: Software
Topic: Long press for Button problems?
Replies: 5
Views: 2330

Long press for Button problems?

Hi There, I seem to have a long press Action problem on my ESPEasy since the last update to 20220427 (before I had a Version from 2020 or so...) When I test, I can see no 10 or 11 for the Switch value, only 0 and 1 during Button press. (btw. I do not see a 3 when double press enabled) here is my con...
by kllei
27 Apr 2022, 16:20
Forum: ESP Easy: Software
Topic: Syntax for taskvalueset (taskname#All) ?
Replies: 2
Views: 3912

Re: Syntax for taskvalueset (taskname#All) ?

Hi and thanks a lot!

OK, this for event only. Tested and worked as you described it!

Sorry for my misunderstanding.

Best regards
Klaus
by kllei
27 Apr 2022, 15:33
Forum: ESP Easy: Software
Topic: Syntax for taskvalueset (taskname#All) ?
Replies: 2
Views: 3912

Syntax for taskvalueset (taskname#All) ?

Hello all, I'm trying around to set all dummy Device Variables with one Taskvalueset command but could not find an example or Doku about the syntax... What I did: Setup a Dummy Devive with 3 variables (Screenshot), first I tried without checking the marked box. I send commands over serial line. When...
by kllei
05 Apr 2019, 17:42
Forum: ESP Easy: Software
Topic: %systm_hm% has no leading zero ?
Replies: 2
Views: 1940

Re: %systm_hm% has no leading zero ?

OK, I opened an issue. Hopefully I didn't miss to much.
Should I have referred to this entry?

Best Regards!
by kllei
05 Apr 2019, 13:25
Forum: ESP Easy: Software
Topic: %systm_hm% has no leading zero ?
Replies: 2
Views: 1940

%systm_hm% has no leading zero ?

Hi all, after playing around a while with ESPeasy I found that the internal variable %systm_hm% does not add a leading zero as described in the docu: https://www.letscontrolit.com/wiki/index.php?title=ESPEasy_System_Variables %systm_hm% 01:23 Current time if NTP is enabled (hh:mm "old behavior&...
by kllei
12 Feb 2019, 14:03
Forum: ESP Easy: Software
Topic: LCD show systime with http ?
Replies: 7
Views: 4687

Re: LCD show systime with http ?

Hi, same result. LCD shows a strange Digit on Pos. 1 and nothing else. So it looks like it is interpreting the first % as an exeption but could not get a result. edit: I tried to work with an event instead of the LCD command and had a success! I created a rule: on remotetime do lcd,1,1,Message at %s...
by kllei
11 Feb 2019, 18:18
Forum: ESP Easy: Software
Topic: LCD show systime with http ?
Replies: 7
Views: 4687

Re: LCD show systime with http ?

?? I did not understand what you suggest? using syshour instead of systime? The unit sending the string via http to the lcd has no own systime (no ESPeasy device so far) I try to display the systime of the ESPeasy LCD device triggered by sending a command via http. I see there is no way doing this w...
by kllei
11 Feb 2019, 14:08
Forum: ESP Easy: Software
Topic: LCD show systime with http ?
Replies: 7
Views: 4687

Re: LCD show systime with http ?

Hi,
I want to show when unit x sends a message to lcd (unit x has no clock).

So the full string of unit x should be http://my.ip./control?cmd=lcd,1,1,Message %systime%

Thanks for your help
by kllei
11 Feb 2019, 13:15
Forum: ESP Easy: Software
Topic: LCD show systime with http ?
Replies: 7
Views: 4687

LCD show systime with http ?

Hello all, I am new to ESPeasy and tried to display %systime% on a lcd per http request. http://my.IP/control?cmd=lcd,1,1,%systime% did not work. Is this a syntax error or does it only work with the "internal" routines? Sending a Text to LCD works fine also does when I enter %systime% in t...