Search found 10 matches

by chatjozef
Monday 19 February 2018 8:25
Forum: Others
Topic: Nuki lock setup
Replies: 81
Views: 15302

Re: Nuki lock setup

First of all, excuse me for my bad English. My situation: 2 locks, 1 bridge After a lot of trying, I do not get this working. I have working script 1 (version 2). I sent it to handle_doorlock_event.sh, but it stops there. Sending to Domoticz gives problems, when I manually enter the IDX it goes well ...
by chatjozef
Saturday 06 January 2018 20:03
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 525711

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Hello,

There is an uservariabele, when you changed it to 10003 pr higher, that sound Will be played
Take a look at the wiki page: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)
by chatjozef
Tuesday 12 December 2017 12:59
Forum: Android
Topic: Wall All
Replies: 6
Views: 3532

Re: Wall All

Thanks a lot, i used RPMM2YJ8A229SYWF91KUUQL
by chatjozef
Monday 09 October 2017 13:54
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 636522

Re: Domoticz app 2.0

When a message arrives, my phone does not vibrate anymore. someone else the same?
by chatjozef
Friday 15 September 2017 14:35
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

Not sure if this will solve the timing problem, but your time period on the last "Else If" should be:- "after 23:15 OR before 07:15". This is because Domoticz changes to the next day at 00:00. So the time can't be:- "after 23:15 (and before 00:00) AND (after 00:00 and) before 07:15. Apologies if ...
by chatjozef
Friday 24 March 2017 14:53
Forum: Blockly
Topic: Doorbell event in Blocky always fired
Replies: 7
Views: 2444

Re: Doorbell event in Blocky always fired

Excuse me, I forgot to say, that the off delay of the doorbell_status is set for 1 second
by chatjozef
Friday 24 March 2017 14:14
Forum: Blockly
Topic: Doorbell event in Blocky always fired
Replies: 7
Views: 2444

Re: Doorbell event in Blocky always fired

make a dummy switch and call it "Doorbell_status" or something like that. On the doorbell put this link in the by on action: http://IPADRESS:8080/json.htm?type=command&param=switchlight&idx=99&switchcmd=On Change IDX 99 to the IDX of the Doorbell_status switch. use the doorbell_status switch in your ...
by chatjozef
Thursday 16 March 2017 13:41
Forum: Blockly
Topic: door sensor how to
Replies: 12
Views: 5177

Re: door sensor how to

Yes, use integer :)

NIce to hear that this is a solution for you.!
by chatjozef
Wednesday 15 March 2017 12:38
Forum: Blockly
Topic: door sensor how to
Replies: 12
Views: 5177

Re: door sensor how to

maybe you can use user variables When door is open and uservariable is 0 Set toilet light = on Set uservariable = 1 When door is open and uservariable is 1 Set toilet light = on As you can see in the fibaro homecenter script they use do use uservariable. But then with time?? As a beginner(first Lua ...
by chatjozef
Wednesday 08 March 2017 18:48
Forum: Blockly
Topic: door sensor how to
Replies: 12
Views: 5177

Re: door sensor how to

maybe you can use user variables

When door is open and uservariable is 0
Set toilet light = on
Set uservariable = 1

When door is open and uservariable is 1
Set toilet light = on