Thanks. I just ran the update from the repository. Pushover is being executed properly.
On pistons that call Pushover, the log file is showing the triggered piston, and a split second later another entry shows up:
02/02/2021, 21:53:44 +161ms
+0ms ╔Received event [Home].wc_async_reply = httpRequest with a delay of 1ms
+83ms ║RunTime Analysis CS > 16ms > PS > 5ms > PE > 62ms > CE
+86ms ║Runtime (41077 bytes) successfully initialized in 5ms (v0.3.112.20210202) (85ms)
+87ms ║╔Execution stage started
+96ms ║╚Execution stage complete. (10ms)
+102ms ╚Event processed successfully (102ms)
Is this expected behaviour?
Also, the log at the end of the piston that calls Pushover look like this
+151ms |
║║Sending external web request to: api.pushover.net/1/messages.json
|
+242ms |
║║Executed virtual command httpRequest (122ms) |
+244ms |
║║Requesting a wake up for Tue, Feb 2 2021 @ 9:54:07 PM EST (in 24.0s) |
+249ms |
║╚Execution stage complete. (174ms) |
+251ms |
║Setting up scheduled job for Tue, Feb 2 2021 @ 9:54:07 PM EST (in 23s) |
+258ms |
╚Event processed successfully (258ms) |
The second last line of the log says it is setting up a scheduled job, but nothing shows up 23 seconds later. Anything to be concerned about?