Hi,
ich habe DBLog konfiguriert. Das mitschreiben funktioniert (Zeitstempel in DB sind aktuell).
define myDBLog DbLog /opt/fhem/db.conf .*:.*
Wenn ich jetzt über "Create SVG plot from DbLog" gehe, stürzt FHEM mit folgender Fehlermeldung ab:
2015.09.23 18:07:56 4: Connection closed for FHEMWEB:192.168.0.107:60863: EOF
2015.09.23 18:07:56 4: HTTP FHEMWEB:192.168.0.107:60864 GET /fhem?cmd=define%20SVG_myDBLog_5%20SVG%20myDBLog:templateDB:HISTORY;set%20SVG_myDBLog_5%20copyGplotFile&detail=SVG_myDBLog_5
2015.09.23 18:07:56 5: Cmd: >define SVG_myDBLog_5 SVG myDBLog:templateDB:HISTORY<
2015.09.23 18:07:56 5: Triggering global (1 changes)
2015.09.23 18:07:56 5: Notify loop for global DEFINED SVG_myDBLog_5
2015.09.23 18:07:56 5: Cmd: >set SVG_myDBLog_5 copyGplotFile<
2015.09.23 18:07:56 5: Triggering SVG_myDBLog_5 (1 changes)
2015.09.23 18:07:56 5: Notify loop for SVG_myDBLog_5 copyGplotFile
2015.09.23 18:07:56 4: HTTP FHEMWEB:192.168.0.107:60864 GET /fhem?detail=SVG_myDBLog_5
DBD::mysql::st execute failed: MySQL server has gone away at ./FHEM/93_DbLog.pm line 1681.
(END)
General Log hab ich im mysql gesetzt -> keine Fehlermeldung im error und mysql log.
Historische Daten werden weiterhin angezeigt.
Der User hat alle Rechte für die DB.
Ideen, wie ich das beheben kann?
Gruß Martin
Workaround gefunden:
plotEmbed
und
plotfork
wieder deaktiviert.
Für der 93_dblog.pm gibt es hier im Forum einen Workaround, das auch Plotfork mit MYSQL funktioniert.