Hi, I am running a Raspberry Pi ver.3b to process plant ambient data (temperature, Humidity, soil temp, moisture etc) signals from Arduino and have some important and live data sent to cayenne dashboard. This all works fine.
However, I am unable to send in Notification via SMS. I have tried email notifications and they fine, but my SMS notification dont work. I am guessing it is a format error or something!!
I have a Indian and a Swedish mobile number on which i would like to be notified. Here are the formats I have tried :
I have tried the mentioned format but have had no luck in getting them to work. At this point of time, a SMS notification could be of great use to my project.
then the issue is with your network provider. i added a test case in your dashboard having your contact number and mine and i have received the notification. is your contact number correct. which country are you based in?
I just received a notification stating āChannel 3 is on. This is connected to Arduino shramik testā. Great to know it works. How do I replicate this on my project? What was the format of number you input ?
Thank you. I added my swedish number only after which I could receive a notification from your test. My Indian number could not receive any, but thatās fine with me as far I get notified from one of them. Thank you so much again for your valuable assistance.
This is an old thread but thought Iād add in another issue that I just ran into (like a brick wall) when I forgot that the university blocks NTP off campus to avoid NTP amplification attacksā¦so the default of pool.ntp.org is blocked and the clock on the PI was WAY off and thusly the SSL connection to the mydevice gateway that handles SMS messages would refuse the connection since the dates are so far off. In my case it was a year off because NTP was blocked.