Here some more logging, the logging before i only filtered at ikea plugin.
The scene is activated and dzvents will run, i use dzvents because i need to change the color as well.
Code: Select all
return {
on = {
scenes = { 'Woonkamer Aan' }
},
logging = {
level = domoticz.LOG_INFO,
marker = 'template',
},
execute = function(domoticz, scene)
if (domoticz.scenes("Woonkamer Aan").state == 'On') then
domoticz.devices('Lamp Achter Links - Color').dimTo(20)
domoticz.devices('Lamp Achter Rechts - Color').dimTo(20)
domoticz.devices('Lamp Voor Links - Color').dimTo(20)
domoticz.devices('Lamp Voor Rechts - Color').dimTo(20)
domoticz.devices('Lamp Roze - Color').dimTo(20)
domoticz.devices('Lamp Bank - Color').dimTo(20)
domoticz.devices('Lamp Eetkamertafel - Color').dimTo(20)
domoticz.devices('Lamp Achter Links').dimTo(100)
domoticz.devices('Lamp Achter Rechts').dimTo(100)
domoticz.devices('Lamp Voor Links').dimTo(75)
domoticz.devices('Lamp Voor Rechts').dimTo(75)
domoticz.devices('Lamp Roze').dimTo(75)
domoticz.devices('Lamp Bank').dimTo(95)
domoticz.devices('Lamp Eetkamertafel').dimTo(40)
domoticz.log('Woonkamer AAN')
end
end
}
Code: Select all
Domoticz2022.2 (build 14905)
Dashboard
Switches
Scenes
Temperature
Weather
Utility
Setup
All
Status
Error
Debug
Filter:
X
2023-01-06 14:00:55.438 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:00:55.438 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:00:55.438 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:00:55.438 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.438 Ikea: onCommand called for Unit 30: Parameter 'Set Level', Level: 20
2023-01-06 14:00:55.438 Ikea: Command Level: 20
2023-01-06 14:00:55.438 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.439 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.440 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.440 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.440 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.440 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.440 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.440 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.440 Ikea: Pushing 'onCommandCallback' on to queue
2023-01-06 14:00:55.447 Activating Scene/Group Device: Xiaomi RGB (On)
2023-01-06 14:00:55.548 Xiaomi Woonkamer: Color Switch (Xiaomi RGB)
2023-01-06 14:00:55.560 Xiaomi Woonkamer: Lux (Xiaomi Gateway Lux)
2023-01-06 14:00:55.602 Xiaomi Woonkamer: Color Switch (Xiaomi RGB)
2023-01-06 14:00:55.659 Activating Scene/Group Device: Led Vakkenkast (On)
2023-01-06 14:00:55.692 DUMMY: Color Switch (Led Vakkenkast)
2023-01-06 14:00:55.776 P1 smartmeter: P1 Smart Meter (Stroom)
2023-01-06 14:00:55.786 P1 smartmeter: Usage (Usage L1)
2023-01-06 14:00:55.800 P1 smartmeter: Usage (StroomTerug)
2023-01-06 14:00:55.357 Status: User: Vomera (IP: 192.168.0.104) initiated a scene/group command
2023-01-06 14:00:55.415 Status: dzVents: Info: template: ------ Start internal script: 5a Scene Woonkamer aan: Scene: "Woonkamer Aan", Index: 3
2023-01-06 14:00:55.421 Status: dzVents: Info: template: Woonkamer AAN
2023-01-06 14:00:55.421 Status: dzVents: Info: template: ------ Finished 5a Scene Woonkamer aan
2023-01-06 14:00:55.426 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:00:55.845 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:00:55.447 Debug: Xiaomi Woonkamer: message: '{"cmd":"write","model":"gateway","sid":"7811dcb7d9c5","short_id":0,"data":"{\"rgb\":1694494798,\"key\":\"@gatewaykey\"}" }'
2023-01-06 14:00:55.891 Debug: MQTT1: Topic: domoticz/in, Message: {"idx":13986,"nvalue":1,"svalue":"100","Battery":100,"RSSI":10}
2023-01-06 14:00:56.074 Xiaomi Woonkamer: Lux (Xiaomi Gateway Lux)
2023-01-06 14:00:56.340 Motherboard: General/Percentage (CPU Usage)
2023-01-06 14:00:56.358 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:00:57.447 Led Gang Boven: Heartbeating...
2023-01-06 14:00:57.448 Led Gang Boven: MqttClient::Ping
2023-01-06 14:00:57.457 Ikea: Ikea Level: 254
2023-01-06 14:00:57.457 Ikea: Finnished command
2023-01-06 14:00:57.457 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:00:57.457 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:00:57.457 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:00:57.457 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:00:57.457 Ikea: onCommand called for Unit 26: Parameter 'Set Level', Level: 20
2023-01-06 14:00:57.457 Ikea: Command Level: 20
2023-01-06 14:00:59.467 Led Keuken: Heartbeating...
2023-01-06 14:00:59.467 Led Keuken: MqttClient::Ping
2023-01-06 14:00:59.470 Ikea: Ikea Level: 254
2023-01-06 14:00:59.470 Ikea: Finnished command
2023-01-06 14:00:59.470 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:00:59.470 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:00:59.470 Led Douche: Heartbeating...
2023-01-06 14:00:59.470 Led Douche: MqttClient::Ping
2023-01-06 14:00:59.471 Led Keukenkast: Heartbeating...
2023-01-06 14:00:59.471 Led Keukenkast: MqttClient::Ping
2023-01-06 14:00:59.470 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:00:59.472 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:00:59.472 Ikea: onCommand called for Unit 28: Parameter 'Set Level', Level: 20
2023-01-06 14:00:59.472 Ikea: Command Level: 20
2023-01-06 14:00:59.482 Ikea: Ikea Level: 191
2023-01-06 14:00:59.482 Ikea: Finnished command
2023-01-06 14:00:59.482 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:00:59.482 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:00:59.482 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:00:59.482 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:00:59.482 Ikea: onCommand called for Unit 38: Parameter 'Set Level', Level: 20
2023-01-06 14:00:59.482 Ikea: Command Level: 20
2023-01-06 14:00:59.745 Debug: MQTT1: Topic: domoticz/in, Message: {"idx":7344,"nvalue":0,"svalue":"0;388000.0","Battery":88,"RSSI":10}
2023-01-06 14:01:00.432 Status: LUA: 1140.0
2023-01-06 14:01:00.432 Status: LUA: Rain in timerange: 0 linetime:14:25 Line:000|14:25
2023-01-06 14:01:00.432 Status: LUA: 1440.0
2023-01-06 14:01:00.432 Status: LUA: Rain in timerange: 0 linetime:14:30 Line:000|14:30
2023-01-06 14:01:00.432 Status: LUA: 1740.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:14:35 Line:000|14:35
2023-01-06 14:01:00.433 Status: LUA: 2040.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:14:40 Line:000|14:40
2023-01-06 14:01:00.433 Status: LUA: 2340.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:14:45 Line:000|14:45
2023-01-06 14:01:00.433 Status: LUA: 2640.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:14:50 Line:000|14:50
2023-01-06 14:01:00.433 Status: LUA: 2940.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:14:55 Line:000|14:55
2023-01-06 14:01:00.433 Status: LUA: 3240.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:15:00 Line:000|15:00
2023-01-06 14:01:00.433 Status: LUA: 3540.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:15:05 Line:000|15:05
2023-01-06 14:01:00.433 Status: LUA: 3840.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:15:10 Line:000|15:10
2023-01-06 14:01:00.433 Status: LUA: 4140.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:15:15 Line:000|15:15
2023-01-06 14:01:00.433 Status: LUA: 4440.0
2023-01-06 14:01:00.433 Status: LUA: Rain in timerange: 0 linetime:15:20 Line:000|15:20
2023-01-06 14:01:00.433 Status: LUA: 4740.0
2023-01-06 14:01:00.434 Status: LUA: Rain in timerange: 0 linetime:15:25 Line:000|15:25
2023-01-06 14:01:00.434 Status: LUA: 5040.0
2023-01-06 14:01:00.434 Status: LUA: Rain in timerange: 0 linetime:15:30 Line:000|15:30
2023-01-06 14:01:00.434 Status: LUA: 5340.0
2023-01-06 14:01:00.434 Status: LUA: Rain in timerange: 0 linetime:15:35 Line:000|15:35
2023-01-06 14:01:00.434 Status: LUA: 5640.0
2023-01-06 14:01:00.434 Status: LUA: Rain in timerange: 0 linetime:15:40 Line:000|15:40
2023-01-06 14:01:00.434 Status: LUA: 5940.0
2023-01-06 14:01:00.434 Status: LUA: Rain in timerange: 0 linetime:15:45 Line:000|15:45
2023-01-06 14:01:00.434 Status: LUA: 6240.0
2023-01-06 14:01:00.434 Status: LUA: Rain in timerange: 0 linetime:15:50 Line:000|15:50
2023-01-06 14:01:00.434 Status: LUA: 6540.0
2023-01-06 14:01:00.434 Status: LUA: Rain in timerange: 0 linetime:15:55 Line:000|15:55
2023-01-06 14:01:00.434 Status: LUA: 6840.0
2023-01-06 14:01:00.434 Status: LUA: Rain in timerange: 0 linetime:16:00 Line:000|16:00
2023-01-06 14:01:00.434 Status: LUA: 7140.0
2023-01-06 14:01:00.434 Status: LUA: Regen verwacht: 0.0 mm binnen 15 minuten.
2023-01-06 14:01:00.434 Status: LUA: http://192.168.0.5/scripts/radar.txt
2023-01-06 14:01:00.459 Status: LUA: Rain in timerange: 0 linetime:14:05 Line:000|14:05
2023-01-06 14:01:00.459 Status: LUA: 240.0
2023-01-06 14:01:00.459 Status: LUA: Line in time range found
2023-01-06 14:01:00.459 Status: LUA: Rain in timerange: 0
2023-01-06 14:01:00.459 Status: LUA: Total rain now: 0
2023-01-06 14:01:00.459 Status: LUA: Rain in timerange: 0 linetime:14:10 Line:000|14:10
2023-01-06 14:01:00.459 Status: LUA: 540.0
2023-01-06 14:01:00.459 Status: LUA: Rain in timerange: 0 linetime:14:15 Line:000|14:15
2023-01-06 14:01:00.459 Status: LUA: 840.0
2023-01-06 14:01:00.459 Status: LUA: Rain in timerange: 0 linetime:14:20 Line:000|14:20
2023-01-06 14:01:00.459 Status: LUA: 1140.0
2023-01-06 14:01:00.459 Status: LUA: Rain in timerange: 0 linetime:14:25 Line:000|14:25
2023-01-06 14:01:00.459 Status: LUA: 1440.0
2023-01-06 14:01:00.459 Status: LUA: Rain in timerange: 0 linetime:14:30 Line:000|14:30
2023-01-06 14:01:00.459 Status: LUA: 1740.0
2023-01-06 14:01:00.460 Status: LUA: Rain in timerange: 0 linetime:14:35 Line:000|14:35
2023-01-06 14:01:00.460 Status: LUA: 2040.0
2023-01-06 14:01:00.460 Status: LUA: Rain in timerange: 0 linetime:14:40 Line:000|14:40
2023-01-06 14:01:00.460 Status: LUA: 2340.0
2023-01-06 14:01:00.460 Status: LUA: Rain in timerange: 0 linetime:14:45 Line:000|14:45
2023-01-06 14:01:00.460 Status: LUA: 2640.0
2023-01-06 14:01:00.460 Status: LUA: Rain in timerange: 0 linetime:14:50 Line:000|14:50
2023-01-06 14:01:00.460 Status: LUA: 2940.0
2023-01-06 14:01:00.460 Status: LUA: Rain in timerange: 0 linetime:14:55 Line:000|14:55
2023-01-06 14:01:00.460 Status: LUA: 3240.0
2023-01-06 14:01:00.460 Status: LUA: Rain in timerange: 0 linetime:15:00 Line:000|15:00
2023-01-06 14:01:00.460 Status: LUA: 3540.0
2023-01-06 14:01:00.460 Status: LUA: Rain in timerange: 0 linetime:15:05 Line:000|15:05
2023-01-06 14:01:00.460 Status: LUA: 3840.0
2023-01-06 14:01:00.460 Status: LUA: Rain in timerange: 0 linetime:15:10 Line:000|15:10
2023-01-06 14:01:00.460 Status: LUA: 4140.0
2023-01-06 14:01:00.460 Status: LUA: Rain in timerange: 0 linetime:15:15 Line:000|15:15
2023-01-06 14:01:00.460 Status: LUA: 4440.0
2023-01-06 14:01:00.461 Status: LUA: Rain in timerange: 0 linetime:15:20 Line:000|15:20
2023-01-06 14:01:00.461 Status: LUA: 4740.0
2023-01-06 14:01:00.461 Status: LUA: Rain in timerange: 0 linetime:15:25 Line:000|15:25
2023-01-06 14:01:00.461 Status: LUA: 5040.0
2023-01-06 14:01:00.461 Status: LUA: Rain in timerange: 0 linetime:15:30 Line:000|15:30
2023-01-06 14:01:00.461 Status: LUA: 5340.0
2023-01-06 14:01:00.461 Status: LUA: Rain in timerange: 0 linetime:15:35 Line:000|15:35
2023-01-06 14:01:00.461 Status: LUA: 5640.0
2023-01-06 14:01:00.461 Status: LUA: Rain in timerange: 0 linetime:15:40 Line:000|15:40
2023-01-06 14:01:00.461 Status: LUA: 5940.0
2023-01-06 14:01:00.461 Status: LUA: Rain in timerange: 0 linetime:15:45 Line:000|15:45
2023-01-06 14:01:00.461 Status: LUA: 6240.0
2023-01-06 14:01:00.461 Status: LUA: Rain in timerange: 0 linetime:15:50 Line:000|15:50
2023-01-06 14:01:00.461 Status: LUA: 6540.0
2023-01-06 14:01:00.461 Status: LUA: Rain in timerange: 0 linetime:15:55 Line:000|15:55
2023-01-06 14:01:00.461 Status: LUA: 6840.0
2023-01-06 14:01:00.461 Status: LUA: Rain in timerange: 0 linetime:16:00 Line:000|16:00
2023-01-06 14:01:00.461 Status: LUA: 7140.0
2023-01-06 14:01:00.488 Status: EventSystem: Script event triggered: RainNieuw
2023-01-06 14:01:00.495 Status: LUA: BuienRadar module
2023-01-06 14:01:00.539 Status: EventSystem: Script event triggered: Regentest
2023-01-06 14:01:00.597 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:01.557 Ikea: Ikea Level: 191
2023-01-06 14:01:01.558 Ikea: Finnished command
2023-01-06 14:01:01.558 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:01.558 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:01.558 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:01.558 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:01.558 Ikea: onCommand called for Unit 8: Parameter 'Set Level', Level: 20
2023-01-06 14:01:01.558 Ikea: Command Level: 20
2023-01-06 14:01:02.287 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:02.605 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:02.235 Debug: MQTT1: Topic: domoticz/in, Message: {"idx":13325,"nvalue":0,"svalue":"0"}
2023-01-06 14:01:03.581 Ikea: Ikea Level: 191
2023-01-06 14:01:03.581 Ikea: Finnished command
2023-01-06 14:01:03.581 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:03.581 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:03.581 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:03.581 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:03.581 Ikea: onCommand called for Unit 34: Parameter 'Set Level', Level: 20
2023-01-06 14:01:03.581 Ikea: Command Level: 20
2023-01-06 14:01:04.745 Domoticz: Temp + Humidity (Temp Zolder)
2023-01-06 14:01:05.592 Led trappenkast: Heartbeating...
2023-01-06 14:01:05.592 Led trappenkast: MqttClient::Ping
2023-01-06 14:01:05.593 Ikea: Ikea Level: 241
2023-01-06 14:01:05.593 Ikea: Finnished command
2023-01-06 14:01:05.593 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:05.593 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:05.593 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:05.593 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:05.593 Ikea: onCommand called for Unit 37: Parameter 'Set Level', Level: 20
2023-01-06 14:01:05.594 Ikea: Command Level: 20
2023-01-06 14:01:05.603 Ikea: Ikea Level: 102
2023-01-06 14:01:05.603 Ikea: Finnished command
2023-01-06 14:01:05.603 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:05.603 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:05.603 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:05.603 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:05.603 Ikea: onCommand called for Unit 29: Parameter 'Set Level', Level: 100
2023-01-06 14:01:05.603 Ikea: Command Level: 100
2023-01-06 14:01:05.616 (Lamp Achter Links) Updating device from 0:'100' to have values 2:'100'.
2023-01-06 14:01:05.634 Ikea: Ikea Level: 254
2023-01-06 14:01:05.634 Ikea: Finnished command
2023-01-06 14:01:05.634 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:05.634 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:05.634 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:05.634 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:05.634 Ikea: onCommand called for Unit 25: Parameter 'Set Level', Level: 100
2023-01-06 14:01:05.634 Ikea: Command Level: 100
2023-01-06 14:01:05.799 P1 smartmeter: P1 Smart Meter (Stroom)
2023-01-06 14:01:05.806 P1 smartmeter: Usage (Usage L1)
2023-01-06 14:01:05.814 P1 smartmeter: Usage (StroomTerug)
2023-01-06 14:01:05.850 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:06.303 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:07.645 Led Douche: Heartbeating...
2023-01-06 14:01:07.645 Led Douche: MqttClient::Ping
2023-01-06 14:01:07.646 (Lamp Achter Rechts) Updating device from 0:'100' to have values 2:'100'.
2023-01-06 14:01:07.646 Led Gang Boven: Heartbeating...
2023-01-06 14:01:07.646 Led Gang Boven: MqttClient::Ping
2023-01-06 14:01:07.661 Ikea: Ikea Level: 254
2023-01-06 14:01:07.661 Ikea: Finnished command
2023-01-06 14:01:07.661 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:07.661 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:07.661 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:07.661 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:07.661 Ikea: onCommand called for Unit 27: Parameter 'Set Level', Level: 75
2023-01-06 14:01:07.661 Ikea: Command Level: 75
2023-01-06 14:01:07.673 (Lamp Voor Links) Updating device from 0:'75' to have values 2:'75'.
2023-01-06 14:01:07.691 Ikea: Ikea Level: 191
2023-01-06 14:01:07.692 Ikea: Finnished command
2023-01-06 14:01:07.692 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:07.692 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:07.692 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:07.692 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:07.692 Ikea: onCommand called for Unit 35: Parameter 'Set Level', Level: 75
2023-01-06 14:01:07.692 Ikea: Command Level: 75
2023-01-06 14:01:09.702 Led Keuken: Heartbeating...
2023-01-06 14:01:09.702 Led Keuken: MqttClient::Ping
2023-01-06 14:01:09.703 (Lamp Voor Rechts) Updating device from 0:'75' to have values 2:'75'.
2023-01-06 14:01:09.704 Led Keukenkast: Heartbeating...
2023-01-06 14:01:09.704 Led Keukenkast: MqttClient::Ping
2023-01-06 14:01:09.720 Ikea: Ikea Level: 191
2023-01-06 14:01:09.720 Ikea: Finnished command
2023-01-06 14:01:09.720 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:09.720 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:09.720 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:09.720 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:09.720 Ikea: onCommand called for Unit 7: Parameter 'Set Level', Level: 75
2023-01-06 14:01:09.720 Ikea: Command Level: 75
2023-01-06 14:01:09.731 (Lamp Roze) Updating device from 0:'75' to have values 2:'75'.
2023-01-06 14:01:09.744 Ikea: Ikea Level: 191
2023-01-06 14:01:09.744 Ikea: Finnished command
2023-01-06 14:01:09.744 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:09.744 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:09.744 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:09.744 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:09.744 Ikea: onCommand called for Unit 31: Parameter 'Set Level', Level: 95
2023-01-06 14:01:09.744 Ikea: Command Level: 95
2023-01-06 14:01:09.758 (Lamp Bank) Updating device from 0:'95' to have values 2:'95'.
2023-01-06 14:01:09.778 Ikea: Ikea Level: 241
2023-01-06 14:01:09.778 Ikea: Finnished command
2023-01-06 14:01:09.778 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:09.778 Ikea: Processing 'onCommandCallback' message
2023-01-06 14:01:09.778 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:09.779 Ikea: Calling message handler 'onCommand' on 'module' type object.
2023-01-06 14:01:09.779 Ikea: onCommand called for Unit 36: Parameter 'Set Level', Level: 40
2023-01-06 14:01:09.779 Ikea: Command Level: 40
2023-01-06 14:01:09.809 Debug: MQTT1: Topic: domoticz/in, Message: {"idx":7344,"nvalue":0,"svalue":"0;388000.0","Battery":88,"RSSI":10}
2023-01-06 14:01:11.790 (Lamp Eetkamertafel) Updating device from 0:'40' to have values 2:'40'.
2023-01-06 14:01:11.803 Ikea: Ikea Level: 102
2023-01-06 14:01:11.803 Ikea: Finnished command
2023-01-06 14:01:11.803 Ikea: Acquiring GIL for 'onCommandCallback'
2023-01-06 14:01:11.853 Ikea: Pushing 'onHeartbeatCallback' on to queue
2023-01-06 14:01:11.903 Ikea: Processing 'onHeartbeatCallback' message
2023-01-06 14:01:11.904 Ikea: Acquiring GIL for 'onHeartbeatCallback'
2023-01-06 14:01:11.904 Ikea: Calling message handler 'onHeartbeat' on 'module' type object.
2023-01-06 14:01:11.904 Ikea: Acquiring GIL for 'onHeartbeatCallback'
2023-01-06 14:01:12.228 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:12.487 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:12.166 Debug: MQTT1: Topic: domoticz/in, Message: {"idx":13325,"nvalue":0,"svalue":"0"}
2023-01-06 14:01:15.063 Led trappenkast: Heartbeating...
2023-01-06 14:01:15.063 Led trappenkast: MqttClient::Ping
2023-01-06 14:01:15.824 P1 smartmeter: P1 Smart Meter (Stroom)
2023-01-06 14:01:15.832 P1 smartmeter: Usage (Usage L1)
2023-01-06 14:01:15.840 P1 smartmeter: Usage (StroomTerug)
2023-01-06 14:01:15.874 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:16.065 Led Gang Boven: Heartbeating...
2023-01-06 14:01:16.065 Led Gang Boven: MqttClient::Ping
2023-01-06 14:01:16.344 Motherboard: General/Percentage (Memory Usage)
2023-01-06 14:01:16.354 Motherboard: General/Custom Sensor (Process Usage)
2023-01-06 14:01:16.305 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:17.067 Led Douche: Heartbeating...
2023-01-06 14:01:17.067 Led Douche: MqttClient::Ping
2023-01-06 14:01:17.540 Zonnepanelen: General/kWh (Zonnepanelen)
2023-01-06 14:01:17.590 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2023-01-06 14:01:17.888 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
© 2012-2023 Domoticz | WWW: Domoticz.com