Page 1 of 1

Events no longer working

Posted: Wednesday 09 December 2015 11:02
by gerwim
Hi there,

Since yesterday I have issues with events. New eventls no longer work. I saw another post (viewtopic.php?f=15&t=4254) where users where complaining aswell. Something I did though was update to beta and then downgrade to stable.

I have also deleted all events and create a simple event:
Image
(yes, it's set as active).

But this event doesn't work. When I enable "Lamp Gerwim Dummy", Daisy's isn't enabled.

Does anyone else have a clue or is there any way to debug this issue?

Thanks!

Re: Events no longer working

Posted: Wednesday 09 December 2015 13:41
by StanHD
That "If" Block will not work because there is no "Else-If" added (the + Sign).
Try replacing this with the other "If" block (No + Sign)

Re: Events no longer working

Posted: Wednesday 09 December 2015 13:45
by gerwim
StanHD wrote:That "If" Block will not work because there is no "Else-If" added (the + Sign).
Try replacing this with the other "If" block (No + Sign)
Hi Stan,

Wow. This "fixed" it indeed. Thanks! Even though, in my opinion, the normal "if" block should be removed and be replaced with the "if" sign with a + sign and run it nonetheless if no else statement is found.

Cheers again!