My device sends "1" every 15min, React "On Data Insertion" when Field=1 doesnt Tweet me more than once, why?

조회 수: 2 (최근 30일)
I have an ESP-07S sending "1" every 15min. The Public Channel is 1280207. I tried to setup a simple React routine before I try something more elaborate.
Condition Type: Numeric // as it will be dealing with a numeric value
Test Frequency: On Data Insertion // as I want to trigger an action when the ESP-07S sends the value to my channel
When Field1 is equal to 1, Action: ThingTweet (created and authorized the Twitter account)
Selected: Run action each time condition is met
The Twitter account sends the first tweet, but I dont received any other after 15min, 30min, etc
https://twitter.com/123iot1/status/1351628200481333249
What am I doing wrong?

답변 (1개)

Vinod
Vinod 2021년 1월 20일
편집: Vinod 2021년 1월 20일
Twitter has checks in place to prevent the exact same tweet from being posted frequently. My understanding is this is to limit or reduce bots on the platform. If instead of just posting the exact same text each time, if you also post the timestamp in the tweet, I believe you will see your tweets getting published. See the similar question here.
One note to keep in mind if you are using Twitter for something critical -- Twitter has rate limits in place for each authorized application. You may find that ThingTweet will run into this limitation (in addition to what I described above) if you are Tweeting too frequently. See Twitter's published API rate limits here and here. Note that since the rates limits may be for the entire ThingSpeak application, the rate limit applicable to your ThingTweet may be significantly lower as ThingSpeak needs to share the rate limit across all users.
  댓글 수: 4
francisco jnb
francisco jnb 2021년 1월 22일
I tried a MATLAB Analisys with React and it worked too but React+ThingHTTP(PushingBox) was the most straighforward way to acomplish what I needed.

댓글을 달려면 로그인하십시오.

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

Help CenterFile Exchange에서 Read Data from Channel에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by