Jump to content

Pushover Notify Server Question


Kentinada
Go to solution Solved by Kentinada,

Recommended Posts

  • Solution

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')
 

Link to comment
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.

Link to comment
Guest
This topic is now closed to further replies.

×
×
  • Create New...