Search found 4 matches

by zulfiqaradil
26 Feb 2018, 04:46
Forum: ESP Easy: Software
Topic: Release v2.0-20180221 Basic local Button lagging
Replies: 4
Views: 3657

Re: Release v2.0-20180221 Basic local Button lagging

There is some issue with MQTT which I will look into ASAP. And there are already plans on changing the scheduling to improve response times. Still the handling of rules seems to be causing some delays also. A similar issue was already raised just last week, with similar delays. So it is good to kno...
by zulfiqaradil
23 Feb 2018, 22:11
Forum: ESP Easy: Software
Topic: Ds18b20 and relay rule
Replies: 9
Views: 9937

Re: Ds18b20 and relay rule

I dont think so PWM is the solution. Just do like this to get rid of it First add two local variable for example Lower_Threshold and Higher_Threshold and now set Lower_Threshold value to 29C and for Higher_Threshold set it to 30C and with this setting now you have two fixed values one is 29C and 2nd...
by zulfiqaradil
23 Feb 2018, 09:27
Forum: ESP Easy: Software
Topic: Release v2.0-20180221 Basic local Button lagging
Replies: 4
Views: 3657

Release v2.0-20180221 Basic local Button lagging

Hi Everyone First of all I like to thankful to all team of www.letscontrolit.com who really did very fascinating job on this development to make life of IOT more easy and hassles free. I just upload new Release v2.0-20180221 and its seems to be very nice and stable. I want to share here some of my e...
by zulfiqaradil
23 Feb 2018, 08:48
Forum: ESP Easy: Software
Topic: Ds18b20 and relay rule
Replies: 9
Views: 9937

Re: Ds18b20 and relay rule

Hello, I'll give it a try, be aware I couldn't test it. <task> The name you gave the DS18B20 task. <value> The name you gave the value within the task, e.g. "temperature" on <task>#<value> do if [<task>#<value>] > 30 gpio,<GPIO of relay>,1 switches GPIO to high if temperature is above 30°...