필터 지우기
필터 지우기

E-mail Alert thingspeak for outlook

조회 수: 3 (최근 30일)
Marcelo Bertoni Dias
Marcelo Bertoni Dias 2022년 4월 14일
편집: Ishu 2024년 5월 5일
Hello, I'm monitoring the current of a motor with a sensor and this value is being stored in thingspeak and I needed to send an email alert if it exceeds 5A, does anyone know how to do this? e-mail that using is outlook

답변 (1개)

Ishu
Ishu 2024년 5월 5일
편집: Ishu 2024년 5월 5일
Hi Marcelo,
I understand that you want to send alerts to your "Outlook" mail whenever your alert conditions are met.
You can follow the below steps in order to send alerts through emails:
1.Navigate to "Apps" and create a "React".
2.Configure your "React" settings:
a. Condition Type: Choose "Numeric" since you're dealing with
current measurements.
b. Test Frequency: Select "On Data Insertion" to check the current
value each time a new data point is added.
c. Condition: Set the condition to trigger the alert. For example, if
you're storing the current measurement in "Field1", your condition
might be "Field1 > 5".
d. In the "Action" section, select the "MATLAB Analysis" and add the
code you want to execute to send email alerts when the condition is met.
One thing you should keep in mind is that ThingSpeak only sends email to the account owner.You can set up a rule in your email service to forward the messages to other users based on the subject line, which you can control in your ThingSpeak Alert.
You can refer to the following MATLAB Answer on how to write code in "MATLAB Analysis" to send email alerts:
Hope it helps!

카테고리

Help CenterFile Exchange에서 HDF5에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by