Search found 4 matches
- Tuesday 13 March 2018 10:02
- Forum: Blockly
- Topic: Creating a toggle switch
- Replies: 10
- Views: 8711
Re: Creating a toggle switch
I tried the same as @gavacac proposed with the zwave.me/Popp/devolo scene controller, but this only lead to blinking light (constantly on and off). Only the approach as given in the link did finally do what I wanted (toggle). The button report is always ON, so I ended up with the additional variable ...
- Tuesday 13 March 2018 9:11
- Forum: Blockly
- Topic: Creating a toggle switch
- Replies: 10
- Views: 8711
Re: Creating a toggle switch
Maybe you give this a try: viewtopic.php?f=62&t=20683&p=174002#p174002
- Friday 09 March 2018 11:28
- Forum: Blockly
- Topic: Programming ZME Wall controller
- Replies: 5
- Views: 3905
Re: Programming ZME Wall controller
I found a way to do this, but is not really straight forward. I defined a variable for the switch and use the value of the variable together with the button on scene controller to change the state of the switch. I hope you get the point. IF ((button==ON) and SW1Var=="OFF")) THEN SW1=ON ELSE IF ...
- Friday 09 March 2018 10:19
- Forum: Blockly
- Topic: Programming ZME Wall controller
- Replies: 5
- Views: 3905
Re: Programming ZME Wall controller
I have exactly the same issue, I just want to toggle a light.
I think the problem is that the button on the scene controller is reporting on all the time.
Did you come to a conclusion?
I think the problem is that the button on the scene controller is reporting on all the time.
Did you come to a conclusion?