Send a Voipcheap SMS

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Send a Voipcheap SMS

Post by Derik »

Dear all...

When you have a Voipcheap account, u can send a SMS with HTTP.

Make voipcheap account [ upgrade with a few € ]
Make a Dummy switch

Login to your voipcheap, call/sms and the to HTPP:
ScreenShot072.jpg
ScreenShot072.jpg (77.1 KiB) Viewed 1777 times
Go to :
ScreenShot073.jpg
ScreenShot073.jpg (60.26 KiB) Viewed 1777 times
And test your settings in the browser.
Just copy and paste.

Put the good url in your dummyswitch:
ScreenShot074.jpg
ScreenShot074.jpg (54.47 KiB) Viewed 1777 times
And when you click the switch you got a sms....

Make different dummy's with different message ...
Or to different people..:-)



Proud of myself.:-)
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
trixwood

Re: Send a Voipcheap SMS

Post by trixwood »

At 0.075 per sms? 100 sms is 7,50 euro... man that is expensive.

I'm planning to use something like 3g USB modem (like TP-LINK MA260) together with a prepaid sim only which is still way more cheaper then 0.075 per sms... Even my with cell plan i only pay 5 euro a month for unlimited calling and sms...

But then if you only want to send like a couple of messages a month, then try something like

http://textbelt.com

which is FREE, 75 sms a day, against 75 sms (a 5,63 euro) of voipcheap or any other 3rd party sms reseller (which seems to me, sorry to say, like a rip-off), may or may not work in your country (and seeing your phone number here, it probably does work, works for my dutch number),... and there are other free alternatives.
Just a good google search away...
Last edited by trixwood on Sunday 03 July 2016 23:09, edited 2 times in total.
User avatar
andreo
Posts: 45
Joined: Friday 07 August 2015 21:00
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.3
Location: Anna Paulowna, Netherlands
Contact:

Re: Send a Voipcheap SMS

Post by andreo »

Hi Derik,

Also a voipbuster.com account is working.
rate € 0.062 / sms

great job.
Latest version of Domoticz and more running on Docker|Raspberry Pi 4-B 8GB Bookworm|RF-Link|Klik Aan Klik Uit|Nefit easy|ESPeasy|P1 power meter|S0PCM-5 through Ser2Net|Alecto WS5500|FrtizBox|Satel Integra|Solis
Greetz Andre.
trixwood

Re: Send a Voipcheap SMS

Post by trixwood »

excl. VAT :-/

:roll:
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Send a Voipcheap SMS

Post by Derik »

mmm

I was searching for a free sms server:
http://www.earthsms.net/index.php
Looks promising...

Only pakistan numbers..

Perhaps there are other free services..
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
trixwood

Re: Send a Voipcheap SMS

Post by trixwood »

Free dutch vodaphone... (and a lot of other providers/countries) http://www.watacrackaz.com/autosms/api.php still would use textbelt thou (less scripting)...

http://www.txtdrop.net/ <-- did not wireshark this one

For americans (international might work)
http://www.txtdrop.com/ <-- download osx widget and look inside for TxtDropFreeSMS.js and TxtDropFreeSMS.html

it contains:

Code: Select all

function sendTxt()
{
	var request = new XMLHttpRequest();
    request.open("POST", "http://www.txtdrop.com/widget_send.php",false);
	request.setRequestHeader('Content-Type','application/x-www-form-urlencoded');
    request.send("npa="+npa.value+"&exchange="+exchange.value+"&number="+number.value+"&email="+email.value+"&body="+message.value+"&submitted=1");
    var msgstatus = request.responseText; 
    document.getElementById("status").innerHTML = msgstatus;
	npa.value = "";
	exchange.value = "";
	number.value = "";
	message.value = "";
}
which with a little fooling around :-)

Anyway there are so many options that are free... no need to spend money.
annieoroberts00
Posts: 5
Joined: Tuesday 05 July 2016 8:36
Target OS: Windows
Domoticz version:
Contact:

Re: Send a Voipcheap SMS

Post by annieoroberts00 »

It is very helpful.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest