Which of these is the "right" notification option to choose to get push notifications on my phone? As far as I can tell the "Send device notification" option seems to work, sort of.
If I open the app and go to the Notification section of the Hubitat app, and refresh the list, it will show the notification. But there is no visible indication outside the HE app that a notification occurred...no sound, vibration, or notification message in the Android notification pull down. I can't believe this is how HE app push notifications are supposed to work. What am I doing wrong?
Thanks for your reply... below is the piston, and I do select a notification device, my phone "SM-...." and expected to get notifications in the HE app. Any suggestions on how to get this work?
I've come to this party late but looking at your piston there is no condition/trigger to start the notification.
e.g.
IF Switch AAA turns On. (Missing in your piston above).
THEN
WITH
Your stuff.
Like I say if I missed the reason for this, sorry.
Oops, I'm sorry, I did that in a hurry and forgot to note that I had deleted the trigger temporarily when I finished testing. The trigger was toggling a lamp on I use all the time, and didn't want to keep firing the piston for no reason, as that generated the voice notifications.
I can see the notifications in the app, if I go to the Notifications section to look for them. However, they only appear in the app notification section, and otherwise are completely stealth, I never see any notification notice in the Android Notification shade, and never get any vibration or sound (as with all my other notifications).
Put the trigger back in and ran below several times right now - I get the spoken notifications as expected. I dont' get any normal Android notification from the HE app - no vibration, sound, etc. If I open the app and got to the Notification section I do see them there (below):
I do see when I test using pushover that the notifications do go out. I also read these notes as webcore is sending the notifications, and you are more asking questions about how notifications are displayed in the HE mobile app (vs. if webcore sends them).
I'm actually mostly concerned that notifications sent to the HE mobile app don't get any "airtime" on my phone. No vibration, sound, or and don't appear in the android notification pull-down. The only way I can see them is by opening the app and looking for them....kind of the antithesis of a notification...
UPDATE: Uninstall/reinstall of the app fixed my notifications issues...some bytes must have gotte crossed up somewhere in the initial install. Notifcations now working.
Got it all working now. Ended up buying a pi to use instead of a vm running on my nas. I think, however, that it would run on any Linux based system with the changes I made to the setup. Basically I used https://github.com/imnotbob/webCoRE as the source. I also needed to amend the app.js file so that it would accept plain http instead of https. Now works perfectly. I always like to be as self efficient as I can and remove any external dependencies.