more G-Labs products

Author Topic: [NOOB] How do I get notifications to work?  (Read 2368 times)

March 01, 2014, 12:50:04 AM
Read 2368 times

naps1saps

  • ***
  • Information
  • Full Member
  • Posts: 79
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.
« Last Edit: March 01, 2014, 05:09:13 AM by naps1saps »

March 01, 2014, 05:07:00 AM
Reply #1

naps1saps

  • ***
  • Information
  • Full Member
  • Posts: 79
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();

March 01, 2014, 11:03:50 AM
Reply #2

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Hi,
For email, you have to configure serveur smtp in : "configuration" -> "scenarios" -> "social and messaging", and to fill "email account".
Bye

March 02, 2014, 07:19:50 PM
Reply #3

naps1saps

  • ***
  • Information
  • Full Member
  • Posts: 79
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.

March 02, 2014, 11:11:48 PM
Reply #4

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Hi,
For information, the windows phone app can do that.
But it's a little bit to talkative ;)
Bye