Search found 7 matches

by bartmolk
Tuesday 03 December 2019 12:44
Forum: Blockly
Topic: Calling levels / niveau by Blockly
Replies: 2
Views: 391

Re: Calling levels / niveau by Blockly

Okay, I did find out how to set the alarm to a certain level now which goes by creating a new switch which I have named 'alarm-set-geluid' I can loop the sound for a certain amount of time but I can't set it to keep looping untill the alarm has been turned off the switch uses the following command ...
by bartmolk
Tuesday 03 December 2019 11:35
Forum: DIY Hardware and Protocols
Topic: RGB Ledstrip with LUA
Replies: 2
Views: 884

Re: RGB Ledstrip with LUA ESP8266 / H801

No one that can tell me how I can get my RGB ledstrips to work with my ESP8266 / H801?
by bartmolk
Tuesday 03 December 2019 11:34
Forum: Blockly
Topic: Calling levels / niveau by Blockly
Replies: 2
Views: 391

Calling levels / niveau by Blockly

Hello guys, I was wondering if it is possible to call / set the level or niveau on blockly by adding some kind of variable to the block? I have a XIaomi gateway which I want to be activated whenever someone walks by for example I have added my script been searching and trying to figure out how this ...
by bartmolk
Saturday 23 November 2019 0:01
Forum: Zigbee
Topic: Bind Xiaomi gateway
Replies: 11
Views: 3831

Re: Bind Xiaomi gateway

Did you try blank on both options? If you really forgot the cridentials i'm quite sure you have to factory reset the gateway.
by bartmolk
Friday 22 November 2019 23:02
Forum: DIY Hardware and Protocols
Topic: RGB Ledstrip with LUA
Replies: 2
Views: 884

RGB Ledstrip with LUA

Hello everyone, I am trying to create the RGB function / colorpicker to control the ledstrips which are running through a LUA script but for some reason it turns all the colors on and doesn't let me select a color. I've tried all options RGB and RGBW, and RGBWW but nothing seems to work correctly ...
by bartmolk
Wednesday 16 May 2018 15:56
Forum: Blockly
Topic: Behave different on between x and x time
Replies: 3
Views: 991

Re: Behave different on between x and x time

Is this the way to setup? An if within an if? I normally do an if with an and statement and else if: If motion is on and time is between x and x do this. elsif motion is on and time is between x and x do that. elsif motion is off set this off. ps. be aware of you timings, time < 4:00 and > 14:52 ...
by bartmolk
Monday 14 May 2018 10:45
Forum: Blockly
Topic: Behave different on between x and x time
Replies: 3
Views: 991

Behave different on between x and x time

Basically i'm trying to make this led panel function different at night for when someone wakes up and needs to go to the toilet. Don't look at the time, it was set like that just for testing. When I am running this script the panel is not even going off anymore. I've tried multiple things and so far ...