Search found 14 matches

by StefanWouters
Wednesday 03 July 2019 16:56
Forum: dzVents
Topic: DzVents doesn't run scripts [Solved]
Replies: 23
Views: 7673

Re: DzVents doesn't run scripts [Solved]

There are no camera's connected at the raspberry. Nibe is still functional.....
After the camera error, DZVents was disabled
by StefanWouters
Tuesday 02 July 2019 16:32
Forum: dzVents
Topic: DzVents doesn't run scripts [Solved]
Replies: 23
Views: 7673

Re: DzVents doesn't run scripts [Solved]

Hello Waaren,

DZvents stopt running after a fault. (see log)
in enabled DZVents again and the script runs again.
by StefanWouters
Wednesday 26 June 2019 19:40
Forum: dzVents
Topic: DzVents doesn't run scripts [Solved]
Replies: 23
Views: 7673

Re: DzVents doesn't run scripts [Solved]

DzVents was not enabled.....??? After turning it on, the script runs again (off course)
When DzVents crashes, will the crash disable DzVEnts??
Also activated the logging, so see wat happens the next 24 hours
by StefanWouters
Wednesday 26 June 2019 18:39
Forum: dzVents
Topic: DzVents doesn't run scripts [Solved]
Replies: 23
Views: 7673

Re: DzVents doesn't run scripts [Solved]

nothing changed
where can i check that the evenSystem en DzVent are both still activated?
by StefanWouters
Wednesday 26 June 2019 17:24
Forum: dzVents
Topic: DzVents doesn't run scripts [Solved]
Replies: 23
Views: 7673

Re: DzVents doesn't run scripts [Solved]

No effect, it won't run any script
is their a possibility (is use persistent data) that a buffer or what so ever runs out of capacitety?
by StefanWouters
Wednesday 26 June 2019 16:50
Forum: dzVents
Topic: DzVents doesn't run scripts [Solved]
Replies: 23
Views: 7673

DzVents doesn't run scripts [Solved]

i have made a script that run's for several days en then stops running. When ik make another simpel script it won't run either.
When i start an blockly script that works.
In de log file you can see DzVents in writing the file, but nothing more
a reboot off te raspberry has no effect
by StefanWouters
Saturday 22 June 2019 22:41
Forum: Switches and Scenes
Topic: Switch delay
Replies: 4
Views: 1840

Re: Switch delay

Problem solved with your solution
by StefanWouters
Saturday 22 June 2019 16:18
Forum: Switches and Scenes
Topic: Switch delay
Replies: 4
Views: 1840

Re: Switch delay

I run a script wich is triggerd by f execute = function(domoticz, triggerItem) if (triggerItem.isDevice) then the script wil run every 10 seconds, in the last part of the script (after some calculations) some of the switches needs to be changed for example 1: if ((domoticz.data.Huidigverbruik >= 0 ...
by StefanWouters
Saturday 22 June 2019 14:44
Forum: Switches and Scenes
Topic: Switch delay
Replies: 4
Views: 1840

Switch delay

I have a script running in DzVents, de scripts runs every time on changes from de P1 device. I have a switch with a delay time of 120 seconds, the script runs every 10 seconds. On every (10sec) "run" de script restarts the 120 seconds. is their a possibility get the state of remaining time or an ...
by StefanWouters
Friday 21 June 2019 20:07
Forum: Utility
Topic: P1 counter value math [Solved]
Replies: 8
Views: 1709

Re: P1 counter value math

that works!!
by StefanWouters
Friday 21 June 2019 18:33
Forum: Utility
Topic: P1 counter value math [Solved]
Replies: 8
Views: 1709

Re: P1 counter value math

I have Made soms tests in the script. I want to store some values, so that i can use them at the end of the script For some calculations. In want to know of their is power deliverd (> 1000W), or used. When their is enough delivery of power my energy system is going to heat up the boiler. When their ...
by StefanWouters
Thursday 20 June 2019 22:43
Forum: Utility
Topic: P1 counter value math [Solved]
Replies: 8
Views: 1709

Re: P1 counter value math

Bij deze 2019-06-20 22:44:59.147 EventSystem: Event triggered: Script #6 stop eerste vrijgave_1 2019-06-20 22:44:59.021 Status: dzVents: Info: Handling events for: "Power", value: "24086340;17373198;3070180;6587818;748;0" 2019-06-20 22:44:59.021 Status: dzVents: Info: SME 0.1.6: ------ Start ...
by StefanWouters
Thursday 20 June 2019 21:25
Forum: Utility
Topic: P1 counter value math [Solved]
Replies: 8
Views: 1709

Re: P1 counter value math

i have found several methods but something is going wrong..;-) trying to get 1 value stored...
by StefanWouters
Tuesday 18 June 2019 17:19
Forum: Utility
Topic: P1 counter value math [Solved]
Replies: 8
Views: 1709

P1 counter value math [Solved]

I am new with LUA, normaly i program PLC (Siemens S7). is their an easy way to store several values temperarely? I have made a script that analyses the data of the energymeter. But as soon the command "end" passes the value in de global/local variable is nil. I want to make some calculations with ...