Newbie needs help with SMS notifications
Posted: Sunday 02 April 2017 2:38
Hi,
I am new to Domoticz and currently creating an app that monitors several remote temperature nodes (Using ESP8266), the domoticz controller is hosted on Raspberry Pi 3.
I need a way to send alarm notifications via SMS (no wired internet available) to several mobile phone numbers.
I am using an Android tablet (which can support 3G) as a display and I also have 3G USB dongle I could plug into the Raspberry pi.
Looking at the Blockly script, it appears I can activate a script on the pi (I can write a python script to use AT commands to sent sms messages)
What I am not sure is how to set up a list where I can enter multiple mobile phone numbers and how to have blockly pass the numbers and message to my script.
Also, can blockly receive data from the pi? ie. If I sent a sms text to the device to request current temperature status ?
Thanks in advance
Regards
Dave
I am new to Domoticz and currently creating an app that monitors several remote temperature nodes (Using ESP8266), the domoticz controller is hosted on Raspberry Pi 3.
I need a way to send alarm notifications via SMS (no wired internet available) to several mobile phone numbers.
I am using an Android tablet (which can support 3G) as a display and I also have 3G USB dongle I could plug into the Raspberry pi.
Looking at the Blockly script, it appears I can activate a script on the pi (I can write a python script to use AT commands to sent sms messages)
What I am not sure is how to set up a list where I can enter multiple mobile phone numbers and how to have blockly pass the numbers and message to my script.
Also, can blockly receive data from the pi? ie. If I sent a sms text to the device to request current temperature status ?
Thanks in advance
Regards
Dave