Search found 40 matches
- Saturday 04 January 2020 22:59
- Forum: Switches and Scenes
- Topic: Doorswitch to turn on and off a light
- Replies: 25
- Views: 4612
Re: Doorswitch to turn on and off a light
What is the state they are reporting when you open and close the door?
- Saturday 04 January 2020 21:55
- Forum: Zigbee
- Topic: Zigbee Control Station Z1 not compatible?
- Replies: 5
- Views: 966
Re: Zigbee Control Station Z1 not compatible?
Yes it should.
You can also build your own zigbee bridge and use zigbee2mqtt or buy a conbee2 and use the deconz python plugin.
You can also build your own zigbee bridge and use zigbee2mqtt or buy a conbee2 and use the deconz python plugin.
- Saturday 04 January 2020 21:10
- Forum: Switches and Scenes
- Topic: Doorswitch to turn on and off a light
- Replies: 25
- Views: 4612
Re: Doorswitch to turn on and off a light
Did you add them? The green arrow is blue?
If yes check the log of the switch Every time you open or close it should say on with a time stamp
If yes check the log of the switch Every time you open or close it should say on with a time stamp
- Saturday 04 January 2020 20:26
- Forum: Switches and Scenes
- Topic: Doorswitch to turn on and off a light
- Replies: 25
- Views: 4612
Re: Doorswitch to turn on and off a light
If i watch the YouTube video that you attached i see that there are 2 devices discovered. One for door open and one for door closed. They only send a on command. I would suggest that you revert wat you did acording to the video. Then you click in the green arrow to get those devices in the switches ...
- Saturday 04 January 2020 18:38
- Forum: Switches and Scenes
- Topic: Doorswitch to turn on and off a light
- Replies: 25
- Views: 4612
Re: Doorswitch to turn on and off a light
Your device is only sending on i think.
The log what is received would be helpfull
The log what is received would be helpfull
- Saturday 04 January 2020 11:38
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 416166
Re: Blockly examples
Hi waaren i did not know that dzVents triggered on user variabels changed in scripts.
Is that changed somewhere along the line?
Now i can make Some scripts simpler
Thanks for the correction
Is that changed somewhere along the line?
Now i can make Some scripts simpler
Thanks for the correction
- Saturday 04 January 2020 8:33
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 416166
Re: Blockly examples
That does not work.
Blokly and lua and dzVents wil not trigger in a variable that is changed via scripts of blockly.
They will only trigger if the variable is changed via the web interface of via json.
That is to prevent loops
Blokly and lua and dzVents wil not trigger in a variable that is changed via scripts of blockly.
They will only trigger if the variable is changed via the web interface of via json.
That is to prevent loops
- Friday 03 January 2020 18:56
- Forum: Zigbee
- Topic: Z-Stick Gen5 With Philips HUE Bridge and Ambilight TV
- Replies: 9
- Views: 1303
Re: Z-Stick Gen5 With Philips HUE Bridge and Ambilight TV
If you connect your Philips hue lights to the zigbee stick.
They wil then lose the connection with the Philips hue bridge
They wil then lose the connection with the Philips hue bridge
- Monday 16 December 2019 12:18
- Forum: Python
- Topic: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
- Replies: 57
- Views: 19619
Re: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
hello,
i installed and configured this plugin and it is working.
devices are discovered and the status is updating.
now i'm trying to switch a rgbww device(action lsc gu10) with tasmota 7.1.2.6 with dzvents but that is not working.
can u tell me how to do that in dzvents?
i installed and configured this plugin and it is working.
devices are discovered and the status is updating.
now i'm trying to switch a rgbww device(action lsc gu10) with tasmota 7.1.2.6 with dzvents but that is not working.
can u tell me how to do that in dzvents?
- Sunday 27 October 2019 16:44
- Forum: Python
- Topic: [REQUEST] Plugin for Tuya
- Replies: 373
- Views: 100293
Re: [REQUEST] Plugin for Tuya
@deennoo
can you share what you've done to make the plugin work with protocol 3.3?
Thanks jonathan
can you share what you've done to make the plugin work with protocol 3.3?
Thanks jonathan
- Wednesday 03 January 2018 10:44
- Forum: dzVents
- Topic: Basic script. Where am I going wrong
- Replies: 3
- Views: 606
Re: Basic script. Where am I going wrong
i think it should be something like this: return { active = true, on = { devices = { 'Test', 'Dusk Dawn Sensor', 'Hall Lamp Socket' }, }, execute = function(domoticz, device) if domoticz.devices('Dusk Dawn Sensor') == 'On' and domoticz.devices('Hall Lamp Wall Switch') == 'Off' Then domoticz.devices ...
- Thursday 16 November 2017 19:22
- Forum: Others
- Topic: Alphavision Security &Visionic Powermax
- Replies: 12
- Views: 3461
Re: Alphavision Security &Visionic Powermax
There is an api but cannot disclose it due to nda.
- Sunday 12 November 2017 17:53
- Forum: Others
- Topic: Mi-Light / LimitlessLED / Applamp
- Replies: 232
- Views: 92944
Re: Mi-Light / LimitlessLED / Applamp
That disapeared somewhere somehow.
- Sunday 12 November 2017 14:18
- Forum: dzVents
- Topic: Need help to understand swtiching on device and timer
- Replies: 9
- Views: 1231
Re: Need help to understand swtiching on device and timer
then i think you need to split into two scripts and set the timer to the top off the script.
so you get a day script and a night script.
and maybe someone else with more knowledge of dzvents can give you some pointers
so you get a day script and a night script.
and maybe someone else with more knowledge of dzvents can give you some pointers
- Sunday 12 November 2017 13:09
- Forum: dzVents
- Topic: Need help to understand swtiching on device and timer
- Replies: 9
- Views: 1231
Re: Need help to understand swtiching on device and timer
i think it needs to be like this: return { active = true, -- set to false to disable this script on = { devices = { 'Erker kasje rechts', -- device name }, }, execute = function(domoticz, device) local heater = domoticz.devices('Xiaomi Smart Plug (temp kasje)') if (timer == {'between 10:01 and 22:00 ...
- Sunday 12 November 2017 11:10
- Forum: Other questions and discussions
- Topic: Domoticz interfaced with alarm
- Replies: 10
- Views: 1191
- Sunday 12 November 2017 11:08
- Forum: Blockly
- Topic: notification with light on
- Replies: 12
- Views: 2165
Re: notification with light on
i think you need to do it like this
- Sunday 12 November 2017 10:58
- Forum: Other questions and discussions
- Topic: Domoticz interfaced with alarm
- Replies: 10
- Views: 1191
Re: Domoticz interfaced with alarm
i think you can do that with a quibino relay so that the status is updated when you fysicly press the button and you can also switch it from within domoticz
- Sunday 12 November 2017 10:51
- Forum: Other questions and discussions
- Topic: Domoticz interfaced with alarm
- Replies: 10
- Views: 1191
Re: Domoticz interfaced with alarm
and the same button turns alarm off?
- Sunday 12 November 2017 10:43
- Forum: Other questions and discussions
- Topic: Domoticz interfaced with alarm
- Replies: 10
- Views: 1191
Re: Domoticz interfaced with alarm
does it stay shorted or is it a pulse?