[RELEASE] Event Engine - Automate your world with easy to use Cogs. Rev up complex automations with just a few clicks!

Yup, logs turn off 60 minutes after the last time you save the child app.

New version on GitHub...

Quick update, Logs Time Off is now selectable from 1 to 5 hours. :wink:

3 Likes

Please slow down, getting dizzy... :wink:

Thanks for the quick updates!

1 Like

Much better!!!

Clarification though. You added a Sunrise to Sunset. Could you also add a Sunset to Sunrise? (Sorry!)

same problem for me i think rule didnt work.. put old one back in rm for now..
ie

New version on GitHub...

1.0.7 - 09/08/20 - Fixed typo in Modes, typo in Sunset to Sunrise name.

1 Like

I've tried several ways to get it to show it red. While getting it to show in red is easy, getting it to stay red in the problem. It takes some html code to turn it red. But if you go back into the app at anytime, HE will strip the code out and turn it blue again. And to make matters worse, if you save the app again without un-pausing it, it will add a second pause (in red) to the title! So after much trial and error, I just left it blue.

2 Likes

If you have a secret sauce to make it work, I'll gladly add it. :wink:

1 Like

I hate to sound like a broken record...but now I cannot switch either Sunset or Sunrise to "On". The switch immediately turns back to off.

No problem at all. I can't possibly test every combination on something this complex. This is fixed and will be in the next release.

You got it. I needed to rewrite the setpoint section anyway. This will take a little bit but it's what I'm working on now. :wink:

Thanks

4 Likes

New version on GitHub...

1.0.8 - 09/08/20 - Fixed issues with selecting Sunset/Sunrise settings, Added Illuminance, Acceleration, Water and Presence to Triggers.

Check you child apps!

2 Likes

ok my rule is never firing.. have i done something wrong here it is.. i reduced the number of motion detectors , change the time of day to now, and also changed the timeout to test. but it never fires..

ie

Try new version on GitHub...

Fixed some typo's.

Be sure to load the child app and hit 'done' before testing. Post a new log if it still doesn't work.

Thanks

1 Like

looks better at least its checking the motions now but in the rule i have the switch off so it should be checking for inactive.. but it appears in your debugging message below it is checking for the opposite ie active?

app:6322020-09-08 02:39:53.651 pm debugIn startTheProcess - checkTime: true - checkTimeSun: true - daysMatch: true - modeStatus: true - setPointGood: null - areWeGood: false

app:6322020-09-08 02:39:53.649 pm debugIn areWeGoodHandler - MOTION - areWeGood: false

app:6322020-09-08 02:39:53.646 pm debugIn areWeGoodHandler - theCount: 3 - deviceTrue: 2

app:6322020-09-08 02:39:53.644 pm debugIn areWeGoodHandler - Checking: Guest Bath Motion - Testing for typeValue1: active - device is inactive

app:6322020-09-08 02:39:53.642 pm debugIn areWeGoodHandler - Checking: Den Motion - Testing for typeValue1: active - device is inactive

app:6322020-09-08 02:39:53.637 pm debugIn areWeGoodHandler - Checking: Front Hall Motion - Testing for typeValue1: active - device is active

app:6322020-09-08 02:39:53.635 pm debugIn areWeGoodHandler (1.0.9) - MOTION

app:6322020-09-08 02:39:53.632 pm debugIn modeHandler - modeStatus: true

app:6322020-09-08 02:39:53.630 pm debugIn modeHandler - Checking: Home - value: Home

app:6322020-09-08 02:39:53.613 pm debugIn modeHandler (1.0.9)

app:6322020-09-08 02:39:53.607 pm debugIn dayOfTheWeekHandler - daysMatch: true

app:6322020-09-08 02:39:53.604 pm debugIn dayOfTheWeek (1.0.9)

app:6322020-09-08 02:39:53.601 pm debugIn checkTimeSun - timeBetweenSun: true

app:6322020-09-08 02:39:53.583 pm debugIn checkTimeSun (1.0.9) - Things Quiet Down

app:6322020-09-08 02:39:53.581 pm debugIn checkTime - Things Quiet Down - timeBetween

Nope, this part is working correctly. It's just counting how many devices are in the active state vs inactive state.

Notice it says that says that out of 3, 2 devices are in the correct state.

I do see another issue though - setPointGood: null . Let me check that out.

must just be a typo becuase the check for motion all innactive now passsed ie. ssee logs. but the rule action ie change mode to home turn off switches etc. still never fired..

thanks for all the debugging

also i want it to delay for 10 minutes once we get this working . ie innactive motion for at least 10 minutes.. i have reduced that to 1 for now for testing.

One issue at at time! :wink:

Screenshot of log or it didn't happen. :grin:


New version on Github...

1.1.0 - 09/08/20 - Minor changes

1 Like

Nope, it has to check all options.

1 Like

ya it triggered now.. now to test the delay time..

but on annother question. it is still firing constantly now even though time is night.. i guess there is no way around that... rm does the same?