Replies: 3 comments 12 replies
-
I guess the easiest way is to use built-in Apprise integration which has many SMS services available: https://github.com/caronc/apprise/wiki (Twilio for example). In order to send notifications natively with SMS, modifications to the code are needed by someone who knows how do them (I dont). If you have cellular signal, it is also possible to use other services like Slack etc. I am personally using Slack+JSON POST to my own databases. |
Beta Was this translation helpful? Give feedback.
-
Hi Tom. I have no experience with that particular HAT (or indeed with cellular HATs in general), but I do have some thoughts about the problem. A few questions:
One thing you could do is write a script to look at the extracted data on disk and run that script from a cron job. You could use something like
And process that into the text of an SMS, which you then send. |
Beta Was this translation helpful? Give feedback.
-
Would something like this work for you? Sending emails to SMS or MMS |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I would like to receive an sms when a detection has been made. I am tracking a particular bird and plan to install the units in a remote location. I have a waveshare 7600 4g HAT. Looking for guidance on how to make it work with this HAT or other suggestions to archive the same result.
The voluntary project will be monitoring the threated glossy-black cockatoo, native to Eastern Australia.
Appreciate any assistance.
Cheers
Tom Armstrong
Beta Was this translation helpful? Give feedback.
All reactions