JTsao Posted May 2 Posted May 2 (edited) Since the IoX default email is exhibiting problems, I thought it would be a good time to figure out how to change my pushover notifications from using the email gateway to this NS. So far I am seeing two problems: 1-I cannot send all of my IoX messages defined in the Configuration->Emails/Notifications->Customizations tab - only a subset show up I am speculating that the NS may have a limit of the max. message ID or something - I have about 88 messsages with the max. ID = 106 2-as reported in Dec. - I cannot send messages to a pushover group, just individuals I did figure out experimentally and later verified by reading this forum that there is really only 1 way to send these messages via the "Send Sys Custom With Params" EDIT: I think I diagnosed the problem - the NS displays all of the IoX system messages that have contiguous message IDs from 1..X, if there is a gap where a message ID Y is unused (Y=X+1) (due to the message being deleted) - then it stops - FYI Edited May 2 by JTsao update
JTsao Posted May 2 Author Posted May 2 (edited) So I've been inserting dummy messages as placeholders for unused message IDs (you have to have content in them or they won't save) to mitigate this problem. During this process and while trying to migrate my programs to use the NS - I would highly recommend sorting the messages in the drop down menu under "Send Sys Custom With Params". Anyone else agree? EDIT: one more request - is it possible to display the message name in the program, instead of just the message ID being sent? That would make reading the programs much easier. Thanks for your consideration. Edited May 2 by JTsao
Javi Posted May 2 Posted May 2 59 minutes ago, JTsao said: Since the IoX default email is exhibiting problems, I thought it would be a good time to figure out how to change my pushover notifications from using the email gateway to this NS. So far I am seeing two problems: 1-I cannot send all of my IoX messages defined in the Configuration->Emails/Notifications->Customizations tab - only a subset show up I am speculating that the NS may have a limit of the max. message ID or something - I have about 88 messsages with the max. ID = 106 2-as reported in Dec. - I cannot send messages to a pushover group, just individuals I did figure out experimentally and later verified by reading this forum that there is really only 1 way to send these messages via the "Send Sys Custom With Params" EDIT: I think I diagnosed the problem - the NS displays all of the IoX system messages that have contiguous message IDs from 1..X, if there is a gap where a message ID Y is unused (Y=X+1) (due to the message being deleted) - then it stops - FYI I think this is a bug in the Admin Console. All messages should show in UD Mobile.
Jimbo.Automates Posted May 2 Posted May 2 On 5/2/2024 at 12:02 PM, Javi said: I think this is a bug in the Admin Console. All messages should show in UD Mobile. Yes, this would have to be fixed in the AC, nothing I can do about it. Need @Chris Jahn to fix. Sent from my Pixel 8 Pro using Tapatalk
tmorse305 Posted May 2 Posted May 2 I just ran into this problem too. What's interesting is that the notifications using values that will not display are still working so there was a point in time when this was working correctly. Recent upgrade must have broken this.
Javi Posted May 2 Posted May 2 Adding new customizations to fill in the ID gaps will fix the UI issue in Admin Console. 1
JTsao Posted May 2 Author Posted May 2 I found out how to send messages to a pushover group - I had to create a pushover service node for the group - it wasn't previously being created because I had too many characters in the name (limit of eight) I wish there was a way to make programs more readable than in the following example of sending a customized IoX message imNotify - [ID 0193][Parent 002C] If $sImState is 1 Then Set 'Notification Controller / Service Pushover JeffKris' Send Sys Custom With Params Content 8 Notification ID (ID=8) Else - No Actions - (To add one, press 'Action') Although you can see the message name in the drop down at the bottom of AC, the program reads back as above (just calls it message 8 )
tmorse305 Posted May 2 Posted May 2 1 hour ago, JTsao said: I wish there was a way to make programs more readable You can use network resources instead. Once set up then the "Set" line above becomes: Resource <descriptive name>
Jimbo.Automates Posted May 2 Posted May 2 I just ran into this problem too. What's interesting is that the notifications using values that will not display are still working so there was a point in time when this was working correctly. Recent upgrade must have broken this.http://d2z8ydsemzif1x.cloudfront.net/monthly_2024_05/Screenshot2024-05-02145650.thumb.png.e9e9647a95ac2d8415e8db824261793b.pnghttp://d2z8ydsemzif1x.cloudfront.net/monthly_2024_05/Screenshot2024-05-02145730.thumb.png.b7c98c848d876796d61087615f2fddb0.pngNot a recent upgrade issue. More likely you deleted those customization that used to be there?Sent from my Pixel 8 Pro using Tapatalk 1
Jimbo.Automates Posted May 2 Posted May 2 I found out how to send messages to a pushover group - I had to create a pushover service node for the group - it wasn't previously being created because I had too many characters in the name (limit of eight) I wish there was a way to make programs more readable than in the following example of sending a customized IoX message imNotify - [iD 0193][Parent 002C] If $sImState is 1 Then Set 'Notification Controller / Service Pushover JeffKris' Send Sys Custom With Params Content 8 Notification ID (ID= Else - No Actions - (To add one, press 'Action') Although you can see the message name in the drop down at the bottom of AC, the program reads back as above (just calls it message 8 )This is also an AC bug that Chris said he would look into fixing.Sent from my Pixel 8 Pro using Tapatalk
Recommended Posts