Search found 11 matches

by yazoo
Wednesday 17 April 2019 19:42
Forum: Blockly
Topic: Kerui doorsensor blockly script not working
Replies: 1
Views: 882

Re: Kerui doorsensor blockly script not working

@ gschmidt the script is good, i have the same doorsensors by me working perfect but i think the rf signal is to far away , try the doorsensor in home and test if the script is working.
by yazoo
Wednesday 17 April 2019 9:47
Forum: LUA
Topic: Calculate daily energy cost
Replies: 33
Views: 8232

Re: Calculate daily energy cost

Thanks @waaren this was the sulution its working now.
by yazoo
Tuesday 16 April 2019 13:10
Forum: LUA
Topic: Calculate daily energy cost
Replies: 33
Views: 8232

Re: Calculate daily energy cost

Help i get an error 2019-04-16 12:57:00.640 Status: dzVents: Info: ------ Start internal script: Stroom:, trigger: every minute 2019-04-16 12:57:00.693 Status: dzVents: Error (2.4.16): An error occured when calling event handler Stroom 2019-04-16 12:57:00.693 Status: dzVents: Error (2.4.16): ...pi ...
by yazoo
Friday 05 April 2019 9:07
Forum: Blockly
Topic: Help needed blocklyscript doorsensor toilet
Replies: 6
Views: 1128

Re: Help needed blocklyscript doorsensor toilet

Yazoo, You have to use a user variable. When sensor1 is alarm and sensor1 is 0 Set sensor1 to 1 Set wclamp to on If sensor1 is no alarm and sensor1 is 1 Set wclamp off Use the if else blockly. The one with the blue shizzle. Mabey this will get you in the right direction Kuifje hello kuifje can you ...
by yazoo
Thursday 04 April 2019 11:47
Forum: Blockly
Topic: Help needed blocklyscript doorsensor toilet
Replies: 6
Views: 1128

Re: Help needed blocklyscript doorsensor toilet

more info is more than welcome wich sensor are you using only open state or open and close picture of your blockly gerwin this a simpel door magneet kerui state normal/alarm (same as open and close) the script what if have works only it isnt finnist en that i dont no how to do. if-->sensor1=Alarm ...
by yazoo
Thursday 04 April 2019 9:12
Forum: Blockly
Topic: Help needed blocklyscript doorsensor toilet
Replies: 6
Views: 1128

Help needed blocklyscript doorsensor toilet

i have a door sensor what i want is is the door is open light goos on. but then when the door is kloos and goos open witin 7 minutes from het first time the door is open it me not sent that the light goos on what i have now is if-->sensor1=Alarm do set-->WC lamp=on who can help me finist this script ...
by yazoo
Friday 29 March 2019 20:16
Forum: Other questions and discussions
Topic: Help needed Denkovi 16 x relay switch usb
Replies: 0
Views: 576

Help needed Denkovi 16 x relay switch usb

My hardware raspberry pi3b USB 16 Relay Module DIN RAIL BOX v3 I have a denkovi 16x relay switch i put it in hardware under Denkovi Modules with USB Interface and port: /dev/ttyUSB1 model usb16 relays vps but i dont see the anything in devices comming op. what do i wrong Update it take 5 houres to ...
by yazoo
Friday 29 March 2019 20:06
Forum: Other questions and discussions
Topic: Help needed harmony hub
Replies: 2
Views: 768

Re: Help needed harmony hub

Hi, this hardware only adds the Harmony activities as Domoticz devices. To give individual device commands you need to look into HarmonyHubControl script or similar. There are quite a few examples available on this board and in github: https://github.com/gordonb3/HarmonyHubControl/ https://www ...
by yazoo
Thursday 28 March 2019 16:03
Forum: Other questions and discussions
Topic: Help needed harmony hub
Replies: 2
Views: 768

Help needed harmony hub

Hello i need help,

i have domoticz running on raspberry pi3b

i have the harmony hub selected bij domoticz hardware.

i see by devices only my and my activities from the hub but i dont see the devices self

how get i see my devices from the harmony hub in domoticz suts as my tv,ipbox,vu+
by yazoo
Tuesday 19 March 2019 17:15
Forum: dzVents
Topic: Who can help me with dzvents scripts?
Replies: 3
Views: 614

Re: Who can help me with dzvents scripts?

local mySwitch = '<put here your switch Device Name>' local minDelay = 10 return { on = { devices = { mySwitch } }, execute = function(dz, mySw) if mySw.state == 'On' then dz.devices(mySwitch).switchOff().afterMin(minDelay) elseif mySw.state == 'Off' then dz.devices(mySwitch).cancelQueuedCommands ...
by yazoo
Tuesday 19 March 2019 16:40
Forum: dzVents
Topic: Who can help me with dzvents scripts?
Replies: 3
Views: 614

Who can help me with dzvents scripts?

What do i want?

i have a on/off switch in the toilet and i want that the switch when i turn it on automatically turn off in 10 minutes.
who can help me with a dzVets script for wat i want.