HomeGenie Forum

Automation Program Plugins and Wizard Scripting => Help => Topic started by: naps1saps on March 01, 2014, 12:50:04 AM

Title: [NOOB] How do I get notifications to work?
Post by: naps1saps on March 01, 2014, 12:50:04 AM
I cannot figure out how to get notifications when the basic security system is triggered.  I have put my email address in the box but no emails are sent out.  Is there something I need to add, change, configure?  I would also like to use the pushing box module but there is no info or instructions how to use it that I can find.  Going to the pushing box website does not help either.  Any help would be greatly appreciated.
Title: Re: [NOVICE] How to get notifications?
Post by: naps1saps on March 01, 2014, 05:07:00 AM
Nevermind.  I figured it out.  Had to create a service on the pushingbox website to get an ID then put it in the web API call for pushingbox and pasted the code under the code that triggered the sirens.

Code: [Select]
Net.WebService("http://api.pushingbox.com/pushingbox?devid=v0123456789ABCDE&temperature=23").Call();
Title: Re: [NOOB] How do I get notifications to work?
Post by: nolio on March 01, 2014, 11:03:50 AM
Hi,
For email, you have to configure serveur smtp in : "configuration" -> "scenarios" -> "social and messaging", and to fill "email account".
Bye
Title: Re: [NOOB] How do I get notifications to work?
Post by: naps1saps on March 02, 2014, 07:19:50 PM
Thanks.
Would be nice if they could link the android app with the server for stand-alone push notifications.  I might try and dive into that for the community.  That would be a great feature to add.
Title: Re: [NOOB] How do I get notifications to work?
Post by: nolio on March 02, 2014, 11:11:48 PM
Hi,
For information, the windows phone app can do that.
But it's a little bit to talkative ;)
Bye