Search found 9 matches

by Sigalou
11 Feb 2023, 10:16
Forum: ESP Easy: General Discussion
Topic: New Sonoff Pow "Origin"
Replies: 6
Views: 1374

New Sonoff Pow "Origin"

Sonoff launches new POW equipment:

Image

there are the GND Tx Rx Vc terminals which allow it to be flashed.
Which version of ESP Esay should we take to flash it? THANKS
by Sigalou
13 Sep 2019, 19:34
Forum: ESP Easy: Software
Topic: switch without gpio
Replies: 3
Views: 6755

Re: switch without gpio

budman1758 wrote: 12 Sep 2019, 18:36 I don't know of a way to change the state of a GPIO that does not exist.
Maybe try using a dummy device to change values with rules?
Yes, that's it, I need a dummy device.
I have no more GPIO available (it's on sonoff4chpro, so the gpio are taken by relays and buttons)
by Sigalou
11 Sep 2019, 07:45
Forum: ESP Easy: Software
Topic: switch without gpio
Replies: 3
Views: 6755

switch without gpio

Hello when I use a classic swith with a gpio, for example: Jus: Ampoule and GPIO: GPIO12 For ON: gpio,12,1 For Off: gpio,12,0 To use in rule: if [Jus#Ampoule] = 1 If I have no more GPIO available, and I want to use the switch name directly, I do not know how to change the state: Jus:Ampoule and GPIO...
by Sigalou
03 Sep 2019, 13:21
Forum: ESP Easy: Software
Topic: Rule for watering cycles
Replies: 7
Views: 7762

Re: Rule for watering cycles

Merci à tous, thank you all
by Sigalou
02 Sep 2019, 21:49
Forum: ESP Easy: Software
Topic: Rule for watering cycles
Replies: 7
Views: 7762

Re: Rule for watering cycles

Thank you for your advice, I went to see and sought to understand. Hello friends, here's what I did, it works. Do you think we can do more simple? Thank you for your valuable advice. on Clock#Time=All,22:00 do let,1,1 // compteur de boucles (de 3 zones) de 1 à %v2% let,2,5 // nombre de boucles (de 3...
by Sigalou
31 Aug 2019, 10:03
Forum: ESP Easy: Software
Topic: Rule for watering cycles
Replies: 7
Views: 7762

Rule for watering cycles

Hello, I start with the rules and I need your help to understand. I would like with the instruction "On Clock # Time = All, 22:00 o'clock" to launch 5 launch loops of 3 watering zones (2 min each). I can do Zone 1 ON and zone 1 OFF on Clock # Time = All, 22:00 pm Launch cycle 1/5: * Launch...
by Sigalou
29 Aug 2019, 21:46
Forum: ESP Easy: Hardware
Topic: GPIO 2 = 0 blocks the start of the SONOFF 4CH Pro R2.
Replies: 1
Views: 8068

GPIO 2 = 0 blocks the start of the SONOFF 4CH Pro R2.

Hello everyone, I noticed something strange, when I use GPIO2 = 1 when powering on the Sonoff 4CH pro, it hangs. Red LEDs 1 and 2 and 3 are lit in red and Sonoff does not start. If GPIO2 = 0 then everything happens normally and the Sonoff starts well. It does not happen when I reboot. Do you have an...
by Sigalou
23 Jul 2019, 22:33
Forum: ESP Easy: Software
Topic: Interval function in the Devices tab
Replies: 3
Views: 5172

Re: Interval function in the Devices tab

The unit will poll the CURRENT VALUE once per interval. If you need to have a average or mean you would need to do that using rules. And change the interval to 1 second or something. OK, with this ? On Temp#Value Do Let,10,[VAR#9] Let,9,[VAR#8] Let,8,[VAR#7] Let,7,[VAR#6] Let,6,[VAR#5] Let,5,[VAR#4...
by Sigalou
23 Jul 2019, 21:45
Forum: ESP Easy: Software
Topic: Interval function in the Devices tab
Replies: 3
Views: 5172

Interval function in the Devices tab

Hello everyone, I use a probe (temperature for example) that varies without stopping. Which means that if I put an "interval" at 5s, a new value changes every 5 seconds. My question is the following : If I put 60s, the interval function gives: * The value of the probe every 60s or * The av...