Jump to content

Pushover Notify Server Question


Kentinada
Go to solution Solved by Kentinada,

Recommended Posts

  • Solution
Posted

Ok so the work-around is use the Send Sys Custom with Params command (highlighted in bold below.) This works where the Send Sys Custom command does not. 

Notification OnOff-9.1 On-Off Module - [ID 0017][Parent 0001]

If
        'Office / OnOff-9.1 On-Off Module' Status is On
 
Then
        Set 'Office / OnOff-9.1 On-Off Module' Beep
        Set 'Notification Controller / Service Pushover UDEISYPO' Device KBM_iPhone
        Set 'Notification Controller / Service Pushover UDEISYPO' Send Sys Custom With Params To KBM_iPhone Priority=Normal Format=None Sound=Pushover (default) Retry=30 Expire=60 Content 4 Notification ID (ID=4)
        Set 'Notification Controller / Service Pushover UDEISYPO' Message Test2
        Set 'Notification Controller / Service Pushover UDEISYPO' Send Message
 
Else
   - No Actions - (To add one, press 'Action')
 

Posted
On 12/22/2023 at 5:43 AM, Kentinada said:

Ok so the work-around is use the Send Sys Custom with Params command (highlighted in bold below.) This works where the Send Sys Custom command does not. 

Notification OnOff-9.1 On-Off Module - [ID 0017][Parent 0001]

If
        'Office / OnOff-9.1 On-Off Module' Status is On
 
Then
        Set 'Office / OnOff-9.1 On-Off Module' Beep
        Set 'Notification Controller / Service Pushover UDEISYPO' Device KBM_iPhone
        Set 'Notification Controller / Service Pushover UDEISYPO' Send Sys Custom With Params To KBM_iPhone Priority=Normal Format=None Sound=Pushover (default) Retry=30 Expire=60 Content 4 Notification ID (ID=4)
        Set 'Notification Controller / Service Pushover UDEISYPO' Message Test2
        Set 'Notification Controller / Service Pushover UDEISYPO' Send Message
 
Else
   - No Actions - (To add one, press 'Action')
 

You only need the bold line, you don't need the other 3 lines to send a message.

Posted

@Jimbo.Automates Jim I understand that.  But I have been digging into this so much, I'm trying to understand the various methods of getting a message out so that I might help others.  In the end, I'll pick one method and stick with that.  Thanks. 

Guest
This topic is now closed to further replies.

×
×
  • Create New...