Timer avec esp8266 01

BONJOUR À TOUS
Je n arrive pas a utiliser un bouton temporise avec l ESP 01
Je commande bien les 2 relais avec 2 boutons mais j aimerai sur le premier relais le programmer pour 10Mn mais la fonction trimer ne fonctionne pas ou je ne sais pas l utilisermerci de votre aide
Before creating the topic

  1. Search forum for similar topics
  2. Check http://docs.blynk.cc and http://help.blynk.cc/
  3. Add details :
    • Hardware model + communication type. For example: Arduino UNO with Ethernet Shield
    • Smartphone OS (iOS or Android) + version
    • Blynk server or local server
    • Blynk Library version
    • Add your sketch code. :point_up:Code should be formatted as example below.

Simply paste your code between ``` If you don’t format your code, your topic can be deleted by moderators.


void loop()

If you want to automatically turn off a button widget 10 minutes after it has been pressed then you should attach your button widget to a virtual pin, turn the relay on, start a Blynk timer in timeout timer mode, and turn the relay off when the timeout timer expires.

For code examples search the forum for “Timeout Timer”.

Pete.