Hey guys, Has anyone had Pushover Notifications working? I've setup the desktop one and put the pushover key into the field to the right, but nothing coming through to pushover. Is there something I missed? I'm not getting any error messages from what I can see. Logs are showing Alerter is detecting a master but that's all it says, there's nothing else in the logs after that entry (thought I'd mention in case there should be). I realised I didn't have ExternalCommunication plugin active. EDIT: so I'm getting Bot started/stopped messages coming through now. Will see if Master notifications come through.
When I used the original Alerter with Prowl (I had an iphone then) it notified about masters. But if what you say is true now, why have the masters section there? Alerter logs that it has detected a master, but why not send it through?
Change AlertMaster function in Classes\Alerter.cs to Code: private static void AlertMaster(string mastername) { AlerterReloaded.Log.WarnFormat("[AlerterReloaded] Detected: {0}", mastername); PlaySound(mastername + ".wav"); bool shouldNotify = NotificationHelper.MobileNotificationsEnabled; if (shouldNotify) { var myToonName = LokiPoe.Me.Name; NotificationManager.AddNotificationToQueue(string.Format("Master Detected : {0}", mastername), myToonName, NotificationHelper.ProwlNotificationPriority.High); } } Should do the trick. May not work, I didn't test it.
Hey champ, Cheers for that! Does this work for pushover or only for Prowl (noticed the ProwlNotification there). What would I need to change so it works for Pushover?
Ok so I slotted that straight in so it now looks like this: Code: private static void AlertMaster(string mastername) { AlerterReloaded.Log.WarnFormat("[AlerterReloaded] Detected: {0}", mastername); PlaySound(mastername + ".wav"); bool shouldNotify = NotificationHelper.MobileNotificationsEnabled; if (shouldNotify) { var myToonName = LokiPoe.Me.Name; NotificationManager.AddNotificationToQueue(string.Format("Master Detected : {0}", mastername), myToonName, NotificationHelper.ProwlNotificationPriority.High); } } Working perfectly, thanks for that! I get the audio message as well as the pushover notification.
So much Start/Stop, do you think it's a volkswagen? damn it's a bot, let it be. (LET IT BEEEEE, LET IT BEEEEE yep, I know you're singing now) don't see any errors, what's wrong? no notifications? why should it notify?
Nothing, no start/stop notifs, no uniques, the notification list is empty and most importantly no pm's the alot of start stops is because i get alot of 6L's...
changed some stuff now i get the backup url error, i'm stuck [Stop] Now requesting the BotThread to stop. [OldGrindBot] OnStop [CommonEvents] Stop [AdvancedItemFilter] Stop [Alcor75PlayerMover] Stop [AlerterReloaded] Stop [PostNotification] Cannot reach any of the Urls for the android section, aborting... [AutoLogin] Stop [DevTab] Stop [FlaskHelper] Stop [GemLeveler] Stop [MapRunner] Stop [ObjectExplorer] Stop [StashBuddy] Stop [Stats] Stop [StuckDetection] Stop [OldRoutine] Stop
curious... installed the 1.0.0.4v and it works i don't remember what was the issue with this one... i believe the nma servers were down?
How did you fixed it? I have similar issues. Don't receive notification on pushbullet/pushover after vm restart. To fix it i need to untick and tick again options in alerter settings content of AlerterReloaded.json file seems fine