This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.

[UPDATED V0.0.2]Pushalot notification

PandaPanda Member
edited June 2016 in Apps

Pushalot Notifcations


At the moment I'm working on a Pushalot notification app, this app will let you send notifications from Homey to your Windows Phone or Windows 8.1 & 10 pc.

I'm converting my Pushover application that already is in the app store to work with Pushalot.

The app will have 3 options: Normal (sends a normal notification), Important (Give notification importance status) and Silent (Will send a notification but won't trigger a sound)



Current version: V0.0.2

This thread can be used for support when the app is released.

Special thanks to:
Dennis Timmerman https://www.npmjs.com/~dennistimmermann for the node module
MatjaLipu for helping with error checking


Comments

  • As already said in the PushOver topic, I would love to help you test this, since PushOver is not available for WindowsPhone  :wink:  
  • PandaPanda Member
    For people who want to test.

    https://github.com/PandaNL/nl.tonversteeg.pushalot

    No error checking is provided yet, when using fake token or empty message.
  • I will test later on, first gonna have to figure out how to load apps to Homey which aren't in the App store yet :blush: 
  • npm install -g athom-cli
    athom login
    
    athom homey --select
    athom project --run
    
    :-)
  • (Make sure you run the commands form the folder where the app resides and project is the actual text project and not the projectname)

  • I think there is something going wrong for now:

    C:\Users\Robert>athom project --run C:\Apps\nl.tonversteeg.pushalot-master\
    1/4 - Archiving...
    2/4 - Uploading to Homey @ http://192.168.0.106:80...
    3/4 - Running `nl.tonversteeg.pushalot`, press CTRL+C to abort...
    4/4 - Debugging...
    -------------------------------------------------
    Error: Cannot find module 'pushalot-node'
        at Function.Module._resolveFilename (module.js:336:15)
        at Function.Module._load (module.js:278:25)
        at Module.require (module.js:365:17)
        at require (module.js:384:17)
        at Object.<anonymous> (/app.js:3:16)
        at Module._compile (module.js:460:26)
        at Object.Module._extensions..js (module.js:478:10)
        at Module.load (module.js:355:32)
        at Function.Module._load (module.js:310:12)
        at Module.require (module.js:365:17)

    When I create a test flow Homey does give me the speech output but no notifications are received on my phone.



  • PandaPanda Member
    @RobertLijkendijk My mistake, something went wrong with uploading the files to Git. It should be working now, just download the files again from Git.
  • edited April 2016
    Seems to be working fine now @Panda ;  No more errors and notifications arrive at my phone :smile:

    *excuse me for the big screenshot*





  • PandaPanda Member
    Glad to hear Robert, enjoy.

    if you want to install the app run athom project --install instead of --run.

    Will add some error checking and then will publish it to the app store.
  • Panda said:
    Glad to hear Robert, enjoy.

    if you want to install the app run athom project --install instead of --run.

    Will add some error checking and then will publish it to the app store.
    When? When? Eager to get a hang of it as I'm no geek who has any clew about Git....

  • PandaPanda Member
    @ThijsDeJong Will work on it this evening and will submit the app for aproval.
  • As soon as the post-.29 firmware is out I'm definitely going to install this!
  • PandaPanda Member
    @ThijsDeJong & @RobertLijkendijk I just submitted the Pushalot app to the app store, it is now waiting for approval.
  • Thanks @Panda!

    Really appreciate it :smile:  Keep up the good work!
  • Panda said:
    @ThijsDeJong & @RobertLijkendijk I just submitted the Pushalot app to the app store, it is now waiting for approval.
    Thnx, looking forward to it
  • PandaPanda Member
    @ThijsDeJong & @RobertLijkendijk app is noe available in the app store.

    Enjoy!
  • Thanks @Panda ;! Installed it from the official channel now :wink: 
  • MennoMenno Member
    @Panda ;
    Installation went fine and the application is working great many thanks
    (was already wondering if I was the only one with a windows phone)
  • @Menno ;you're not the only one :wink: My GF and I both use a Microsoft Lumia 640 :smile: To bad Athom isn't planning on developing a WP app :frowning: 
  • @Menno ;you're not the only one :wink: My GF and I both use a Microsoft Lumia 640 :smile: To bad Athom isn't planning on developing a WP app :frowning: 
    Chrome-browser is working on WP isn't it?
  • No Google Chrome is not available for WP
  • @Panda ;
    GREAT!!! it works. I get the messages on my phone...
    I have a flow where the AEOTEC Multisensor 6 generic alarm is turned on between two times, a push notification is send.
    The test works!!!, but now the AEOTEC does not trigger it....
    Is an other line but the Push notification works!!!!

    THNX 
  • I've had problems with the Multisensor motion triggers as well. The device is not being supported well yet :wink:   @Panda ;did a great job with the Pushalot app tough. Works perfect for me :smile:
  • Great app! Works on my windows phone and desktop. 
  • Great app! Works on my windows phone and desktop. 
    same here, although it only works in the test flow mode. Multisensor still no joy..
  • Does the multisensors Generic Alarm show up in insights?
  • @Panda  do you think it will be possible to create a feature for this app to support multiple PushAlot accounts?? So me and my gf can receive notifications from Homey?
  • PandaPanda Member
    edited June 2016
    Version 0.0.2 is submitted for approval, this version contains the following changes.

    0.0.2

    - Added check to see if Message isn't empty to fix app crash
    - Added Insight logging support

    @RobertLijkendijk : This should be possible, will look into this.
  • PandaPanda Member
    Update is published to app store.
Sign In or Register to comment.