Laggy Reactions to DZ Vents and Blockly
Moderators: leecollings, remb0
-
alarm_guy1
- Posts: 132
- Joined: Tuesday 14 January 2014 0:03
- Target OS: Linux
- Domoticz version:
- Contact:
Laggy Reactions to DZ Vents and Blockly
Hi Im running Stable 4.9700 on a Raspberry Pi B3+ (was running on a Pi 2)
my problem is really random, On my Pi2 I was experienceing some issues and migrated across to the latter Pi and am still having issues.
Getting to the issues, I have several DZVents running and a Blockly, literally the DZVents say if x Pir is active turn on the required light (pending the lux meets the required level) for 300secs and if X pir detects motion again then effectively the timer restarts. All good works well (mostly)
I have a Blockly and it literally says if X detector see motion and lux level is xxx then turn on lights for 3 mins all good here too (Mostly)
The issue is sometimes the requisite detectors both blockly and DZvents activate but the delay between motion and the lights coming on is upto 30 seconds, generally this is virtually instant, but a couple of times a night we get this delay.
Any ideas appreciated
my problem is really random, On my Pi2 I was experienceing some issues and migrated across to the latter Pi and am still having issues.
Getting to the issues, I have several DZVents running and a Blockly, literally the DZVents say if x Pir is active turn on the required light (pending the lux meets the required level) for 300secs and if X pir detects motion again then effectively the timer restarts. All good works well (mostly)
I have a Blockly and it literally says if X detector see motion and lux level is xxx then turn on lights for 3 mins all good here too (Mostly)
The issue is sometimes the requisite detectors both blockly and DZvents activate but the delay between motion and the lights coming on is upto 30 seconds, generally this is virtually instant, but a couple of times a night we get this delay.
Any ideas appreciated
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
I too see these laggy reactions sometimes.alarm_guy1 wrote: Wednesday 27 March 2019 20:46 Hi Im running Stable 4.9700 on a Raspberry Pi B3+ (was running on a Pi 2)
my problem is really random, On my Pi2 I was experienceing some issues and migrated across to the latter Pi and am still having issues.
Getting to the issues, I have several DZVents running and a Blockly, literally the DZVents say if x Pir is active turn on the required light (pending the lux meets the required level) for 300secs and if X pir detects motion again then effectively the timer restarts. All good works well (mostly)
I have a Blockly and it literally says if X detector see motion and lux level is xxx then turn on lights for 3 mins all good here too (Mostly)
The issue is sometimes the requisite detectors both blockly and DZvents activate but the delay between motion and the lights coming on is upto 30 seconds, generally this is virtually instant, but a couple of times a night we get this delay.
Any ideas appreciated
In my case they are always during the window between
Status: Starting automatic database backup procedure...
and
Status: Ending automatic database backup procedure...
And therefore very much depending on the size of the database and system IO performance.
The size of the database depends on a lot of things but can be influenced significantly by changing the number of days at the Log History tab on the Settings page.
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
-
alarm_guy1
- Posts: 132
- Joined: Tuesday 14 January 2014 0:03
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
Cheers for the reply, is there anyway to control the database backup times?
I will check my log next time it happens
cheers
I will check my log next time it happens
cheers
-
DutchHans
- Posts: 230
- Joined: Friday 03 April 2015 20:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Germany (near dutch border)
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
Good morning, I also have delays between Pirs and lights (up to 30 seconds sometimes).. but automatic database backup is not switched on...
Switching the lights via the GUI works instant.
I also have delays in z-wave adapters...maybe this is related..
Hope it's get solved...
Regards, Hans
Switching the lights via the GUI works instant.
I also have delays in z-wave adapters...maybe this is related..
Hope it's get solved...
Regards, Hans
-
alarm_guy1
- Posts: 132
- Joined: Tuesday 14 January 2014 0:03
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
I checked last night and mine wasnt doing a DB backup, i am loathe to start again, I was toying with the idea of using a 2nd Pi and controller to slowly migrate stuff across to a new install to see if it might be a database issue, but that will take a lot of time and effort , along with a chunk of cash.
-
DutchHans
- Posts: 230
- Joined: Friday 03 April 2015 20:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Germany (near dutch border)
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
The delay is at random times and random delaytimes.
A light can have a delay of 15 seconds when its switched on the first time.. two seconds later the delay isn't there at all... Ive moved all my pir scripts to blockly which shortened the delaytime and decreased the CPU usage significantly...
Hans
A light can have a delay of 15 seconds when its switched on the first time.. two seconds later the delay isn't there at all... Ive moved all my pir scripts to blockly which shortened the delaytime and decreased the CPU usage significantly...
Hans
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
Another reason for perceived delays in Blockly, dzVents, Lua or Python event scripts is the fact that the Domoticz event system is single threaded; meaning that a script can only start when the preceding script has finished. Luckily the majority of scripts finish in split seconds but for scripts handling lots of data and/or scripts waiting for the completion of OS commands execution time will be longer. It would be interesting to see the domoticz log around the times you experience these delays.alarm_guy1 wrote: Thursday 28 March 2019 7:45 I checked last night and mine wasnt doing a DB backup, i am loathe to start again, I was toying with the idea of using a 2nd Pi and controller to slowly migrate stuff across to a new install to see if it might be a database issue, but that will take a lot of time and effort , along with a chunk of cash.
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
-
alarm_guy1
- Posts: 132
- Joined: Tuesday 14 January 2014 0:03
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
Thankyou, once we get to tonight, and I have the 1st issue i'll post the results.
but basically we have a hallway blockly kicks in to turn on lights
then into kitchen DZvents kicks into turn on light.
I have attached logs from this lunchtime where everything worked fine, and will attach logs later when we have issues as I know we will
2019-03-28 12:18:22.411 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:18:22.411 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: On
2019-03-28 12:18:22.412 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:26:30.401 Status: OpenZWave: Received timeout notification from HomeID: 3246928100, NodeID: 52 (0x34)
2019-03-28 12:30:44.728 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "Off"
2019-03-28 12:30:44.729 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:30:44.730 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:30:44.731 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:30:44.731 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 643
2019-03-28 12:30:44.731 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:30:44.731 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: Off
2019-03-28 12:30:44.731 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:34:33.603 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "Off"
2019-03-28 12:34:33.603 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:34:33.605 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:34:33.607 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:34:33.607 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:34:33.607 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:34:33.607 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: Off
2019-03-28 12:34:33.607 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:35:04.832 Status: OpenZWave: Received timeout notification from HomeID: 3246928100, NodeID: 38 (0x26)
2019-03-28 12:52:51.442 Status: dzVents: Info: Handling events for: "Dining MD Burglar", value: "On"
2019-03-28 12:52:51.443 Status: dzVents: Info: Dining motion: ------ Start internal script: Dining Room DZ: Device: "Dining MD Burglar (Usb Controller)", Index: 530
2019-03-28 12:52:51.444 Status: dzVents: Debug: Dining motion: Processing device-adapter for Dining MD Lux: Lux device adapter
2019-03-28 12:52:51.444 Status: dzVents: Debug: Dining motion: Processing device-adapter for Dining Room Level: Switch device adapter
2019-03-28 12:52:51.444 Status: dzVents: Debug: Dining motion: Dining MD Lux ==>> Lux: 83
2019-03-28 12:52:51.444 Status: dzVents: Debug: Dining motion: Dining Room Level ==>> State: Off
2019-03-28 12:52:51.445 Status: dzVents: Debug: Dining motion: Dining MD Burglar ==>> State: On
2019-03-28 12:52:51.445 Status: dzVents: Debug: Dining motion: Constructed timed-command: On
2019-03-28 12:52:51.445 Status: dzVents: Debug: Dining motion: Constructed timed-command: On
2019-03-28 12:52:51.445 Status: dzVents: Info: Dining motion: ------ Finished Dining Room DZ
2019-03-28 12:52:51.621 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-28 12:54:15.626 Status: dzVents: Info: Handling events for: "Dining MD Burglar", value: "Off"
2019-03-28 12:54:15.626 Status: dzVents: Info: Dining motion: ------ Start internal script: Dining Room DZ: Device: "Dining MD Burglar (Usb Controller)", Index: 530
2019-03-28 12:54:15.628 Status: dzVents: Debug: Dining motion: Processing device-adapter for Dining MD Lux: Lux device adapter
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Processing device-adapter for Dining Room Level: Switch device adapter
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Dining MD Lux ==>> Lux: 83
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Dining Room Level ==>> State: On
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Dining MD Burglar ==>> State: Off
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Constructed timed-command: Off
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Constructed timed-command: Off AFTER 300 SECONDS
2019-03-28 12:54:15.630 Status: dzVents: Info: Dining motion: ------ Finished Dining Room DZ
2019-03-28 12:54:15.753 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-28 12:57:24.177 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "On"
2019-03-28 12:57:24.177 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:57:24.178 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:57:24.179 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:57:24.179 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:57:24.179 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:57:24.179 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: On
2019-03-28 12:57:24.179 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:57:54.669 Status: OpenZWave: Received timeout notification from HomeID: 3246928100, NodeID: 27 (0x1b)
2019-03-28 12:58:05.792 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "On"
2019-03-28 12:58:05.792 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-28 12:58:05.794 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-28 12:58:05.794 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-28 12:58:05.794 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 19
2019-03-28 12:58:05.795 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: Off
2019-03-28 12:58:05.795 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: On
2019-03-28 12:58:05.795 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-28 12:58:05.795 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-28 12:58:05.795 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-28 12:58:05.918 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-28 12:58:07.683 (Usb Controller) Usage (Unknown)
2019-03-28 12:58:07.685 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:58:08.567 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:58:08.695 (Usb Controller) Usage (Unknown)
2019-03-28 12:58:08.697 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:58:11.595 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:11.624 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:11.624 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:18.886 (Presence Detection Keith) Checking Circle...
2019-03-28 12:58:19.280 (Usb Controller) Light/Switch (Downstairs Toilet 1)
2019-03-28 12:58:19.406 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:20.079 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-28 12:58:20.147 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:20.147 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:20.173 (Sony TV) Status TV: standby
2019-03-28 12:58:20.860 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-28 12:58:21.599 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:21.628 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:21.628 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:23.064 (Usb Controller) Light/Switch (Alarm Type)
2019-03-28 12:58:23.067 (Usb Controller) Light/Switch (Alarm Level)
2019-03-28 12:58:23.069 (Usb Controller) General/Alarm (Alarm Type: Burglar 7 (0x07))
2019-03-28 12:58:23.090 (Usb Controller) Light/Switch (Kitchen MD Sensor)
2019-03-28 12:58:23.126 (Usb Controller) Light/Switch (Sensor)
2019-03-28 12:58:23.221 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "Off"
2019-03-28 12:58:23.221 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:58:23.222 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:58:23.223 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:58:23.223 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:58:23.223 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:58:23.223 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: Off
2019-03-28 12:58:23.223 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:58:30.107 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-28 12:58:31.601 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:31.646 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:31.650 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:32.655 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-28 12:58:32.678 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-28 12:58:32.680 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-28 12:58:32.694 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-28 12:58:32.716 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-28 12:58:39.056 (Home Weather) Temp + Humidity + Baro (THB)
2019-03-28 12:58:39.058 (Home Weather) Wind (Unknown)
2019-03-28 12:58:39.060 (Home Weather) UV (UV Index)
2019-03-28 12:58:39.061 (Home Weather) Rain (Unknown)
2019-03-28 12:58:39.063 (Home Weather) General/Visibility (Unknown)
2019-03-28 12:58:39.064 (Home Weather) General/Custom Sensor (Ozone Sensor)
2019-03-28 12:58:39.132 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:58:39.137 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:39.994 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:40.166 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:58:40.181 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:41.050 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:41.210 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:58:41.225 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:41.615 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:41.659 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:41.659 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:48.039 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:58:48.163 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-28 12:58:48.169 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:58:49.056 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:58:49.198 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-28 12:58:49.205 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:58:49.413 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:49.434 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:49.434 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:49.453 (Sony TV) Status TV: standby
2019-03-28 12:58:51.622 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:51.660 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:51.660 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:51.716 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:58:51.864 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-28 12:58:51.870 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:58:52.759 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:58:52.901 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-28 12:58:52.908 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:58:56.213 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:58:56.250 (Usb Controller) Usage (Unknown)
2019-03-28 12:58:56.262 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:58:57.055 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:58:57.091 (Usb Controller) Usage (Unknown)
2019-03-28 12:58:57.103 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:00.128 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-28 12:59:01.624 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:01.658 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:01.659 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:02.467 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:02.601 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:02.603 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:03.484 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:03.614 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:03.617 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:06.139 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:06.276 (Usb Controller) Usage (Kitchen 1)
2019-03-28 12:59:06.283 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:07.175 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:07.295 (Usb Controller) Usage (Kitchen 1)
2019-03-28 12:59:07.302 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:09.807 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:59:09.934 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:09.937 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:59:10.820 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:59:10.948 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:10.951 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:59:11.626 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:11.655 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:11.656 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:15.759 OpenZWave: Domoticz has send a Switch command!, Level: 0, NodeID: 54 (0x36)
2019-03-28 12:59:15.773 (Usb Controller) Light/Switch (Dining Room Level)
2019-03-28 12:59:19.424 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:19.431 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:19.432 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:19.444 (Sony TV) Status TV: standby
2019-03-28 12:59:21.628 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:21.648 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:21.648 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:26.394 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:59:26.566 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:59:26.582 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:59:27.444 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:59:27.612 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:59:27.618 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:59:28.926 (Presence Detection Keith) Checking Circle...
2019-03-28 12:59:30.117 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-28 12:59:31.638 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:31.662 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:31.663 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:34.438 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:59:35.473 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:59:35.600 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-28 12:59:35.607 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:59:37.936 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-28 12:59:37.960 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-28 12:59:38.199 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-28 12:59:38.207 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-28 12:59:38.213 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-28 12:59:38.224 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:59:38.278 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-28 12:59:38.285 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:59:39.152 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:59:39.282 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-28 12:59:39.300 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:59:39.302 (Usb Controller) Light/Switch (Alarm Type)
2019-03-28 12:59:39.304 (Usb Controller) Light/Switch (Alarm Level)
2019-03-28 12:59:39.305 (Usb Controller) General/Alarm (Alarm Type: Burglar 7 (0x07))
2019-03-28 12:59:39.321 (Usb Controller) Light/Switch (Kitchen MD Sensor)
2019-03-28 12:59:39.362 (Usb Controller) Light/Switch (Sensor)
2019-03-28 12:59:39.482 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "On"
2019-03-28 12:59:39.482 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:59:39.483 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:59:39.484 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:59:39.484 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:59:39.484 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:59:39.484 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: On
2019-03-28 12:59:39.484 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:59:41.654 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:41.680 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:41.682 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:42.586 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:42.597 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:43.381 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:43.423 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:43.430 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:44.227 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:44.262 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:44.286 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:49.436 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:49.471 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:49.474 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:49.486 (Sony TV) Status TV: standby
2019-03-28 12:59:50.440 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:50.571 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:50.573 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:51.462 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:51.593 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:51.595 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:51.662 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:51.690 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:51.690 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:54.116 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:54.236 (Usb Controller) Usage (Kitchen 1)
2019-03-28 12:59:54.243 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:55.139 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:55.257 (Usb Controller) Usage (Kitchen 1)
2019-03-28 12:59:55.263 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:59.042 (Usb Controller) Light/Switch (Back Gate)
2019-03-28 12:59:59.180 Status: dzVents: Info: Handling events for: "Back Gate", value: "Off"
2019-03-28 12:59:59.180 Status: dzVents: Info: Back Gate Open: ------ Start internal script: Back Gate Lights Kitchen: Device: "Back Gate (Usb Controller)", Index: 4
2019-03-28 12:59:59.181 Status: dzVents: Debug: Back Gate Open: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:59:59.181 Status: dzVents: Debug: Back Gate Open: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:59:59.182 Status: dzVents: Debug: Back Gate Open: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:59:59.182 Status: dzVents: Debug: Back Gate Open: Kitchen Lights ==>> State: Off
2019-03-28 12:59:59.182 Status: dzVents: Debug: Back Gate Open: Back Gate ==>> State: Off
2019-03-28 12:59:59.182 Status: dzVents: Info: Back Gate Open: ------ Finished Back Gate Lights Kitchen
2019-03-28 13:00:00.119 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-28 13:00:00.987 (Usb Controller) Usage (Unknown)
2019-03-28 13:00:00.991 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:00.992 Status: Starting automatic database backup procedure...
2019-03-28 13:00:01.667 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 13:00:01.698 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 13:00:01.699 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 13:00:07.045 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:07.047 (Usb Controller) Usage (Unknown)
2019-03-28 13:00:07.048 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:07.053 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Type)
2019-03-28 13:00:07.056 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Level)
2019-03-28 13:00:07.058 (Usb Controller) General/Alarm (Downstairs Toilet Alarm Type: Burglar 7 (0x07))
2019-03-28 13:00:07.062 (Usb Controller) Light/Switch (Downstairs Toilet Burglar)
2019-03-28 13:00:07.075 (Usb Controller) Light/Switch (Downstairs Toilet MD)
2019-03-28 13:00:07.077 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:07.079 (Usb Controller) Usage (Unknown)
2019-03-28 13:00:07.081 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:07.098 (Usb Controller) Light/Switch (Back Gate)
2019-03-28 13:00:07.044 Status: Ending automatic database backup procedure...
2019-03-28 13:00:07.218 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "Off"
2019-03-28 13:00:07.218 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-28 13:00:07.219 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 19
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: On
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: Off
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: Off
2019-03-28 13:00:07.221 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: Off AFTER 300 SECONDS
2019-03-28 13:00:07.221 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-28 13:00:07.357 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-28 13:00:07.467 Status: dzVents: Info: Handling events for: "Back Gate", value: "On"
2019-03-28 13:00:07.468 Status: dzVents: Info: Back Gate Open: ------ Start internal script: Back Gate Lights Kitchen: Device: "Back Gate (Usb Controller)", Index: 4
2019-03-28 13:00:07.469 Status: dzVents: Debug: Back Gate Open: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 13:00:07.470 Status: dzVents: Debug: Back Gate Open: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 13:00:07.471 Status: dzVents: Debug: Back Gate Open: Kitchen MD Lux ==>> Lux: 870
2019-03-28 13:00:07.471 Status: dzVents: Debug: Back Gate Open: Kitchen Lights ==>> State: Off
2019-03-28 13:00:07.471 Status: dzVents: Debug: Back Gate Open: Back Gate ==>> State: On
2019-03-28 13:00:07.471 Status: dzVents: Info: Back Gate Open: ------ Finished Back Gate Lights Kitchen
2019-03-28 13:00:11.671 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 13:00:11.695 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 13:00:11.695 (Battery Monitor) Calling message handler 'onHeartbeat'.
Cheers
but basically we have a hallway blockly kicks in to turn on lights
then into kitchen DZvents kicks into turn on light.
I have attached logs from this lunchtime where everything worked fine, and will attach logs later when we have issues as I know we will
2019-03-28 12:18:22.411 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:18:22.411 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: On
2019-03-28 12:18:22.412 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:26:30.401 Status: OpenZWave: Received timeout notification from HomeID: 3246928100, NodeID: 52 (0x34)
2019-03-28 12:30:44.728 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "Off"
2019-03-28 12:30:44.729 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:30:44.730 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:30:44.731 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:30:44.731 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 643
2019-03-28 12:30:44.731 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:30:44.731 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: Off
2019-03-28 12:30:44.731 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:34:33.603 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "Off"
2019-03-28 12:34:33.603 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:34:33.605 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:34:33.607 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:34:33.607 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:34:33.607 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:34:33.607 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: Off
2019-03-28 12:34:33.607 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:35:04.832 Status: OpenZWave: Received timeout notification from HomeID: 3246928100, NodeID: 38 (0x26)
2019-03-28 12:52:51.442 Status: dzVents: Info: Handling events for: "Dining MD Burglar", value: "On"
2019-03-28 12:52:51.443 Status: dzVents: Info: Dining motion: ------ Start internal script: Dining Room DZ: Device: "Dining MD Burglar (Usb Controller)", Index: 530
2019-03-28 12:52:51.444 Status: dzVents: Debug: Dining motion: Processing device-adapter for Dining MD Lux: Lux device adapter
2019-03-28 12:52:51.444 Status: dzVents: Debug: Dining motion: Processing device-adapter for Dining Room Level: Switch device adapter
2019-03-28 12:52:51.444 Status: dzVents: Debug: Dining motion: Dining MD Lux ==>> Lux: 83
2019-03-28 12:52:51.444 Status: dzVents: Debug: Dining motion: Dining Room Level ==>> State: Off
2019-03-28 12:52:51.445 Status: dzVents: Debug: Dining motion: Dining MD Burglar ==>> State: On
2019-03-28 12:52:51.445 Status: dzVents: Debug: Dining motion: Constructed timed-command: On
2019-03-28 12:52:51.445 Status: dzVents: Debug: Dining motion: Constructed timed-command: On
2019-03-28 12:52:51.445 Status: dzVents: Info: Dining motion: ------ Finished Dining Room DZ
2019-03-28 12:52:51.621 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-28 12:54:15.626 Status: dzVents: Info: Handling events for: "Dining MD Burglar", value: "Off"
2019-03-28 12:54:15.626 Status: dzVents: Info: Dining motion: ------ Start internal script: Dining Room DZ: Device: "Dining MD Burglar (Usb Controller)", Index: 530
2019-03-28 12:54:15.628 Status: dzVents: Debug: Dining motion: Processing device-adapter for Dining MD Lux: Lux device adapter
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Processing device-adapter for Dining Room Level: Switch device adapter
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Dining MD Lux ==>> Lux: 83
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Dining Room Level ==>> State: On
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Dining MD Burglar ==>> State: Off
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Constructed timed-command: Off
2019-03-28 12:54:15.630 Status: dzVents: Debug: Dining motion: Constructed timed-command: Off AFTER 300 SECONDS
2019-03-28 12:54:15.630 Status: dzVents: Info: Dining motion: ------ Finished Dining Room DZ
2019-03-28 12:54:15.753 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-28 12:57:24.177 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "On"
2019-03-28 12:57:24.177 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:57:24.178 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:57:24.179 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:57:24.179 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:57:24.179 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:57:24.179 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: On
2019-03-28 12:57:24.179 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:57:54.669 Status: OpenZWave: Received timeout notification from HomeID: 3246928100, NodeID: 27 (0x1b)
2019-03-28 12:58:05.792 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "On"
2019-03-28 12:58:05.792 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-28 12:58:05.794 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-28 12:58:05.794 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-28 12:58:05.794 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 19
2019-03-28 12:58:05.795 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: Off
2019-03-28 12:58:05.795 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: On
2019-03-28 12:58:05.795 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-28 12:58:05.795 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-28 12:58:05.795 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-28 12:58:05.918 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-28 12:58:07.683 (Usb Controller) Usage (Unknown)
2019-03-28 12:58:07.685 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:58:08.567 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:58:08.695 (Usb Controller) Usage (Unknown)
2019-03-28 12:58:08.697 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:58:11.595 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:11.624 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:11.624 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:18.886 (Presence Detection Keith) Checking Circle...
2019-03-28 12:58:19.280 (Usb Controller) Light/Switch (Downstairs Toilet 1)
2019-03-28 12:58:19.406 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:20.079 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-28 12:58:20.147 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:20.147 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:20.173 (Sony TV) Status TV: standby
2019-03-28 12:58:20.860 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-28 12:58:21.599 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:21.628 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:21.628 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:23.064 (Usb Controller) Light/Switch (Alarm Type)
2019-03-28 12:58:23.067 (Usb Controller) Light/Switch (Alarm Level)
2019-03-28 12:58:23.069 (Usb Controller) General/Alarm (Alarm Type: Burglar 7 (0x07))
2019-03-28 12:58:23.090 (Usb Controller) Light/Switch (Kitchen MD Sensor)
2019-03-28 12:58:23.126 (Usb Controller) Light/Switch (Sensor)
2019-03-28 12:58:23.221 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "Off"
2019-03-28 12:58:23.221 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:58:23.222 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:58:23.223 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:58:23.223 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:58:23.223 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:58:23.223 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: Off
2019-03-28 12:58:23.223 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:58:30.107 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-28 12:58:31.601 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:31.646 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:31.650 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:32.655 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-28 12:58:32.678 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-28 12:58:32.680 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-28 12:58:32.694 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-28 12:58:32.716 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-28 12:58:39.056 (Home Weather) Temp + Humidity + Baro (THB)
2019-03-28 12:58:39.058 (Home Weather) Wind (Unknown)
2019-03-28 12:58:39.060 (Home Weather) UV (UV Index)
2019-03-28 12:58:39.061 (Home Weather) Rain (Unknown)
2019-03-28 12:58:39.063 (Home Weather) General/Visibility (Unknown)
2019-03-28 12:58:39.064 (Home Weather) General/Custom Sensor (Ozone Sensor)
2019-03-28 12:58:39.132 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:58:39.137 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:39.994 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:40.166 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:58:40.181 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:41.050 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:41.210 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:58:41.225 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:58:41.615 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:41.659 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:41.659 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:48.039 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:58:48.163 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-28 12:58:48.169 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:58:49.056 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:58:49.198 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-28 12:58:49.205 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:58:49.413 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:49.434 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:49.434 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:49.453 (Sony TV) Status TV: standby
2019-03-28 12:58:51.622 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:58:51.660 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:58:51.660 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:58:51.716 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:58:51.864 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-28 12:58:51.870 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:58:52.759 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:58:52.901 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-28 12:58:52.908 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:58:56.213 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:58:56.250 (Usb Controller) Usage (Unknown)
2019-03-28 12:58:56.262 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:58:57.055 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:58:57.091 (Usb Controller) Usage (Unknown)
2019-03-28 12:58:57.103 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:00.128 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-28 12:59:01.624 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:01.658 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:01.659 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:02.467 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:02.601 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:02.603 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:03.484 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:03.614 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:03.617 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:06.139 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:06.276 (Usb Controller) Usage (Kitchen 1)
2019-03-28 12:59:06.283 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:07.175 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:07.295 (Usb Controller) Usage (Kitchen 1)
2019-03-28 12:59:07.302 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:09.807 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:59:09.934 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:09.937 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:59:10.820 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:59:10.948 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:10.951 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 12:59:11.626 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:11.655 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:11.656 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:15.759 OpenZWave: Domoticz has send a Switch command!, Level: 0, NodeID: 54 (0x36)
2019-03-28 12:59:15.773 (Usb Controller) Light/Switch (Dining Room Level)
2019-03-28 12:59:19.424 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:19.431 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:19.432 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:19.444 (Sony TV) Status TV: standby
2019-03-28 12:59:21.628 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:21.648 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:21.648 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:26.394 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:59:26.566 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:59:26.582 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:59:27.444 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:59:27.612 (Usb Controller) Usage (RGBW Controller Unknown)
2019-03-28 12:59:27.618 (Usb Controller) General/kWh (RGBW Controller kWh Meter)
2019-03-28 12:59:28.926 (Presence Detection Keith) Checking Circle...
2019-03-28 12:59:30.117 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-28 12:59:31.638 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:31.662 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:31.663 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:34.438 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:59:35.473 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:59:35.600 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-28 12:59:35.607 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-28 12:59:37.936 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-28 12:59:37.960 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-28 12:59:38.199 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-28 12:59:38.207 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-28 12:59:38.213 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-28 12:59:38.224 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:59:38.278 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-28 12:59:38.285 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:59:39.152 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:59:39.282 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-28 12:59:39.300 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-28 12:59:39.302 (Usb Controller) Light/Switch (Alarm Type)
2019-03-28 12:59:39.304 (Usb Controller) Light/Switch (Alarm Level)
2019-03-28 12:59:39.305 (Usb Controller) General/Alarm (Alarm Type: Burglar 7 (0x07))
2019-03-28 12:59:39.321 (Usb Controller) Light/Switch (Kitchen MD Sensor)
2019-03-28 12:59:39.362 (Usb Controller) Light/Switch (Sensor)
2019-03-28 12:59:39.482 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "On"
2019-03-28 12:59:39.482 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-28 12:59:39.483 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:59:39.484 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:59:39.484 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:59:39.484 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: Off
2019-03-28 12:59:39.484 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: On
2019-03-28 12:59:39.484 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-28 12:59:41.654 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:41.680 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:41.682 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:42.586 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:42.597 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:43.381 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:43.423 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:43.430 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:44.227 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:44.262 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:44.286 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-28 12:59:49.436 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:49.471 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:49.474 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:49.486 (Sony TV) Status TV: standby
2019-03-28 12:59:50.440 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:50.571 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:50.573 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:51.462 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:51.593 (Usb Controller) Usage (Unknown)
2019-03-28 12:59:51.595 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-28 12:59:51.662 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 12:59:51.690 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 12:59:51.690 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 12:59:54.116 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:54.236 (Usb Controller) Usage (Kitchen 1)
2019-03-28 12:59:54.243 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:55.139 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:55.257 (Usb Controller) Usage (Kitchen 1)
2019-03-28 12:59:55.263 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-28 12:59:59.042 (Usb Controller) Light/Switch (Back Gate)
2019-03-28 12:59:59.180 Status: dzVents: Info: Handling events for: "Back Gate", value: "Off"
2019-03-28 12:59:59.180 Status: dzVents: Info: Back Gate Open: ------ Start internal script: Back Gate Lights Kitchen: Device: "Back Gate (Usb Controller)", Index: 4
2019-03-28 12:59:59.181 Status: dzVents: Debug: Back Gate Open: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 12:59:59.181 Status: dzVents: Debug: Back Gate Open: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 12:59:59.182 Status: dzVents: Debug: Back Gate Open: Kitchen MD Lux ==>> Lux: 870
2019-03-28 12:59:59.182 Status: dzVents: Debug: Back Gate Open: Kitchen Lights ==>> State: Off
2019-03-28 12:59:59.182 Status: dzVents: Debug: Back Gate Open: Back Gate ==>> State: Off
2019-03-28 12:59:59.182 Status: dzVents: Info: Back Gate Open: ------ Finished Back Gate Lights Kitchen
2019-03-28 13:00:00.119 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-28 13:00:00.987 (Usb Controller) Usage (Unknown)
2019-03-28 13:00:00.991 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:00.992 Status: Starting automatic database backup procedure...
2019-03-28 13:00:01.667 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 13:00:01.698 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 13:00:01.699 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-28 13:00:07.045 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:07.047 (Usb Controller) Usage (Unknown)
2019-03-28 13:00:07.048 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:07.053 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Type)
2019-03-28 13:00:07.056 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Level)
2019-03-28 13:00:07.058 (Usb Controller) General/Alarm (Downstairs Toilet Alarm Type: Burglar 7 (0x07))
2019-03-28 13:00:07.062 (Usb Controller) Light/Switch (Downstairs Toilet Burglar)
2019-03-28 13:00:07.075 (Usb Controller) Light/Switch (Downstairs Toilet MD)
2019-03-28 13:00:07.077 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:07.079 (Usb Controller) Usage (Unknown)
2019-03-28 13:00:07.081 (Usb Controller) General/kWh (kWh Meter)
2019-03-28 13:00:07.098 (Usb Controller) Light/Switch (Back Gate)
2019-03-28 13:00:07.044 Status: Ending automatic database backup procedure...
2019-03-28 13:00:07.218 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "Off"
2019-03-28 13:00:07.218 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-28 13:00:07.219 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 19
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: On
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: Off
2019-03-28 13:00:07.220 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: Off
2019-03-28 13:00:07.221 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: Off AFTER 300 SECONDS
2019-03-28 13:00:07.221 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-28 13:00:07.357 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-28 13:00:07.467 Status: dzVents: Info: Handling events for: "Back Gate", value: "On"
2019-03-28 13:00:07.468 Status: dzVents: Info: Back Gate Open: ------ Start internal script: Back Gate Lights Kitchen: Device: "Back Gate (Usb Controller)", Index: 4
2019-03-28 13:00:07.469 Status: dzVents: Debug: Back Gate Open: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-28 13:00:07.470 Status: dzVents: Debug: Back Gate Open: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-28 13:00:07.471 Status: dzVents: Debug: Back Gate Open: Kitchen MD Lux ==>> Lux: 870
2019-03-28 13:00:07.471 Status: dzVents: Debug: Back Gate Open: Kitchen Lights ==>> State: Off
2019-03-28 13:00:07.471 Status: dzVents: Debug: Back Gate Open: Back Gate ==>> State: On
2019-03-28 13:00:07.471 Status: dzVents: Info: Back Gate Open: ------ Finished Back Gate Lights Kitchen
2019-03-28 13:00:11.671 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-28 13:00:11.695 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-28 13:00:11.695 (Battery Monitor) Calling message handler 'onHeartbeat'.
Cheers
-
alarm_guy1
- Posts: 132
- Joined: Tuesday 14 January 2014 0:03
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
Hi Waarren,
my log from a lag
2019-03-29 19:39:33.223 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:39:33.223 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:39:33.240 (Sony TV) Status TV: active
2019-03-29 19:39:34.812 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:39:34.823 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:39:38.025 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:39:38.029 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:39:38.029 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:39:42.235 (Usb Controller) Usage (Unknown)
2019-03-29 19:39:42.237 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:39:42.102 Status: OpenZWave: Received timeout notification from HomeID: 3246928100, NodeID: 27 (0x1b)
2019-03-29 19:39:44.767 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:39:44.892 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:39:44.898 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:39:45.411 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-29 19:39:46.111 OpenZWave: Domoticz has send a Switch command! NodeID: 53 (0x35)
2019-03-29 19:39:46.118 (Usb Controller) Light/Switch (Downstairs Toilet 1)
2019-03-29 19:39:48.031 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:39:48.063 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:39:48.066 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:39:48.434 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:39:48.563 (Usb Controller) Usage (Unknown)
2019-03-29 19:39:48.565 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:39:49.446 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:39:49.576 (Usb Controller) Usage (Unknown)
2019-03-29 19:39:49.577 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:39:49.626 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-29 19:39:49.646 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-29 19:39:49.648 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-29 19:39:49.660 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-29 19:39:49.688 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-29 19:39:57.553 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-29 19:39:58.039 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:39:58.045 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:39:58.045 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:39:58.334 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-29 19:40:03.195 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:03.216 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:03.216 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:03.229 (Sony TV) Status TV: active
2019-03-29 19:40:08.041 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:08.069 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:08.069 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:11.587 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:40:11.719 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:40:11.730 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:40:12.605 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:40:12.741 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:40:12.746 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:40:12.998 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-29 19:40:13.012 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-29 19:40:13.013 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:13.020 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-29 19:40:13.055 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-29 19:40:13.082 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Type)
2019-03-29 19:40:13.084 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Level)
2019-03-29 19:40:13.085 (Usb Controller) General/Alarm (Downstairs Toilet Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:13.087 (Usb Controller) Light/Switch (Downstairs Toilet Burglar)
2019-03-29 19:40:13.115 (Usb Controller) Light/Switch (Downstairs Toilet MD)
2019-03-29 19:40:13.136 (Usb Controller) Temp (Downstairs Toilet Temperature)
2019-03-29 19:40:13.280 EventSystem: Event triggered: Hall Lamps_1
2019-03-29 19:40:13.544 OpenZWave: Domoticz has send a Switch command! NodeID: 53 (0x35)
2019-03-29 19:40:13.555 (Usb Controller) Light/Switch (Downstairs Toilet 1)
2019-03-29 19:40:13.380 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "On"
2019-03-29 19:40:13.381 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-29 19:40:13.382 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-29 19:40:13.382 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-29 19:40:13.382 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 4
2019-03-29 19:40:13.383 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: Off
2019-03-29 19:40:13.383 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: On
2019-03-29 19:40:13.383 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-29 19:40:13.383 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-29 19:40:13.383 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-29 19:40:13.527 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-29 19:40:15.360 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:40:15.418 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-29 19:40:16.378 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:40:16.503 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:40:16.508 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:40:18.050 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:18.103 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:18.103 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:19.837 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:19.848 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:20.631 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:20.671 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:20.677 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:21.473 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:21.509 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:21.532 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:27.650 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:40:27.780 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:27.782 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:40:28.061 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:28.078 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:28.081 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:28.672 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:40:28.802 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:28.804 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:40:31.325 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:40:31.454 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:40:31.467 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:40:32.354 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:40:32.485 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:40:32.491 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:40:33.212 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:33.246 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:33.249 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:33.262 (Sony TV) Status TV: active
2019-03-29 19:40:36.388 (Usb Controller) Light/Switch (Alarm Type)
2019-03-29 19:40:36.392 (Usb Controller) Light/Switch (Alarm Level)
2019-03-29 19:40:36.394 (Usb Controller) General/Alarm (Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:36.406 (Usb Controller) Light/Switch (Kitchen MD Sensor)
2019-03-29 19:40:36.449 (Usb Controller) Light/Switch (Sensor)
2019-03-29 19:40:36.540 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "Off"
2019-03-29 19:40:36.540 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-29 19:40:36.542 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 0
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: On
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: Off
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Constructed timed-command: Off
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Constructed timed-command: Off AFTER 300 SECONDS
2019-03-29 19:40:36.544 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-29 19:40:36.642 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-29 19:40:38.002 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:38.005 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:40:38.069 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:38.119 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:38.121 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:38.886 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:40:39.015 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:39.017 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:40:40.028 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:40.030 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:40:43.092 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-29 19:40:43.111 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-29 19:40:43.114 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:43.125 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-29 19:40:43.153 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-29 19:40:45.421 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-29 19:40:48.071 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:48.097 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:48.099 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:50.202 (Usb Controller) Light/Switch (Downstairs Toilet 1)
2019-03-29 19:40:51.001 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-29 19:40:53.355 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Type)
2019-03-29 19:40:53.362 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Level)
2019-03-29 19:40:53.364 (Usb Controller) General/Alarm (Downstairs Toilet Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:53.367 (Usb Controller) Light/Switch (Downstairs Toilet Burglar)
2019-03-29 19:40:53.385 (Usb Controller) Light/Switch (Downstairs Toilet MD)
2019-03-29 19:40:53.544 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "Off"
2019-03-29 19:40:53.544 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-29 19:40:53.545 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 4
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: On
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: Off
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: Off
2019-03-29 19:40:53.547 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: Off AFTER 300 SECONDS
2019-03-29 19:40:53.547 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-29 19:40:53.645 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-29 19:40:58.073 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:58.120 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:58.120 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:03.217 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:03.252 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:03.253 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:03.265 (Sony TV) Status TV: active
2019-03-29 19:41:08.075 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:08.105 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:08.105 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:15.424 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-29 19:41:17.779 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:17.911 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:41:17.922 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:18.080 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:18.121 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:18.121 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:18.799 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:18.931 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:41:18.943 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:20.037 OpenZWave: Domoticz has send a Switch command! NodeID: 8 (0x08)
2019-03-29 19:41:20.049 (Usb Controller) Light/Switch (Hallway Lamps)
2019-03-29 19:41:21.449 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:41:21.587 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:41:21.600 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:41:22.480 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:41:22.619 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:41:22.625 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:41:24.710 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:41:24.732 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:25.939 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:41:25.971 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:25.981 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:41:26.770 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:41:26.798 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:26.809 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:41:28.083 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:28.128 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:28.128 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:31.343 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Type)
2019-03-29 19:41:31.347 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Level)
2019-03-29 19:41:31.349 (Usb Controller) General/Alarm (Downstairs Toilet Alarm Type: Burglar 7 (0x07))
2019-03-29 19:41:31.352 (Usb Controller) Light/Switch (Downstairs Toilet Burglar)
2019-03-29 19:41:31.373 (Usb Controller) Light/Switch (Downstairs Toilet MD)
2019-03-29 19:41:31.504 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "On"
2019-03-29 19:41:31.504 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-29 19:41:31.505 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 4
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: On
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: On
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-29 19:41:31.506 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-29 19:41:32.149 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:41:32.281 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:32.283 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:41:33.167 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:41:33.227 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:33.245 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:33.245 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:33.259 (Sony TV) Status TV: active
2019-03-29 19:41:33.298 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:33.300 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:41:35.829 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:41:35.951 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:41:35.964 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:41:36.856 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:41:36.975 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:41:36.981 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:41:38.087 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:38.110 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:38.110 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:39.495 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:41:39.624 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:39.626 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:41:40.507 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:41:40.636 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:40.639 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:41:45.428 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-29 19:41:48.094 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:48.129 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:48.130 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:58.096 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:58.146 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:58.146 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:42:02.619 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:02.748 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:42:02.761 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:03.238 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:42:03.244 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-29 19:42:03.253 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-29 19:42:03.254 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-29 19:42:03.260 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-29 19:42:03.264 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:42:03.264 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:42:03.275 (Sony TV) Status TV: active
2019-03-29 19:42:03.308 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-29 19:42:03.642 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:03.695 EventSystem: Event triggered: Hall Lamps_1
2019-03-29 19:42:03.715 OpenZWave: Domoticz has send a Switch command! NodeID: 8 (0x08)
2019-03-29 19:42:03.721 (Usb Controller) Light/Switch (Hallway Lamps)
2019-03-29 19:42:03.776 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:42:03.782 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:03.973 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:03.980 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:06.503 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:42:06.647 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:42:06.654 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:42:07.540 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:42:07.675 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:42:07.688 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:42:08.103 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:42:08.103 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:42:08.103 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:42:08.713 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:42:08.736 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:10.983 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:10.995 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:11.786 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:11.814 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:11.826 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:12.621 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:12.648 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:12.660 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:15.433 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-29 19:42:18.108 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:42:18.144 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:42:18.146 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:42:18.800 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:42:18.933 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:18.935 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:42:19.822 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:42:19.952 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:19.954 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:42:22.480 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:42:23.502 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:42:23.625 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:42:23.632 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
Unfortunately Hans i think going to blockly to do my lighting will be difficult
my log from a lag
2019-03-29 19:39:33.223 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:39:33.223 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:39:33.240 (Sony TV) Status TV: active
2019-03-29 19:39:34.812 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:39:34.823 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:39:38.025 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:39:38.029 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:39:38.029 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:39:42.235 (Usb Controller) Usage (Unknown)
2019-03-29 19:39:42.237 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:39:42.102 Status: OpenZWave: Received timeout notification from HomeID: 3246928100, NodeID: 27 (0x1b)
2019-03-29 19:39:44.767 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:39:44.892 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:39:44.898 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:39:45.411 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-29 19:39:46.111 OpenZWave: Domoticz has send a Switch command! NodeID: 53 (0x35)
2019-03-29 19:39:46.118 (Usb Controller) Light/Switch (Downstairs Toilet 1)
2019-03-29 19:39:48.031 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:39:48.063 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:39:48.066 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:39:48.434 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:39:48.563 (Usb Controller) Usage (Unknown)
2019-03-29 19:39:48.565 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:39:49.446 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:39:49.576 (Usb Controller) Usage (Unknown)
2019-03-29 19:39:49.577 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:39:49.626 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-29 19:39:49.646 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-29 19:39:49.648 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-29 19:39:49.660 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-29 19:39:49.688 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-29 19:39:57.553 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-29 19:39:58.039 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:39:58.045 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:39:58.045 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:39:58.334 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-29 19:40:03.195 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:03.216 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:03.216 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:03.229 (Sony TV) Status TV: active
2019-03-29 19:40:08.041 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:08.069 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:08.069 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:11.587 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:40:11.719 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:40:11.730 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:40:12.605 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:40:12.741 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:40:12.746 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:40:12.998 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-29 19:40:13.012 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-29 19:40:13.013 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:13.020 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-29 19:40:13.055 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-29 19:40:13.082 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Type)
2019-03-29 19:40:13.084 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Level)
2019-03-29 19:40:13.085 (Usb Controller) General/Alarm (Downstairs Toilet Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:13.087 (Usb Controller) Light/Switch (Downstairs Toilet Burglar)
2019-03-29 19:40:13.115 (Usb Controller) Light/Switch (Downstairs Toilet MD)
2019-03-29 19:40:13.136 (Usb Controller) Temp (Downstairs Toilet Temperature)
2019-03-29 19:40:13.280 EventSystem: Event triggered: Hall Lamps_1
2019-03-29 19:40:13.544 OpenZWave: Domoticz has send a Switch command! NodeID: 53 (0x35)
2019-03-29 19:40:13.555 (Usb Controller) Light/Switch (Downstairs Toilet 1)
2019-03-29 19:40:13.380 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "On"
2019-03-29 19:40:13.381 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-29 19:40:13.382 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-29 19:40:13.382 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-29 19:40:13.382 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 4
2019-03-29 19:40:13.383 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: Off
2019-03-29 19:40:13.383 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: On
2019-03-29 19:40:13.383 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-29 19:40:13.383 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-29 19:40:13.383 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-29 19:40:13.527 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-29 19:40:15.360 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:40:15.418 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-29 19:40:16.378 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:40:16.503 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:40:16.508 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:40:18.050 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:18.103 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:18.103 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:19.837 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:19.848 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:20.631 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:20.671 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:20.677 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:21.473 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:21.509 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:21.532 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:40:27.650 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:40:27.780 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:27.782 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:40:28.061 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:28.078 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:28.081 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:28.672 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:40:28.802 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:28.804 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:40:31.325 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:40:31.454 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:40:31.467 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:40:32.354 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:40:32.485 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:40:32.491 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:40:33.212 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:33.246 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:33.249 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:33.262 (Sony TV) Status TV: active
2019-03-29 19:40:36.388 (Usb Controller) Light/Switch (Alarm Type)
2019-03-29 19:40:36.392 (Usb Controller) Light/Switch (Alarm Level)
2019-03-29 19:40:36.394 (Usb Controller) General/Alarm (Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:36.406 (Usb Controller) Light/Switch (Kitchen MD Sensor)
2019-03-29 19:40:36.449 (Usb Controller) Light/Switch (Sensor)
2019-03-29 19:40:36.540 Status: dzVents: Info: Handling events for: "Kitchen MD Sensor", value: "Off"
2019-03-29 19:40:36.540 Status: dzVents: Info: Kitchen motion: ------ Start internal script: Kitchen Lights DZ: Device: "Kitchen MD Sensor (Usb Controller)", Index: 511
2019-03-29 19:40:36.542 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen MD Lux: Lux device adapter
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Processing device-adapter for Kitchen Lights: Switch device adapter
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Kitchen MD Lux ==>> Lux: 0
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Kitchen Lights ==>> State: On
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Kitchen MD Sensor ==>> State: Off
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Constructed timed-command: Off
2019-03-29 19:40:36.544 Status: dzVents: Debug: Kitchen motion: Constructed timed-command: Off AFTER 300 SECONDS
2019-03-29 19:40:36.544 Status: dzVents: Info: Kitchen motion: ------ Finished Kitchen Lights DZ
2019-03-29 19:40:36.642 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-29 19:40:38.002 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:38.005 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:40:38.069 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:38.119 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:38.121 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:38.886 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:40:39.015 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:39.017 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:40:40.028 (Usb Controller) Usage (Unknown)
2019-03-29 19:40:40.030 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:40:43.092 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-29 19:40:43.111 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-29 19:40:43.114 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:43.125 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-29 19:40:43.153 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-29 19:40:45.421 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-29 19:40:48.071 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:48.097 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:48.099 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:40:50.202 (Usb Controller) Light/Switch (Downstairs Toilet 1)
2019-03-29 19:40:51.001 (Usb Controller) Light/Switch (Downstairs Toilet 2)
2019-03-29 19:40:53.355 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Type)
2019-03-29 19:40:53.362 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Level)
2019-03-29 19:40:53.364 (Usb Controller) General/Alarm (Downstairs Toilet Alarm Type: Burglar 7 (0x07))
2019-03-29 19:40:53.367 (Usb Controller) Light/Switch (Downstairs Toilet Burglar)
2019-03-29 19:40:53.385 (Usb Controller) Light/Switch (Downstairs Toilet MD)
2019-03-29 19:40:53.544 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "Off"
2019-03-29 19:40:53.544 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-29 19:40:53.545 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 4
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: On
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: Off
2019-03-29 19:40:53.546 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: Off
2019-03-29 19:40:53.547 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: Off AFTER 300 SECONDS
2019-03-29 19:40:53.547 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-29 19:40:53.645 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-03-29 19:40:58.073 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:40:58.120 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:40:58.120 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:03.217 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:03.252 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:03.253 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:03.265 (Sony TV) Status TV: active
2019-03-29 19:41:08.075 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:08.105 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:08.105 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:15.424 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-29 19:41:17.779 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:17.911 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:41:17.922 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:18.080 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:18.121 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:18.121 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:18.799 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:18.931 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:41:18.943 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:20.037 OpenZWave: Domoticz has send a Switch command! NodeID: 8 (0x08)
2019-03-29 19:41:20.049 (Usb Controller) Light/Switch (Hallway Lamps)
2019-03-29 19:41:21.449 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:41:21.587 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:41:21.600 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:41:22.480 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:41:22.619 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:41:22.625 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:41:24.710 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:41:24.732 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:41:25.939 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:41:25.971 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:25.981 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:41:26.770 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:41:26.798 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:26.809 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:41:28.083 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:28.128 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:28.128 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:31.343 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Type)
2019-03-29 19:41:31.347 (Usb Controller) Light/Switch (Downstairs Toilet Alarm Level)
2019-03-29 19:41:31.349 (Usb Controller) General/Alarm (Downstairs Toilet Alarm Type: Burglar 7 (0x07))
2019-03-29 19:41:31.352 (Usb Controller) Light/Switch (Downstairs Toilet Burglar)
2019-03-29 19:41:31.373 (Usb Controller) Light/Switch (Downstairs Toilet MD)
2019-03-29 19:41:31.504 Status: dzVents: Info: Handling events for: "Downstairs Toilet MD", value: "On"
2019-03-29 19:41:31.504 Status: dzVents: Info: Downstairs Toilet motion: ------ Start internal script: Toilet DZ: Device: "Downstairs Toilet MD (Usb Controller)", Index: 521
2019-03-29 19:41:31.505 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Rear Hallway MD Lux: Lux device adapter
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Processing device-adapter for Downstairs Toilet 1: Switch device adapter
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Rear Hallway MD Lux ==>> Lux: 4
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet 1 ==>> State: On
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Downstairs Toilet MD ==>> State: On
2019-03-29 19:41:31.506 Status: dzVents: Debug: Downstairs Toilet motion: Constructed timed-command: On
2019-03-29 19:41:31.506 Status: dzVents: Info: Downstairs Toilet motion: ------ Finished Toilet DZ
2019-03-29 19:41:32.149 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:41:32.281 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:32.283 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:41:33.167 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:41:33.227 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:33.245 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:33.245 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:33.259 (Sony TV) Status TV: active
2019-03-29 19:41:33.298 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:33.300 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:41:35.829 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:41:35.951 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:41:35.964 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:41:36.856 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:41:36.975 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:41:36.981 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:41:38.087 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:38.110 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:38.110 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:39.495 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:41:39.624 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:39.626 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:41:40.507 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:41:40.636 (Usb Controller) Usage (Unknown)
2019-03-29 19:41:40.639 (Usb Controller) General/kWh (kWh Meter)
2019-03-29 19:41:45.428 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire Original)
2019-03-29 19:41:48.094 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:48.129 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:48.130 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:41:58.096 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:41:58.146 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:41:58.146 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:42:02.619 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:02.748 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:42:02.761 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:03.238 (Sony TV) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:42:03.244 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Type)
2019-03-29 19:42:03.253 (Usb Controller) Light/Switch (Rear Hallway MD Alarm Level)
2019-03-29 19:42:03.254 (Usb Controller) General/Alarm (Rear Hallway MD Alarm Type: Burglar 7 (0x07))
2019-03-29 19:42:03.260 (Usb Controller) Light/Switch (Rear Hallway MD Burglar)
2019-03-29 19:42:03.264 (Sony TV) Processing 'onHeartbeatCallback' message
2019-03-29 19:42:03.264 (Sony TV) Calling message handler 'onHeartbeat'.
2019-03-29 19:42:03.275 (Sony TV) Status TV: active
2019-03-29 19:42:03.308 (Usb Controller) Light/Switch (Rear Hallway MD Sensor)
2019-03-29 19:42:03.642 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:03.695 EventSystem: Event triggered: Hall Lamps_1
2019-03-29 19:42:03.715 OpenZWave: Domoticz has send a Switch command! NodeID: 8 (0x08)
2019-03-29 19:42:03.721 (Usb Controller) Light/Switch (Hallway Lamps)
2019-03-29 19:42:03.776 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:42:03.782 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:03.973 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:03.980 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:06.503 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:42:06.647 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:42:06.654 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:42:07.540 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:42:07.675 (Usb Controller) Usage (Hall Lamps SW2 kWh Meter)
2019-03-29 19:42:07.688 (Usb Controller) General/kWh (Hallway Lamps kWh Meter 2)
2019-03-29 19:42:08.103 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:42:08.103 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:42:08.103 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:42:08.713 (Usb Controller) Usage (Hall Lamps SW1 kWh Meter)
2019-03-29 19:42:08.736 (Usb Controller) General/kWh (Hallway Lamps kWh Meter1)
2019-03-29 19:42:10.983 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:10.995 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:11.786 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:11.814 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:11.826 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:12.621 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:12.648 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:12.660 (Usb Controller) General/kWh (Death Star kWh Meter)
2019-03-29 19:42:15.433 (Hall Temp Sensor 1Wire Original) Temp (Hall Temp Sensor 1Wire New)
2019-03-29 19:42:18.108 (Battery Monitor) Pushing 'onHeartbeatCallback' on to queue
2019-03-29 19:42:18.144 (Battery Monitor) Processing 'onHeartbeatCallback' message
2019-03-29 19:42:18.146 (Battery Monitor) Calling message handler 'onHeartbeat'.
2019-03-29 19:42:18.800 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:42:18.933 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:18.935 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:42:19.822 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:42:19.952 (Usb Controller) Usage (Unknown)
2019-03-29 19:42:19.954 (Usb Controller) General/kWh (Kitchen Lights kWh Meter SW1)
2019-03-29 19:42:22.480 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:42:23.502 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
2019-03-29 19:42:23.625 (Usb Controller) Usage (Kitchen 1)
2019-03-29 19:42:23.632 (Usb Controller) General/kWh (Kitchen Light kWh Meter SW2)
Unfortunately Hans i think going to blockly to do my lighting will be difficult
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
Sorry but I don't see it.
Verstuurd vanaf mijn ONEPLUS A6003 met Tapatalk
Verstuurd vanaf mijn ONEPLUS A6003 met Tapatalk
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
-
alarm_guy1
- Posts: 132
- Joined: Tuesday 14 January 2014 0:03
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Laggy Reactions to DZ Vents and Blockly
Sorry what I meant was, I walked into the kitchen and there was a delay, so I posted the log, and to be honest there is nothing dignificant in it
Who is online
Users browsing this forum: Amazon [Bot] and 1 guest