1) Give a description of the problem
Hue lights not turning off via piston
2) What is the expected behaviour?
I set the SHM to Alarm-Away or Alarm-Stay, and then:
a) Hue light strips by lockers (which are turned on 24/7) switch to red
b) Light switch inside front door turns on. Then the first Hue bulb (unseen from outside) turns red. The other 2 bulbs connected to that lights switch turn off (to not disturb me in my bedroom)
3) What is happening/not happening?
(a) performs properly every time
(b) - the switch turns on. Most of the time (90%) the main light turns red. And about 80% of the time, the 2 other Hue bulbs remain on. The status in the log says it would make no difference in the status of the device, which is incorrect. So the 2 lights i want turning off, stay on.
**4) Post a Green Snapshot of the piston!
5) Attach logs after turning logging level to Full
5/27/2020, 10:00:00 PM +69ms
+1ms â•”Received event [Home].alarmSystemStatus = stay with a delay of 121ms
+125ms â•‘RunTime Analysis CS > 31ms > PS > 50ms > PE > 43ms > CE
+127ms â•‘Runtime (39795 bytes) successfully initialized in 50ms (v0.3.110.20191009) (125ms)
+128ms â•‘â•”Execution stage started
+138ms â•‘â•‘Comparison (string) stay is_any_of (string) stay,away = true (2ms)
+139ms ║║Cancelling condition #2’s schedules…
+140ms â•‘â•‘Condition #2 evaluated true (8ms)
+141ms ║║Cancelling condition #1’s schedules…
+142ms â•‘â•‘Condition group #1 evaluated true (state changed) (10ms)
+143ms ║║Cancelling statement #3’s schedules…
+163ms â•‘â•‘Executed physical command [Hue Lockers Bottom].setColor([[hex: #FF0000, hue:0, saturation:100, level:50]]) (14ms)
+164ms â•‘â•‘Executed [Hue Lockers Bottom].setColor (15ms)
+179ms â•‘â•‘Executed physical command [Hue Lockers Top].setColor([[hex: #FF0000, hue:0, saturation:100, level:50]]) (11ms)
+180ms â•‘â•‘Executed [Hue Lockers Top].setColor (13ms)
+188ms â•‘â•‘Comparison (string) stay changes_to_any_of (string) stay,away = true (2ms)
+189ms ║║Cancelling condition #19’s schedules…
+190ms â•‘â•‘Condition #19 evaluated true (8ms)
+191ms ║║Cancelling condition #18’s schedules…
+192ms â•‘â•‘Condition group #18 evaluated true (state changed) (10ms)
+194ms ║║Cancelling statement #20’s schedules…
+264ms â•‘â•‘Executed physical command [Front Foyer Main Lights].on() (67ms)
+265ms â•‘â•‘Executed [Front Foyer Main Lights].on (68ms)
+267ms ║║Cancelling statement #26’s schedules…
+273ms â•‘â•‘Executed virtual command [Hue Entry].wait (0ms)
+274ms â•‘â•‘Waiting for 3000ms
+3288ms â•‘â•‘Executed physical command [Hue Entry].setColor([[hex: #FF0000, hue:0, saturation:100, level:50]]) (11ms)
+3289ms â•‘â•‘Executed [Hue Entry].setColor (13ms)
+3291ms ║║Cancelling statement #29’s schedules…
+3298ms â•‘â•‘Executed virtual command [Hue Entry White 1, Hue Entry White 2].wait (0ms)
+3298ms â•‘â•‘Waiting for 4000ms
+7304ms â•‘â•‘Skipped execution of physical command [Hue Entry White 1].off([]) because it would make no change to the device. (3ms)
+7305ms â•‘â•‘Executed [Hue Entry White 1].off (5ms)
+7311ms â•‘â•‘Skipped execution of physical command [Hue Entry White 2].off([]) because it would make no change to the device. (2ms)
+7312ms â•‘â•‘Executed [Hue Entry White 2].off (4ms)
+7320ms â•‘â•‘Comparison (string) stay changes_to (string) off = false (1ms)
+7321ms ║║Cancelling condition #6’s schedules…
+7322ms â•‘â•‘Condition #6 evaluated false (7ms)
+7323ms ║║Cancelling condition #5’s schedules…
+7323ms â•‘â•‘Condition group #5 evaluated false (state changed) (9ms)
+7326ms â•‘â•‘Condition group #24 evaluated true (state did not change) (1ms)
+7328ms ║╚Execution stage complete. (7200ms)
+7329ms ╚Event processed successfully (7328ms)