domoticz Beta 13091
The last few days more often I have the following issue...
Domoticz runs just fine but suddenly i notice that....
- sensors are not updated -- by dzvents automation scripts
- zwave switches are not turned on or off -- by dzvents automation scripts
- Hue lamps are not changed -- by dzvents automation scripts
No errors in the logging even in dubuging mode...
Turning the hue lamps, zwave swiches etc.. in the domoticz interface... (website tab devices) no problem whatssover...
What works...? everything runs smoothly for what you can tell ... just the final dzvents script actions are not executed by Domoticz..
Example...
Script runs Turning Hue device on..
21-03-19 18:32:08.690 Status: dzVents: !Info: Keuken_Verlichting: Debug: Writing module summary to /home/pi/domoticz/scripts/dzVents/module.log
2021-03-19 18:32:08.691 Status: dzVents: Debug: Commands sent to Domoticz:
2021-03-19 18:32:08.691 Status: dzVents: Debug: - Cancel = {["idx"]=6918, ["type"]="device"}
2021-03-19 18:32:08.691 Status: dzVents: Debug: - Scene Keuken aanwezig = On
2021-03-19 18:32:08.691 Status: dzVents: Debug: =====================================================
2021-03-19 18:32:16.081 Status: dzVents: Debug: Dumping domoticz data to /home/pi/domoticz/scripts/dzVents/domoticzData.lua
Normaly my Hue lamp in the kitchen would turn on... now nothing happends....
Manual in the interface it turns on and off without any problem.
Example... executing dzvents script Timer to update a virtual device... (weather)
2021-03-19 18:28:00.241 Status: dzVents: Debug: Event triggers:
2021-03-19 18:28:00.241 Status: dzVents: Debug: - Timer
2021-03-19 18:28:00.321 Status: dzVents: !Info: buienradar: Debug: Writing module summary to /home/pi/domoticz/scripts/dzVents/module.log
2021-03-19 18:28:00.342 Status: dzVents: !Info: Zonnepanelen Totaal: Debug: Writing module summary to /home/pi/domoticz/scripts/dzVents/module.log
2021-03-19 18:28:00.343 Status: dzVents: Debug: Commands sent to Domoticz:
2021-03-19 18:28:00.343 Status: dzVents: Debug: - OpenURL = {["_trigger"]="BuienradarUrl", ["method"]="GET", ["URL"]="https://br-gpsgadget.azurewebsites.net/ ... =6.9585846"}
2021-03-19 18:28:00.343 Status: dzVents: Debug: - UpdateDevice = {["_trigger"]=true, ["sValue"]="83.0;304819.344", ["idx"]=6951, ["nValue"]=0}
2021-03-19 18:28:00.343 Status: dzVents: Debug: =====================================================
2021-03-19 18:28:04.165 Status: dzVents: Debug: Dumping domoticz data to /home/pi/domoticz/scripts/dzVents/domoticzData.lua
Normaly the Device in domoticz is updated... now it is not updated...
Again no errors everything runs smoothly...
So after an reboot of the Rasbpery and domoticz .. everything works... the triggers that are send to domoticz by dzvents are executed like they should.... then after a couple of hours, suddenly it happens again...
data virtual devices etc. is not updated.. devices are not switched.....
DZVENTS IS running... it sees the triggers... timers.... sensors... recieves input... runs the scripts... just the action is not run by domoticz engine....
until i reboot the Rasbpery again...Again manual by the webinterface... everything works fine..
I tried...
Enable disable.. DZVENTS... its stops and start... but same result.... scripts run fine ... jut nothings executes...
Enable disable.. LUA... its stops and starts ... same result... scripts run fine... just nothings executes...
The problem is normaly I check with a script if domoticz runs fine... well it does... so this behaviour is hard to detect...
What could be the cause...and how to debug this.... no errors are shown in the logging...
Some more events...
Updating Solar power value...:
2021-03-19 18:30:00.261 Status: dzVents: Debug: - Timer
2021-03-19 18:30:00.374 Status: dzVents: !Info: Zonnepanelen Totaal: Debug: Writing module summary to /home/pi/domoticz/scripts/dzVents/module.log
2021-03-19 18:30:00.374 Status: dzVents: Debug: Commands sent to Domoticz:
2021-03-19 18:30:00.374 Status: dzVents: Debug: - UpdateDevice = {["sValue"]="63.0;304821.34", ["nValue"]=0, ["_trigger"]=true, ["idx"]=6951}
2021-03-19 18:30:00.374 Status: dzVents: Debug: =====================================================
2021-03-19 18:30:05.171 Status: dzVents: Debug: Dumping domoticz data to /home/pi/domoticz/scripts/dzVents/domoticzData.lua
Updating S1 Power Value...
2021-03-19 18:29:00.358 Status: dzVents: Debug: - UpdateDevice = {["nValue"]=0, ["idx"]=6951, ["sValue"]="78.0;304820.34", ["_trigger"]=true}
2021-03-19 18:29:00.358 Status: dzVents: Debug: =====================================================
2021-03-19 18:29:04.651 Status: dzVents: Debug: Dumping domoticz data to /home/pi/domoticz/scripts/dzVents/domoticzData.lua
Nothings updated when this suddenly occurs...no errors are shown...
Hope someone recognizes this strange behaviour?
In the past my Domoticz runs for Months withoud rebooting etc...?
Problem dzVents actions not executed after Dumping [SOLVED]
Moderator: leecollings
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Problem dzVents actions not executed after Dumping
I have not seen this behavior before; not on build 13091 but also not on any earlier build.
One thing you can do to possibly identify what causes this is to start domoticz with full debug mode. Please be aware that this will produce an enormous amount of extra loglines.
You can set domoticz to full debug mode in /etc/init.d/domoticz.sh
the relevant settings are made to the DAEMON_ARGS var.
with an editor of choice
Code: Select all
DAEMON_ARGS="$DAEMON_ARGS -log /var/log/domoticz.log" # or any other OS file
DAEMON_ARGS="$DAEMON_ARGS -loglevel normal,status,error, debug" # debug disabled for now
#DAEMON_ARGS="$DAEMON_ARGS -loglevel normal,status,error" # these loglevels will make it to the logfile
DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,eventsystem,python,thread_id"
Code: Select all
sudo systemctl daemon-reload
sudo service domoticz stop
sudo service domoticz start
sudo tail -f /var/log/domoticz.log
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
-
- Posts: 18
- Joined: Sunday 12 August 2018 11:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Problem dzVents actions not executed after Dumping
This behaviour is now coming more and faster on my domoticz installation. Updated to lasts version. Run debug mode and here is the log
I started domoticz and after 14:41 no dzvent tasks are executed... it runs but the actual triggers does not occur.... as said in the previous post.
SQLH: Do Task suddenly does not happen anymore.... after 14:41 ...i stopped the worker at 14:45 so the log wouldnt crow on me.
I cant send the entire log file as it has to many characters and the post wont be accepted. But if you search on " Do Task " you wil see it occurs en suddenly stops occuring...
Please I am getting desperate i need the DZVENTS actions to be executed... can you please help me. You can also contact me privately in dutch if neccesary.. thanks in advanced!!!!
Code: Select all
Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:00.602 [b51b8220] Debug: SQLH: Do Task ItemType:14 Cmd: Value:1238.0;1276726.5
2021-05-25 14:41:00.603 [b51b8220] Debug: SQLH UpdateValueInt Zonnepanelen Totaal HwID:4 DevID:00088951 Type:243 sType:29 nValue:0 sValue:1238.0;1276726.5
2021-05-25 14:41:05.314 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946459&loglevel=268435455
2021-05-25 14:41:05.315 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:05.315 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946459&loglevel=268435455
2021-05-25 14:41:08.348 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Dak HwID:24 DevID:00000001 Type:243 sType:29 nValue:0 sValue:1036.000;968507.562
2021-05-25 14:41:08.353 [af5fe220] subtype = kWh
Instant = 1036.000
Counter = 968.508
2021-05-25 14:41:08.366 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Garage HwID:24 DevID:00000002 Type:243 sType:29 nValue:0 sValue:259.000;308222.531
2021-05-25 14:41:08.376 [af5fe220] subtype = kWh
Instant = 259.000
Counter = 308.223
2021-05-25 14:41:08.387 [af5fe220] Debug: SQLH UpdateValueInt Unknown HwID:24 DevID:00000004 Type:243 sType:29 nValue:0 sValue:0.000;0.993
2021-05-25 14:41:08.388 [af5fe220] subtype = kWh
Instant = 0.000
Counter = 0.001
2021-05-25 14:41:10.064 [af5fe220] Debug: SQLH UpdateValueInt Stroom meter HwID:10 DevID:1 Type:250 sType:1 nValue:0 sValue:9898246;11111865;5005688;10947347;0;868
2021-05-25 14:41:10.069 [af5fe220] subtype = P1 Smart Meter Power
powerusage1 = 9898.246 kWh
powerusage2 = 11111.865 kWh
powerdeliv1 = 5005.688 kWh
powerdeliv2 = 10947.347 kWh
current usage = 000 Watt
current deliv = 868 Watt
2021-05-25 14:41:10.083 [af5fe220] Debug: SQLH UpdateValueInt Quooker Watt HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:0.0
2021-05-25 14:41:10.083 [af5fe220] subtype = Electric
Usage = 0.0 W
2021-05-25 14:41:10.099 [af5fe220] Debug: SQLH UpdateValueInt Totaal Zonnepanelen Opbrengst HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:875.0
2021-05-25 14:41:10.103 [af5fe220] subtype = Electric
Usage = 875.0 W
2021-05-25 14:41:10.594 [b51b8220] Debug: SQLH: Do Task ItemType:16 Cmd: Value:nil
2021-05-25 14:41:10.680 [9dbff220] Status: dzVents: Info: Handling Domoticz custom event for: "Purifier_collectData"
2021-05-25 14:41:10.778 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6305, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.778 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6307, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.779 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6305, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.779 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6308, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.779 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6305, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.779 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6307, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.779 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6310, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.779 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6305, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.779 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6307, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.779 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6308, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6306, DelayTime=0.000000, Command='Set Level', Level=10, Color='{INVALID}', RelatedEvent='/home/pi/domoticz/dzVents/runtime/dzVents.lua'
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6305, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6307, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6308, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6310, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6311, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6305, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6307, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6308, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6310, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6306, DelayTime=0.000000, Command='Set Level', Level=10, Color='{INVALID}', RelatedEvent='/home/pi/domoticz/dzVents/runtime/dzVents.lua'
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6312, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6305, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.780 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6307, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6308, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6310, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6306, DelayTime=0.000000, Command='Set Level', Level=10, Color='{INVALID}', RelatedEvent='/home/pi/domoticz/dzVents/runtime/dzVents.lua'
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6311, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6313, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6305, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6307, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6308, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6310, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6306, DelayTime=0.000000, Command='Set Level', Level=10, Color='{INVALID}', RelatedEvent='/home/pi/domoticz/dzVents/runtime/dzVents.lua'
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6311, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6312, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6309, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6305, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6307, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6308, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6310, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6306, DelayTime=0.000000, Command='Set Level', Level=10, Color='{INVALID}', RelatedEvent='/home/pi/domoticz/dzVents/runtime/dzVents.lua'
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6311, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6312, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.781 [9dbff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6313, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.793 [a230a220] Debug: Zwave: Value_Changed: Node: 26 (0x1a), CommandClass: METER, Label: Electric - kWh, Instance: 1, Index: 0
2021-05-25 14:41:10.796 [af5fe220] Debug: SQLH UpdateValueInt kWh Meter HwID:8 DevID:00001A01 Type:243 sType:29 nValue:0 sValue:86.700;21640.000
2021-05-25 14:41:10.797 [af5fe220] subtype = kWh
Instant = 86.700
Counter = 21.640
2021-05-25 14:41:10.798 [b51b8220] Debug: SQLH: Do Task ItemType:14 Cmd: Value:Pre filter and Wick: 145
HEPA filter: 4752
Active carbon filter: 65535
2021-05-25 14:41:10.804 [b51b8220] Debug: SQLH UpdateValueInt Purifier alert HwID:4 DevID:88305 Type:243 sType:22 nValue:1 sValue:Pre filter and Wick: 145
HEPA filter: 4752
Active carbon filter: 65535
2021-05-25 14:41:10.810 [b51b8220] Debug: SQLH: Do Task ItemType:14 Cmd: Value:1
2021-05-25 14:41:10.811 [b51b8220] Debug: SQLH UpdateValueInt Purifier airquality HwID:4 DevID:00088307 Type:243 sType:31 nValue:0 sValue:1
2021-05-25 14:41:10.819 [b51b8220] Debug: SQLH: Do Task ItemType:14 Cmd: Value:1
2021-05-25 14:41:10.819 [b51b8220] Debug: SQLH UpdateValueInt Purifier allergen index HwID:4 DevID:00088308 Type:243 sType:31 nValue:0 sValue:1
2021-05-25 14:41:10.825 [b51b8220] Debug: SQLH: Do Task ItemType:14 Cmd: Value:0.5
2021-05-25 14:41:10.826 [b51b8220] Debug: SQLH UpdateValueInt Purifier fanspeed HwID:4 DevID:00088310 Type:243 sType:31 nValue:0 sValue:0.5
2021-05-25 14:41:10.831 [b51b8220] Debug: SQLH: Do Task ItemType:4 Cmd:Set Level Value:
2021-05-25 14:41:10.832 [b51b8220] Debug: MAIN SwitchLightInt : switchcmd:Set Level level:10 HWid:4 sd:4 000158F2 1 244 73 18
2021-05-25 14:41:10.833 [af5fe220] Debug: SQLH HandleOnOffAction: OnAction:script://airpurifier.sh Sleep
2021-05-25 14:41:10.833 [af5fe220] Debug: SQLH AddTask: Request to add task: idx=124554051613, DelayTime=0.200000, Command='', Level=10, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:41:10.834 [af5fe220] Debug: SQLH UpdateValueInt Purifier power HwID:4 DevID:000158F2 Type:244 sType:73 nValue:2 sValue:10
2021-05-25 14:41:10.836 [af5fe220] Virtual Switches: Light/Switch (Purifier power)
2021-05-25 14:41:10.841 [b51b8220] Debug: SQLH: Do Task ItemType:14 Cmd: Value:4752
2021-05-25 14:41:10.848 [b51b8220] Debug: SQLH UpdateValueInt Purifier HEPA filter HwID:4 DevID:00088311 Type:243 sType:31 nValue:0 sValue:4752
2021-05-25 14:41:10.855 [b51b8220] Debug: SQLH: Do Task ItemType:14 Cmd: Value:65535
2021-05-25 14:41:10.856 [b51b8220] Debug: SQLH UpdateValueInt Purifier carbon filter HwID:4 DevID:00088312 Type:243 sType:31 nValue:0 sValue:65535
2021-05-25 14:41:10.870 [b51b8220] Debug: SQLH: Do Task ItemType:14 Cmd: Value:145
2021-05-25 14:41:10.871 [b51b8220] Debug: SQLH UpdateValueInt Purifier pre filter HwID:4 DevID:00088313 Type:243 sType:31 nValue:0 sValue:145
2021-05-25 14:41:10.877 [b51b8220] Debug: SQLH: Do Task ItemType:14 Cmd: Value:4495.77 hours
2021-05-25 14:41:10.878 [b51b8220] Debug: SQLH UpdateValueInt Purifier runtime HwID:4 DevID:00088309 Type:243 sType:31 nValue:0 sValue:4495.77 hours
2021-05-25 14:41:11.044 [b51b8220] Debug: SQLH: Do Task ItemType:1 Cmd: Value:Sleep
2021-05-25 14:41:11.044 [b51b8220] Status: Executing script: /home/pi/domoticz/scripts/airpurifier.sh
2021-05-25 14:41:11.065 [9dbff220] Status: dzVents: Info: Handling events for: "Purifier allergen index", value: "1"
2021-05-25 14:41:11.066 [9dbff220] Status: dzVents: !Info: AirCleaner_Auto: Purifier power gezet naar Sleep door Purifier allergen index met Sensor Value: 1 !
2021-05-25 14:41:11.071 [9dbff220] Debug: SQLH AddTask: Request to add task: idx=6306, DelayTime=0.000000, Command='Set Level', Level=0, Color='{INVALID}', RelatedEvent='/home/pi/domoticz/dzVents/runtime/dzVents.lua'
2021-05-25 14:41:11.298 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946465&loglevel=268435455
2021-05-25 14:41:11.299 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:11.299 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946465&loglevel=268435455
2021-05-25 14:41:17.482 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946471&loglevel=268435455
2021-05-25 14:41:17.482 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:17.483 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946471&loglevel=268435455
2021-05-25 14:41:18.357 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Dak HwID:24 DevID:00000001 Type:243 sType:29 nValue:0 sValue:1036.000;968510.375
2021-05-25 14:41:18.362 [af5fe220] subtype = kWh
Instant = 1036.000
Counter = 968.510
2021-05-25 14:41:18.374 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Garage HwID:24 DevID:00000002 Type:243 sType:29 nValue:0 sValue:288.000;308223.344
2021-05-25 14:41:18.385 [af5fe220] subtype = kWh
Instant = 288.000
Counter = 308.223
2021-05-25 14:41:18.394 [af5fe220] Debug: SQLH UpdateValueInt Unknown HwID:24 DevID:00000004 Type:243 sType:29 nValue:0 sValue:0.000;0.993
2021-05-25 14:41:18.395 [af5fe220] subtype = kWh
Instant = 0.000
Counter = 0.001
2021-05-25 14:41:20.109 [af5fe220] Debug: SQLH UpdateValueInt Stroom meter HwID:10 DevID:1 Type:250 sType:1 nValue:0 sValue:9898246;11111865;5005688;10947350;0;878
2021-05-25 14:41:20.116 [af5fe220] subtype = P1 Smart Meter Power
powerusage1 = 9898.246 kWh
powerusage2 = 11111.865 kWh
powerdeliv1 = 5005.688 kWh
powerdeliv2 = 10947.350 kWh
current usage = 000 Watt
current deliv = 878 Watt
2021-05-25 14:41:20.129 [af5fe220] Debug: SQLH UpdateValueInt Quooker Watt HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:0.0
2021-05-25 14:41:20.129 [af5fe220] subtype = Electric
Usage = 0.0 W
2021-05-25 14:41:20.145 [af5fe220] Debug: SQLH UpdateValueInt Totaal Zonnepanelen Opbrengst HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:884.0
2021-05-25 14:41:20.149 [af5fe220] subtype = Electric
Usage = 884.0 W
2021-05-25 14:41:23.295 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946477&loglevel=268435455
2021-05-25 14:41:23.296 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:23.296 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946477&loglevel=268435455
2021-05-25 14:41:28.367 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Dak HwID:24 DevID:00000001 Type:243 sType:29 nValue:0 sValue:979.000;968513.188
2021-05-25 14:41:28.371 [af5fe220] subtype = kWh
Instant = 979.000
Counter = 968.513
2021-05-25 14:41:28.377 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Garage HwID:24 DevID:00000002 Type:243 sType:29 nValue:0 sValue:288.000;308224.125
2021-05-25 14:41:28.391 [af5fe220] subtype = kWh
Instant = 288.000
Counter = 308.224
2021-05-25 14:41:28.396 [af5fe220] Debug: SQLH UpdateValueInt Unknown HwID:24 DevID:00000004 Type:243 sType:29 nValue:0 sValue:0.000;0.993
2021-05-25 14:41:28.396 [af5fe220] subtype = kWh
Instant = 0.000
Counter = 0.001
2021-05-25 14:41:29.300 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946483&loglevel=268435455
2021-05-25 14:41:29.301 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:29.301 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946483&loglevel=268435455
2021-05-25 14:41:30.202 [af5fe220] Debug: SQLH UpdateValueInt Stroom meter HwID:10 DevID:1 Type:250 sType:1 nValue:0 sValue:9898246;11111865;5005688;10947352;0;882
2021-05-25 14:41:30.204 [af5fe220] subtype = P1 Smart Meter Power
powerusage1 = 9898.246 kWh
powerusage2 = 11111.865 kWh
powerdeliv1 = 5005.688 kWh
powerdeliv2 = 10947.352 kWh
current usage = 000 Watt
current deliv = 882 Watt
2021-05-25 14:41:30.209 [af5fe220] Debug: SQLH UpdateValueInt Quooker Watt HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:0.0
2021-05-25 14:41:30.209 [af5fe220] subtype = Electric
Usage = 0.0 W
2021-05-25 14:41:30.222 [af5fe220] Debug: SQLH UpdateValueInt Totaal Zonnepanelen Opbrengst HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:885.0
2021-05-25 14:41:30.225 [af5fe220] subtype = Electric
Usage = 885.0 W
2021-05-25 14:41:30.398 [acfff220] Debug: Moederbord Sensoren: Getting ARM Clock speed
2021-05-25 14:41:30.405 [af5fe220] Debug: SQLH UpdateValueInt CPU_Usage HwID:5 DevID:0000044D Type:243 sType:6 nValue:0 sValue:5.65
2021-05-25 14:41:30.410 [af5fe220] subtype = Percentage
Percentage = 5.65
2021-05-25 14:41:30.426 [acfff220] Debug: Moederbord Sensoren: Updating sensor with value 1500.35
2021-05-25 14:41:30.428 [acfff220] Debug: Moederbord Sensoren: Getting V3D Clock speed
2021-05-25 14:41:30.435 [af5fe220] Debug: SQLH UpdateValueInt Arm Clock Speed HwID:5 DevID:00000001 Type:243 sType:31 nValue:0 sValue:1500.3457
2021-05-25 14:41:30.435 [af5fe220] subtype = Custom Sensor
Value = 1500.35
2021-05-25 14:41:30.454 [acfff220] Debug: Moederbord Sensoren: Updating sensor with value 500.00
2021-05-25 14:41:30.455 [acfff220] Debug: Moederbord Sensoren: Getting Core Clock speed
2021-05-25 14:41:30.461 [af5fe220] Debug: SQLH UpdateValueInt V3D Clock Speed HwID:5 DevID:00000002 Type:243 sType:31 nValue:0 sValue:500.0010
2021-05-25 14:41:30.462 [af5fe220] subtype = Custom Sensor
Value = 500.001
2021-05-25 14:41:30.473 [acfff220] Debug: Moederbord Sensoren: Updating sensor with value 500.00
2021-05-25 14:41:30.474 [af5fe220] Debug: SQLH UpdateValueInt Core Clock Speed HwID:5 DevID:00000003 Type:243 sType:31 nValue:0 sValue:500.0010
2021-05-25 14:41:30.474 [af5fe220] subtype = Custom Sensor
Value = 500.001
2021-05-25 14:41:35.311 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946489&loglevel=268435455
2021-05-25 14:41:35.311 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:35.311 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946489&loglevel=268435455
2021-05-25 14:41:38.376 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Dak HwID:24 DevID:00000001 Type:243 sType:29 nValue:0 sValue:1008.000;968515.562
2021-05-25 14:41:38.383 [af5fe220] subtype = kWh
Instant = 1008.000
Counter = 968.516
2021-05-25 14:41:38.389 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Garage HwID:24 DevID:00000002 Type:243 sType:29 nValue:0 sValue:288.000;308224.531
2021-05-25 14:41:38.399 [af5fe220] subtype = kWh
Instant = 288.000
Counter = 308.225
2021-05-25 14:41:38.405 [af5fe220] Debug: SQLH UpdateValueInt Unknown HwID:24 DevID:00000004 Type:243 sType:29 nValue:0 sValue:0.000;0.993
2021-05-25 14:41:38.405 [af5fe220] subtype = kWh
Instant = 0.000
Counter = 0.001
2021-05-25 14:41:40.281 [af5fe220] Debug: SQLH UpdateValueInt Stroom meter HwID:10 DevID:1 Type:250 sType:1 nValue:0 sValue:9898246;11111865;5005688;10947355;0;890
2021-05-25 14:41:40.291 [af5fe220] subtype = P1 Smart Meter Power
powerusage1 = 9898.246 kWh
powerusage2 = 11111.865 kWh
powerdeliv1 = 5005.688 kWh
powerdeliv2 = 10947.355 kWh
current usage = 000 Watt
current deliv = 890 Watt
2021-05-25 14:41:40.299 [af5fe220] Debug: SQLH UpdateValueInt Quooker Watt HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:0.0
2021-05-25 14:41:40.299 [af5fe220] subtype = Electric
Usage = 0.0 W
2021-05-25 14:41:40.313 [af5fe220] Debug: SQLH UpdateValueInt Totaal Zonnepanelen Opbrengst HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:894.0
2021-05-25 14:41:40.316 [af5fe220] subtype = Electric
Usage = 894.0 W
2021-05-25 14:41:40.475 [acfff220] Debug: Moederbord Sensoren: Fetching *NIX sensor data (System sensors)
2021-05-25 14:41:40.475 [acfff220] Debug: Moederbord Sensoren: Getting Internal Temperature
2021-05-25 14:41:40.501 [af5fe220] Debug: SQLH UpdateValueInt Raspberry PI Temperatuur HwID:5 DevID:1 Type:80 sType:5 nValue:0 sValue:59.9
2021-05-25 14:41:40.505 [af5fe220] subtype = TEMP5 - LaCrosse TX2, TX3, TX4, TX17
Sequence nbr = 0
ID = 1
Temperature = 59.9 C
Signal level = 12
Battery = OK
2021-05-25 14:41:41.299 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946495&loglevel=268435455
2021-05-25 14:41:41.300 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:41.300 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946495&loglevel=268435455
2021-05-25 14:41:47.296 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946501&loglevel=268435455
2021-05-25 14:41:47.297 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:47.297 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946501&loglevel=268435455
2021-05-25 14:41:48.385 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Dak HwID:24 DevID:00000001 Type:243 sType:29 nValue:0 sValue:1036.000;968518.750
2021-05-25 14:41:48.391 [af5fe220] subtype = kWh
Instant = 1036.000
Counter = 968.519
2021-05-25 14:41:48.398 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Garage HwID:24 DevID:00000002 Type:243 sType:29 nValue:0 sValue:230.000;308225.344
2021-05-25 14:41:48.413 [af5fe220] subtype = kWh
Instant = 230.000
Counter = 308.225
2021-05-25 14:41:48.419 [af5fe220] Debug: SQLH UpdateValueInt Unknown HwID:24 DevID:00000004 Type:243 sType:29 nValue:0 sValue:0.000;0.993
2021-05-25 14:41:48.419 [af5fe220] subtype = kWh
Instant = 0.000
Counter = 0.001
2021-05-25 14:41:50.357 [af5fe220] Debug: SQLH UpdateValueInt Stroom meter HwID:10 DevID:1 Type:250 sType:1 nValue:0 sValue:9898246;11111865;5005688;10947357;0;903
2021-05-25 14:41:50.360 [af5fe220] subtype = P1 Smart Meter Power
powerusage1 = 9898.246 kWh
powerusage2 = 11111.865 kWh
powerdeliv1 = 5005.688 kWh
powerdeliv2 = 10947.357 kWh
current usage = 000 Watt
current deliv = 903 Watt
2021-05-25 14:41:50.363 [af5fe220] Debug: SQLH UpdateValueInt Quooker Watt HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:0.0
2021-05-25 14:41:50.363 [af5fe220] subtype = Electric
Usage = 0.0 W
2021-05-25 14:41:50.370 [af5fe220] Debug: SQLH UpdateValueInt Totaal Zonnepanelen Opbrengst HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:903.0
2021-05-25 14:41:50.372 [af5fe220] subtype = Electric
Usage = 903.0 W
2021-05-25 14:41:53.568 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946507&loglevel=268435455
2021-05-25 14:41:53.569 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:53.569 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946507&loglevel=268435455
2021-05-25 14:41:58.395 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Dak HwID:24 DevID:00000001 Type:243 sType:29 nValue:0 sValue:979.000;968521.188
2021-05-25 14:41:58.400 [af5fe220] subtype = kWh
Instant = 979.000
Counter = 968.521
2021-05-25 14:41:58.407 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Garage HwID:24 DevID:00000002 Type:243 sType:29 nValue:0 sValue:259.000;308226.125
2021-05-25 14:41:58.420 [af5fe220] subtype = kWh
Instant = 259.000
Counter = 308.226
2021-05-25 14:41:58.426 [af5fe220] Debug: SQLH UpdateValueInt Unknown HwID:24 DevID:00000004 Type:243 sType:29 nValue:0 sValue:0.000;0.993
2021-05-25 14:41:58.426 [af5fe220] subtype = kWh
Instant = 0.000
Counter = 0.001
2021-05-25 14:41:59.299 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946513&loglevel=268435455
2021-05-25 14:41:59.300 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:41:59.300 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946513&loglevel=268435455
2021-05-25 14:42:00.436 [af5fe220] Debug: SQLH UpdateValueInt Stroom meter HwID:10 DevID:1 Type:250 sType:1 nValue:0 sValue:9898246;11111865;5005688;10947360;0;904
2021-05-25 14:42:00.446 [af5fe220] subtype = P1 Smart Meter Power
powerusage1 = 9898.246 kWh
powerusage2 = 11111.865 kWh
powerdeliv1 = 5005.688 kWh
powerdeliv2 = 10947.360 kWh
current usage = 000 Watt
current deliv = 904 Watt
2021-05-25 14:42:00.454 [af5fe220] Debug: SQLH UpdateValueInt Quooker Watt HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:0.0
2021-05-25 14:42:00.454 [af5fe220] subtype = Electric
Usage = 0.0 W
2021-05-25 14:42:00.460 [af5fe220] Debug: SQLH UpdateValueInt Totaal Zonnepanelen Opbrengst HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:908.0
2021-05-25 14:42:00.462 [af5fe220] subtype = Electric
Usage = 908.0 W
2021-05-25 14:42:00.492 [aebff220] Debug: SQLH AddTask: Request to add task: idx=6951, DelayTime=0.000000, Command='', Level=993013760, Color='{INVALID}', RelatedEvent=''
2021-05-25 14:42:00.492 [aebff220] Debug: SQLH AddTask: Comparing with item in queue: idx=6306, DelayTime=0.000000, Command='Set Level', Level=0, Color='{INVALID}', RelatedEvent='/home/pi/domoticz/dzVents/runtime/dzVents.lua'
2021-05-25 14:42:00.497 [acfff220] Debug: Moederbord Sensoren: Getting ARM Clock speed
2021-05-25 14:42:00.508 [af5fe220] Debug: SQLH UpdateValueInt CPU_Usage HwID:5 DevID:0000044D Type:243 sType:6 nValue:0 sValue:5.83
2021-05-25 14:42:00.514 [af5fe220] subtype = Percentage
Percentage = 5.83
2021-05-25 14:42:00.519 [acfff220] Debug: Moederbord Sensoren: Updating sensor with value 1500.40
2021-05-25 14:42:00.522 [acfff220] Debug: Moederbord Sensoren: Getting V3D Clock speed
2021-05-25 14:42:00.529 [af5fe220] Debug: SQLH UpdateValueInt Arm Clock Speed HwID:5 DevID:00000001 Type:243 sType:31 nValue:0 sValue:1500.3984
2021-05-25 14:42:00.529 [af5fe220] subtype = Custom Sensor
Value = 1500.4
2021-05-25 14:42:00.545 [acfff220] Debug: Moederbord Sensoren: Updating sensor with value 499.99
2021-05-25 14:42:00.546 [acfff220] Debug: Moederbord Sensoren: Getting Core Clock speed
2021-05-25 14:42:00.553 [af5fe220] Debug: SQLH UpdateValueInt V3D Clock Speed HwID:5 DevID:00000002 Type:243 sType:31 nValue:0 sValue:499.9878
2021-05-25 14:42:00.553 [af5fe220] subtype = Custom Sensor
Value = 499.988
2021-05-25 14:42:00.574 [acfff220] Debug: Moederbord Sensoren: Updating sensor with value 500.00
2021-05-25 14:42:00.578 [af5fe220] Debug: SQLH UpdateValueInt Core Clock Speed HwID:5 DevID:00000003 Type:243 sType:31 nValue:0 sValue:500.0010
2021-05-25 14:42:00.578 [af5fe220] subtype = Custom Sensor
Value = 500.001
2021-05-25 14:42:05.297 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946519&loglevel=268435455
2021-05-25 14:42:05.298 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:42:05.298 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946519&loglevel=268435455
2021-05-25 14:42:08.404 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Dak HwID:24 DevID:00000001 Type:243 sType:29 nValue:0 sValue:950.000;968523.562
2021-05-25 14:42:08.409 [af5fe220] subtype = kWh
Instant = 950.000
Counter = 968.524
2021-05-25 14:42:08.416 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Garage HwID:24 DevID:00000002 Type:243 sType:29 nValue:0 sValue:259.000;308226.938
2021-05-25 14:42:08.431 [af5fe220] subtype = kWh
Instant = 259.000
Counter = 308.227
2021-05-25 14:42:08.438 [af5fe220] Debug: SQLH UpdateValueInt Unknown HwID:24 DevID:00000004 Type:243 sType:29 nValue:0 sValue:0.000;0.993
2021-05-25 14:42:08.439 [af5fe220] subtype = kWh
Instant = 0.000
Counter = 0.001
2021-05-25 14:42:10.362 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946525&loglevel=268435455
2021-05-25 14:42:10.363 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:42:10.363 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946525&loglevel=268435455
2021-05-25 14:42:10.531 [af5fe220] Debug: SQLH UpdateValueInt Stroom meter HwID:10 DevID:1 Type:250 sType:1 nValue:0 sValue:9898246;11111865;5005688;10947363;0;921
2021-05-25 14:42:10.537 [af5fe220] subtype = P1 Smart Meter Power
powerusage1 = 9898.246 kWh
powerusage2 = 11111.865 kWh
powerdeliv1 = 5005.688 kWh
powerdeliv2 = 10947.363 kWh
current usage = 000 Watt
current deliv = 921 Watt
2021-05-25 14:42:10.545 [af5fe220] Debug: SQLH UpdateValueInt Quooker Watt HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:0.0
2021-05-25 14:42:10.545 [af5fe220] subtype = Electric
Usage = 0.0 W
2021-05-25 14:42:10.563 [af5fe220] Debug: SQLH UpdateValueInt Totaal Zonnepanelen Opbrengst HwID:10 DevID:0000000 Type:248 sType:1 nValue:0 sValue:922.0
2021-05-25 14:42:10.567 [af5fe220] subtype = Electric
Usage = 922.0 W
2021-05-25 14:42:16.298 [b19fe220] Debug: web: Host:85.159.97.2 Uri;/json.htm?type=command¶m=getlog&lastlogtime=1621946530&loglevel=268435455
2021-05-25 14:42:16.299 [b19fe220] Debug: [web:443] CheckAuthToken(83af5387d89a73b218c417dc39e5775a_YWJhNjQ4NGMtMGU2ZS00MDA4LWFkM2EtMzdmM2U5MjVlNWVh_djalexnl) : user authenticated
2021-05-25 14:42:16.299 [b19fe220] Debug: WEBS GetJSon :getlog :/json.htm?type=command¶m=getlog&lastlogtime=1621946530&loglevel=268435455
2021-05-25 14:42:18.413 [af5fe220] Debug: SQLH UpdateValueInt Zonnepanelen Dak HwID:24 DevID:00000001 Type:243 sType:29 nValue:0 sValue:892.000;968525.562
SQLH: Do Task suddenly does not happen anymore.... after 14:41 ...i stopped the worker at 14:45 so the log wouldnt crow on me.
I cant send the entire log file as it has to many characters and the post wont be accepted. But if you search on " Do Task " you wil see it occurs en suddenly stops occuring...
Please I am getting desperate i need the DZVENTS actions to be executed... can you please help me. You can also contact me privately in dutch if neccesary.. thanks in advanced!!!!
-
- Posts: 18
- Joined: Sunday 12 August 2018 11:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Problem dzVents actions not executed after Dumping [SOLVED]
I traced the problem down to a script for my philips airpurifier...
viewtopic.php?t=34116
it has a kill process build in it wich my raspberry did not like......
I changed it and now use following plugin: https://github.com/roldoe/domoticz-philips-air
This fixed the sudden death of dzvents actions.....
I can now use domoticz again as its supposed to work for me... stable and reliable...
Case can be closed...
viewtopic.php?t=34116
it has a kill process build in it wich my raspberry did not like......
I changed it and now use following plugin: https://github.com/roldoe/domoticz-philips-air
This fixed the sudden death of dzvents actions.....
I can now use domoticz again as its supposed to work for me... stable and reliable...
Case can be closed...
Who is online
Users browsing this forum: No registered users and 1 guest