CoRE and Piston Rules Engine, first design steps

Could it be that the first time around both the time and the switch triggered events at roughly the same time? Or did you use Simulate?

Feature request: Would it be possible to have

(1) the ability to turn on/off for each created piston on the piston list screen, and
(2) ability to have a switch disable the piston (you may already be working on this or someone else suggested)

1 Like

thanks. did not think it would be under that.

1 Like

I did not use simulate, but I did test it before because I had a time condition with the trigger, so I tried it while the condition was false, and then I tried it after the condition was true. The screens I sent are of the condition being true. Like you said, I also think it’s a timing thing and not a bug.

1 Like

v0.0.04c.20160526 - Alpha test version - Fixed a bug with item in list for is_one_of.

  1. when I get to revamp the CoRE, at beta stage
  2. sure thing

Thanks! I am absolutely loving this App thus far !!!

1 Like

Any suggestions on how to implement the logic below or if it’s even possible at this point?

IF Contact changes to closed
  set x = 0
  
while contact is closed and x < 5
  wait 4 minutes
  for 0 to x
    using siren
        speakText("beep ${x * 50}")
        wait 1 second
  x++

I’m trying to avoid having to do something like:

If Contact is closed
  Using Siren
    wait 4 minutes
    beep 0
    wait 4 minutes
    beep 50
    wait 1 second
    beep 50
    wait 4 minutes
    beep 100
    wait 1 second
    beep 100
    wait 1 second
    beep 100
    wait 4 minutes
    beep 150
    wait 1 second
    beep 150
    wait 1 second
    beep 150
    wait 1 second
    beep 150
    etc...
else
  using siren
    cancel pending actions
1 Like

@ady624

I’m playing around with the “save attribute to variable” option. What is the aggregation parameter supposed to be?

1 Like

Save is not ready. If you select multiple devices, you only save one value, hence the need for aggregation fumctions: min, avg, max, sum, count, etc

Hmm… Challenge. Accepted.

1 Like

Got it, thanks!

1 Like

…sorry, I could not resist :grin:

4 Likes

Looks good! @ady624 I vote for it too…

1 Like

Did you download the pic? If so can you resize and send @ady624 the 60×60 and 120×120?

1 Like

I think someone will have to create a similar image because the one that was posted is watermarked and has usage restrictions.

1 Like

Hey, what’s that Home Cloud Hub about?

1 Like

Yep, license issues. Any designer around? How much does that pic cost?

…nothing… I think…

(integrates AT&T Digital Life and MyQ)

Oh cool. Thanks for looking into that for me. Saved me a search
:grin:

1 Like