1) Give a description of the problem
I really don’t know what’s going on with this, it worked for a while (about an hour) and then just stopped. The piston is firing and the echo dot is receiving the command in the ST IDE but no speech
2) What is the expected behaviour?
Once motion changes to active the echo dot should say “Hello”
3) What is happening/not happening?
No speech from dot
4) Post a Green Snapshot of the piston
5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)
6/2/2019, 3:27:34 PM +413ms
+2ms ╔Received event [Kitchen].motion = active with a delay of 81ms
+131ms ║RunTime Analysis CS > 18ms > PS > 79ms > PE > 34ms > CE
+134ms ║Runtime (37464 bytes) successfully initialized in 79ms (v0.3.10c.20190522) (131ms)
+136ms ║╔Execution stage started
+149ms ║║Comparison (enum) active changes_to (string) active = true (1ms)
+151ms ║║Cancelling condition #2’s schedules…
+153ms ║║Condition #2 evaluated true (9ms)
+155ms ║║Cancelling condition #1’s schedules…
+156ms ║║Condition group #1 evaluated true (state changed) (13ms)
+159ms ║║Cancelling statement #3’s schedules…
+601ms ║║Executed physical command [Echo - Kitchen dot].speak([Hello]) (433ms)
+602ms ║║Executed [Echo - Kitchen dot].speak (436ms)
+606ms ║╚Execution stage complete. (470ms)
+607ms ╚Event processed successfully (607ms)