SMS and domotic software (homeseer)

Pop your questions regarding Home automation software here.....
drmacchi
Advanced Member
Advanced Member
Posts: 827
Joined: Wed Aug 08, 2007 5:48 pm
Location: Italy

SMS and domotic software (homeseer)

Post by drmacchi »

Hi all, i was thinking about a SMS management in Homeseer.
I found some topics (Bwired with its own apllication and others GAMMU for linux) , but may be these are "not so simple examples" i can achieve with my domotic knowledge [:)].
I use Homeseer , do you know some software windows based or plugins able to work with HS , not expensive please and supporting a common GSM phone (not expensive GSM modems).
My goals: to able to receive SMS from HS on allert, to receive confirmation by HS about some "inputs received"
Cheers, Lorenzo
Digit
Global Moderator
Global Moderator
Posts: 3388
Joined: Sat Mar 25, 2006 10:23 am
Location: Netherlands
Contact:

SMS and domotic software (homeseer)

Post by Digit »

You could also consider using a SMS service provider on the Internet. Some of them provide HTTP API so a simple HTTP GET will suffice to send an SMS. No need of extra hardware, only a simple piece of software.
User avatar
TANE
Forum Moderator
Forum Moderator
Posts: 4806
Joined: Fri Apr 06, 2007 9:46 pm
Location: Netherlands
Contact:

SMS and domotic software (homeseer)

Post by TANE »

I'm using the Viopbuster SMS option
this is working for 90%..

There is a plugin in development but not yet ready.
Plugin will use GSM for sending messages.
http://board.homeseer.com/showthread.php?t=127438
drmacchi
Advanced Member
Advanced Member
Posts: 827
Joined: Wed Aug 08, 2007 5:48 pm
Location: Italy

SMS and domotic software (homeseer)

Post by drmacchi »

Thanks Both,
Digit, could you type a short example about HTTP GET and where do you use this in HS? , as a script ? Sorry, i'm a little donkey in software code.....
User avatar
TANE
Forum Moderator
Forum Moderator
Posts: 4806
Joined: Fri Apr 06, 2007 9:46 pm
Location: Netherlands
Contact:

SMS and domotic software (homeseer)

Post by TANE »

Go to Voipbuster
create account
just put the next line in the event action of scripting part and update with your account settings

hs.launch "iexplore.exe", "https://myaccount.voipbuster.com/clx/se ... xt=Deurbel"

[img]uploaded/Chak/200882212182_sms.gif[/img]


For skype there is a plugin available
for other providers..maybe Digit can help with some scripting
drmacchi
Advanced Member
Advanced Member
Posts: 827
Joined: Wed Aug 08, 2007 5:48 pm
Location: Italy

SMS and domotic software (homeseer)

Post by drmacchi »

Chak , wonderful ! Thank you.
Lorenzo
Digit
Global Moderator
Global Moderator
Posts: 3388
Joined: Sat Mar 25, 2006 10:23 am
Location: Netherlands
Contact:

SMS and domotic software (homeseer)

Post by Digit »

@Lorenzo:

Chak already answered[:)]

I don't use Homeseer, i'm not able to SMS yet, but it should be very easy to do from my own software. I was just in the process of looking at the possibilities of web-based SMS when your topic popped up[:)]

All i have to do is pass a URL like

Code: Select all

http://myaccount.voipbuster.com/clx/sendsms.php?username=xx&password=xx&from=xx&to=xx&text=Blabla
to a HTTPClient class.

I'm going to make the SMS-client this evening, so give me your number and i'll send you SMS when it's finished...[:D]
KolNedra
Starting Member
Starting Member
Posts: 29
Joined: Thu Aug 07, 2008 10:46 am
Location: Netherlands

SMS and domotic software (homeseer)

Post by KolNedra »

I don't get it, with that webservice you can send <b>FREE</b> text messagess (sms)?
User avatar
TANE
Forum Moderator
Forum Moderator
Posts: 4806
Joined: Fri Apr 06, 2007 9:46 pm
Location: Netherlands
Contact:

SMS and domotic software (homeseer)

Post by TANE »

there are no fee ones...Voipbuster is only few cents
KolNedra
Starting Member
Starting Member
Posts: 29
Joined: Thu Aug 07, 2008 10:46 am
Location: Netherlands

SMS and domotic software (homeseer)

Post by KolNedra »

<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by Chak</i>
<br />there are no fee ones...Voipbuster is only few cents
Digit
Global Moderator
Global Moderator
Posts: 3388
Joined: Sat Mar 25, 2006 10:23 am
Location: Netherlands
Contact:

SMS and domotic software (homeseer)

Post by Digit »

EUR 0,05/SMS.
drmacchi
Advanced Member
Advanced Member
Posts: 827
Joined: Wed Aug 08, 2007 5:48 pm
Location: Italy

SMS and domotic software (homeseer)

Post by drmacchi »

Digit, i tried to understand , i found this : "HttpClient is a client class for the HTTP protocol. It can be used to interact with another web server from within a PHP script. As well as retrieving information from a server, HttpClient can interact with a server via POST or GET. It can therefore be used as part of any script that needs to communicate with an application running on another site".
Ok, so i place in HS-script menu , like Chak showed? If that is, what are differences/advantages with little code by Chak?
thanks
Digit
Global Moderator
Global Moderator
Posts: 3388
Joined: Sat Mar 25, 2006 10:23 am
Location: Netherlands
Contact:

SMS and domotic software (homeseer)

Post by Digit »

<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by drmacchi</i>
<br />
Ok, so i place in HS-script menu , like Chak showed? If that is, what are differences/advantages with little code by Chak?
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
When you do just like Chak you'll be fine.

I was talking about what i have to do in my own HA app since i do not use HS. So not of much use for you actually. [:o)]
drmacchi
Advanced Member
Advanced Member
Posts: 827
Joined: Wed Aug 08, 2007 5:48 pm
Location: Italy

SMS and domotic software (homeseer)

Post by drmacchi »

Oh that's fine now. Thanks and have a good job!
Cheers , lorenzo
Stevexyz
Member
Member
Posts: 87
Joined: Fri Dec 14, 2007 1:45 am
Location: United Kingdom
Contact:

SMS and domotic software (homeseer)

Post by Stevexyz »

OK, this is HA app -> SMS. How do you receive SMS -> HA app?
My "solution" is to use an ancient Nokia cellphone and poorly documented F-BUS protocol (just like in gnokii) and a better way of doing it is a proper GSM modem, but if you can receive SMS from a service like this voipbuster then I wouldn't have to do either!

Steve
Post Reply

Return to “Questions & Discussions Forum”