How to trigger again again blynk

Automationlarımda bir kereden fazla tetikleme yapamıyorum.

Read this before creating new topic:

  1. Search forum for similar topics
  2. Check https://docs.blynk.io
  3. Add details :
    • Hardware model + communication type. For example: ESP32
    • Smartphone OS (iOS or Android) + OS version
    • Blynk server region
    • Blynk Library version
    • Post your FORMATTED sketch code. Remove your AUTH TOKEN from code. Don’t post screenshots
    • Post your serial monitor output when experiencing some issues

:warning: If you don’t format your code, your topic can be deleted by moderators.

Here is a correct example of code formatting:

//#define BLYNK_TEMPLATE_ID           "TMPxxxxxx"
//#define BLYNK_TEMPLATE_NAME         "Device"
#include "BlynkEdgent.h"

void setup()
{
  Serial.begin(115200);
  delay(100);
  BlynkEdgent.begin();
}

void loop() {
  BlynkEdgent.run();
}

“I cannot trigger more than once in my automations”

More information required.

Pete.

esp32 datastream ile tetiklediğim esp32 cam modülümde fotoğraf çekiyorum. datastream sürekli on=1 durumuna geldiği halde sadece bir kere fotoğraf çekiyor.

Do you really think that anyone is going to read that description and be able to understand your issue and be able to suggest a solution?

I’m not going to keep asking you for information, but maybe there is someone who has better psychic powers than me and is going to be able to make sense of your problem.

Pete.

ne yazacağım daha fazla bilgi olarak. ben sorunumu anladım ve çözdüm.