Search found 4 matches
- Wednesday 31 October 2018 19:10
- Forum: Blockly
- Topic: Trying to... timed change setpoint with Blockly
- Replies: 3
- Views: 775
Re: Trying to... timed change setpoint with Blockly
Heyo, welcome to the Blockly world! You could try creating a variable, ex. "setpoint_timer" and do something like this: If [setpoint_timer] = 0 and [your action/trigger] Set setpoint at 22C Set [your action/trigger] = off (if it's a switch) Set [setpoint_timer] = 1 after XX minutes Else if [setpoint ...
- Monday 29 October 2018 15:27
- Forum: Blockly
- Topic: [HELP] Scenes & Blocky
- Replies: 4
- Views: 901
Re: [HELP] Scenes & Blocky
My bad, my brain is still in weekend mode
In my setup I've created a few "off" scenes, i.e. a scene with all the lights in the living room turned off. That way, by setting the scene on it will turn off the lights you need...
You could create a scene Plafond OFF, Escaliers OFF etc

In my setup I've created a few "off" scenes, i.e. a scene with all the lights in the living room turned off. That way, by setting the scene on it will turn off the lights you need...
You could create a scene Plafond OFF, Escaliers OFF etc
- Monday 29 October 2018 7:55
- Forum: Blockly
- Topic: [HELP] Scenes & Blocky
- Replies: 4
- Views: 901
Re: [HELP] Scenes & Blocky
Hi there,
You need to set the scenes to "On/Off" instead of "Active/Inactive", all simply.
Hope that helps, cheers!
You need to set the scenes to "On/Off" instead of "Active/Inactive", all simply.
Hope that helps, cheers!
- Sunday 14 October 2018 9:34
- Forum: Blockly
- Topic: Xiaomi Wireless Switch Click action issue
- Replies: 19
- Views: 13232
Re: Xiaomi Wireless Switch Click action issue
Hi there, I got my XIaomi switches working with multiple scenes on one action, see the code below. In that example I used the Double Click action to switch between 3 different scenes, you can do it with 2 scenes (1 with your light-s on, 1 with the light-s off) and it should work just fine. Hope it ...