I recently switched from an iPhone to an Android phone. The only thing I am missing sorely is the ability to see my HRDS1 notifications (used as a garage door monitor) that were being routed through Growl for windows and Prowl for iPhone.
Are any of the Android users using a similar setup for Growl? Since there is no Prowl for Android, I was looking at Notifo (Notifo.com). Not sure how to proceed further. Anyone with a bit more knowledge on this? The code in UI4 that I was using within a scene was:
I think I just need to replace the “prowl.weks.net” part with something from the notifo side. Not sure what though…This is where the experts kick in 8) 8)
[quote=“futzle, post:2, topic:168557”]It’s harder than that (sorry).
I went and looked at the API for Notifo. The “send notification” call is sent over HTTP POST, whereas Prowl (and luup.inet.wget) use HTTP GET.
To do an HTTP POST from Lua, you’d have to construct the HTTP request yourself using LuaSocket calls. Instead of one line, it might be more like ten.[/quote]
Thanks for the effort @futzle. I can take a stab at it but am totally illiterate in any kind of programming. Someone a bit more knowledgeable than me would have to take this on. I am sure this would be good for all the android users as the notifications on the iPhone using this method was almost instantaneous - much more efficient than the built in notification system within Vera.
Works just like Prowl for iPhone. Same syntax to send the messages. Works great.[/quote]
Looks promising. Although the primary reason I was hoping for the notifo solution was it also has notifications for google voice, gmail etc. All-in-one solution.
Give veralert a try, with a bit of setup it works great. Infact while typing this I got a notification that my front door was open. It even gives you the option to use five different alerts.