DBLog läuft nach update der mariaDB auf Syno NAS nicht mehr.

Begonnen von der-Lolo, 11 November 2018, 12:29:50

Vorheriges Thema - Nächstes Thema

der-Lolo

Ich habe auf meiner Synology DS einige updates gemacht - erschreckt stelle ich fest das DBLog nicht mehr funktioniert.

2018.11.11 12:26:33 2: DbLog DbLog -> Error table history - DBD::mysql::st execute_array failed: executing 3638 generated 110 errors at ./FHEM/93_DbLog.pm line 2068.

Hat jemand ne Idee was ich tun kann..?

DS_Starter

Du hast wahrscheinlich MariaDB 10 im Einsatz und upgedatet.
Wir hatten das schonmal vor Kurzem. Such mal nach dem Thread, weiß nicht mehr genau wo das war, vmtl. in Automatisierung.
Ich habe momentan keine Zeit, aber setze dir das Attribut "useCharfilter = 1" im DbLog und restarte dein FHEM.
Es liegt an der Art wie manche Module "°C" liefern und komischerweise kommt die neueste Version von Synology MariaDB damit nicht klar.

Grüße
Heiko
Proxmox+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

der-Lolo

Ich habe das attribut gesetzt, gespeichert und neu gestartet - leider hilft das nicht, ich schaue mal ob ich den passenden Thread finde.

Ansonsten hast Du recht MariaDB 10 auf Syno NAS

der-Lolo

Habe den Thread zwar gefunden, aber keine der beschriebenen Maßnahmen hilft mir...

Ich habe use Charfilter auf 1 gesetzt, den commitMode auf basic_ta:off und valueFN

{
  if ($UNIT eq "°C") {
      $UNIT="";
  }
}

Kann das damit zusammenhängen das DBLog nicht aus dem Contrib upgedatet wurde..?

Hier noch ein list des DbLog devices:
Internals:
   COLUMNS    field length used for Device: 64, Type: 64, Event: 512, Reading: 64, Value: 128, Unit: 32
   CONFIGURATION ./db.conf
   DEF        ./db.conf WMZ.*|Lueftung.*:A.*|Power_L.*|R.*|V.*|W.*|Z.*|akt.*
   MODE       asynchronous
   MODEL      MYSQL
   NAME       DbLog
   NR         164
   NTFY_ORDER 50-DbLog
   PID        18107
   REGEXP     WMZ.*|Lueftung.*:A.*|Power_L.*|R.*|V.*|W.*|Z.*|akt.*
   STATE      DBD::mysql::st execute_array failed: executing 376 generated 10 errors at ./FHEM/93_DbLog.pm line 2068.

   TYPE       DbLog
   UTF8       1
   VERSION    3.12.6
   dbconn     mysql:database=fhem;host=127.0.0.1;port=3307
   dbuser     fhem
   HELPER:
     COLSET     1
     DEVICECOL  64
     EVENTCOL   512
     OLDSTATE   DBD::mysql::st execute_array failed: executing 376 generated 10 errors at ./FHEM/93_DbLog.pm line 2068.

     READINGCOL 64
     TYPECOL    64
     UNITCOL    32
     VALUECOL   128
   READINGS:
     2018-11-11 13:14:19   CacheUsage      99
     2018-11-11 13:13:28   NextSync        2018-11-11 13:13:58 or if CacheUsage 500 reached
     2018-11-10 14:41:48   countCurrent    767
     2018-11-10 14:41:48   countHistory    10968723
     2018-09-30 21:57:15   reduceLogState  reduceLogNbl finished. Rows processed: 0, deleted: 0, time: 0.11sec
     2018-11-11 13:14:19   state           DBD::mysql::st execute_array failed: executing 376 generated 10 errors at ./FHEM/93_DbLog.pm line 2068.

   cache:
     index      3632
   helper:
     bm:
       DbLog_Attr:
         cnt        5
         dmx        -1000
         dtot       0
         dtotcnt    0
         mTS        11.11. 13:01:59
         max        0.0258240699768066
         tot        0.0470433235168457
         mAr:
           set
           DbLog
           disable
           1
       DbLog_Get:
         cnt        9
         dmx        -1000
         dtot       0
         dtotcnt    0
         mTS        11.11. 13:01:59
         max        8.89301300048828e-05
         tot        0.000359296798706055
         mAr:
           HASH(0x60c7a10)
           DbLog
           ?
       DbLog_Log:
         cnt        3065
         dmx        -1000
         dtot       0
         dtotcnt    0
         mTS        11.11. 13:12:07
         max        0.224492788314819
         tot        9.03629994392395
         mAr:
           HASH(0x60c7a10)
           HASH(0x6d73308)
       DbLog_Set:
         cnt        68
         dmx        -1000
         dtot       0
         dtotcnt    0
         mTS        11.11. 13:12:17
         max        0.0196249485015869
         tot        0.0680317878723145
         mAr:
           HASH(0x60c7a10)
           DbLog
           commitCache
Attributes:
   DbLogExclude WMZ
   DbLogSelectionMode Exclude/Include
   DbLogType  Current/History
   asyncMode  1
   cacheEvents 2
   commitMode basic_ta:off
   disable    1
   group      Server
   room       99-Controller
   useCharfilter 1
   valueFn    {
  if ($UNIT eq "°C") {
      $UNIT="";
  }
}


Habe DbLog nun erstmal disabled...

DS_Starter

Dblog aus dem normalen update ist ok. Die gesetzzen Attribite sind richtig  ! So lassen.
Brauchst dblog nicht deaktivieren. Mach mal ein verbose 4 oder 5.
Schaue ich mir an wenn ich wieder zu hause bin.vllt. sehe ich auch gleich was.
Proxmox+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

der-Lolo

Ok, hier ein reverseLog mit verbose 5...

2018.11.11 13:50:27 5: DbLog DbLog -> DbLog_PushAsyncDone finished
2018.11.11 13:50:27 5: DbLog DbLog -> Start DbLog_PushAsyncDone
2018.11.11 13:50:27 5: DbLog DbLog -> DbLog_PushAsync finished

2018.11.11 13:50:21 2: DbLog DbLog -> Error table history - DBD::mysql::st execute_array failed: executing 103 generated 5 errors at ./FHEM/93_DbLog.pm line 2068.
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3700.0, Reading: Waermeleistung, Value: 3700.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.80, Reading: aktAZ, Value: 3.80, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 2.9, Reading: Spreizung, Value: 2.9, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Reading: statGesamtWaermemenge, Value: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3700.0, Reading: Waermeleistung, Value: 3700.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.80, Reading: aktAZ, Value: 3.80, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 2.9, Reading: Spreizung, Value: 2.9, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Ruecklauftemperatur: 37.1, Reading: Ruecklauftemperatur, Value: 37.1, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3700.0, Reading: Waermeleistung, Value: 3700.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.80, Reading: aktAZ, Value: 3.80, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 3.0, Reading: Spreizung, Value: 3.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Reading: statGesamtWaermemenge, Value: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3700.0, Reading: Waermeleistung, Value: 3700.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.80, Reading: aktAZ, Value: 3.80, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 3.0, Reading: Spreizung, Value: 3.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Durchfluss: 1140, Reading: Durchfluss, Value: 1140, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3700.0, Reading: Waermeleistung, Value: 3700.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.80, Reading: aktAZ, Value: 3.80, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 3.0, Reading: Spreizung, Value: 3.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Reading: statGesamtWaermemenge, Value: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3700.0, Reading: Waermeleistung, Value: 3700.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.80, Reading: aktAZ, Value: 3.80, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 3.0, Reading: Spreizung, Value: 3.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: aktWaermeleistung: 3.7, Reading: aktWaermeleistung, Value: 3.7, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3600.0, Reading: Waermeleistung, Value: 3600.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.70, Reading: aktAZ, Value: 3.70, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 3.0, Reading: Spreizung, Value: 3.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Reading: statGesamtWaermemenge, Value: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3600.0, Reading: Waermeleistung, Value: 3600.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.70, Reading: aktAZ, Value: 3.70, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 3.0, Reading: Spreizung, Value: 3.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: gesamtWaermemenge: 23.478, Reading: gesamtWaermemenge, Value: 23.478, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3600.0, Reading: Waermeleistung, Value: 3600.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.70, Reading: aktAZ, Value: 3.70, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 3.0, Reading: Spreizung, Value: 3.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: WMZ, Type: MODBUSATTR, Event: statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Reading: statGesamtWaermemenge, Value: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: WMZ, Type: MODBUSATTR, Event: Waermeleistung: 3600.0, Reading: Waermeleistung, Value: 3600.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: WMZ, Type: MODBUSATTR, Event: aktAZ: 3.70, Reading: aktAZ, Value: 3.70, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: WMZ, Type: MODBUSATTR, Event: Spreizung: 3.0, Reading: Spreizung, Value: 3.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: WMZ, Type: MODBUSATTR, Event: Vorlauftemperatur: 40.0, Reading: Vorlauftemperatur, Value: 40.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: SDM630, Type: MODBUSSDM630M, Event: Power_L3__W: 0, Reading: Power_L3__W, Value: 0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: SDM630, Type: MODBUSSDM630M, Event: Power_L2__W: 974, Reading: Power_L2__W, Value: 974, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:58, Device: SDM630, Type: MODBUSSDM630M, Event: Power_L1__W: 49, Reading: Power_L1__W, Value: 49, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:50:13, Device: LueftungBadEG, Type: HTTPMOD, Event: WRG: 68.7, Reading: WRG, Value: 68.7, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:50:13, Device: LueftungBadEG, Type: HTTPMOD, Event: AbluftTemperatur: 22.3, Reading: AbluftTemperatur, Value: 22.3, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:50:13, Device: LueftungBadEG, Type: HTTPMOD, Event: ZuluftFeuchtigkeit: 45.0, Reading: ZuluftFeuchtigkeit, Value: 45.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: state: T: 9.2°C H: 96%, Reading: state, Value: T: 9.2°C H: 96%, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_kn_avg2m: 0.7, Reading: wind_speed_kn_avg2m, Value: 0.7, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_mph_avg2m: 0.8, Reading: wind_speed_mph_avg2m, Value: 0.8, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_avg2m: 1.3, Reading: wind_speed_avg2m, Value: 1.3, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_compasspoint_avg2m: S, Reading: wind_compasspoint_avg2m, Value: S, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_direction_avg2m: 169, Reading: wind_direction_avg2m, Value: 169, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_direction_avg10m: 186, Reading: wind_gust_direction_avg10m, Value: 186, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_fts: 0.0, Reading: wind_gust_fts, Value: 0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_kn: 0.0, Reading: wind_gust_kn, Value: 0, Unit: kn
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_bft: 0, Reading: wind_gust_bft, Value: 0, Unit: bft
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_fts: 0.0, Reading: wind_speed_fts, Value: 0.0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_kn: 0.0, Reading: wind_speed_kn, Value: 0, Unit: kn
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_bft: 0, Reading: wind_speed_bft, Value: 0, Unit: bft
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_compasspoint: S, Reading: wind_compasspoint, Value: 180, Unit: °
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorHumidityAbs_f: 120.4, Reading: indoorHumidityAbs_f, Value: 120.4, Unit: °F
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorHumidityAbs: 11.2, Reading: indoorHumidityAbs, Value: 11.2, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: humidityAbs_f: 74.4, Reading: humidityAbs_f, Value: 74.4, Unit: °F
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: humidityAbs: 8.6, Reading: humidityAbs, Value: 8.6, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorDewpoint_f: 59.0, Reading: indoorDewpoint_f, Value: 59.0, Unit: °F
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorDewpoint: 13.2, Reading: indoorDewpoint, Value: 13.2, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: pressureAbs_mm: 7.6, Reading: pressureAbs_mm, Value: 7, Unit: mmHg
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: pressure_mm: 7.5, Reading: pressure_mm, Value: 7, Unit: mmHg
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: UVR: 362, Reading: UVR, Value: 362, Unit: W
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: UV: 1, Reading: UV, Value: 1, Unit: UVI
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: solarradiation: 74.17, Reading: solarradiation, Value: 74, Unit: W
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_mps: 0.0, Reading: wind_speed_mps, Value: 0, Unit: m
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_day: 1.8, Reading: rain_day, Value: 2, Unit: mm
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_in: 0.00, Reading: rain_in, Value: 0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorTemperature_f: 70.3, Reading: indoorTemperature_f, Value: 70.3, Unit: °F
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: temperature_f: 48.6, Reading: temperature_f, Value: 48.6, Unit: °F
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust: 0.0, Reading: wind_gust, Value: 0, Unit: km
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: dewpoint: 8.6, Reading: dewpoint, Value: 8.6, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_month_in: 0.12, Reading: rain_month_in, Value: 0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorHumidity: 60, Reading: indoorHumidity, Value: 60, Unit: %
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_day_in: 0.07, Reading: rain_day_in, Value: 0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_year_in: 0.64, Reading: rain_year_in, Value: 1, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: pressure: 998.00, Reading: pressure, Value: 998, Unit: hPa
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_week_in: 0.12, Reading: rain_week_in, Value: 0, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_mph: 0.0, Reading: wind_gust_mph, Value: 0, Unit: mi
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed: 0.0, Reading: wind_speed, Value: 0, Unit: km
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_year: 16.2, Reading: rain_year, Value: 16, Unit: mm
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_month: 3.0, Reading: rain_month, Value: 3, Unit: mm
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_mph: 0.0, Reading: wind_speed_mph, Value: 0, Unit: mi
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: pressureAbs_in: 29.74, Reading: pressureAbs_in, Value: 29.74, Unit: inHg
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: temperature: 9.2, Reading: temperature, Value: 9.2, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain: 0.0, Reading: rain, Value: 0, Unit: mm
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorTemperature: 21.3, Reading: indoorTemperature, Value: 21.3, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_chill: 9.2, Reading: wind_chill, Value: 9.2, Unit:
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: pressure_in: 29.47, Reading: pressure_in, Value: 29.47, Unit: inHg
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_chill_f: 48.6, Reading: wind_chill_f, Value: 48.6, Unit: °F
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: dewpoint_f: 47.5, Reading: dewpoint_f, Value: 47.5, Unit: °F
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: pressureAbs: 1007.10, Reading: pressureAbs, Value: 1007, Unit: hPa
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: luminosity: 9396.80, Reading: luminosity, Value: 9396, Unit: lx
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: humidity: 96, Reading: humidity, Value: 96, Unit: %
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_week: 3.0, Reading: rain_week, Value: 3, Unit: mm
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_direction: 182, Reading: wind_direction, Value: 182, Unit: °
2018.11.11 13:50:14 5: DbLog DbLog -> processing event Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_mps: 0.0, Reading: wind_gust_mps, Value: 0, Unit: m
2018.11.11 13:50:14 5: DbLog DbLog -> Primary Key used in fhem.current: none
2018.11.11 13:50:14 5: DbLog DbLog -> Primary Key used in fhem.history: none
2018.11.11 13:50:14 4: DbLog DbLog -> AutoCommit mode: ON, Transaction mode: OFF
2018.11.11 13:50:14 5: DbLog DbLog -> DbLogType is: Current/History
2018.11.11 13:50:14 5: DbLog DbLog -> Start DbLog_PushAsync
2018.11.11 13:50:14 5: DbLog DbLog -> DbLog_PushAsync called with timeout: 86400
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Waermeleistung: 3700.0|Waermeleistung|3700.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|aktAZ: 3.80|aktAZ|3.80|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Spreizung: 2.9|Spreizung|2.9|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|statGesamtWaermemenge|Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Waermeleistung: 3700.0|Waermeleistung|3700.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|aktAZ: 3.80|aktAZ|3.80|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Spreizung: 2.9|Spreizung|2.9|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Ruecklauftemperatur: 37.1|Ruecklauftemperatur|37.1|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Waermeleistung: 3700.0|Waermeleistung|3700.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|aktAZ: 3.80|aktAZ|3.80|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Spreizung: 3.0|Spreizung|3.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|statGesamtWaermemenge|Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Waermeleistung: 3700.0|Waermeleistung|3700.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|aktAZ: 3.80|aktAZ|3.80|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Spreizung: 3.0|Spreizung|3.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Durchfluss: 1140|Durchfluss|1140|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Waermeleistung: 3700.0|Waermeleistung|3700.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|aktAZ: 3.80|aktAZ|3.80|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Spreizung: 3.0|Spreizung|3.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|statGesamtWaermemenge|Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Waermeleistung: 3700.0|Waermeleistung|3700.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|aktAZ: 3.80|aktAZ|3.80|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Spreizung: 3.0|Spreizung|3.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|aktWaermeleistung: 3.7|aktWaermeleistung|3.7|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Waermeleistung: 3600.0|Waermeleistung|3600.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|aktAZ: 3.70|aktAZ|3.70|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Spreizung: 3.0|Spreizung|3.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|statGesamtWaermemenge|Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Waermeleistung: 3600.0|Waermeleistung|3600.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|aktAZ: 3.70|aktAZ|3.70|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Spreizung: 3.0|Spreizung|3.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|gesamtWaermemenge: 23.478|gesamtWaermemenge|23.478|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WMZ|MODBUSATTR|Waermeleistung: 3600.0|Waermeleistung|3600.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|WMZ|MODBUSATTR|aktAZ: 3.70|aktAZ|3.70|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|WMZ|MODBUSATTR|Spreizung: 3.0|Spreizung|3.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|WMZ|MODBUSATTR|statGesamtWaermemenge: Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|statGesamtWaermemenge|Hour: 0.003 Day: 0.013 Month: 0.411 Year: 8.001|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|WMZ|MODBUSATTR|Waermeleistung: 3600.0|Waermeleistung|3600.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|WMZ|MODBUSATTR|aktAZ: 3.70|aktAZ|3.70|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|WMZ|MODBUSATTR|Spreizung: 3.0|Spreizung|3.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|WMZ|MODBUSATTR|Vorlauftemperatur: 40.0|Vorlauftemperatur|40.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|SDM630|MODBUSSDM630M|Power_L3__W: 0|Power_L3__W|0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|SDM630|MODBUSSDM630M|Power_L2__W: 974|Power_L2__W|974|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:58|SDM630|MODBUSSDM630M|Power_L1__W: 49|Power_L1__W|49|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:50:13|LueftungBadEG|HTTPMOD|WRG: 68.7|WRG|68.7|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:50:13|LueftungBadEG|HTTPMOD|AbluftTemperatur: 22.3|AbluftTemperatur|22.3|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:50:13|LueftungBadEG|HTTPMOD|ZuluftFeuchtigkeit: 45.0|ZuluftFeuchtigkeit|45.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|state: T: 9.2°C H: 96%|state|T: 9.2°C H: 96%|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_speed_kn_avg2m: 0.7|wind_speed_kn_avg2m|0.7|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_speed_mph_avg2m: 0.8|wind_speed_mph_avg2m|0.8|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_speed_avg2m: 1.3|wind_speed_avg2m|1.3|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_compasspoint_avg2m: S|wind_compasspoint_avg2m|S|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_direction_avg2m: 169|wind_direction_avg2m|169|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_gust_direction_avg10m: 186|wind_gust_direction_avg10m|186|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_gust_fts: 0.0|wind_gust_fts|0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_gust_kn: 0.0|wind_gust_kn|0|kn
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_gust_bft: 0|wind_gust_bft|0|bft
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_speed_fts: 0.0|wind_speed_fts|0.0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_speed_kn: 0.0|wind_speed_kn|0|kn
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_speed_bft: 0|wind_speed_bft|0|bft
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_compasspoint: S|wind_compasspoint|180|°
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|indoorHumidityAbs_f: 120.4|indoorHumidityAbs_f|120.4|°F
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|indoorHumidityAbs: 11.2|indoorHumidityAbs|11.2|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|humidityAbs_f: 74.4|humidityAbs_f|74.4|°F
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|humidityAbs: 8.6|humidityAbs|8.6|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|indoorDewpoint_f: 59.0|indoorDewpoint_f|59.0|°F
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|indoorDewpoint: 13.2|indoorDewpoint|13.2|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|pressureAbs_mm: 7.6|pressureAbs_mm|7|mmHg
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|pressure_mm: 7.5|pressure_mm|7|mmHg
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|UVR: 362|UVR|362|W
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|UV: 1|UV|1|UVI
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|solarradiation: 74.17|solarradiation|74|W
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_speed_mps: 0.0|wind_speed_mps|0|m
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain_day: 1.8|rain_day|2|mm
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain_in: 0.00|rain_in|0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|indoorTemperature_f: 70.3|indoorTemperature_f|70.3|°F
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|temperature_f: 48.6|temperature_f|48.6|°F
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_gust: 0.0|wind_gust|0|km
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|dewpoint: 8.6|dewpoint|8.6|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain_month_in: 0.12|rain_month_in|0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|indoorHumidity: 60|indoorHumidity|60|%
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain_day_in: 0.07|rain_day_in|0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain_year_in: 0.64|rain_year_in|1|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|pressure: 998.00|pressure|998|hPa
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain_week_in: 0.12|rain_week_in|0|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_gust_mph: 0.0|wind_gust_mph|0|mi
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_speed: 0.0|wind_speed|0|km
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain_year: 16.2|rain_year|16|mm
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain_month: 3.0|rain_month|3|mm
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_speed_mph: 0.0|wind_speed_mph|0|mi
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|pressureAbs_in: 29.74|pressureAbs_in|29.74|inHg
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|temperature: 9.2|temperature|9.2|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain: 0.0|rain|0|mm
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|indoorTemperature: 21.3|indoorTemperature|21.3|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_chill: 9.2|wind_chill|9.2|
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|pressure_in: 29.47|pressure_in|29.47|inHg
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_chill_f: 48.6|wind_chill_f|48.6|°F
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|dewpoint_f: 47.5|dewpoint_f|47.5|°F
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|pressureAbs: 1007.10|pressureAbs|1007|hPa
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|luminosity: 9396.80|luminosity|9396|lx
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|humidity: 96|humidity|96|%
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|rain_week: 3.0|rain_week|3|mm
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_direction: 182|wind_direction|182|°
2018.11.11 13:50:14 5: DbLog DbLog -> MemCache contains: 2018-11-11 13:49:59|WH2600|HP1000|wind_gust_mps: 0.0|wind_gust_mps|0|m
2018.11.11 13:50:14 4: DbLog DbLog -> DbLogType is: Current/History
2018.11.11 13:50:14 4: DbLog DbLog -> MemCache contains 103 entries to process
2018.11.11 13:50:14 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:14 4: DbLog DbLog -> ###      New database processing cycle - asynchronous        ###
2018.11.11 13:50:14 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:14 4: DbLog DbLog -> check Device: DbLog , Event: CacheUsage: 103
2018.11.11 13:50:14 4: DbLog DbLog -> number of events received: 1 for device: DbLog
2018.11.11 13:50:14 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:14 4: DbLog DbLog -> ###              start of new Logcycle                       ###
2018.11.11 13:50:14 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:13 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:50:13, Device: LueftungBadEG, Type: HTTPMOD, Event: WRG: 68.7, Reading: WRG, Value: 68.7, Unit:
2018.11.11 13:50:13 5: DbLog DbLog -> parsed Event: LueftungBadEG , Event: WRG: 68.7
2018.11.11 13:50:13 4: DbLog DbLog -> check Device: LueftungBadEG , Event: WRG: 68.7
2018.11.11 13:50:13 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:50:13, Device: LueftungBadEG, Type: HTTPMOD, Event: AbluftTemperatur: 22.3, Reading: AbluftTemperatur, Value: 22.3, Unit:
2018.11.11 13:50:13 5: DbLog DbLog -> parsed Event: LueftungBadEG , Event: AbluftTemperatur: 22.3
2018.11.11 13:50:13 4: DbLog DbLog -> check Device: LueftungBadEG , Event: AbluftTemperatur: 22.3
2018.11.11 13:50:13 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:50:13, Device: LueftungBadEG, Type: HTTPMOD, Event: ZuluftFeuchtigkeit: 45.0, Reading: ZuluftFeuchtigkeit, Value: 45.0, Unit:
2018.11.11 13:50:13 5: DbLog DbLog -> parsed Event: LueftungBadEG , Event: ZuluftFeuchtigkeit: 45.0
2018.11.11 13:50:13 4: DbLog DbLog -> check Device: LueftungBadEG , Event: ZuluftFeuchtigkeit: 45.0
2018.11.11 13:50:13 4: DbLog DbLog -> number of events received: 3 for device: LueftungBadEG
2018.11.11 13:50:13 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:13 4: DbLog DbLog -> ###              start of new Logcycle                       ###
2018.11.11 13:50:13 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:09 4: DbLog DbLog -> check Device: DS716 , Event: loadavg: 0.90 0.49 0.51
2018.11.11 13:50:09 5: DbLog DbLog -> DbLogExclude of "DS716": .*
2018.11.11 13:50:09 5: DbLog DbLog -> parsed Event: DS716 , Event: eth0_diff: RX: 0.42 MB, TX: 0.26 MB, Total: 0.68 MB
2018.11.11 13:50:09 4: DbLog DbLog -> check Device: DS716 , Event: eth0_diff: RX: 0.42 MB, TX: 0.26 MB, Total: 0.68 MB
2018.11.11 13:50:09 4: DbLog DbLog -> check Device: DS716 , Event: stat_cpu_percent: 4.24 1.71 1.34 87.13 5.56 0.00 0.02
2018.11.11 13:50:09 4: DbLog DbLog -> check Device: DS716 , Event: ram: Total: 7903.75 MB, Used: 611.91 MB, 7.74 %, Free: 5959.38 MB
2018.11.11 13:50:09 4: DbLog DbLog -> number of events received: 4 for device: DS716
2018.11.11 13:50:09 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:09 4: DbLog DbLog -> ###              start of new Logcycle                       ###
2018.11.11 13:50:09 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:09 4: DbLog DbLog -> check Device: DS716 , Event: cpu_freq: 1601
2018.11.11 13:50:09 4: DbLog DbLog -> number of events received: 1 for device: DS716
2018.11.11 13:50:09 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:09 4: DbLog DbLog -> ###              start of new Logcycle                       ###
2018.11.11 13:50:09 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: UnifiController , Event: -AP_SwitchBuero_poePower: 3.14
2018.11.11 13:50:03 5: DbLog DbLog -> DbLogExclude of "UnifiController": .*
2018.11.11 13:50:03 5: DbLog DbLog -> parsed Event: UnifiController , Event: -AP_WLan-Erdgeschoss_utilizationNG: 9
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: UnifiController , Event: -AP_WLan-Erdgeschoss_utilizationNG: 9
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: UnifiController , Event: -AP_SwitchSchaltschrank_poePower: 12.21
2018.11.11 13:50:03 5: DbLog DbLog -> DbLogExclude of "UnifiController": .*
2018.11.11 13:50:03 5: DbLog DbLog -> parsed Event: UnifiController , Event: SonosZP_uptime: 6727809
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: UnifiController , Event: SonosZP_uptime: 6727809
2018.11.11 13:50:03 5: DbLog DbLog -> DbLogExclude of "UnifiController": .*
2018.11.11 13:50:03 5: DbLog DbLog -> parsed Event: UnifiController , Event: SonosZP_uptime: 6727808
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: UnifiController , Event: SonosZP_uptime: 6727808
2018.11.11 13:50:03 5: DbLog DbLog -> DbLogExclude of "UnifiController": .*
2018.11.11 13:50:03 5: DbLog DbLog -> parsed Event: UnifiController , Event: SonosZP_uptime: 6727819
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: UnifiController , Event: SonosZP_uptime: 6727819
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: UnifiController , Event: -UC_events: 370 (last 24h)
2018.11.11 13:50:03 4: DbLog DbLog -> number of events received: 7 for device: UnifiController
2018.11.11 13:50:03 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:03 4: DbLog DbLog -> ###              start of new Logcycle                       ###
2018.11.11 13:50:03 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_08_poe_current: 51.87
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_08_poe_voltage: 47.81
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_08_poe_power: 2.48
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_08_poe_mode: auto
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_08_state: 100 Mbps
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_08_name: IP-Tuerklingel
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_07_poe_current: 78.12
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_07_poe_voltage: 48.01
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_07_poe_power: 3.75
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_07_poe_mode: auto
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_07_state: 1000 Mbps
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_07_name: Port 7
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_06_poe_current: 94.23
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_06_poe_voltage: 47.68
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_06_poe_power: 4.49
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_06_poe_mode: auto
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_06_state: 1000 Mbps
2018.11.11 13:50:03 5: DbLog DbLog -> DbLogExclude of "SwitchSchaltschrank": .*
2018.11.11 13:50:03 5: DbLog DbLog -> parsed Event: SwitchSchaltschrank , Event: port_06_name: WLan-Spitzboden
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_06_name: WLan-Spitzboden
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_05_poe_current: 31.24
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_05_poe_voltage: 47.68
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_05_poe_power: 1.49
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_05_poe_mode: auto
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_05_state: 100 Mbps
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_05_name: ESP-GardenDoor
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_04_state: 1000 Mbps
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_04_name: Synology
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_03_state: 1000 Mbps
2018.11.11 13:50:03 5: DbLog DbLog -> DbLogExclude of "SwitchSchaltschrank": .*
2018.11.11 13:50:03 5: DbLog DbLog -> parsed Event: SwitchSchaltschrank , Event: port_03_name: WagoController
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_03_name: WagoController
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_02_state: 100 Mbps
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_02_name: Cubietruck
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_01_state: 1000 Mbps
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchSchaltschrank , Event: port_01_name: UniFi-Security-Gateway
2018.11.11 13:50:03 4: DbLog DbLog -> number of events received: 32 for device: SwitchSchaltschrank
2018.11.11 13:50:03 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:03 4: DbLog DbLog -> ###              start of new Logcycle                       ###
2018.11.11 13:50:03 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_08_poe_current: 65.55
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_08_poe_voltage: 47.94
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_08_poe_power: 3.14
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_08_poe_mode: auto
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_08_state: 1000 Mbps
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_08_name: Port 8
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_07_poe_current: 0.00
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_07_poe_voltage: 0.00
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_07_poe_power: 0.00
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_07_poe_mode: auto
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_07_state: disconnected
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_07_name: Port 7
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_06_poe_current: 0.00
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_06_poe_voltage: 0.00
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_06_poe_power: 0.00
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_06_poe_mode: auto
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_06_state: disconnected
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_06_name: Port 6
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_05_poe_current: 0.00
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_05_poe_voltage: 0.00
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_05_poe_power: 0.00
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_05_poe_mode: auto
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_05_state: disconnected
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_05_name: GardenDoorESP
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_04_state: disconnected
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_04_name: Port 4
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_03_state: disconnected
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_03_name: Port 3
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_02_state: disconnected
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_02_name: iMac-LAN
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_01_state: 100 Mbps
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: SwitchBuero , Event: port_01_name: Uplink
2018.11.11 13:50:03 4: DbLog DbLog -> number of events received: 32 for device: SwitchBuero
2018.11.11 13:50:03 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:03 4: DbLog DbLog -> ###              start of new Logcycle                       ###
2018.11.11 13:50:03 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:03 4: DbLog DbLog -> check Device: Sonos , Event: LastProcessAnswer: 1541940603.21353
2018.11.11 13:50:03 4: DbLog DbLog -> number of events received: 1 for device: Sonos
2018.11.11 13:50:03 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:03 4: DbLog DbLog -> ###              start of new Logcycle                       ###
2018.11.11 13:50:03 4: DbLog DbLog -> ################################################################
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: state: T: 9.2°C H: 96%, Reading: state, Value: T: 9.2°C H: 96%, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: state: T: 9.2°C H: 96%
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: state: T: 9.2°C H: 96%
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_kn_avg2m: 0.7, Reading: wind_speed_kn_avg2m, Value: 0.7, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_speed_kn_avg2m: 0.7
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_speed_kn_avg2m: 0.7
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_mph_avg2m: 0.8, Reading: wind_speed_mph_avg2m, Value: 0.8, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_speed_mph_avg2m: 0.8
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_speed_mph_avg2m: 0.8
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_avg2m: 1.3, Reading: wind_speed_avg2m, Value: 1.3, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_speed_avg2m: 1.3
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_speed_avg2m: 1.3
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_compasspoint_avg2m: S, Reading: wind_compasspoint_avg2m, Value: S, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_compasspoint_avg2m: S
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_compasspoint_avg2m: S
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_direction_avg2m: 169, Reading: wind_direction_avg2m, Value: 169, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_direction_avg2m: 169
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_direction_avg2m: 169
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_direction_avg10m: 186, Reading: wind_gust_direction_avg10m, Value: 186, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_gust_direction_avg10m: 186
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_gust_direction_avg10m: 186
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_fts: 0.0, Reading: wind_gust_fts, Value: 0, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_gust_fts: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_gust_fts: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_kn: 0.0, Reading: wind_gust_kn, Value: 0, Unit: kn
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_gust_kn: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_gust_kn: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_gust_bft: 0, Reading: wind_gust_bft, Value: 0, Unit: bft
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_gust_bft: 0
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_gust_bft: 0
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_fts: 0.0, Reading: wind_speed_fts, Value: 0.0, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_speed_fts: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_speed_fts: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_kn: 0.0, Reading: wind_speed_kn, Value: 0, Unit: kn
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_speed_kn: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_speed_kn: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_bft: 0, Reading: wind_speed_bft, Value: 0, Unit: bft
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_speed_bft: 0
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_speed_bft: 0
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_compasspoint: S, Reading: wind_compasspoint, Value: 180, Unit: °
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_compasspoint: S
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_compasspoint: S
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorHumidityAbs_f: 120.4, Reading: indoorHumidityAbs_f, Value: 120.4, Unit: °F
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: indoorHumidityAbs_f: 120.4
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: indoorHumidityAbs_f: 120.4
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorHumidityAbs: 11.2, Reading: indoorHumidityAbs, Value: 11.2, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: indoorHumidityAbs: 11.2
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: indoorHumidityAbs: 11.2
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: humidityAbs_f: 74.4, Reading: humidityAbs_f, Value: 74.4, Unit: °F
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: humidityAbs_f: 74.4
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: humidityAbs_f: 74.4
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: humidityAbs: 8.6, Reading: humidityAbs, Value: 8.6, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: humidityAbs: 8.6
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: humidityAbs: 8.6
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorDewpoint_f: 59.0, Reading: indoorDewpoint_f, Value: 59.0, Unit: °F
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: indoorDewpoint_f: 59.0
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: indoorDewpoint_f: 59.0
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: indoorDewpoint: 13.2, Reading: indoorDewpoint, Value: 13.2, Unit:
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: indoorDewpoint: 13.2
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: indoorDewpoint: 13.2
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: pressureAbs_mm: 7.6, Reading: pressureAbs_mm, Value: 7, Unit: mmHg
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: pressureAbs_mm: 7.6
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: pressureAbs_mm: 7.6
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: pressure_mm: 7.5, Reading: pressure_mm, Value: 7, Unit: mmHg
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: pressure_mm: 7.5
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: pressure_mm: 7.5
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: UVR: 362, Reading: UVR, Value: 362, Unit: W
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: UVR: 362
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: UVR: 362
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: UV: 1, Reading: UV, Value: 1, Unit: UVI
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: UV: 1
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: UV: 1
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: solarradiation: 74.17, Reading: solarradiation, Value: 74, Unit: W
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: solarradiation: 74.17
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: solarradiation: 74.17
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: wind_speed_mps: 0.0, Reading: wind_speed_mps, Value: 0, Unit: m
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: wind_speed_mps: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: wind_speed_mps: 0.0
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_day: 1.8, Reading: rain_day, Value: 2, Unit: mm
2018.11.11 13:50:00 5: DbLog DbLog -> DbLogInclude of "WH2600": .*
2018.11.11 13:50:00 5: DbLog DbLog -> parsed Event: WH2600 , Event: rain_day: 1.8
2018.11.11 13:50:00 4: DbLog DbLog -> check Device: WH2600 , Event: rain_day: 1.8
2018.11.11 13:50:00 4: DbLog DbLog -> added event - Timestamp: 2018-11-11 13:49:59, Device: WH2600, Type: HP1000, Event: rain_in: 0.00, Reading: rain_in, Value: 0, Unit:

DS_Starter

Nimm mal die
Readimgs mit Unit: °  oder mit Unit: °F aus dem Log raus bzw bastle die noch mit in die valueFn mit rein.
Proxmox+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

der-Lolo

Ich habe DbLogexclude .* beim Device WH2600 gesetzt, leider hilft das auch nicht..

DS_Starter

Hmm, mach nochmal ein verbose 5. Irgendein datensatz muss es ja sein der stört. Geh einfach mal nach dem ausschlussprinzip vor.
Proxmox+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

der-Lolo

Ich hab jetzt 10 minuten mit verbose 5 gelogt, die einzigen ° die ich finde gehören zum Device WH2600...
Kann etwa anderes hier reinspuken? Kann man nicht genauer nachschauen welche Zeile die Fehler verursacht?

DS_Starter

Kann freilich auch was anderes sein. Steuerzeichen due man nicht sieht. Aber die habe ich eigentlich alle schon mit dem charfilter entfernt. Irgendeinen anhaltspunkt brauche ich. Vllt. Steht etwas direkt im datenbank log auf der Syno.
Proxmox+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

DS_Starter

Was ich auch noch machen kann ist zu versuchen einen debug Modus mit Hilfe des Perl Datenbank Moduls zu implementieren. Aber das ist etwas Programmierarbeit und aktuell nicht vorhanden.
Proxmox+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

der-Lolo

so komme ich jedanfalls nicht weiter - °C war im Device vorhanden wegen gesetztem stateFormat auf Temperature..

Ich habe das nun rausgeworfen, bekomme immer noch fehler wenn das Modul in die DB schreiben will - aber bei gesetztem verbose 5 kann ich nichts auffälliges im Log finden. Im Log auf der Syno kann ich auch nichts erkennen...

DS_Starter

#13
Zeige bitte nochmal ein jetziges verbose 5. Wenn ich wieder zu Hause bin und zeit habe schau ich mal in die module der beteiligten quellen. Vllt. Fällt mir etwas auf.
Ansonsonsten versuche ich etwas in dblog zu implementieren was die Suche in solchen Fällen erleichtert. Braucht halt etwas zeit.

Das Loggen wird trotzdem funktionieren ausser der problematischen sätze.
Du kannst mit einem db tool , z.b. dbrep, in die history schauen welche sätze jeweils fehle. Vllt. Kommt man dadurch weiter.
Proxmox+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

der-Lolo

Weil es schnell sehr viel wird habe ich ein .txt file mit dem verbose 5 in meine Dropbox gelegt - hier der Link.

https://www.dropbox.com/s/rz552scaipw6jwp/Log_Verbose5.rtf?dl=0

Ich setze DbLog nun auf verbose 2 und versuche zu schauen welche einträghe nicht gemacht werden...

Danke Dir für deine Hilfe!