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 ...
Search found 10 matches
- Monday 19 February 2018 8:25
- Forum: Others
- Topic: Nuki lock setup
- Replies: 81
- Views: 16228
- Saturday 06 January 2018 20:03
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 557785
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)
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)
Re: Wall All
Thanks a lot, i used RPMM2YJ8A229SYWF91KUUQL
- Monday 09 October 2017 13:54
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2382
- Views: 680052
Re: Domoticz app 2.0
When a message arrives, my phone does not vibrate anymore. someone else the same?
- Friday 15 September 2017 14:35
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 439375
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 ...
- Friday 24 March 2017 14:53
- Forum: Blockly
- Topic: Doorbell event in Blocky always fired
- Replies: 7
- Views: 2547
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
- Friday 24 March 2017 14:14
- Forum: Blockly
- Topic: Doorbell event in Blocky always fired
- Replies: 7
- Views: 2547
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¶m=switchlight&idx=99&switchcmd=On
Change IDX 99 to the IDX of the Doorbell_status switch.
use the doorbell_status switch in ...
On the doorbell put this link in the by on action: http://IPADRESS:8080/json.htm?type=command¶m=switchlight&idx=99&switchcmd=On
Change IDX 99 to the IDX of the Doorbell_status switch.
use the doorbell_status switch in ...
- Thursday 16 March 2017 13:41
- Forum: Blockly
- Topic: door sensor how to
- Replies: 12
- Views: 5395
Re: door sensor how to
Yes, use integer
NIce to hear that this is a solution for you.!
NIce to hear that this is a solution for you.!
- Wednesday 15 March 2017 12:38
- Forum: Blockly
- Topic: door sensor how to
- Replies: 12
- Views: 5395
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 ...
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 ...
- Wednesday 08 March 2017 18:48
- Forum: Blockly
- Topic: door sensor how to
- Replies: 12
- Views: 5395
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
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