Search found 12 matches
- Thursday 30 March 2023 15:02
- Forum: Zigbee
- Topic: Zigbee lights sometimes wont turn on/off
- Replies: 5
- Views: 1848
Re: Zigbee lights sometimes wont turn on/off
Hmm, i also thougt it is a signal problem because the lights "LampTuinhuis" are far away. But! The lights on the garage are not so far away from "LampTuinhuis" and IN the garage there is a Ikea power plug (2 of them) And what i dont get, why no errors? Or does "the main switch" turn all the lights ...
- Thursday 30 March 2023 13:09
- Forum: Zigbee
- Topic: Zigbee lights sometimes wont turn on/off
- Replies: 5
- Views: 1848
Zigbee lights sometimes wont turn on/off
Hello, i have a strange problem with my Zigbee IKEA lights. I hope someone can help me. I have like 2 "switches" in domoticz named: ZigbeeTuinhuislampen and ZigbeeGaragelampen On these switches i use Timers for On/Off The scripts (DzVents) return { on = { devices = { 'ZigbeeTuinhuislampen ...
- Thursday 17 October 2019 23:06
- Forum: Switches and Scenes
- Topic: Quigg GT-1000
- Replies: 1
- Views: 462
Re: Quigg GT-1000
Today i received the new 433 mhz receiver and sender.. Only thing that is missing is the case.
Ofcours i cant wait to check if it's working.. So connected everything to the mega board with antenna's etc.
And yes! RFLink auto detects the Quigg socket/remote all works fine! Topic can be closed.
Ofcours i cant wait to check if it's working.. So connected everything to the mega board with antenna's etc.
And yes! RFLink auto detects the Quigg socket/remote all works fine! Topic can be closed.
- Saturday 12 October 2019 21:44
- Forum: dzVents
- Topic: Update thermostat setpoint [Solved]
- Replies: 6
- Views: 3390
Re: Update thermostat setpoint [Solved]
Sometimes the solution is very easy :') upgraded to beta version! seems Silent works now.. Problem solved!
- Saturday 12 October 2019 21:27
- Forum: dzVents
- Topic: Update thermostat setpoint [Solved]
- Replies: 6
- Views: 3390
Re: Update thermostat setpoint [Solved]
Ehh, that makes sense! -> https://www.domoticz.com/wiki/DzVents:_next_generation_LUA_scripting Follow-up event triggers Normally if you issue a command, Domoticz will immediately trigger follow-up events, and dzVents will automatically trigger defined event scripts. If you trigger a scene, all ...
- Saturday 12 October 2019 18:08
- Forum: dzVents
- Topic: Update thermostat setpoint [Solved]
- Replies: 6
- Views: 3390
Re: Update thermostat setpoint [Solved]
I prefer using the scripts that is made in dzVents because it works fine except the temp thingy on domoticz. Someone that is "good" in scripting with LUA/dzVents maybe knows a solution. When i click the switch to Away this URL is called: http://192.168.1.x/happ_thermstat?action=changeSchemeState ...
- Saturday 12 October 2019 2:07
- Forum: dzVents
- Topic: Update thermostat setpoint [Solved]
- Replies: 6
- Views: 3390
Re: Update thermostat setpoint [Solved]
I think the problem will be there to.. in the script i use this is happening: I change the scene with a switch to "Weg" This means the temp on the Toon will go to 12c The script runs to get the info from toon and it receives the temp is set on 12c but the setpoint on the domoticz does not match (old ...
- Saturday 12 October 2019 0:11
- Forum: dzVents
- Topic: Update thermostat setpoint [Solved]
- Replies: 6
- Views: 3390
Update thermostat setpoint [Solved]
Maybe this does not belong here.. but it is dzVents scripts.. I followed this manual: https://ehoco.nl/geroote-toon-bedienen-met-domoticz/ (sorry that is in dutch) Everything works great except 1 thing, i tried to fix it but that is really a no go.. at some point it was even stuck in a loop. The ...
- Friday 11 October 2019 21:04
- Forum: Blockly
- Topic: Blockly is not working?
- Replies: 4
- Views: 1016
Re: Blockly is not working?
Works perfect now =) (I never used LUA before so yes maybe its not pretty but it works) if (otherdevices['Tel1'] == 'On' or otherdevices['Tel2'] == 'On') then TelAanwezig = true end if (otherdevices['SomeoneHomeActief'] == 'On' and otherdevices['IemandThuis'] == 'Off' and TelAanwezig == true) then ...
- Friday 11 October 2019 14:24
- Forum: Blockly
- Topic: Blockly is not working?
- Replies: 4
- Views: 1016
Re: Blockly is not working?
Thnx, but i think i found the problem.. I tried to do the same with LUA and didn't work either. So i created a new switch but then i noticed this was not the same switch. This one is On/Off only… Now LUA can control that switch with no problems. And LUA looks nice no drag and drop.. So im going to t ...
- Friday 11 October 2019 11:22
- Forum: Blockly
- Topic: Blockly is not working?
- Replies: 4
- Views: 1016
Blockly is not working?
Hello,
I have created this as test:

But it is not working?? When i turn a switch On or Off nothing happends.

Is this detection system broken?
I have created this as test:
But it is not working?? When i turn a switch On or Off nothing happends.
Is this detection system broken?
- Tuesday 17 September 2019 12:57
- Forum: Switches and Scenes
- Topic: Quigg GT-1000
- Replies: 1
- Views: 462
Quigg GT-1000
Hello, Some weeks ago we bought blinds (Somfy) they came with a remote.. So i thought would be nice if i could control them with a raspberry pi. So i directly installed Domoticz but after some minutes i found out we got a Somfy IO motor. That means encrypted signals and not 433mhz. So not possible ...