Search found 8 matches

by Bben
20 May 2021, 21:59
Forum: ESP Easy: General Discussion
Topic: call a event from a rule
Replies: 7
Views: 5675

Re: call a event from a rule

Thanks for the explanation TD-er,

I've take car to avoid any loop in the call,
In my example it calls event from 2/3 different rule file, half of max size each.
I will test the AsyncEvent command i've passed through!
by Bben
20 May 2021, 11:40
Forum: ESP Easy: General Discussion
Topic: call a event from a rule
Replies: 7
Views: 5675

Re: call a event from a rule

Hi, I would add a subsidiary question/note to this one, I use event call in rules to mimic method/function call. I noted that if I launch an event, which launch an another one which launch a third one (not sure of the exact depth), the wemos crash and reboot. If I prevent a direct event call by laun...
by Bben
17 May 2021, 18:40
Forum: ESP Easy: Software
Topic: [Solved][Rules] Dynamic Name - ok for device not for variable
Replies: 6
Views: 4487

Re: [Rules] Dynamic Name - ok for device not for variable

Ath wrote: 17 May 2021, 11:14 You might get away by first assigning that value to an internal variable and use that in the replacement:

Code: Select all

  Let,100,[manager#selected]
  [duration#dur_%v100%]
Thanks Ath,

Work perfectly unitls rules parsing change
by Bben
17 May 2021, 13:22
Forum: ESP Easy: Software
Topic: [Solved][Rules] Dynamic Name - ok for device not for variable
Replies: 6
Views: 4487

Re: [Rules] Dynamic Name - ok for device not for variable

thks I've read it extensively, especially #Referring values for that purpose (even the wiki : https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules) But nowhere is mentionned wether it's possible to call variable with dynamic name, and don't found any tuto/blog/post/... where it is. I was surp...
by Bben
17 May 2021, 11:43
Forum: Introduce yourself
Topic: Bben
Replies: 2
Views: 3945

Re: Bben

Thanks TD-er,

I 'm taking an extra care on the WAF,
especially has she had to endure from the home automation system I implement for those past few years.....
by Bben
17 May 2021, 11:34
Forum: ESP Easy: Software
Topic: [Solved][Rules] Dynamic Name - ok for device not for variable
Replies: 6
Views: 4487

Re: [Rules] Dynamic Name - ok for device not for variable

Thanks for the trick Ath, I will test it asap and post back here. I'm trying to save some space as well as enhance code maintenance/readability. If I manage to get it work I would'nt do so much update on that kind of system which take care of my plants ;) For my curiosity, could you point me where i...
by Bben
17 May 2021, 10:55
Forum: ESP Easy: Software
Topic: [Solved][Rules] Dynamic Name - ok for device not for variable
Replies: 6
Views: 4487

[Solved][Rules] Dynamic Name - ok for device not for variable

Hi there, I'm rebuilding my water system on : espeasy mega-20210503 - stable release / ESPEasy_normal_ESP8266_4M1M wemos D1 mini (relay board, PCF8575, ADS1115, OLED SSD1306, TTP223 tactil button, ...) As devices, I've got 2 dummies : -1st : manager * menu | from 0 to 2 -> create a custom menu displ...
by Bben
17 May 2021, 10:35
Forum: Introduce yourself
Topic: Bben
Replies: 2
Views: 3945

Bben

Hi there, I use espeasy for about 2 years now, to create home automation around my house linked with Jeedom (home automation system, a best if you don't know it). Quite all my plateforms is on Wemos D1 mini, Currently working in my system, I've got : * a washing machine and cloth dryer monitoring wi...