Piston to automatically show video on screen


#1

1) Give a description of the problem
Have to push button in app in order to show live video on screen

2) What is the expected behavior?
Live video shows as soon as SkyBell button pressed

3) What is happening/not happening?
Still have to physically push button in app to see Live view

**4) Post a Green Snapshot of the piston![image|45x37]


5) Attach any logs (From ST IDE and by turning logging level to Full)
none yet
REMOVE BELOW AFTER READING


#2

Guess you need to go into ST IDE and see if the motion status is being sent to the hub, or is it called ‘active’?


#3

Any webCoRE logs to share? Specifically motion based logs?

Also, shouldn’t matter but move the motion condition out of the group so it sits in the same ‘block’ as the button condition.

Oh, and use triggers, ‘IS’ not ‘Changes’


#4

I changed the piston to the following, but pushing the button does not seem to trigger any action. The only logging follows.

3/30/2018, 9:34:30 AM +187ms
+1ms	╔Starting piston... (v0.3.104.20180323)
+260ms	║╔Subscribing to devices...
+267ms	║║Subscribing to SkyBell HD.button...
+512ms	║╚Finished subscribing (264ms)
+555ms	║Comparison (enum) is (string) active = false (1ms)
+563ms	╚Piston successfully started (563ms)

#5

I can see why otion wont trigger anything (you’ve mixed triggers and conditions so only the button has subscribed - see the lighting bolt in the left margin).

But pressing the button should certainly trigger the piston.

Is logging on full… are you sure it’s button #1?


#6

There is only one button on this device. And, yes, logging is on full. There is nothing new on the log.