stefanbode

Results 79 comments of stefanbode

WEP is as far as I know never implemented. It was already insecure when the ESP came out. Take a raspberry pi for this

I do not understand the problem. If the shutter in in shutter_mode = 2, then the Relay 2 will be switched in the right direction FIRST. Then the power relays...

Please close with: No plans to change.

@cyberdomotik Have you checked if reordering your rules solves your problem? As mentioned above the execution is in the right order. It messes up later in rules.

How does your rule currently? I would just reorder

Maybe we can remove shuttermode 2 from the automatic detection. But I have never heard about the problem with other users. This is the first short circuit we had.

@arendst: hi Theo,is there any option in rules to enforce an order of execution? On my shutter I trigger relay2 and then relay1. Anyhow rules are called after relay1. Now...

Maybe it helps if you have a rule1 for relay2 and relay4 and a rule2 for relay1 and relay3

I did not get it worked to reorder the rules. But anyhow it works on my side with a rule on relay1 only than execute back lock and use if...

Another idea how to rewrite. You need to include the IF THEN ELSE. Not part of the standard compile process. Use: ``` #define USE_EXPRESSION // Add support for expression evaluation...