Page 2 of 2

Re: webpage unresponsive

Posted: 20 Oct 2016 04:34
by timb
OK, will do, what email address?
Sorry I fee I should know this, but I don't
Thanks
Tim

Re: webpage unresponsive

Posted: 20 Oct 2016 04:38
by timb
OK, I found this email address: razberry@zwave.me
and have emailed the files there.
Look forward to your investigations.
Thanks
Tim

Re: webpage unresponsive

Posted: 25 Oct 2016 16:37
by timb
Hi PoltOs,
I see you have been busy with 2.2.4 - well done.
Did you receive the zip file I emailed? Can you see a problem?
Thanks

Re: webpage unresponsive

Posted: 30 Oct 2016 00:58
by PoltoS
no. may be someone opened it and have not got what to do with ;) Please resend to ps@

Re: webpage unresponsive

Posted: 06 Nov 2016 20:46
by timb
Hi PoltoS
I have resent the email with the attachments to razberry@zwave.me

Is there a better email address to reach you?

Thanks
Tim

Re: webpage unresponsive

Posted: 07 Nov 2016 12:34
by pz1
Try info@z-wave.me. That has helped some people in the past

Re: webpage unresponsive

Posted: 12 Nov 2016 16:58
by timb
Thanks for that, resent.

Re: webpage unresponsive

Posted: 18 Nov 2016 17:28
by timb
Hi PoltoS,
Did you get a chance to see it this time?
Thanks
Tim

Re: webpage unresponsive

Posted: 27 Nov 2016 15:39
by timb
I have found the problem at last!

So to recap:

Recap the Problem:
the whole website would lock up and become unresponsive on a frequent basis, messages to various devices that should have triggered didn't happen (like a Rule to turn a light on) ...

Discovery
I had set up a logic to detect whenever someone was at home:

I had LogicalRule with an OR condition for every PIR in the house, if triggered it set the Scene: "SC_SomeoneInHouse_On"
The Scene "SC_SomeoneInHouse_On" set a Switch Dummy Device "DD_SomeoneInHouse" to True

I had also created a DelayedScene "SC_SomeoneInHouse_Off", following "SC_SomeoneInHouse_On" that after 5 mins, reset the DD_SomeoneInHouse to False.

If any PIR triggered the Logical Rule before the 5 mins had expired, the Logical Rule triggered the SC_SomeoneInHouse_On again. So the DelayedScene restarted its timer.

The idea was that the DummyDevice DD_SomeoneInHouse remained True so long as there was movement in any room within 5 mins.

What I guess was happening was that as people moved about the house the SC_SomeoneInHouse kept triggering, setting up a load of background timers, even though on the DelayedScene I had "Restart timer on trigger instead of starting new timer" set to ticked.

Once I disabled the LogicalRule to stop the process everything settled down, the whole system returned to normal.

I am VERY so pleased about this because I have had this logical rule for a long time.
I look forward now to building on the network!
:D

Re: webpage unresponsive

Posted: 27 Nov 2016 17:07
by pz1
Thanks for providing this extensive feedback!
[moderator]