Search found 16 matches

by Carlini
21 Oct 2018, 01:26
Forum: ESP Easy: Software
Topic: IFTTT Maker
Replies: 26
Views: 38032

Re: IFTTT Maker

Try this SendToHTTP maker.ifttt.com,80,/trigger/YOURS_IFTT_TRIGGER/with/key/YOURS_IFTT_KEYS In my case works very well. Firstly, thank you to everyone involved in making ESP_Easy what it is. I've not long been using it and it is fantastic. I'm having the same issue - I just can't seem to get it to ...
by Carlini
08 Jul 2018, 16:01
Forum: ESP Easy: Software
Topic: IFTTT Maker
Replies: 26
Views: 38032

Re: IFTTT Maker

Dear namirda

Do you have a New Version of Plugin IFTTT MAKER for espeasy 2.0 ?

tks
by Carlini
23 Jun 2018, 14:55
Forum: ESP Easy: General Discussion
Topic: New Version of Plugin IFTTT MAKER ( espeasy 2.0)
Replies: 0
Views: 1715

New Version of Plugin IFTTT MAKER ( espeasy 2.0)

Dear guys Could you help me ? I am trying to use the plugin Extra_Utilities and Plugin_P209_IFTTT Maker in the new version of espeasy 2.0 (Build 20102 Mega). The error below show in the page of IFTTT Plugin. Someone have the new version of IFTTT Plugin ? Thanks Carlini Error: "Bug in . PLUGIN_W...
by Carlini
12 Jan 2018, 12:35
Forum: ESP Easy: Software
Topic: IFTTT Maker
Replies: 26
Views: 38032

Re: IFTTT Maker

Hi

Is it possible to send by email the value of the esp %ip% using the IFTT Marker and plugin "Extra Utilities" and "_P209_IFTTTMAKER" ?

thanks

Carlini
by Carlini
08 Oct 2017, 02:54
Forum: ESP Easy: General Discussion
Topic: ESP8266mDNS.h Configuration With ESPEASY
Replies: 0
Views: 1803

ESP8266mDNS.h Configuration With ESPEASY

Hi

Someone tried to install the library ESP8266mDNS.h to find the esp board by name in the local network ?

Tks

Carlini
by Carlini
21 Sep 2017, 11:53
Forum: ESP Easy: General Discussion
Topic: How to use the interruption on Rules ?
Replies: 3
Views: 3700

Re: How to use the interruption on Rules ?

Dear toffel969 Thanks for your help. I am trying to control the speed of fan (dimmer) using the SCR with Zero Cross and NodeMCU. I need to read the digital input GPIO and wait around ( 0 to 8ms) and activated the output GPIO. For it Works, it is necessary that the Reading of input and activated the ...
by Carlini
21 Sep 2017, 03:34
Forum: ESP Easy: General Discussion
Topic: How to use the interruption on Rules ?
Replies: 3
Views: 3700

How to use the interruption on Rules ?

Hi

Is it possible to use the interruption function on Rules ?

Which is the sintaX ? Please, give me an example.

Thanks
by Carlini
03 Sep 2017, 14:24
Forum: ESP Easy: General Discussion
Topic: To Creat New Pages of Rules ESP Easy_R120
Replies: 0
Views: 1586

To Creat New Pages of Rules ESP Easy_R120

Hi I need your help. I am using the ESP Easy_R120 - 4096 and ESP12F. I need to open a new page of rules, but theres is not a option in web interface. Is it possible to edit the source file and force the R120 give me a permission to write more than 2048 characters ? I prefer to use the R120 to compar...
by Carlini
29 Aug 2017, 02:10
Forum: ESP Easy: General Discussion
Topic: Saving Timing Value on Variable
Replies: 1
Views: 2300

Saving Timing Value on Variable

Hi ,

I am using the timer (timerSet,1,180) in my program. How can I read the current value of timing and saving in variable ?

I need to put the information of timing counting in my display OLED.

Thanks

Carlini
by Carlini
28 Jul 2017, 02:24
Forum: Experimental
Topic: ESPEASY V2.0 Notifications Syntax
Replies: 35
Views: 53687

Re: ESPEASY V2.0 Notifications Syntax

psy0rz wrote: 04 Jun 2017, 23:32 I created a practical example for notifications: https://www.letscontrolit.com/wiki/inde ... ifications
How did you configured the SMTP ? Do you have emial without password ?
by Carlini
27 Jul 2017, 02:23
Forum: ESP Easy: General Discussion
Topic: Problem with %systime% (function)
Replies: 5
Views: 5165

Re: Problem with %systime% (function)

Dear grovkillen

I tried using 16:10:00 , but not working.
by Carlini
25 Jul 2017, 02:05
Forum: ESP Easy: General Discussion
Topic: Problem with %systime% (function)
Replies: 5
Views: 5165

Re: Problem with %systime% (function)

grovkillen wrote: 24 Jul 2017, 13:26 What version do you use?
GIT version: v2.0.0-dev11
by Carlini
24 Jul 2017, 12:26
Forum: ESP Easy: General Discussion
Topic: Problem with %systime% (function)
Replies: 5
Views: 5165

Problem with %systime% (function)

Hi

Could you help me ? I am trying to use the rules below, but it is not working. I enable the NTP, but it not solved. The comparision is not working between %systime% and 16:30

Am I wrong something ?


On RelayA#state do
if %systime% > 16:10
Gpio,0,0
Endif
EndOn
by Carlini
23 Jul 2017, 19:12
Forum: ESP Easy: General Discussion
Topic: [FIXED] Problem with Rules - Clock#Time event
Replies: 22
Views: 22057

Re: [FIXED] Problem with Rules - Clock#Time event

Hi

Could you help me ? I am trying to use the rules below, but it is not working. I enable the NTP, but it not solved. The comparision is not working between %systime% and 16:30

Am I wrong something ?


On RelayA#state do
if %systime% > 16:10
Gpio,0,0
Endif
EndOn
by Carlini
09 Apr 2017, 18:04
Forum: ESP Easy: General Discussion
Topic: Saving variable value in Flash Memory
Replies: 7
Views: 9256

Saving variable value in Flash Memory

Hi guys

I am using the espeasy and I need to save the value of my variable Temperature in the flash memory of ESP 8266.

I cant lost the value of variable when the esp 8266 is restarted (power off -> power on)

Is it possible ? How can I do this ?

Thanks