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.
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
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
https://github.com/PandaNL/nl.tonversteeg.pushalot
No error checking is provided yet, when using fake token or empty message.
(Make sure you run the commands form the folder where the app resides and project is the actual text project and not the projectname)
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.
*excuse me for the big screenshot*
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.
Really appreciate it Keep up the good work!
Enjoy!
Installation went fine and the application is working great many thanks
(was already wondering if I was the only one with a windows phone)
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
@RobertLijkendijk : This should be possible, will look into this.