Eventor doesn't work

Please help with fellow colleagues here, I use Eventor reading temperature (DHT11):

  • If the temperature is above or equal to 31.3 C then Lamp 1 (D0) lights up and Fan (D4) turns off
  • and if the temperature is below or equal to 31.1 C then the lights 1 (D0) are off and the fan (D4) is On

Please help, I use the Board:

  • NodeMCU 1.0 and Sketch Blynk Wifi ESP8266 StandAlone SSL

ScreenShot
https://cdn1.imggmi.com/uploads/2019/6/7/097c2272ec5e6dda0c0891d9a66bee4d-full.png

https://cdn1.imggmi.com/uploads/2019/6/7/914aa176f0b0b81df38c148785b2040e-full.png

https://cdn1.imggmi.com/uploads/2019/6/7/b0c6013327767863c196a11ba5097da4-full.png

https://cdn1.imggmi.com/uploads/2019/6/7/c1908cfcfbbbbac3227834ff88fc8ff4-full.png

[unformatted code removed by moderator]

  1. You need 3 backticks (```) to encase your code

  2. Silly question but are you running your project (press play button it top right hand side of app)

  3. Also, I highly suggest to remove everything apart from the below from your void loop():

    Blynk.run();
    timer.run();

Thanks @JustBertC

  1. Sorry
  2. I have already done
    https://cdn1.imggmi.com/uploads/2019/6/7/00194366d45e42db2406a55887db525e-full.png
  3. // timer.run();
    timer.run() I didn’t delete it, because if it was deleted rellay 4 channel didn’t work

Instead of “turn OFF” and “turnON” in Eventor, try to use “set D0 to 1” etc and see if that works? (It shouldn’t make a difference really, but it’s worth a shot)

@JustBertC still unsuccessful friend :smiley:

I have had a thought. Maybe go back to using turnON and turnOFF but in your button widget settings, change the 1 to 1023?