Jump to content

Notification NS - sys short - Network substitution variables not working


Recommended Posts

Posted (edited)

@Jimbo.Automates, I noticed my notifications coming through do not include actual data just the outline for what the message  should be.  This use to work:

Notify Test sys_short - [ID 00C9][Parent 007A]

If
        'Greatroom / Ecobee Controller' Node server Online is Disconnected
     Or 'Greatroom / Ecobee Controller' Node server Online is Connected
 
Then
        Set 'Notifications / Notification Controller / Service Pushover HomePush' Device Tims_Phone
        Set 'Notifications / Notification Controller / Service Pushover HomePush' Priority High
        Set 'Notifications / Notification Controller' Short Custom Content 16 Notfiication ID
        Set 'Notifications / Notification Controller / Service Pushover HomePush' Send Sys Short (old from controller)
 
Else
   - No Actions - (To add one, press 'Action')
 

There are a 2 other choices for the send command, the one above is the only one that does anything.  The others send no notification at all:

Send Sys Short with Params

Send Sys Short

 

Did something change?  Thank you

 

Update:

I also tried this version of the program, same result, no data in notification.  However the Send Sys Short does send a message.  I noticed there was an error in the log 'Message is blank" so that was why I changed the program.

Notify Test sys_short - [ID 00C9][Parent 007A]

If
        'Greatroom / Ecobee Controller' Node server Online is Disconnected
     Or 'Greatroom / Ecobee Controller' Node server Online is not Disconnected
 
Then
        Set 'Notifications / Notification Controller / Service Pushover HomePush' Device Tims_Phone
        Set 'Notifications / Notification Controller / Service Pushover HomePush' Priority High
        Set 'Notifications / Notification Controller / Service Pushover HomePush' Short Custom Content 16 Notfiication ID
        Set 'Notifications / Notification Controller / Service Pushover HomePush' Send Sys Short
 
Else
   - No Actions - (To add one, press 'Action')
 

 

 

 

Photo Oct 04 2022, 7 13 16 PM.png

Edited by tmorse305
Guest
This topic is now closed to further replies.

×
×
  • Create New...