Closed jimboca closed 3 years ago
I should add I don't know if the HTML parameter is actually getting passed or if pushover defaults to HTML the body of the NR is:
<b>${sys.node.n004_84e7b435fe8785.name}:</b> ${sys.node.n004_84e7b435fe8785.CLITEMP} ${sys.node.n004_84e7b435fe8785.CLIHUM}
Battary Voltage: ${sys.node.n004_84e7b435fe8785.CV}
${sys.date} ${sys.time12}
(finally got the right markdown)
The default is not html, you should see html 1 if enabled:
2021-07-25 12:26:40,815 Thread-7 polyinterface DEBUG Pushover:l_debug: pushover_devel:Service Pushover devel:post: params={'message': 'This is the body', 'node': 'po_devel', 'Subject': 'My Subject', 'device': 'JimsPhone', 'priority': 0, 'sound': 'cashregister', 'html': 1, 'user': '...', 'token': '...'}
The priority and sound did not get passed to the /send ?
Confirmed this was caused by previous change so it was passing the sound index to pushover instead of sound name.