Search found 10 matches

by guz
12 Sep 2016, 21:13
Forum: ESP Easy: General Discussion
Topic: Rule for Monday and Thursday???
Replies: 2
Views: 4537

Rule for Monday and Thursday???

Hi,
How can I have a rule for more than one day per week?

On Clock#Time=Mon,18:25 ... and for Thursday???
by guz
06 Sep 2016, 17:07
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 191782

Re: Feature Request collection/list

I'd like a new function in rules to put espeasy in deep sleep for x seconds.


On Clock#Time=All,01:00 do // every day at 01:00 hours put esp in deepsleep for 3 ours
deepsleep,10800
endon
by guz
06 Sep 2016, 03:12
Forum: ESP Easy: General Discussion
Topic: is it possible to put espeasy in deep sleep in a rule?
Replies: 2
Views: 6357

is it possible to put espeasy in deep sleep in a rule?

Hi all,
I'd like to put the espeasy in deep sleep mode from 02am to 05am.
Is it possible to make something like this, in a way that espeasy can understand?

On Clock#Time=All,02:00 do
System.sleep(SLEEP_MODE_DEEP, 10800);
endon

thanks
by guz
06 Sep 2016, 02:58
Forum: ESP Easy: General Discussion
Topic: lolin nodemcu v3 - vin voltage to 4.18. Is it possible?
Replies: 0
Views: 4196

lolin nodemcu v3 - vin voltage to 4.18. Is it possible?

I have two 3,7v batteries in parallel. Them should be 3,7v, but actually I can measure even 4,18v.
Can I power the nodemcu dev board with this voltage?
Thanks in advance
by guz
06 Sep 2016, 02:12
Forum: ESP Easy: General Discussion
Topic: I have some issue with rules
Replies: 1
Views: 4103

Re: I have some issue with rules

solved
sudo python esptool.py --port /dev/ttyUSB0 write_flash -ff 40m -fm dio -fs 32m 0x00000 blank_1MB.bin 0x10000 blank_1MB.bin 0x20000 blank_1MB.bin 0x30000 blank_1MB.bin 0x40000 blank_1MB.bin 0x50000 blank_1MB.bin

now the espeasy works good
by guz
06 Sep 2016, 01:14
Forum: ESP Easy: General Discussion
Topic: I have some issue with rules
Replies: 1
Views: 4103

I have some issue with rules

If i send a simple command like; http://192.168.11.105/control?cmd=gpio,16,1 or http://192.168.11.105/control?cmd=pulse,16,1,500 it works great, but if i try to run an event, the espeasy reboot. The event "apri" and "chiudi" are in the rule tab; on apri do gpio,16,1 // open valve...
by guz
05 Sep 2016, 18:14
Forum: ESP Easy: General Discussion
Topic: I'm not even able to put a pin on high
Replies: 4
Views: 5661

Re: I'm not even able to put a pin on high

It works great.
Many thanks to all
by guz
05 Sep 2016, 16:44
Forum: ESP Easy: General Discussion
Topic: I'm not even able to put a pin on high
Replies: 4
Views: 5661

Re: I'm not even able to put a pin on high

Actually I saw that in arduino ide I need to call pin as D0,D1 ecc, but if i try to call http://192.168.43.156/control?cmd=gpio,D4,1 espeasy gives to D4 a value of 0 { "log": "GPIO 0 Set to 1", "plugin": 1, "pin": 0, "mode": "output", "...
by guz
04 Sep 2016, 22:57
Forum: ESP Easy: General Discussion
Topic: I'm not even able to put a pin on high
Replies: 4
Views: 5661

I'm not even able to put a pin on high

I have a lolin v3 dev board(ESP-12E) like this one http://img2.banggood.com/thumb/view/oaupload/banggood/images/6B/97/3cda1ef7-adef-92d8-f26b-9c047864b814.jpg with espeasy_r120. I had put a led between D4 and GND I'm tryin some http command to light up the led, but nothing happens. The led remain lo...